r14057 - packages/trunk/chromium-bsu/debian

Paul Wise pabs at alioth.debian.org
Wed May 15 03:56:09 UTC 2013


Author: pabs
Date: 2013-05-15 03:56:09 +0000 (Wed, 15 May 2013)
New Revision: 14057

Modified:
   packages/trunk/chromium-bsu/debian/changelog
   packages/trunk/chromium-bsu/debian/control
   packages/trunk/chromium-bsu/debian/rules
Log:
Switch from autotools-dev to autoreconf

Modified: packages/trunk/chromium-bsu/debian/changelog
===================================================================
--- packages/trunk/chromium-bsu/debian/changelog	2013-05-14 08:54:55 UTC (rev 14056)
+++ packages/trunk/chromium-bsu/debian/changelog	2013-05-15 03:56:09 UTC (rev 14057)
@@ -7,6 +7,7 @@
   * Switch to debhelper compat 9
   * Bump Standards-Version, no changes needed
   * Fix the Vcs-* URLs
+  * Switch from autotools-dev to autoreconf
 
  -- Paul Wise <pabs at debian.org>  Fri, 11 Nov 2011 11:37:28 +0800
 

Modified: packages/trunk/chromium-bsu/debian/control
===================================================================
--- packages/trunk/chromium-bsu/debian/control	2013-05-14 08:54:55 UTC (rev 14056)
+++ packages/trunk/chromium-bsu/debian/control	2013-05-15 03:56:09 UTC (rev 14057)
@@ -6,14 +6,17 @@
  Sam Hocevar <sho at debian.org>,
  Paul Wise <pabs at debian.org>
 Build-Depends:
- autotools-dev (>= 20100122.1~),
+ autoconf-gl-macros | autoconf-archive (<< 20111221-1),
+ autopoint,
  debhelper (>= 9),
+ dh-autoreconf,
  libalut-dev,
  libglc-dev,
  libglu1-mesa-dev,
  libopenal-dev (>= 0.2005080600),
  libsdl-image1.2-dev,
- libsdl1.2-dev (>= 1.2.2-3.1~)
+ libsdl1.2-dev (>= 1.2.2-3.1~),
+ pkg-config
 Standards-Version: 3.9.4
 Homepage: http://chromium-bsu.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/chromium-bsu/

Modified: packages/trunk/chromium-bsu/debian/rules
===================================================================
--- packages/trunk/chromium-bsu/debian/rules	2013-05-14 08:54:55 UTC (rev 14056)
+++ packages/trunk/chromium-bsu/debian/rules	2013-05-15 03:56:09 UTC (rev 14057)
@@ -3,7 +3,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with autotools_dev --parallel
+	dh $@ --with autoreconf --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