r14182 - packages/trunk/adonthell/debian

Barry deFreese bdefreese at alioth.debian.org
Wed May 29 22:35:53 UTC 2013


Author: bdefreese
Date: 2013-05-29 22:35:53 +0000 (Wed, 29 May 2013)
New Revision: 14182

Modified:
   packages/trunk/adonthell/debian/changelog
   packages/trunk/adonthell/debian/rules
Log:
Remove yes from --with python2

Modified: packages/trunk/adonthell/debian/changelog
===================================================================
--- packages/trunk/adonthell/debian/changelog	2013-05-28 21:49:08 UTC (rev 14181)
+++ packages/trunk/adonthell/debian/changelog	2013-05-29 22:35:53 UTC (rev 14182)
@@ -1,3 +1,9 @@
+adonthell (0.3.5-9) unstable; urgency=low
+
+  * Remove extra flag from --with python2. (Closes: #710317).
+
+ -- Barry deFreese <bdefreese at debian.org>  Wed, 29 May 2013 14:44:36 -0400
+
 adonthell (0.3.5-8) unstable; urgency=low
 
   * Acknowledge NMU.

Modified: packages/trunk/adonthell/debian/rules
===================================================================
--- packages/trunk/adonthell/debian/rules	2013-05-28 21:49:08 UTC (rev 14181)
+++ packages/trunk/adonthell/debian/rules	2013-05-29 22:35:53 UTC (rev 14182)
@@ -29,7 +29,7 @@
 endif
 
 %:
-	dh $@ --with python2, yes
+	dh $@ --with python2
 
 override_dh_auto_configure:
 	-test -r /usr/share/misc/config.sub && \




More information about the Pkg-games-commits mailing list