rev 11105 - kde-extras/kompose/trunk/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Mon Jun 23 11:27:58 UTC 2008


Author: ana
Date: 2008-06-23 11:27:58 +0000 (Mon, 23 Jun 2008)
New Revision: 11105

Modified:
   kde-extras/kompose/trunk/debian/rules
Log:
nicer quilt handling


Modified: kde-extras/kompose/trunk/debian/rules
===================================================================
--- kde-extras/kompose/trunk/debian/rules	2008-06-23 11:25:56 UTC (rev 11104)
+++ kde-extras/kompose/trunk/debian/rules	2008-06-23 11:27:58 UTC (rev 11105)
@@ -22,9 +22,12 @@
 	INSTALL_PROGRAM += -s
 endif
 
+include /usr/share/quilt/quilt.make
+
+configure: $(QUILT_STAMPFN)
+
 config.status: configure 
 	dh_testdir
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
 
 	# aclocal.m4 and acinclude.m4 have too recent timestamps in the
 	find . -name Makefile.in | xargs touch configure config.h.in
@@ -39,12 +42,11 @@
 	$(MAKE)
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp po/*.gmo 
 	[ ! -f Makefile ] || $(MAKE) distclean
-	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 
 	#upstream doesn't ship these:
 	rm -f config.sub




More information about the pkg-kde-commits mailing list