r11856 - packages/trunk/alex4/debian

Peter Pentchev roam-guest at alioth.debian.org
Wed Mar 9 20:02:42 UTC 2011


Author: roam-guest
Date: 2011-03-09 20:02:40 +0000 (Wed, 09 Mar 2011)
New Revision: 11856

Modified:
   packages/trunk/alex4/debian/changelog
   packages/trunk/alex4/debian/compat
   packages/trunk/alex4/debian/control
   packages/trunk/alex4/debian/rules
Log:
Bump the debhelper compat level to 7 (dh_prep, dh_clean).

Modified: packages/trunk/alex4/debian/changelog
===================================================================
--- packages/trunk/alex4/debian/changelog	2011-03-09 20:02:09 UTC (rev 11855)
+++ packages/trunk/alex4/debian/changelog	2011-03-09 20:02:40 UTC (rev 11856)
@@ -13,6 +13,9 @@
   * Convert to the 3.0 (quilt) source format.
   * Add misc:Depends to the alex4-data package just in case.
   * Expand the alex4-data package's long description.
+  * Bump the debhelper compatibility level to 7:
+    - let dh_clean remove the *-stamp files
+    - use dh_prep instead of dh_clean -k
 
  -- Peter Pentchev <roam at ringlet.net>  Wed, 09 Mar 2011 14:14:04 +0200
 

Modified: packages/trunk/alex4/debian/compat
===================================================================
--- packages/trunk/alex4/debian/compat	2011-03-09 20:02:09 UTC (rev 11855)
+++ packages/trunk/alex4/debian/compat	2011-03-09 20:02:40 UTC (rev 11856)
@@ -1 +1 @@
-5
+7

Modified: packages/trunk/alex4/debian/control
===================================================================
--- packages/trunk/alex4/debian/control	2011-03-09 20:02:09 UTC (rev 11855)
+++ packages/trunk/alex4/debian/control	2011-03-09 20:02:40 UTC (rev 11856)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Peter De Wachter <pdewacht at gmail.com>
-Build-Depends: debhelper (>= 5), liballegro4.2-dev (>= 2:4.2.2-2), libdumb1-dev, libaldmb1-dev
+Build-Depends: debhelper (>= 7), liballegro4.2-dev (>= 2:4.2.2-2), libdumb1-dev, libaldmb1-dev
 Standards-Version: 3.8.1
 Homepage: http://allegator.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/alex4/

Modified: packages/trunk/alex4/debian/rules
===================================================================
--- packages/trunk/alex4/debian/rules	2011-03-09 20:02:09 UTC (rev 11855)
+++ packages/trunk/alex4/debian/rules	2011-03-09 20:02:40 UTC (rev 11856)
@@ -22,7 +22,6 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-arch-stamp build-indep-stamp
 	[ ! -f src/Makefile ] || $(MAKE) -C src clean
 	dh_clean
 
@@ -32,14 +31,14 @@
 install-indep: build-indep
 	dh_testdir
 	dh_testroot
-	dh_clean -k -i
+	dh_prep -i
 	dh_installdirs -i
 	dh_install -i
 
 install-arch: build-arch
 	dh_testdir
 	dh_testroot
-	dh_clean -k -a
+	dh_prep -a
 	dh_installdirs -a
 	dh_install -a
 




More information about the Pkg-games-commits mailing list