r10287 - packages/trunk/cookietool/debian

Peter Pentchev roam-guest at alioth.debian.org
Sun Sep 6 22:49:09 UTC 2009


Author: roam-guest
Date: 2009-09-06 22:49:08 +0000 (Sun, 06 Sep 2009)
New Revision: 10287

Modified:
   packages/trunk/cookietool/debian/rules
Log:
Fix the migration to "dh --with quilt" - actually (re-)implement the "patch"
and "unpatch" targets.  Well, okay, so dh(1) has a "patch" sequence, but
"unpatch" is important, too, IMHO - and it also happens to be documented
in README.source ;)


Modified: packages/trunk/cookietool/debian/rules
===================================================================
--- packages/trunk/cookietool/debian/rules	2009-09-06 22:46:55 UTC (rev 10286)
+++ packages/trunk/cookietool/debian/rules	2009-09-06 22:49:08 UTC (rev 10287)
@@ -15,6 +15,9 @@
 export DEB_BUILD_HARDENING=0
 endif
 
+patch unpatch:
+	$(MAKE) -f /usr/share/quilt/quilt.make $@
+
 override_dh_auto_build:
 	dh_auto_build --with quilt
 	awk '/^[0-9]+\..*History/ { disp = 1 } \




More information about the Pkg-games-commits mailing list