r9339 - packages/trunk/xmahjongg/debian

Peter Pentchev roam-guest at alioth.debian.org
Tue Mar 31 23:08:18 UTC 2009


Author: roam-guest
Date: 2009-03-31 23:08:18 +0000 (Tue, 31 Mar 2009)
New Revision: 9339

Modified:
   packages/trunk/xmahjongg/debian/changelog
   packages/trunk/xmahjongg/debian/compat
   packages/trunk/xmahjongg/debian/control
   packages/trunk/xmahjongg/debian/rules
Log:
Bump the debhelper compatibility level to 7:
- specify a version in the debhelper build-dep
- use dh_prep instead of dh_clean -k

This is intentionally done separately from the bump to level 5 to allow
easier backporting to etch.


Modified: packages/trunk/xmahjongg/debian/changelog
===================================================================
--- packages/trunk/xmahjongg/debian/changelog	2009-03-31 23:00:16 UTC (rev 9338)
+++ packages/trunk/xmahjongg/debian/changelog	2009-03-31 23:08:18 UTC (rev 9339)
@@ -8,9 +8,10 @@
   * Add the Homepage, Vcs-Svn, and Vcs-Browser fields.
   * Flesh out the long description a bit.
   * Replace the obsolete x-dev dependency with x11proto-core-dev.
-  * Specify the debhelper compatibility level as 5:
+  * Specify the debhelper compatibility level as 7:
     - install into debian/xmahjongg instead of debian/tmp
     - add misc:Depends to the xmahjongg binary package
+    - specify the debhelper version in the build dependency
   * Use dh_installman instead of the deprecated dh_installmanpages.
   * Bump Standards-Version to 3.8.1:
     - add the README.source file mentioning the use of quilt

Modified: packages/trunk/xmahjongg/debian/compat
===================================================================
--- packages/trunk/xmahjongg/debian/compat	2009-03-31 23:00:16 UTC (rev 9338)
+++ packages/trunk/xmahjongg/debian/compat	2009-03-31 23:08:18 UTC (rev 9339)
@@ -1 +1 @@
-5
+7

Modified: packages/trunk/xmahjongg/debian/control
===================================================================
--- packages/trunk/xmahjongg/debian/control	2009-03-31 23:00:16 UTC (rev 9338)
+++ packages/trunk/xmahjongg/debian/control	2009-03-31 23:08:18 UTC (rev 9339)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Peter Pentchev <roam at ringlet.net>
 Standards-Version: 3.8.1
-Build-Depends: debhelper, libx11-dev, x11proto-core-dev, quilt
+Build-Depends: debhelper (>= 7), libx11-dev, x11proto-core-dev, quilt
 Homepage: http://www.lcdf.org/xmahjongg/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/xmahjongg
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/xmahjongg/?op=log

Modified: packages/trunk/xmahjongg/debian/rules
===================================================================
--- packages/trunk/xmahjongg/debian/rules	2009-03-31 23:00:16 UTC (rev 9338)
+++ packages/trunk/xmahjongg/debian/rules	2009-03-31 23:08:18 UTC (rev 9339)
@@ -38,7 +38,7 @@
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/xmahjongg.




More information about the Pkg-games-commits mailing list