r14186 - packages/trunk/monsterz/debian

Barry deFreese bdefreese at alioth.debian.org
Thu May 30 13:31:23 UTC 2013


Author: bdefreese
Date: 2013-05-30 13:31:23 +0000 (Thu, 30 May 2013)
New Revision: 14186

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

Modified: packages/trunk/monsterz/debian/changelog
===================================================================
--- packages/trunk/monsterz/debian/changelog	2013-05-30 13:24:44 UTC (rev 14185)
+++ packages/trunk/monsterz/debian/changelog	2013-05-30 13:31:23 UTC (rev 14186)
@@ -1,3 +1,9 @@
+monsterz (0.7.1-6) unstable; urgency=low
+
+  * Remove yes flag from --with-python2. (Closes: #710376).
+
+ -- Barry deFreese <bdefreese at debian.org>  Thu, 30 May 2013 05:40:28 -0400
+
 monsterz (0.7.1-5) unstable; urgency=low
 
   * Add startup animation patch. (Closes: #439807).

Modified: packages/trunk/monsterz/debian/rules
===================================================================
--- packages/trunk/monsterz/debian/rules	2013-05-30 13:24:44 UTC (rev 14185)
+++ packages/trunk/monsterz/debian/rules	2013-05-30 13:31:23 UTC (rev 14186)
@@ -8,7 +8,7 @@
 include /usr/share/dpkg/buildflags.mk
 
 %:
-	dh $@ --with python2, yes
+	dh $@ --with python2
 
 override_dh_auto_build:
 	$(MAKE) prefix=/usr




More information about the Pkg-games-commits mailing list