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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Apr 17 19:37:34 UTC 2012


    Date: Tuesday, April 17, 2012 @ 19:37:33
  Author: eriol-guest
Revision: 21256

Cleaned .egg-info to build packages twice in a row

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

Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog	2012-04-17 19:11:21 UTC (rev 21255)
+++ packages/python-urllib3/trunk/debian/changelog	2012-04-17 19:37:33 UTC (rev 21256)
@@ -7,8 +7,9 @@
     - Refreshed
   * debian/rules
     - Actually remove the embedded python-six from binary packages
+    - Cleaned .egg-info to build packages twice in a row
 
- -- Daniele Tricoli <eriol at mornie.org>  Tue, 17 Apr 2012 21:05:55 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Tue, 17 Apr 2012 21:34:49 +0200
 
 python-urllib3 (1.3-1) unstable; urgency=low
 

Modified: packages/python-urllib3/trunk/debian/rules
===================================================================
--- packages/python-urllib3/trunk/debian/rules	2012-04-17 19:11:21 UTC (rev 21255)
+++ packages/python-urllib3/trunk/debian/rules	2012-04-17 19:37:33 UTC (rev 21256)
@@ -20,6 +20,7 @@
 override_dh_auto_clean:
 	rm -rf build
 	rm -f .coverage
+	rm -rf *.egg-info
 	dh_auto_clean
 
 override_dh_auto_install:




More information about the Python-modules-commits mailing list