r2083 - in zope.security/trunk/debian (changelog control rules)
menesis-guest at users.alioth.debian.org
menesis-guest at users.alioth.debian.org
Tue Jul 27 10:54:41 UTC 2010
Date: Tuesday, July 27, 2010 @ 10:54:39
Author: menesis-guest
Revision: 2083
Revert adding of -untrustedpython metapackage since RestrictedPython is not in
Debian (http://lists.alioth.debian.org/pipermail/pkg-zope-developers/2010-February/006220.html)
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-05-27 13:26:23 UTC (rev 2082)
+++ zope.security/trunk/debian/changelog 2010-07-27 10:54:39 UTC (rev 2083)
@@ -1,9 +1,3 @@
-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-05-27 13:26:23 UTC (rev 2082)
+++ zope.security/trunk/debian/control 2010-07-27 10:54:39 UTC (rev 2083)
@@ -19,11 +19,3 @@
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-05-27 13:26:23 UTC (rev 2082)
+++ zope.security/trunk/debian/rules 2010-07-27 10:54:39 UTC (rev 2083)
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
-export PYDEB_SUGGESTS_EXTRAS=test
-export PYDEB_METAPACKAGE_EXTRAS=untrustedpython
+export PYDEB_SUGGESTS_EXTRAS=test untrustedpython
%:
dh --with pydeb --with python-central $@
More information about the pkg-zope-developers
mailing list