r2907 - in zope.component/trunk/debian (changelog control watch)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Jun 9 15:51:21 UTC 2015


    Date: Tuesday, June 9, 2015 @ 15:51:20
  Author: barry
Revision: 2907

* New upstream release.
* d/control: 
  - Restore virtual package python-zope.component-hook.
  - Bump Standards-Version with no other changes necessary.
* d/watch: Use pypi.debian.net redirector.

Modified:
  zope.component/trunk/debian/changelog
  zope.component/trunk/debian/control
  zope.component/trunk/debian/watch

Modified: zope.component/trunk/debian/changelog
===================================================================
--- zope.component/trunk/debian/changelog	2015-06-09 15:44:10 UTC (rev 2906)
+++ zope.component/trunk/debian/changelog	2015-06-09 15:51:20 UTC (rev 2907)
@@ -1,3 +1,13 @@
+zope.component (4.2.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * d/control: 
+    - Restore virtual package python-zope.component-hook.
+    - Bump Standards-Version with no other changes necessary.
+  * d/watch: Use pypi.debian.net redirector.
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 09 Jun 2015 11:44:58 -0400
+
 zope.component (4.2.1-2) unstable; urgency=medium
 
   * d/rules: Re-enable build time test suite.  (Closes: #752723)

Modified: zope.component/trunk/debian/control
===================================================================
--- zope.component/trunk/debian/control	2015-06-09 15:44:10 UTC (rev 2906)
+++ zope.component/trunk/debian/control	2015-06-09 15:51:20 UTC (rev 2907)
@@ -23,7 +23,7 @@
                python3-zope.interface,
                python3-zope.proxy,
                python3-zope.security
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 XS-Testsuite: autopkgtest
@@ -33,7 +33,8 @@
 
 Package: python-zope.component
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-zope.hookable
+Provides: python-zope.component-hook
 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
@@ -43,7 +44,7 @@
 
 Package: python3-zope.component
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, python3-zope.hookable
 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
@@ -55,7 +56,8 @@
 Architecture: all
 Depends: python-zope.component (= ${binary:Version}),
          ${misc:Depends},
-         ${python:Depends}
+         python-zope.configuration,
+         python-zope.i18nmessageid
 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
@@ -68,7 +70,9 @@
 Architecture: all
 Depends: python-zope.component (= ${binary:Version}),
          ${misc:Depends},
-         ${python:Depends}
+         python-zope.testing,
+         python-zope.component-security,
+         python-zope.component-zcml
 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
@@ -79,8 +83,7 @@
 Package: python-zope.component-persistentregistry
 Architecture: all
 Depends: python-zope.component (= ${binary:Version}),
-         ${misc:Depends},
-         ${python:Depends}
+         ${misc:Depends}
 Description: Metapackage for zope.component persistentregistry extra
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up
@@ -92,7 +95,9 @@
 Architecture: all
 Depends: python-zope.component (= ${binary:Version}),
          ${misc:Depends},
-         ${python:Depends}
+         python-zope.location,
+         python-zope.proxy,
+         python-zope.security
 Description: Metapackage for zope.component security 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/watch
===================================================================
--- zope.component/trunk/debian/watch	2015-06-09 15:44:10 UTC (rev 2906)
+++ zope.component/trunk/debian/watch	2015-06-09 15:51:20 UTC (rev 2907)
@@ -1,2 +1,3 @@
 version=3
-http://pypi.python.org/packages/source/z/zope.component/zope.component-(.*)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/zope.component/zope.component-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the pkg-zope-developers mailing list