[Python-modules-commits] r17056 - in packages/pyzmq/trunk/debian (3 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Thu May 19 17:53:03 UTC 2011


    Date: Thursday, May 19, 2011 @ 17:52:59
  Author: bzed
Revision: 17056

* Disable fix-distutils patch. 
* Run setup.py clean manually. 

Modified:
  packages/pyzmq/trunk/debian/changelog
  packages/pyzmq/trunk/debian/patches/series
  packages/pyzmq/trunk/debian/rules

Modified: packages/pyzmq/trunk/debian/changelog
===================================================================
--- packages/pyzmq/trunk/debian/changelog	2011-05-19 17:48:18 UTC (rev 17055)
+++ packages/pyzmq/trunk/debian/changelog	2011-05-19 17:52:59 UTC (rev 17056)
@@ -4,8 +4,10 @@
   * Build-depend on zeromq 2.1.7.
   * Bump Standards-Version to 3.9.2, no changes needed.
   * Only clean the zmq directory if the directory exists. 
+  * Disable fix-distutils patch. 
+  * Run setup.py clean manually. 
 
- -- Bernd Zeimetz <bzed at debian.org>  Thu, 19 May 2011 19:42:31 +0200
+ -- Bernd Zeimetz <bzed at debian.org>  Thu, 19 May 2011 19:52:30 +0200
 
 pyzmq (2.0.10.1-2) unstable; urgency=low
 

Modified: packages/pyzmq/trunk/debian/patches/series
===================================================================
--- packages/pyzmq/trunk/debian/patches/series	2011-05-19 17:48:18 UTC (rev 17055)
+++ packages/pyzmq/trunk/debian/patches/series	2011-05-19 17:52:59 UTC (rev 17056)
@@ -1 +0,0 @@
-fix_distutils.diff

Modified: packages/pyzmq/trunk/debian/rules
===================================================================
--- packages/pyzmq/trunk/debian/rules	2011-05-19 17:48:18 UTC (rev 17055)
+++ packages/pyzmq/trunk/debian/rules	2011-05-19 17:52:59 UTC (rev 17056)
@@ -3,7 +3,10 @@
 	dh --with python2 $@
 
 override_dh_auto_clean:
-	-dh_auto_clean
+	if [ -f setup.py ]; then for python in $(shell pyversions -r); do \
+		$$python setup.py clean; \
+		$$python-dbg setup.py clean; \
+        done; fi
 	if [ -d zmq ]; then find zmq -name '*.c' -delete; fi
 
 override_dh_install:




More information about the Python-modules-commits mailing list