~medibuntu-maintainers/medibuntu/aacgain.karmic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Lionel Le Folgoc
  • Date: 2010-01-24 15:32:55 UTC
  • Revision ID: mrpouit@ubuntu.com-20100124153255-7jt9lneutaexc20z
* debian/patches/mp4v2-strcasestr.patch: fix FTBFS.
* debian/patches/series,debian/control,debian/rules: use quilt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#export DH_VERBOSE=1
5
5
 
 
6
include /usr/share/quilt/quilt.make
 
7
 
6
8
NCPUS := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1)
7
9
 
8
10
ifeq ($(NCPUS),-1)
17
19
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
18
20
 
19
21
configure: configure-stamp
20
 
configure-stamp:
 
22
configure-stamp: patch
21
23
        dh_testdir
22
24
 
23
25
        ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
39
41
 
40
42
        touch $@
41
43
 
42
 
clean:
 
44
clean: unpatch
43
45
        dh_testdir
44
46
        dh_testroot
45
47
        rm -f build-stamp configure-stamp