r2768 - in zope.deprecation/trunk/debian (4 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Mon Jun 16 18:24:39 UTC 2014


    Date: Monday, June 16, 2014 @ 18:24:39
  Author: barry
Revision: 2768

* Team upload.
* New upstream release.
* debian/control:
  - Added Python 3 Build-Depends.
  - Added X-Python3-Version header.
  - Bumped Standards-Version to 3.9.5 with no other changes necessary.
  - Added python3-zope.deprecation binary package.
  - Added XS-Testsuite for DEP-8 test support.  (Closes: #692675)
* debian/rules:
  - Switch to pybuild build system.
  - Add --with python3.

Modified:
  zope.deprecation/trunk/debian/changelog
  zope.deprecation/trunk/debian/control
  zope.deprecation/trunk/debian/copyright
  zope.deprecation/trunk/debian/rules

Modified: zope.deprecation/trunk/debian/changelog
===================================================================
--- zope.deprecation/trunk/debian/changelog	2014-06-16 18:01:49 UTC (rev 2767)
+++ zope.deprecation/trunk/debian/changelog	2014-06-16 18:24:39 UTC (rev 2768)
@@ -1,3 +1,19 @@
+zope.deprecation (4.1.1-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * debian/control:
+    - Added Python 3 Build-Depends.
+    - Added X-Python3-Version header.
+    - Bumped Standards-Version to 3.9.5 with no other changes necessary.
+    - Added python3-zope.deprecation binary package.
+    - Added XS-Testsuite for DEP-8 test support.  (Closes: #692675)
+  * debian/rules:
+    - Switch to pybuild build system.
+    - Add --with python3.
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 16 Jun 2014 14:06:22 -0400
+
 zope.deprecation (4.0.2-1) unstable; urgency=low
 
   [ Gediminas Paulauskas ]

Modified: zope.deprecation/trunk/debian/control
===================================================================
--- zope.deprecation/trunk/debian/control	2014-06-16 18:01:49 UTC (rev 2767)
+++ zope.deprecation/trunk/debian/control	2014-06-16 18:24:39 UTC (rev 2768)
@@ -3,17 +3,36 @@
 Priority: extra
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), python-setuptools
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 7),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
 Homepage: http://pypi.python.org/pypi/zope.deprecation
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.deprecation/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.deprecation/trunk
+XS-Testsuite: autopkgtest
 
 Package: python-zope.deprecation
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Suggests: python-zope.testing
 Description: Zope Deprecation Infrastructure
  This package provides a simple function called 'deprecated(names, reason)' to
  mark deprecated modules, classes, functions, methods and properties.
+ .
+ This is the Python 2 version.
+
+Package: python3-zope.deprecation
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python3-zope.testing
+Description: Zope Deprecation Infrastructure
+ This package provides a simple function called 'deprecated(names, reason)' to
+ mark deprecated modules, classes, functions, methods and properties.
+ .
+ This is the Python 3 version.

Modified: zope.deprecation/trunk/debian/copyright
===================================================================
--- zope.deprecation/trunk/debian/copyright	2014-06-16 18:01:49 UTC (rev 2767)
+++ zope.deprecation/trunk/debian/copyright	2014-06-16 18:24:39 UTC (rev 2768)
@@ -50,4 +50,3 @@
  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Modified: zope.deprecation/trunk/debian/rules
===================================================================
--- zope.deprecation/trunk/debian/rules	2014-06-16 18:01:49 UTC (rev 2767)
+++ zope.deprecation/trunk/debian/rules	2014-06-16 18:24:39 UTC (rev 2768)
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=zope.deprecation
+
 %:
-	dh $@ --with python2
+	dh $@ --with python2,python3 --buildsystem=pybuild




More information about the pkg-zope-developers mailing list