r2801 - in zope.i18nmessageid/trunk/debian (8 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Mon Jun 23 14:35:28 UTC 2014


    Date: Monday, June 23, 2014 @ 14:35:28
  Author: barry
Revision: 2801

* Team upload.
* New upstream release.
* d/control:
  - Update Build-Depends.
  - Added myself to Uploaders.
  - Bumped Standards-Version to 3.9.5 with no other changes necessary.
  - Added X-Python3-Version header.
  - Added python3-zope.i18nmessageid binary package.
  - Tweaked long descriptions.
  - Added XS-Testsuite header.  Closes: #692699
  - wrap-and-sort
* d/rules: Switched to --buildsystem=pybuild and added dh_python3.
* d/compat: Bumped to version 9.
* d/copyright:
  - Added Files-Excluded header to prune pre-built Sphinx artifacts in
    docs/_build from the original tarball.
  - Fixed Format header.
* d/tests:
  - control: Added all-3 test and simplified Depends.
  - all{,-3}: Just prove a simple import works.

Added:
  zope.i18nmessageid/trunk/debian/tests/all-3
Modified:
  zope.i18nmessageid/trunk/debian/changelog
  zope.i18nmessageid/trunk/debian/compat
  zope.i18nmessageid/trunk/debian/control
  zope.i18nmessageid/trunk/debian/copyright
  zope.i18nmessageid/trunk/debian/rules
  zope.i18nmessageid/trunk/debian/tests/all
  zope.i18nmessageid/trunk/debian/tests/control

Modified: zope.i18nmessageid/trunk/debian/changelog
===================================================================
--- zope.i18nmessageid/trunk/debian/changelog	2014-06-23 13:55:14 UTC (rev 2800)
+++ zope.i18nmessageid/trunk/debian/changelog	2014-06-23 14:35:28 UTC (rev 2801)
@@ -1,3 +1,28 @@
+zope.i18nmessageid (4.0.3-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * d/control:
+    - Update Build-Depends.
+    - Added myself to Uploaders.
+    - Bumped Standards-Version to 3.9.5 with no other changes necessary.
+    - Added X-Python3-Version header.
+    - Added python3-zope.i18nmessageid binary package.
+    - Tweaked long descriptions.
+    - Added XS-Testsuite header.  Closes: #692699
+    - wrap-and-sort
+  * d/rules: Switched to --buildsystem=pybuild and added dh_python3.
+  * d/compat: Bumped to version 9.
+  * d/copyright:
+    - Added Files-Excluded header to prune pre-built Sphinx artifacts in
+      docs/_build from the original tarball.
+    - Fixed Format header.
+  * d/tests:
+    - control: Added all-3 test and simplified Depends.
+    - all{,-3}: Just prove a simple import works.
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 23 Jun 2014 09:59:14 -0400
+
 zope.i18nmessageid (3.5.3-2) unstable; urgency=low
 
   * Team upload.

Modified: zope.i18nmessageid/trunk/debian/compat
===================================================================
--- zope.i18nmessageid/trunk/debian/compat	2014-06-23 13:55:14 UTC (rev 2800)
+++ zope.i18nmessageid/trunk/debian/compat	2014-06-23 14:35:28 UTC (rev 2801)
@@ -1 +1 @@
-7
+9

Modified: zope.i18nmessageid/trunk/debian/control
===================================================================
--- zope.i18nmessageid/trunk/debian/control	2014-06-23 13:55:14 UTC (rev 2800)
+++ zope.i18nmessageid/trunk/debian/control	2014-06-23 14:35:28 UTC (rev 2801)
@@ -2,19 +2,41 @@
 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
 Homepage: http://pypi.python.org/pypi/zope.i18nmessageid
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.i18nmessageid/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.i18nmessageid/trunk
+XS-Testsuite: autopkgtest
 
 Package: python-zope.i18nmessageid
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Conflicts: zope3
 Description: Message Identifiers for internationalization
- This package provides facilities for delaring translatable messages ids
+ This package provides facilities for declaring translatable messages ids
  within program source text;  translation of the messages is the
  responsibility of the zope.i18n package.
+ .
+ This is the Python 2 version.
+
+Package: python3-zope.i18nmessageid
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Conflicts: zope3
+Description: Message Identifiers for internationalization
+ This package provides facilities for declaring translatable messages ids
+ within program source text;  translation of the messages is the
+ responsibility of the zope.i18n package.
+ .
+ This is the Python 3 version.

Modified: zope.i18nmessageid/trunk/debian/copyright
===================================================================
--- zope.i18nmessageid/trunk/debian/copyright	2014-06-23 13:55:14 UTC (rev 2800)
+++ zope.i18nmessageid/trunk/debian/copyright	2014-06-23 14:35:28 UTC (rev 2801)
@@ -1,7 +1,8 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: zope.i18nmessageid
 Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.i18nmessageid
+Files-Excluded: docs/_build/*
 
 Files: *
 Copyright: (c) 2003, 2004 Zope Foundation and Contributors.

Modified: zope.i18nmessageid/trunk/debian/rules
===================================================================
--- zope.i18nmessageid/trunk/debian/rules	2014-06-23 13:55:14 UTC (rev 2800)
+++ zope.i18nmessageid/trunk/debian/rules	2014-06-23 14:35:28 UTC (rev 2801)
@@ -1,10 +1,12 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=zope.i18nmessageid
+
 %:
-	dh --with python2 $@
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
-package=python-zope.i18nmessageid
 
 override_dh_install:
 	dh_install
-	find debian/$(package) -name '*.c' -delete
+	find debian/python-zope.i18nmessageid -name '*.c' -delete
+	find debian/python3-zope.i18nmessageid -name '*.c' -delete

Modified: zope.i18nmessageid/trunk/debian/tests/all
===================================================================
--- zope.i18nmessageid/trunk/debian/tests/all	2014-06-23 13:55:14 UTC (rev 2800)
+++ zope.i18nmessageid/trunk/debian/tests/all	2014-06-23 14:35:28 UTC (rev 2801)
@@ -1,2 +1,4 @@
-#!/bin/bash
-. /usr/share/python-zope.testing/test_helper
+#!/usr/bin/python
+
+import zope.i18nmessageid
+print zope.i18nmessageid

Added: zope.i18nmessageid/trunk/debian/tests/all-3
===================================================================
--- zope.i18nmessageid/trunk/debian/tests/all-3	                        (rev 0)
+++ zope.i18nmessageid/trunk/debian/tests/all-3	2014-06-23 14:35:28 UTC (rev 2801)
@@ -0,0 +1,4 @@
+#!/usr/bin/python3
+
+import zope.i18nmessageid
+print(zope.i18nmessageid)

Modified: zope.i18nmessageid/trunk/debian/tests/control
===================================================================
--- zope.i18nmessageid/trunk/debian/tests/control	2014-06-23 13:55:14 UTC (rev 2800)
+++ zope.i18nmessageid/trunk/debian/tests/control	2014-06-23 14:35:28 UTC (rev 2801)
@@ -1,3 +1,2 @@
-Tests: all
-Features: no-build-needed
-Depends: @, python-zope.testing
+Tests: all all-3
+Depends: @




More information about the pkg-zope-developers mailing list