r2794 - in zope.proxy/trunk/debian (changelog compat control rules)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Fri Jun 20 22:45:01 UTC 2014


    Date: Friday, June 20, 2014 @ 22:45:00
  Author: barry
Revision: 2794

* Team upload.
* New upstream release.
* d/control:
  - Updated Build-Depends.
  - Added myself to Uploaders.
  - Bump Standards-Version to 3.9.5 with no other changes necessary.
  - Added X-Python3-Version header.
  - Added XS-Testsuite header.  Closes: #692689
  - Added python3-zope.proxy binary package.
* d/rules: Convert to pybuild and add dh_python3.
* d/compat: Bump to version 9.

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

Modified: zope.proxy/trunk/debian/changelog
===================================================================
--- zope.proxy/trunk/debian/changelog	2014-06-20 22:33:25 UTC (rev 2793)
+++ zope.proxy/trunk/debian/changelog	2014-06-20 22:45:00 UTC (rev 2794)
@@ -1,3 +1,19 @@
+zope.proxy (4.1.4-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * d/control:
+    - Updated Build-Depends.
+    - Added myself to Uploaders.
+    - Bump Standards-Version to 3.9.5 with no other changes necessary.
+    - Added X-Python3-Version header.
+    - Added XS-Testsuite header.  Closes: #692689
+    - Added python3-zope.proxy binary package.
+  * d/rules: Convert to pybuild and add dh_python3.
+  * d/compat: Bump to version 9.
+
+ -- Barry Warsaw <barry at debian.org>  Fri, 20 Jun 2014 18:36:01 -0400
+
 zope.proxy (3.6.1-2) unstable; urgency=low
 
   * Team upload.

Modified: zope.proxy/trunk/debian/compat
===================================================================
--- zope.proxy/trunk/debian/compat	2014-06-20 22:33:25 UTC (rev 2793)
+++ zope.proxy/trunk/debian/compat	2014-06-20 22:45:00 UTC (rev 2794)
@@ -1 +1 @@
-7
+9

Modified: zope.proxy/trunk/debian/control
===================================================================
--- zope.proxy/trunk/debian/control	2014-06-20 22:33:25 UTC (rev 2793)
+++ zope.proxy/trunk/debian/control	2014-06-20 22:45:00 UTC (rev 2794)
@@ -2,20 +2,45 @@
 Section: zope
 Priority: optional
 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,
+               python-zope.interface,
+               python3-all-dev,
+               python3-setuptools,
+               python3-zope.interface
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.2
 Homepage: http://pypi.python.org/pypi/zope.proxy
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.proxy/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.proxy/trunk
+XS-Testsuite: autopkgtest
 
 Package: python-zope.proxy
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Conflicts: zope3
 Description: Generic transparent proxies for Python
  Proxies are special objects which serve as mostly-transparent wrappers around
  another object, intervening in the apparent behavior of the wrapped object
  only when necessary to apply the policy (e.g., access checking, location
  brokering, etc.) for which the proxy is responsible.
+ .
+ This is the Python 2 version.
+
+Package: python3-zope.proxy
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Conflicts: zope3
+Description: Generic transparent proxies for Python
+ Proxies are special objects which serve as mostly-transparent wrappers around
+ another object, intervening in the apparent behavior of the wrapped object
+ only when necessary to apply the policy (e.g., access checking, location
+ brokering, etc.) for which the proxy is responsible.
+ .
+ This is the Python 3 version.

Modified: zope.proxy/trunk/debian/rules
===================================================================
--- zope.proxy/trunk/debian/rules	2014-06-20 22:33:25 UTC (rev 2793)
+++ zope.proxy/trunk/debian/rules	2014-06-20 22:45:00 UTC (rev 2794)
@@ -1,10 +1,12 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=zope.proxy
+
 %:
-	dh --with python2 $@
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
-package=python-zope.proxy
 
 override_dh_install:
 	dh_install
-	find debian/$(package) -name '*.c' -delete
+	find debian/python-zope.proxy -name '*.c' -delete
+	find debian/python3-zope.proxy -name '*.c' -delete




More information about the pkg-zope-developers mailing list