r1816 - in zope.copy/trunk/debian (changelog rules)
kobold at users.alioth.debian.org
kobold at users.alioth.debian.org
Sun Sep 27 19:00:00 UTC 2009
Date: Sunday, September 27, 2009 @ 18:59:56
Author: kobold
Revision: 1816
debian/rules: moved the test extra dependencies to recommends, to remove
the circualar dependency on zope.location. (Closes: #546939)
Modified:
zope.copy/trunk/debian/changelog
zope.copy/trunk/debian/rules
Modified: zope.copy/trunk/debian/changelog
===================================================================
--- zope.copy/trunk/debian/changelog 2009-09-27 06:14:50 UTC (rev 1815)
+++ zope.copy/trunk/debian/changelog 2009-09-27 18:59:56 UTC (rev 1816)
@@ -1,3 +1,10 @@
+zope.copy (3.5.0-2) unstable; urgency=low
+
+ * debian/rules: moved the test extra dependencies to recommends, to remove
+ the circualar dependency on zope.location. (Closes: #546939)
+
+ -- Fabio Tranchitella <kobold at debian.org> Sun, 27 Sep 2009 20:58:48 +0200
+
zope.copy (3.5.0-1) unstable; urgency=low
[ Brian Sutherland ]
Modified: zope.copy/trunk/debian/rules
===================================================================
--- zope.copy/trunk/debian/rules 2009-09-27 06:14:50 UTC (rev 1815)
+++ zope.copy/trunk/debian/rules 2009-09-27 18:59:56 UTC (rev 1816)
@@ -1,3 +1,8 @@
#!/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
+ # the test extra introduces a circular dependency, to Recommends
+ (echo -n 'setuptools:Recommends=' && van-pydeb depends --egg-info debian/$(package)/$(call py_libdir,$*)/$(py_package).egg-info --extra test) >> debian/$(package).substvars
More information about the pkg-zope-developers
mailing list