r11765 - packages/trunk/tecnoballz/debian

Peter Pentchev roam-guest at alioth.debian.org
Thu Feb 17 09:08:21 UTC 2011


Author: roam-guest
Date: 2011-02-17 09:08:09 +0000 (Thu, 17 Feb 2011)
New Revision: 11765

Modified:
   packages/trunk/tecnoballz/debian/changelog
   packages/trunk/tecnoballz/debian/compat
   packages/trunk/tecnoballz/debian/control
   packages/trunk/tecnoballz/debian/rules
Log:
Bump the debhelper compatibility level to 7:
- use dh_prep instead of dh_clean -k
- let dh_clean remove *-stamp by itself
- whee, dh_installchangelogs picks up CHANGES now


Modified: packages/trunk/tecnoballz/debian/changelog
===================================================================
--- packages/trunk/tecnoballz/debian/changelog	2011-02-17 08:57:27 UTC (rev 11764)
+++ packages/trunk/tecnoballz/debian/changelog	2011-02-17 09:08:09 UTC (rev 11765)
@@ -4,6 +4,10 @@
   * Remove Alexis Sukrieh from the list of Uploaders.  Closes: #613740
   * Convert to the 3.0 (quilt) source format.
   * Add misc:Depends to the binary packages.
+  * Bump the debhelper compatibility level to 7:
+    - let dh_clean remove the *-stamp files
+    - use dh_prep instead of dh_clean -k
+    - dh_installchangelogs picks up the CHANGES file now
 
  -- Peter Pentchev <roam at ringlet.net>  Thu, 17 Feb 2011 10:35:58 +0200
 

Modified: packages/trunk/tecnoballz/debian/compat
===================================================================
--- packages/trunk/tecnoballz/debian/compat	2011-02-17 08:57:27 UTC (rev 11764)
+++ packages/trunk/tecnoballz/debian/compat	2011-02-17 09:08:09 UTC (rev 11765)
@@ -1 +1 @@
-5
+7

Modified: packages/trunk/tecnoballz/debian/control
===================================================================
--- packages/trunk/tecnoballz/debian/control	2011-02-17 08:57:27 UTC (rev 11764)
+++ packages/trunk/tecnoballz/debian/control	2011-02-17 09:08:09 UTC (rev 11765)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Barry deFreese <bdefreese at debian.org>
-Build-Depends: debhelper (>= 5.0.0), autoconf, automake, libsdl-mixer1.2-dev, 
+Build-Depends: debhelper (>= 7), autoconf, automake, libsdl-mixer1.2-dev, 
                libmikmod2-dev, libxext-dev, libvorbis-dev, 
                libogg-dev, libsmpeg-dev, libxxf86dga-dev, 
                libxxf86vm-dev, autotools-dev,

Modified: packages/trunk/tecnoballz/debian/rules
===================================================================
--- packages/trunk/tecnoballz/debian/rules	2011-02-17 08:57:27 UTC (rev 11764)
+++ packages/trunk/tecnoballz/debian/rules	2011-02-17 09:08:09 UTC (rev 11765)
@@ -45,8 +45,6 @@
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -f build-stamp 
-	rm -f configure-stamp
 	rm -f config.status config.log
 	rm -f config.sub config.guess
 	rm -f configure
@@ -63,7 +61,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 	# building the main package
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp




More information about the Pkg-games-commits mailing list