[Python-modules-commits] r26180 - in packages/python-urllib3/trunk/debian (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed Oct 16 23:40:14 UTC 2013


    Date: Wednesday, October 16, 2013 @ 23:40:12
  Author: eriol-guest
Revision: 26180

Switched to debian/clean for cleaning instead of using debian/rules

Added:
  packages/python-urllib3/trunk/debian/clean
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	2013-10-16 20:33:59 UTC (rev 26179)
+++ packages/python-urllib3/trunk/debian/changelog	2013-10-16 23:40:12 UTC (rev 26180)
@@ -2,6 +2,8 @@
 
   * New upstream release
   * Switched to pybuild
+  * debian/clean
+    - Switched to debian/clean for cleaning instead of using debian/rules
   * debian/compat
     - Bumped debhelper compatibility level to 9
   * debian/control
@@ -18,7 +20,7 @@
   * debian/patches/06_fix_abuse_of_match_hostname_for_DoS.patch
     - Removed since fixed upstream
 
- -- Daniele Tricoli <eriol at mornie.org>  Wed, 16 Oct 2013 22:26:05 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Thu, 17 Oct 2013 01:37:24 +0200
 
 python-urllib3 (1.6-2) unstable; urgency=high
 

Added: packages/python-urllib3/trunk/debian/clean
===================================================================
--- packages/python-urllib3/trunk/debian/clean	                        (rev 0)
+++ packages/python-urllib3/trunk/debian/clean	2013-10-16 23:40:12 UTC (rev 26180)
@@ -0,0 +1,2 @@
+urllib3.egg-info/*
+.coverage

Modified: packages/python-urllib3/trunk/debian/rules
===================================================================
--- packages/python-urllib3/trunk/debian/rules	2013-10-16 20:33:59 UTC (rev 26179)
+++ packages/python-urllib3/trunk/debian/rules	2013-10-16 23:40:12 UTC (rev 26180)
@@ -11,12 +11,6 @@
 override_dh_auto_configure:
 	rm -f urllib3/packages/six.py
 
-override_dh_auto_clean:
-	rm -rf build
-	rm -f .coverage
-	rm -rf *.egg-info
-	dh_auto_clean
-
 override_dh_auto_install:
 	dh_auto_install
 	# Remove dummyserver/ tests to not pollute namespace.




More information about the Python-modules-commits mailing list