r1534 - in zope.security/trunk/debian (changelog rules)

Brian Sutherland jinty-guest at alioth.debian.org
Fri Jun 12 07:21:28 UTC 2009


    Date: Friday, June 12, 2009 @ 07:21:26
  Author: jinty-guest
Revision: 1534

Don't depend on restricted python (we just don't offer that
functionality). However, we still need it for tests.

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

Modified: zope.security/trunk/debian/changelog
===================================================================
--- zope.security/trunk/debian/changelog	2009-06-12 06:59:22 UTC (rev 1533)
+++ zope.security/trunk/debian/changelog	2009-06-12 07:21:26 UTC (rev 1534)
@@ -1,3 +1,10 @@
+zope.security (3.7.0-3) unstable; urgency=low
+
+  * Don't depend on restricted python (we just don't offer that
+    functionality). However, we still need it for tests.
+
+ -- Brian Sutherland <brian at vanguardistas.net>  Fri, 12 Jun 2009 09:17:08 +0200
+
 zope.security (3.7.0-2) unstable; urgency=low
 
   * Remove cruft.

Modified: zope.security/trunk/debian/rules
===================================================================
--- zope.security/trunk/debian/rules	2009-06-12 06:59:22 UTC (rev 1533)
+++ zope.security/trunk/debian/rules	2009-06-12 07:21:26 UTC (rev 1534)
@@ -1,3 +1,10 @@
 #!/usr/bin/make -f
 
 include /usr/share/python-van.pydeb/rules_templates/rules.1.mk
+
+# Don't depend on RestrictedPython
+excludes=--exclude-extra test --exclude-extra untrustedpython
+
+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




More information about the pkg-zope-commits mailing list