r2724 - in zope.exceptions/trunk/debian (changelog rules)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Tue Jun 11 06:31:58 UTC 2013
Date: Tuesday, June 11, 2013 @ 06:31:56
Author: arnau
Revision: 2724
setuptools is not in requires.txt so drop workaround (#688840).
Modified:
zope.exceptions/trunk/debian/changelog
zope.exceptions/trunk/debian/rules
Modified: zope.exceptions/trunk/debian/changelog
===================================================================
--- zope.exceptions/trunk/debian/changelog 2013-06-11 06:29:36 UTC (rev 2723)
+++ zope.exceptions/trunk/debian/changelog 2013-06-11 06:31:56 UTC (rev 2724)
@@ -7,6 +7,7 @@
- Use canonical URI for Vcs-Svn.
* debian/rules:
- CHANGES.txt was renamed to CHANGES.rst.
+ - setuptools is not in requires.txt so drop workaround (#688840).
-- Arnaud Fontaine <arnau at debian.org> Tue, 11 Jun 2013 15:02:05 +0900
Modified: zope.exceptions/trunk/debian/rules
===================================================================
--- zope.exceptions/trunk/debian/rules 2013-06-11 06:29:36 UTC (rev 2723)
+++ zope.exceptions/trunk/debian/rules 2013-06-11 06:31:56 UTC (rev 2724)
@@ -30,9 +30,3 @@
override_dh_installchangelogs:
dh_installchangelogs -p$(package) CHANGES.rst
dh_installchangelogs -p$(package3) CHANGES.rst
-
-override_dh_gencontrol:
- dh_gencontrol
-
- # Workaround for dh_python3 not removing python-setuptools from requires.txt
- find debian/$(package3) -name requires.txt -exec sed -i '/^setuptools$$/d' {} \;
More information about the pkg-zope-developers
mailing list