r2935 - in zope.i18n/trunk/debian (5 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Mon Jun 22 15:01:54 UTC 2015


    Date: Monday, June 22, 2015 @ 15:01:54
  Author: barry
Revision: 2935

* Update to 4.0.1.
* d/compat: Bumped to version 9.
* d/control:
  - Added python3-zope.i18n binary package.
  - Updated Build-Depends.
  - Bumped Standards-Version to 3.9.6 with no changes necessary.
  - Added X-Python3-Version header.
  - Remove build dependency on pydeb.
  - wrap-and-sort
* d/rules:
  - Switch to --buildsystem=pybuild
  - Remove get-orig-source rule.
  - Added --with for python3.
* d/watch: Use the pypi.debian.net redirector.

Modified:
  zope.i18n/trunk/debian/changelog
  zope.i18n/trunk/debian/compat
  zope.i18n/trunk/debian/control
  zope.i18n/trunk/debian/rules
  zope.i18n/trunk/debian/watch

Modified: zope.i18n/trunk/debian/changelog
===================================================================
--- zope.i18n/trunk/debian/changelog	2015-06-19 14:55:54 UTC (rev 2934)
+++ zope.i18n/trunk/debian/changelog	2015-06-22 15:01:54 UTC (rev 2935)
@@ -1,16 +1,33 @@
-zope.i18n (3.8.0-1) UNRELEASED; urgency=low
+zope.i18n (4.0.1-1) UNRELEASED; urgency=low
 
   * Team upload.
+
+  [ Gediminas Paulauskas ]
   * New upstream release.
     - Added optional domain attribute to registerTranslations directive, to
       enable moving translations to /usr/share/locale.
   * debian/control:
-    - Bump Standards-Version to 3.9.4. No changes needed.
     - Enable autopkgtest. Closes: #692698.
   * debian/tests: switch to zope.testrunner.
 
- -- Gediminas Paulauskas <menesis at pov.lt>  Wed, 15 May 2013 13:00:11 +0300
+  [ Barry Warsaw ]
+  * Update to 4.0.1.
+  * d/compat: Bumped to version 9.
+  * d/control:
+    - Added python3-zope.i18n binary package.
+    - Updated Build-Depends.
+    - Bumped Standards-Version to 3.9.6 with no changes necessary.
+    - Added X-Python3-Version header.
+    - Remove build dependency on pydeb.
+    - wrap-and-sort
+  * d/rules:
+    - Switch to --buildsystem=pybuild
+    - Remove get-orig-source rule.
+    - Added --with for python3.
+  * d/watch: Use the pypi.debian.net redirector.
 
+ -- Barry Warsaw <barry at debian.org>  Mon, 22 Jun 2015 10:29:49 -0400
+
 zope.i18n (3.7.4-2) unstable; urgency=low
 
   * Team upload.

Modified: zope.i18n/trunk/debian/compat
===================================================================
--- zope.i18n/trunk/debian/compat	2015-06-19 14:55:54 UTC (rev 2934)
+++ zope.i18n/trunk/debian/compat	2015-06-22 15:01:54 UTC (rev 2935)
@@ -1 +1 @@
-7
+9

Modified: zope.i18n/trunk/debian/control
===================================================================
--- zope.i18n/trunk/debian/control	2015-06-19 14:55:54 UTC (rev 2934)
+++ zope.i18n/trunk/debian/control	2015-06-22 15:01:54 UTC (rev 2935)
@@ -3,23 +3,41 @@
 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),
+           Fabio Tranchitella <kobold at debian.org>,
+           Barry Warsaw <barry at debian.org>,
+Build-Depends: debhelper (>= 9),
+               dh-python,
                python-all (>= 2.6.6-3~),
                python-setuptools,
-               python-van.pydeb,
-Standards-Version: 3.9.4
+               python-tz,
+               python-zope.component,
+               python-zope.configuration,
+               python-zope.i18nmessageid,
+               python-zope.schema,
+               python-zope.security,
+               python-zope.testing,
+               python-zope.testrunner,
+               python3-all-dev,
+               python3-setuptools,
+               python3-tz,
+               python3-zope.component,
+               python3-zope.configuration,
+               python3-zope.i18nmessageid,
+               python3-zope.schema,
+               python3-zope.security,
+               python3-zope.testing,
+               python3-zope.testrunner
+Standards-Version: 3.9.6
 X-Python-Version: >= 2.4
-XS-Testsuite: autopkgtest
+X-Python3-Version: >= 3.2
+Testsuite: autopkgtest
 Homepage: http://pypi.python.org/pypi/zope.i18n
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.i18n/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.i18n/trunk
 
 Package: python-zope.i18n
 Architecture: all
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Suggests: ${pydeb:Suggests}
-Provides: ${pydeb:Provides}
+Depends: ${misc:Depends}, ${python:Depends}
 Description: Zope Internationalization Support
  This package implements several APIs related to internationalization and
  localization:
@@ -27,3 +45,18 @@
   * Locale objects for all locales maintained by the ICU project.
   * Gettext-based message catalogs for message strings.
   * Locale discovery for Web-based requests.
+ .
+ This is the Python 2 library.
+
+Package: python3-zope.i18n
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Zope Internationalization Support
+ This package implements several APIs related to internationalization and
+ localization:
+ .
+  * Locale objects for all locales maintained by the ICU project.
+  * Gettext-based message catalogs for message strings.
+  * Locale discovery for Web-based requests.
+ .
+ This is the Python 3 library.

Modified: zope.i18n/trunk/debian/rules
===================================================================
--- zope.i18n/trunk/debian/rules	2015-06-19 14:55:54 UTC (rev 2934)
+++ zope.i18n/trunk/debian/rules	2015-06-22 15:01:54 UTC (rev 2935)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export PYDEB_SUGGESTS_EXTRAS=compile test zcml
+export PYBUILD_NAME=zope.i18n
 
 %:
-	dh $@ --with pydeb --with python2
+	dh $@ --with python2,python3 --buildsystem=pybuild

Modified: zope.i18n/trunk/debian/watch
===================================================================
--- zope.i18n/trunk/debian/watch	2015-06-19 14:55:54 UTC (rev 2934)
+++ zope.i18n/trunk/debian/watch	2015-06-22 15:01:54 UTC (rev 2935)
@@ -1,2 +1,3 @@
 version=3
-http://pypi.python.org/packages/source/z/zope.i18n/zope.i18n-(\d.*)\.(?:tar\.gz|zip)
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/zope.i18n/zope.i18n-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the pkg-zope-developers mailing list