r14054 - packages/trunk/chromium-bsu/debian

Paul Wise pabs at alioth.debian.org
Tue May 14 07:55:49 UTC 2013


Author: pabs
Date: 2013-05-14 07:55:49 +0000 (Tue, 14 May 2013)
New Revision: 14054

Modified:
   packages/trunk/chromium-bsu/debian/changelog
   packages/trunk/chromium-bsu/debian/compat
   packages/trunk/chromium-bsu/debian/control
   packages/trunk/chromium-bsu/debian/rules
Log:
Switch to debhelper compat 9

Modified: packages/trunk/chromium-bsu/debian/changelog
===================================================================
--- packages/trunk/chromium-bsu/debian/changelog	2013-05-12 09:20:40 UTC (rev 14053)
+++ packages/trunk/chromium-bsu/debian/changelog	2013-05-14 07:55:49 UTC (rev 14054)
@@ -4,6 +4,7 @@
   * Update the watch file to be more flexible
   * Add a file for upstream metadata
   * wrap-and-sort -sa
+  * Switch to debhelper compat 9
 
  -- Paul Wise <pabs at debian.org>  Fri, 11 Nov 2011 11:37:28 +0800
 

Modified: packages/trunk/chromium-bsu/debian/compat
===================================================================
--- packages/trunk/chromium-bsu/debian/compat	2013-05-12 09:20:40 UTC (rev 14053)
+++ packages/trunk/chromium-bsu/debian/compat	2013-05-14 07:55:49 UTC (rev 14054)
@@ -1 +1 @@
-7
+9

Modified: packages/trunk/chromium-bsu/debian/control
===================================================================
--- packages/trunk/chromium-bsu/debian/control	2013-05-12 09:20:40 UTC (rev 14053)
+++ packages/trunk/chromium-bsu/debian/control	2013-05-14 07:55:49 UTC (rev 14054)
@@ -7,7 +7,7 @@
  Paul Wise <pabs at debian.org>
 Build-Depends:
  autotools-dev (>= 20100122.1~),
- debhelper (>= 7.0.50~),
+ debhelper (>= 9),
  libalut-dev,
  libglc-dev,
  libglu1-mesa-dev,

Modified: packages/trunk/chromium-bsu/debian/rules
===================================================================
--- packages/trunk/chromium-bsu/debian/rules	2013-05-12 09:20:40 UTC (rev 14053)
+++ packages/trunk/chromium-bsu/debian/rules	2013-05-14 07:55:49 UTC (rev 14054)
@@ -3,7 +3,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh --with autotools_dev $@ --parallel
+	dh $@ --with autotools_dev --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- CXXFLAGS="$(CXXFLAGS) -Wall" --bindir=/usr/games --datadir=/usr/share/games --disable-glpng




More information about the Pkg-games-commits mailing list