r2672 - packages/trunk/enemylines3/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Sun May 13 23:38:44 UTC 2007


Author: goneri-guest
Date: 2007-05-13 23:38:43 +0000 (Sun, 13 May 2007)
New Revision: 2672

Modified:
   packages/trunk/enemylines3/debian/rules
Log:
dpatch => quilt


Modified: packages/trunk/enemylines3/debian/rules
===================================================================
--- packages/trunk/enemylines3/debian/rules	2007-05-13 23:36:35 UTC (rev 2671)
+++ packages/trunk/enemylines3/debian/rules	2007-05-13 23:38:43 UTC (rev 2672)
@@ -22,6 +22,7 @@
 
 configure: configure-stamp
 configure-stamp:
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 	dh_testdir
 	# Add here commands to configure the package.
 
@@ -48,6 +49,7 @@
 	-$(MAKE) clean
 
 	dh_clean 
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
 install: build
 	dh_testdir




More information about the Pkg-games-commits mailing list