From f24915471ea396c53670df51b2affc4af74373bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 15 Sep 2013 20:29:47 +0200 Subject: Switch patch system from simple to quilt on Debian and Ubuntu --- debian/lenny/dependencies/libcaldav/debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/lenny/dependencies/libcaldav/debian/rules') diff --git a/debian/lenny/dependencies/libcaldav/debian/rules b/debian/lenny/dependencies/libcaldav/debian/rules index fb72a35e7..0d067bc3d 100755 --- a/debian/lenny/dependencies/libcaldav/debian/rules +++ b/debian/lenny/dependencies/libcaldav/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -include /usr/share/quilt/quilt.make +include /usr/share/cdbs/1/rules/patchsys-quilt.mk # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -28,7 +28,7 @@ no_auto_tools = ACLOCAL="`pwd`/missing aclocal" \ make_flags = moduledir=/usr/lib/gdk-imlib2 $(no_auto_tools) -build: $(QUILT_STAMPFN) build-stamp +build: post-patches build-stamp build-stamp: dh_testdir ./autogen.sh @@ -38,7 +38,7 @@ build-stamp: touch build-stamp -clean: unpatch +clean:: dh_testdir dh_testroot rm -f build-stamp -- cgit v1.2.3