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 <[email protected]>  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 <[email protected]>
 Uploaders: Peter Pentchev <[email protected]>
 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 $@


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to