[Python-modules-commits] r16290 - in packages/python-easygui/trunk/debian (changelog rules)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Thu Mar 31 06:20:14 UTC 2011


    Date: Thursday, March 31, 2011 @ 06:20:11
  Author: cjsmo-guest
Revision: 16290

debian/rules changed to dh  --with python2

Modified:
  packages/python-easygui/trunk/debian/changelog
  packages/python-easygui/trunk/debian/rules

Modified: packages/python-easygui/trunk/debian/changelog
===================================================================
--- packages/python-easygui/trunk/debian/changelog	2011-03-31 06:13:46 UTC (rev 16289)
+++ packages/python-easygui/trunk/debian/changelog	2011-03-31 06:20:11 UTC (rev 16290)
@@ -1,7 +1,8 @@
 python-easygui (0.96-2) UNRELEASED; urgency=low
 
   * Update debian/copyright to DEP5-rev173
-  * 
+  * debian/rules changed to dh $@ --with python2.
+  
 
  -- Andreas Noteng <andreas at noteng.no>  Thu, 14 Oct 2010 22:51:23 +0200
 

Modified: packages/python-easygui/trunk/debian/rules
===================================================================
--- packages/python-easygui/trunk/debian/rules	2011-03-31 06:13:46 UTC (rev 16289)
+++ packages/python-easygui/trunk/debian/rules	2011-03-31 06:20:11 UTC (rev 16290)
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh --with python2 $@
+	dh $@ --with python2




More information about the Python-modules-commits mailing list