[Python-modules-commits] r20327 - in packages/requests/trunk/debian (changelog rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun Feb 5 04:47:08 UTC 2012


    Date: Sunday, February 5, 2012 @ 04:47:05
  Author: eriol-guest
Revision: 20327

Added override_dh_auto_clean to make the package build twice in a row

Modified:
  packages/requests/trunk/debian/changelog
  packages/requests/trunk/debian/rules

Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog	2012-02-05 04:12:34 UTC (rev 20326)
+++ packages/requests/trunk/debian/changelog	2012-02-05 04:47:05 UTC (rev 20327)
@@ -3,11 +3,11 @@
   * New upstream release
     - Adds Python 3 support
   * Builded python 3 package
-    - B-D on python3-all
   * debian/control
     - Added python-chardet to Recommends
     - Bumped X-Python-Version >= 2.6
     - Added ca-certificates to Depends
+    - Added python3-all to Build-Depends
   * debian/copyright
     - Updated Format URI
     - Updated copyright years
@@ -17,6 +17,8 @@
   * debian/patches/02_fix-python3-except-sintax-error.patches
     - Fix SyntaxError on Python3 because "except Error, e" is not supported
       anymore
+  * debian/rules
+    - Added override_dh_auto_clean to make the package build twice in a row
 
  -- Daniele Tricoli <eriol at mornie.org>  Sun, 05 Feb 2012 04:51:38 +0100
 

Modified: packages/requests/trunk/debian/rules
===================================================================
--- packages/requests/trunk/debian/rules	2012-02-05 04:12:34 UTC (rev 20326)
+++ packages/requests/trunk/debian/rules	2012-02-05 04:47:05 UTC (rev 20327)
@@ -12,6 +12,10 @@
 		$$python setup.py build; \
 	done
 
+override_dh_auto_clean:
+	rm -rf build
+	dh_auto_clean
+
 override_dh_auto_install:
 	set -ex; \
 	for python in $(PYVERS); do \




More information about the Python-modules-commits mailing list