r1767 - in zope.exceptions/trunk/debian (changelog rules)
kobold at users.alioth.debian.org
kobold at users.alioth.debian.org
Mon Sep 14 12:54:05 UTC 2009
Date: Monday, September 14, 2009 @ 12:54:03
Author: kobold
Revision: 1767
debian/rules: do not depend on zope.testing to avoid circular dependencies.
(Closes: #545860)
Modified:
zope.exceptions/trunk/debian/changelog
zope.exceptions/trunk/debian/rules
Modified: zope.exceptions/trunk/debian/changelog
===================================================================
--- zope.exceptions/trunk/debian/changelog 2009-09-13 08:58:23 UTC (rev 1766)
+++ zope.exceptions/trunk/debian/changelog 2009-09-14 12:54:03 UTC (rev 1767)
@@ -1,3 +1,10 @@
+zope.exceptions (3.5.2-3) unstable; urgency=low
+
+ * debian/rules: do not depend on zope.testing to avoid circular dependencies.
+ (Closes: #545860)
+
+ -- Fabio Tranchitella <kobold at debian.org> Mon, 14 Sep 2009 14:53:50 +0200
+
zope.exceptions (3.5.2-2) unstable; urgency=low
* Set section to zope.
Modified: zope.exceptions/trunk/debian/rules
===================================================================
--- zope.exceptions/trunk/debian/rules 2009-09-13 08:58:23 UTC (rev 1766)
+++ zope.exceptions/trunk/debian/rules 2009-09-14 12:54:03 UTC (rev 1767)
@@ -1,3 +1,6 @@
#!/usr/bin/make -f
include /usr/share/python-van.pydeb/rules_templates/rules.1.mk
+
+dependencies-python%:
+ (echo -n 'setuptools:Depends=' && van-pydeb depends --egg-info debian/$(package)/$(call py_libdir,$*)/$(py_package).egg-info --exclude-extra test) >> debian/$(package).substvars
More information about the pkg-zope-developers
mailing list