r13564 - packages/trunk/warzone2100/debian
Paul Wise
pabs at alioth.debian.org
Tue May 15 03:44:26 UTC 2012
Author: pabs
Date: 2012-05-15 03:44:25 +0000 (Tue, 15 May 2012)
New Revision: 13564
Modified:
packages/trunk/warzone2100/debian/changelog
packages/trunk/warzone2100/debian/rules
Log:
dh now wants the sequence before the options
Modified: packages/trunk/warzone2100/debian/changelog
===================================================================
--- packages/trunk/warzone2100/debian/changelog 2012-05-15 03:40:53 UTC (rev 13563)
+++ packages/trunk/warzone2100/debian/changelog 2012-05-15 03:44:25 UTC (rev 13564)
@@ -4,6 +4,7 @@
* Detect more tarball types in the watch file
* Bump debhelper compat level
* Bump Standards-Version, no changes needed
+ * dh now wants the sequence before the options
-- Paul Wise <pabs at debian.org> Mon, 24 Oct 2011 10:55:52 +0800
Modified: packages/trunk/warzone2100/debian/rules
===================================================================
--- packages/trunk/warzone2100/debian/rules 2012-05-15 03:40:53 UTC (rev 13563)
+++ packages/trunk/warzone2100/debian/rules 2012-05-15 03:44:25 UTC (rev 13564)
@@ -3,7 +3,7 @@
#export DH_VERBOSE=1
%:
- dh --parallel --with autotools_dev --with autoreconf $@
+ dh $@ --parallel --with autotools_dev --with autoreconf
override_dh_autoreconf:
dh_autoreconf ./autogen.sh
More information about the Pkg-games-commits
mailing list