r13433 - packages/trunk/xmoto/debian

Stephen Kitt steve-guest at alioth.debian.org
Tue Mar 27 22:02:37 UTC 2012


Author: steve-guest
Date: 2012-03-27 22:02:36 +0000 (Tue, 27 Mar 2012)
New Revision: 13433

Modified:
   packages/trunk/xmoto/debian/changelog
   packages/trunk/xmoto/debian/control
   packages/trunk/xmoto/debian/rules
Log:
Use dh-autoreconf to update config.{guess,sub}.

Modified: packages/trunk/xmoto/debian/changelog
===================================================================
--- packages/trunk/xmoto/debian/changelog	2012-03-27 21:29:10 UTC (rev 13432)
+++ packages/trunk/xmoto/debian/changelog	2012-03-27 22:02:36 UTC (rev 13433)
@@ -16,8 +16,10 @@
   * Update debian/copyright.
   * Standards-Version 3.9.2 (no further change required).
   * Fix spelling mistakes spotted by Lintian.
+  * Use dh-autoreconf to update config.{guess,sub} (thanks to Ansgar
+    Burchardt for the hint).
 
- -- Stephen Kitt <steve at sk2.org>  Mon, 05 Dec 2011 22:55:45 +0100
+ -- Stephen Kitt <steve at sk2.org>  Wed, 28 Mar 2012 00:01:08 +0200
 
 xmoto (0.5.5-1) unstable; urgency=low
 

Modified: packages/trunk/xmoto/debian/control
===================================================================
--- packages/trunk/xmoto/debian/control	2012-03-27 21:29:10 UTC (rev 13432)
+++ packages/trunk/xmoto/debian/control	2012-03-27 22:02:36 UTC (rev 13433)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Samuel Mimram <smimram at debian.org>,
  Barry deFreese <bdefreese at debian.org>, Stephen Kitt <steve at sk2.org>
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.13.19), autotools-dev,
+Build-Depends: debhelper (>= 9), dh-autoreconf, dpkg-dev (>= 1.13.19), autotools-dev,
  libsdl1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev,
  libjpeg-dev, libpng12-dev | libpng-dev, zlib1g-dev, libgl1-mesa-dev | libgl-dev,
  libode-dev, liblua5.1-0-dev, libcurl4-gnutls-dev, libbz2-dev, libsqlite3-dev,

Modified: packages/trunk/xmoto/debian/rules
===================================================================
--- packages/trunk/xmoto/debian/rules	2012-03-27 21:29:10 UTC (rev 13432)
+++ packages/trunk/xmoto/debian/rules	2012-03-27 22:02:36 UTC (rev 13433)
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the Pkg-games-commits mailing list