r2703 - in zope.i18n/trunk/debian (6 files)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Wed May 15 10:00:57 UTC 2013


    Date: Wednesday, May 15, 2013 @ 10:00:52
  Author: menesis-guest
Revision: 2703

* Team upload.
* 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.

Modified:
  zope.i18n/trunk/debian/changelog
  zope.i18n/trunk/debian/control
  zope.i18n/trunk/debian/copyright
  zope.i18n/trunk/debian/rules
  zope.i18n/trunk/debian/tests/all
  zope.i18n/trunk/debian/tests/control

Modified: zope.i18n/trunk/debian/changelog
===================================================================
--- zope.i18n/trunk/debian/changelog	2013-05-15 09:58:58 UTC (rev 2702)
+++ zope.i18n/trunk/debian/changelog	2013-05-15 10:00:52 UTC (rev 2703)
@@ -1,3 +1,16 @@
+zope.i18n (3.8.0-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * 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
+
 zope.i18n (3.7.4-2) unstable; urgency=low
 
   * Team upload.

Modified: zope.i18n/trunk/debian/control
===================================================================
--- zope.i18n/trunk/debian/control	2013-05-15 09:58:58 UTC (rev 2702)
+++ zope.i18n/trunk/debian/control	2013-05-15 10:00:52 UTC (rev 2703)
@@ -7,9 +7,10 @@
 Build-Depends: debhelper (>= 7),
                python-all (>= 2.6.6-3~),
                python-setuptools,
-               python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.9.2
+               python-van.pydeb,
+Standards-Version: 3.9.4
 X-Python-Version: >= 2.4
+XS-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
@@ -19,7 +20,6 @@
 Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
 Suggests: ${pydeb:Suggests}
 Provides: ${pydeb:Provides}
-Conflicts: zope3
 Description: Zope Internationalization Support
  This package implements several APIs related to internationalization and
  localization:

Modified: zope.i18n/trunk/debian/copyright
===================================================================
--- zope.i18n/trunk/debian/copyright	2013-05-15 09:58:58 UTC (rev 2702)
+++ zope.i18n/trunk/debian/copyright	2013-05-15 10:00:52 UTC (rev 2703)
@@ -1,4 +1,4 @@
-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.i18n
 Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.i18n

Modified: zope.i18n/trunk/debian/rules
===================================================================
--- zope.i18n/trunk/debian/rules	2013-05-15 09:58:58 UTC (rev 2702)
+++ zope.i18n/trunk/debian/rules	2013-05-15 10:00:52 UTC (rev 2703)
@@ -3,4 +3,4 @@
 export PYDEB_SUGGESTS_EXTRAS=compile test zcml
 
 %:
-	dh --with pydeb --with python2 $@
+	dh $@ --with pydeb --with python2

Modified: zope.i18n/trunk/debian/tests/all
===================================================================
--- zope.i18n/trunk/debian/tests/all	2013-05-15 09:58:58 UTC (rev 2702)
+++ zope.i18n/trunk/debian/tests/all	2013-05-15 10:00:52 UTC (rev 2703)
@@ -1,2 +1,3 @@
 #!/bin/bash
-. /usr/share/python-zope.testing/test_helper
+testfilter="-s zope.i18n"
+. /usr/share/python-zope.testrunner/test_helper

Modified: zope.i18n/trunk/debian/tests/control
===================================================================
--- zope.i18n/trunk/debian/tests/control	2013-05-15 09:58:58 UTC (rev 2702)
+++ zope.i18n/trunk/debian/tests/control	2013-05-15 10:00:52 UTC (rev 2703)
@@ -1,3 +1,2 @@
 Tests: all
-Features: no-build-needed
-Depends: @, python-zope.testing
+Depends: @, python-zope.testrunner, python-zope.testing




More information about the pkg-zope-developers mailing list