r14447 - packages/trunk/primrose/debian

Paul Wise pabs at alioth.debian.org
Sun Jul 7 05:53:18 UTC 2013


Author: pabs
Date: 2013-07-07 05:53:18 +0000 (Sun, 07 Jul 2013)
New Revision: 14447

Modified:
   packages/trunk/primrose/debian/changelog
   packages/trunk/primrose/debian/compat
   packages/trunk/primrose/debian/control
   packages/trunk/primrose/debian/rules
Log:
Switch to debhelper compat 9

Modified: packages/trunk/primrose/debian/changelog
===================================================================
--- packages/trunk/primrose/debian/changelog	2013-07-07 05:50:02 UTC (rev 14446)
+++ packages/trunk/primrose/debian/changelog	2013-07-07 05:53:18 UTC (rev 14447)
@@ -1,6 +1,7 @@
 primrose (6+dfsg1-3) UNRELEASED; urgency=low
 
   * Wrap and sort various files
+  * Switch to debhelper compat 9
 
  -- Paul Wise <pabs at debian.org>  Sun, 07 Jul 2013 13:49:41 +0800
 

Modified: packages/trunk/primrose/debian/compat
===================================================================
--- packages/trunk/primrose/debian/compat	2013-07-07 05:50:02 UTC (rev 14446)
+++ packages/trunk/primrose/debian/compat	2013-07-07 05:53:18 UTC (rev 14447)
@@ -1 +1 @@
-7
+9

Modified: packages/trunk/primrose/debian/control
===================================================================
--- packages/trunk/primrose/debian/control	2013-07-07 05:50:02 UTC (rev 14446)
+++ packages/trunk/primrose/debian/control	2013-07-07 05:53:18 UTC (rev 14447)
@@ -6,7 +6,7 @@
  Paul Wise <pabs at debian.org>,
  Christoph Egger <christoph at debian.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 9),
  imagemagick,
  libgl1-mesa-dev | libgl-dev,
  libsdl1.2-dev

Modified: packages/trunk/primrose/debian/rules
===================================================================
--- packages/trunk/primrose/debian/rules	2013-07-07 05:50:02 UTC (rev 14446)
+++ packages/trunk/primrose/debian/rules	2013-07-07 05:53:18 UTC (rev 14447)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --parallel $@
+	dh $@ --parallel
 
 override_dh_auto_configure:
 	chmod u+x tilePlacementGames/game1/configure




More information about the Pkg-games-commits mailing list