r9180 - packages/trunk/pangzero/debian

Barry deFreese bdefreese at alioth.debian.org
Tue Mar 17 19:30:55 UTC 2009


Author: bdefreese
Date: 2009-03-17 19:30:54 +0000 (Tue, 17 Mar 2009)
New Revision: 9180

Modified:
   packages/trunk/pangzero/debian/rules
Log:
Remember to actually enable quilt in rules.


Modified: packages/trunk/pangzero/debian/rules
===================================================================
--- packages/trunk/pangzero/debian/rules	2009-03-17 19:28:37 UTC (rev 9179)
+++ packages/trunk/pangzero/debian/rules	2009-03-17 19:30:54 UTC (rev 9180)
@@ -18,7 +18,9 @@
 
 config.status: configure
 	dh_testdir
-	#QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -44,7 +46,9 @@
 	rm -f build-stamp 
 	[ ! -f Makefile ] || $(MAKE) distclean
 	-rm -f config.sub config.guess config.log config.status
-	#QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+
 	dh_clean 
 
 install: build




More information about the Pkg-games-commits mailing list