r2790 - in zope.hookable/trunk/debian (changelog compat control rules)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Fri Jun 20 22:17:03 UTC 2014


    Date: Friday, June 20, 2014 @ 22:17:02
  Author: barry
Revision: 2790

* Team upload.
* New upstream release.
* d/control:
  - Added python3-zope.hookable binary package.
  - Updated Build-Depends.
  - Added X-Python3-Version header.
  - wrap-and-sort
  - Added myself to Uploaders.
  - Added XS-Testsuite header for DEP-8 tests.  Closes: #692697
* d/compat: Bump to version 9.
* d/rules: Convert to pybuild.

Modified:
  zope.hookable/trunk/debian/changelog
  zope.hookable/trunk/debian/compat
  zope.hookable/trunk/debian/control
  zope.hookable/trunk/debian/rules

Modified: zope.hookable/trunk/debian/changelog
===================================================================
--- zope.hookable/trunk/debian/changelog	2014-06-20 19:39:10 UTC (rev 2789)
+++ zope.hookable/trunk/debian/changelog	2014-06-20 22:17:02 UTC (rev 2790)
@@ -1,3 +1,19 @@
+zope.hookable (4.0.4-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * d/control:
+    - Added python3-zope.hookable binary package.
+    - Updated Build-Depends.
+    - Added X-Python3-Version header.
+    - wrap-and-sort
+    - Added myself to Uploaders.
+    - Added XS-Testsuite header for DEP-8 tests.  Closes: #692697
+  * d/compat: Bump to version 9.
+  * d/rules: Convert to pybuild.
+
+ -- Barry Warsaw <barry at debian.org>  Fri, 20 Jun 2014 18:06:26 -0400
+
 zope.hookable (3.4.1-8) unstable; urgency=low
 
   * Team upload.

Modified: zope.hookable/trunk/debian/compat
===================================================================
--- zope.hookable/trunk/debian/compat	2014-06-20 19:39:10 UTC (rev 2789)
+++ zope.hookable/trunk/debian/compat	2014-06-20 22:17:02 UTC (rev 2790)
@@ -1 +1 @@
-7
+9

Modified: zope.hookable/trunk/debian/control
===================================================================
--- zope.hookable/trunk/debian/control	2014-06-20 19:39:10 UTC (rev 2789)
+++ zope.hookable/trunk/debian/control	2014-06-20 22:17:02 UTC (rev 2790)
@@ -2,17 +2,37 @@
 Section: zope
 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.0.50~), python-all-dev (>= 2.6.6-3), python-setuptools
-Standards-Version: 3.9.2
+Uploaders: Brian Sutherland <brian at vanguardistas.net>,
+           Fabio Tranchitella <kobold at debian.org>,
+           Barry Warsaw <barry at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all-dev (>= 2.6.6-3),
+               python-setuptools,
+               python3-all-dev,
+               python3-setuptools
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.2
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.hookable/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.hookable/trunk
 Homepage: http://pypi.python.org/pypi/zope.hookable
+XS-Testsuite: autopkgtest
 
 Package: python-zope.hookable
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Conflicts: zope3
 Description: Hookable object support
  This package provides support for Hookable object.
+ .
+ This is the Python 2 version.
+
+Package: python3-zope.hookable
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Conflicts: zope3
+Description: Hookable object support
+ This package provides support for Hookable object.
+ .
+ This is the Python 3 version.

Modified: zope.hookable/trunk/debian/rules
===================================================================
--- zope.hookable/trunk/debian/rules	2014-06-20 19:39:10 UTC (rev 2789)
+++ zope.hookable/trunk/debian/rules	2014-06-20 22:17:02 UTC (rev 2790)
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=zope.hookable
+
 %:
-	dh --with python2 $@
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_install:
 	dh_install




More information about the pkg-zope-developers mailing list