r10143 - packages/trunk/cookietool/debian

Peter Pentchev roam-guest at alioth.debian.org
Mon Aug 17 14:39:51 UTC 2009


Author: roam-guest
Date: 2009-08-17 14:39:51 +0000 (Mon, 17 Aug 2009)
New Revision: 10143

Modified:
   packages/trunk/cookietool/debian/changelog
   packages/trunk/cookietool/debian/control
   packages/trunk/cookietool/debian/rules
Log:
Use quilt >= 0.46-7 for the "dh --with quilt" plugin.


Modified: packages/trunk/cookietool/debian/changelog
===================================================================
--- packages/trunk/cookietool/debian/changelog	2009-08-17 14:30:22 UTC (rev 10142)
+++ packages/trunk/cookietool/debian/changelog	2009-08-17 14:39:51 UTC (rev 10143)
@@ -2,6 +2,8 @@
 
   * Using override targets calls for debhelper >= 7.0.50; among other
     things, this fixes the build on Lenny.
+  * Simplify the rules file even further by using the quilt plugin
+    for debhelper; specify a >= 0.46-7 version to the quilt dependency.
 
  -- Peter Pentchev <roam at ringlet.net>  Mon, 17 Aug 2009 17:22:23 +0300
 

Modified: packages/trunk/cookietool/debian/control
===================================================================
--- packages/trunk/cookietool/debian/control	2009-08-17 14:30:22 UTC (rev 10142)
+++ packages/trunk/cookietool/debian/control	2009-08-17 14:39:51 UTC (rev 10143)
@@ -1,7 +1,7 @@
 Source: cookietool
 Section: games
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt, hardening-wrapper
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), hardening-wrapper
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Peter Pentchev <roam at ringlet.net>
 Standards-Version: 3.8.1

Modified: packages/trunk/cookietool/debian/rules
===================================================================
--- packages/trunk/cookietool/debian/rules	2009-08-17 14:30:22 UTC (rev 10142)
+++ packages/trunk/cookietool/debian/rules	2009-08-17 14:39:51 UTC (rev 10143)
@@ -17,11 +17,5 @@
 export DEB_BUILD_HARDENING=0
 endif
 
-override_dh_auto_configure:	${QUILT_STAMPFN}
-
-override_dh_auto_clean:
-	$(MAKE) clean
-	$(MAKE) -f debian/rules unpatch
-
 %:
-	dh $@
+	dh --with quilt $@




More information about the Pkg-games-commits mailing list