r2315 - in zope.component/trunk/debian (4 files)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Wed Jun 22 14:52:26 UTC 2011


    Date: Wednesday, June 22, 2011 @ 14:52:25
  Author: menesis-guest
Revision: 2315

* New upstream release.
* debian/rules: remove docs extra, add security extra to suggests.
* Use dh_python2 instead of deprecated python-central. (Closes: #617161)

Modified:
  zope.component/trunk/debian/changelog
  zope.component/trunk/debian/control
  zope.component/trunk/debian/rules
  zope.component/trunk/debian/tests/control

Modified: zope.component/trunk/debian/changelog
===================================================================
--- zope.component/trunk/debian/changelog	2011-06-22 14:00:51 UTC (rev 2314)
+++ zope.component/trunk/debian/changelog	2011-06-22 14:52:25 UTC (rev 2315)
@@ -1,3 +1,11 @@
+zope.component (3.10.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/rules: remove docs extra, add security extra to suggests.
+  * Use dh_python2 instead of deprecated python-central. (Closes: #617161)
+
+ -- Gediminas Paulauskas <menesis at pov.lt>  Wed, 22 Jun 2011 17:32:49 +0300
+
 zope.component (3.9.5-0ubuntu2) natty; urgency=low
 
   * Add python-zope.component-test metapackage because some zope packages

Modified: zope.component/trunk/debian/control
===================================================================
--- zope.component/trunk/debian/control	2011-06-22 14:00:51 UTC (rev 2314)
+++ zope.component/trunk/debian/control	2011-06-22 14:52:25 UTC (rev 2315)
@@ -3,18 +3,20 @@
 Priority: extra
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 7), python-all (>= 2.3.5-11), python-central (>= 0.6.8), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
+Build-Depends: debhelper (>= 7),
+               python-all (>= 2.6.6-3~), 
+               python-setuptools,
+               python-van.pydeb (>= 1.3.0-4)
 Standards-Version: 3.9.2
-XS-Python-Version: all
-XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.component/trunk
+X-Python-Version: >= 2.4
+Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.component/trunk
 
 Package: python-zope.component
 Architecture: all
 Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
 Suggests: ${pydeb:Suggests}
-Provides: ${pydeb:Provides}
+Provides: ${pydeb:Provides}, ${python:Provides}
 Conflicts: zope3
-XB-Python-Version: ${python:Versions}
 Description: Zope Component Architecture
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up
@@ -24,7 +26,6 @@
 Architecture: all
 Depends: python-zope.component (= ${binary:Version}), ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: Metapackage for zope.component zcml extra
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up
@@ -37,7 +38,6 @@
 Architecture: all
 Depends: python-zope.component (= ${binary:Version}), ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: Metapackage for zope.component test extra
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up

Modified: zope.component/trunk/debian/rules
===================================================================
--- zope.component/trunk/debian/rules	2011-06-22 14:00:51 UTC (rev 2314)
+++ zope.component/trunk/debian/rules	2011-06-22 14:52:25 UTC (rev 2315)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-export PYDEB_SUGGESTS_EXTRAS=docs persistentregistry
+export PYDEB_SUGGESTS_EXTRAS=persistentregistry security
 export PYDEB_METAPACKAGE_EXTRAS=zcml test
 
 %:
-	dh --with pydeb --with python-central $@
+	dh --with pydeb --with python2 $@

Modified: zope.component/trunk/debian/tests/control
===================================================================
--- zope.component/trunk/debian/tests/control	2011-06-22 14:00:51 UTC (rev 2314)
+++ zope.component/trunk/debian/tests/control	2011-06-22 14:52:25 UTC (rev 2315)
@@ -1,3 +1,3 @@
 Tests: all
 Features: no-build-needed
-Depends: @, python-zope.component-zcml, python-zope.hookable, python-zope.location, python-zope.proxy, python-zope.security, python-zope.testing, python-zodb
+Depends: @, python-zope.component-zcml, python-zope.hookable, python-zope.location, python-zope.proxy, python-zope.security, python-zope.testing, python-zope.testrunner, python-zodb




More information about the pkg-zope-developers mailing list