From c046fdc3b05cb15bc8e599dd9c8604a847c84707 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Sun, 22 Mar 2009 16:45:03 +0000 Subject: switch to quilt --- debian/rules | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index adbc323..255653e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +include /usr/share/quilt/quilt.make + #export DH_VERBOSE=1 export DH_OPTIONS @@ -15,8 +17,10 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) endif configure: configure-stamp -configure-stamp: patch-stamp +configure-stamp: patch dh_testdir + cp /usr/share/misc/config.sub config.sub + cp /usr/share/misc/config.guess config.guess ./configure --prefix=/usr \ --with-kerneldir \ --mandir=/usr/share/man @@ -43,6 +47,7 @@ clean: unpatch dh_testdir dh_testroot rm -f build-arch-stamp build-indep-stamp configure-stamp + rm -f config.sub config.guess # Add here commands to clean up after the build process. if [ -f Makefile ]; then $(MAKE) distclean; fi @@ -105,5 +110,3 @@ binary-arch: build-arch install-arch binary: binary-arch #binary-indep .PHONY: build build-arch build-indep clean binary-indep binary-arch binary install install-indep install-arch configure - -include /usr/share/dpatch/dpatch.make -- cgit v1.2.3