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

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Tue Feb 9 12:45:14 UTC 2010


    Date: Tuesday, February 9, 2010 @ 12:45:12
  Author: menesis-guest
Revision: 2067

Add metapackage for untrustedpython extra

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

Modified: zope.security/trunk/debian/changelog
===================================================================
--- zope.security/trunk/debian/changelog	2010-02-05 21:34:23 UTC (rev 2066)
+++ zope.security/trunk/debian/changelog	2010-02-09 12:45:12 UTC (rev 2067)
@@ -1,3 +1,9 @@
+zope.security (3.7.2-2) unstable; urgency=low
+
+  * Add metapackage for untrustedpython extra
+
+ -- Gediminas Paulauskas <menesis at pov.lt>  Tue, 09 Feb 2010 14:43:47 +0200
+
 zope.security (3.7.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: zope.security/trunk/debian/control
===================================================================
--- zope.security/trunk/debian/control	2010-02-05 21:34:23 UTC (rev 2066)
+++ zope.security/trunk/debian/control	2010-02-09 12:45:12 UTC (rev 2067)
@@ -19,3 +19,11 @@
 Description: Zope3 Security Architecture
  The Security framework provides a generic mechanism to implement security
  policies on Python objects.
+
+Package: python-zope.security-untrustedpython
+Architecture: all
+Depends: python-zope.security (= ${binary:Version}), ${pydeb:Depends}, ${python:Depends}
+Provides: ${pydeb:Provides}, ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: Metapackage for zope.security untrustedpython extra
+ Provides support for compiling untrusted code

Modified: zope.security/trunk/debian/rules
===================================================================
--- zope.security/trunk/debian/rules	2010-02-05 21:34:23 UTC (rev 2066)
+++ zope.security/trunk/debian/rules	2010-02-09 12:45:12 UTC (rev 2067)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-export PYDEB_SUGGESTS_EXTRAS=test untrustedpython
+export PYDEB_SUGGESTS_EXTRAS=test
+export PYDEB_METAPACKAGE_EXTRAS=untrustedpython
 
 %:
 	dh --with pydeb --with python-central $@




More information about the pkg-zope-developers mailing list