r2681 - in zope.component/trunk/debian (changelog rules)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Fri Sep 28 02:35:32 UTC 2012


    Date: Friday, September 28, 2012 @ 02:35:31
  Author: arnau
Revision: 2681

Remove setuptools from requires.txt as it is not handled by dh_pydeb. Closes: #684560.

Modified:
  zope.component/trunk/debian/changelog
  zope.component/trunk/debian/rules

Modified: zope.component/trunk/debian/changelog
===================================================================
--- zope.component/trunk/debian/changelog	2012-09-26 05:53:26 UTC (rev 2680)
+++ zope.component/trunk/debian/changelog	2012-09-28 02:35:31 UTC (rev 2681)
@@ -1,3 +1,12 @@
+zope.component (3.10.0-3) unstable; urgency=low
+
+  * Team upload.
+  * debian/rules:
+    + Remove setuptools from requires.txt as it is not handled by
+      dh_pydeb. Closes: #684560.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Fri, 28 Sep 2012 10:59:36 +0900
+
 zope.component (3.10.0-2) unstable; urgency=low
 
   * Team upload.

Modified: zope.component/trunk/debian/rules
===================================================================
--- zope.component/trunk/debian/rules	2012-09-26 05:53:26 UTC (rev 2680)
+++ zope.component/trunk/debian/rules	2012-09-28 02:35:31 UTC (rev 2681)
@@ -5,3 +5,10 @@
 
 %:
 	dh --with pydeb --with python2 $@
+
+override_dh_gencontrol:
+	dh_gencontrol
+
+	# dh_pydeb does not remove setuptools from requires.txt
+	find debian/python-zope.component -name requires.txt \
+		-exec sed -i '/^setuptools$$/d' {} \;




More information about the pkg-zope-developers mailing list