r9393 - packages/trunk/cookietool/debian

Peter Pentchev roam-guest at alioth.debian.org
Sat Apr 4 13:13:51 UTC 2009


Author: roam-guest
Date: 2009-04-04 13:13:50 +0000 (Sat, 04 Apr 2009)
New Revision: 9393

Modified:
   packages/trunk/cookietool/debian/changelog
   packages/trunk/cookietool/debian/compat
   packages/trunk/cookietool/debian/control
   packages/trunk/cookietool/debian/rules
Log:
Bump the debhelper compatibility level to 7 and use dh_prep.


Modified: packages/trunk/cookietool/debian/changelog
===================================================================
--- packages/trunk/cookietool/debian/changelog	2009-04-04 13:09:50 UTC (rev 9392)
+++ packages/trunk/cookietool/debian/changelog	2009-04-04 13:13:50 UTC (rev 9393)
@@ -13,7 +13,8 @@
       copyright statement - they all have only a "(c)" string in
       the comments - but there's nothing we can do about it for the present
   * Add misc:Depends to the binary package.
-  * Bump the debhelper compatibility level to 5 with no changes.
+  * Bump the debhelper compatibility level to 7:
+    - use dh_prep instead of dh_clean -k
   * Bump Standards-Version to 3.8.1:
     - allow the compiler program and flags to be overridden so that
       the "noopt" build option may be honored

Modified: packages/trunk/cookietool/debian/compat
===================================================================
--- packages/trunk/cookietool/debian/compat	2009-04-04 13:09:50 UTC (rev 9392)
+++ packages/trunk/cookietool/debian/compat	2009-04-04 13:13:50 UTC (rev 9393)
@@ -1 +1 @@
-5
+7

Modified: packages/trunk/cookietool/debian/control
===================================================================
--- packages/trunk/cookietool/debian/control	2009-04-04 13:09:50 UTC (rev 9392)
+++ packages/trunk/cookietool/debian/control	2009-04-04 13:13:50 UTC (rev 9393)
@@ -1,7 +1,7 @@
 Source: cookietool
 Section: games
 Priority: optional
-Build-Depends: debhelper (>= 5), quilt
+Build-Depends: debhelper (>= 7), quilt
 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-04-04 13:09:50 UTC (rev 9392)
+++ packages/trunk/cookietool/debian/rules	2009-04-04 13:13:50 UTC (rev 9393)
@@ -32,7 +32,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	$(MAKE) install DESTDIR=$D
 	dh_installdocs




More information about the Pkg-games-commits mailing list