r11511 - packages/trunk/fenix-plugins/debian

Peter Pentchev roam-guest at alioth.debian.org
Fri Nov 26 09:00:38 UTC 2010


Author: roam-guest
Date: 2010-11-26 09:00:28 +0000 (Fri, 26 Nov 2010)
New Revision: 11511

Modified:
   packages/trunk/fenix-plugins/debian/changelog
   packages/trunk/fenix-plugins/debian/compat
   packages/trunk/fenix-plugins/debian/control
   packages/trunk/fenix-plugins/debian/rules
Log:
Bump the debhelper compat level to 7, use dh_prep instead of dh_clean -k.


Modified: packages/trunk/fenix-plugins/debian/changelog
===================================================================
--- packages/trunk/fenix-plugins/debian/changelog	2010-11-26 08:50:25 UTC (rev 11510)
+++ packages/trunk/fenix-plugins/debian/changelog	2010-11-26 09:00:28 UTC (rev 11511)
@@ -1,6 +1,6 @@
 fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
-  TODO: debhelper 7, dh, overrides, then 8
+  TODO: debhelper: dh, overrides, then 8
   TODO: dh --with autotools_dev
   TODO: dpkg-buildflags
 
@@ -27,6 +27,8 @@
   * Complete the short description of the fenix-plugins-system package.
   * Add a dummy watch file explaining why there is no watch file.
   * Bump Standards-Version to 3.9.1 with no changes.
+  * Bump the debhelper compatibility level to 7:
+    - use dh_prep instead of dh_clean -k
 
  -- Peter Pentchev <roam at ringlet.net>  Thu, 25 Nov 2010 16:09:06 +0200
 

Modified: packages/trunk/fenix-plugins/debian/compat
===================================================================
--- packages/trunk/fenix-plugins/debian/compat	2010-11-26 08:50:25 UTC (rev 11510)
+++ packages/trunk/fenix-plugins/debian/compat	2010-11-26 09:00:28 UTC (rev 11511)
@@ -1 +1 @@
-5
+7

Modified: packages/trunk/fenix-plugins/debian/control
===================================================================
--- packages/trunk/fenix-plugins/debian/control	2010-11-26 08:50:25 UTC (rev 11510)
+++ packages/trunk/fenix-plugins/debian/control	2010-11-26 09:00:28 UTC (rev 11511)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bdefreese at debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake1.10 | automake1.9,
+Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake1.10 | automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool
 Standards-Version: 3.9.1

Modified: packages/trunk/fenix-plugins/debian/rules
===================================================================
--- packages/trunk/fenix-plugins/debian/rules	2010-11-26 08:50:25 UTC (rev 11510)
+++ packages/trunk/fenix-plugins/debian/rules	2010-11-26 09:00:28 UTC (rev 11511)
@@ -50,7 +50,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 # Build architecture-independent files here.




More information about the Pkg-games-commits mailing list