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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri Feb 10 03:42:19 UTC 2012


    Date: Friday, February 10, 2012 @ 03:42:16
  Author: eriol-guest
Revision: 20391

Added override_dh_auto_clean to build the package 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-02-10 03:32:27 UTC (rev 20390)
+++ packages/python-urllib3/trunk/debian/changelog	2012-02-10 03:42:16 UTC (rev 20391)
@@ -2,4 +2,4 @@
 
   * Initial release (Closes: #648783)
 
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 10 Feb 2012 04:32:03 +0100
+ -- Daniele Tricoli <eriol at mornie.org>  Fri, 10 Feb 2012 04:41:11 +0100

Modified: packages/python-urllib3/trunk/debian/rules
===================================================================
--- packages/python-urllib3/trunk/debian/rules	2012-02-10 03:32:27 UTC (rev 20390)
+++ packages/python-urllib3/trunk/debian/rules	2012-02-10 03:42:16 UTC (rev 20391)
@@ -14,6 +14,11 @@
 		$$python setup.py build; \
 	done
 
+override_dh_auto_clean:
+	rm -rf build
+	rm -f .coverage
+	dh_auto_clean
+
 override_dh_auto_install:
 	set -ex; \
 	for python in $(PYVERS); do \




More information about the Python-modules-commits mailing list