r1541 - in zope.i18n/trunk/debian (changelog rules)

Brian Sutherland jinty-guest at alioth.debian.org
Fri Jun 12 08:37:20 UTC 2009


    Date: Friday, June 12, 2009 @ 08:37:17
  Author: jinty-guest
Revision: 1541

Move the "compile" extra to Suggests.

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

Modified: zope.i18n/trunk/debian/changelog
===================================================================
--- zope.i18n/trunk/debian/changelog	2009-06-12 07:42:58 UTC (rev 1540)
+++ zope.i18n/trunk/debian/changelog	2009-06-12 08:37:17 UTC (rev 1541)
@@ -1,3 +1,9 @@
+zope.i18n (3.7.0-2) unstable; urgency=low
+
+  * Move the "compile" extra to Suggests.
+
+ -- Brian Sutherland <brian at vanguardistas.net>  Fri, 12 Jun 2009 10:35:22 +0200
+
 zope.i18n (3.7.0-1) unstable; urgency=low
 
   * Initial Packaging.

Modified: zope.i18n/trunk/debian/rules
===================================================================
--- zope.i18n/trunk/debian/rules	2009-06-12 07:42:58 UTC (rev 1540)
+++ zope.i18n/trunk/debian/rules	2009-06-12 08:37:17 UTC (rev 1541)
@@ -1,3 +1,11 @@
 #!/usr/bin/make -f
 
 include /usr/share/python-van.pydeb/rules_templates/rules.1.mk
+
+# Don't depend on RestrictedPython
+excludes=--exclude-extra compile
+
+dependencies-python%:
+	(echo -n 'setuptools:Depends=' && van-pydeb depends --egg-info debian/$(package)$(call py_libdir,$*)/$(py_package).egg-info $(excludes)) >> debian/$(package).substvars
+	(echo -n 'setuptools:Provides=' && van-pydeb provides --egg-info debian/$(package)$(call py_libdir,$*)/$(py_package).egg-info $(excludes)) >> debian/$(package).substvars
+	(echo -n 'setuptools:Suggests=' && van-pydeb provides --egg-info debian/$(package)$(call py_libdir,$*)/$(py_package).egg-info --extra compile) >> debian/$(package).substvars




More information about the pkg-zope-commits mailing list