r2730 - in zope.testrunner/trunk/debian (3 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Mon Jun 17 06:22:27 UTC 2013
Date: Monday, June 17, 2013 @ 06:22:26
Author: arnau
Revision: 2730
Enable autopkgtest, fix Vcs-Svn URI and upload to unstable.
Modified:
zope.testrunner/trunk/debian/changelog
zope.testrunner/trunk/debian/control
zope.testrunner/trunk/debian/tests/control
Modified: zope.testrunner/trunk/debian/changelog
===================================================================
--- zope.testrunner/trunk/debian/changelog 2013-06-17 06:22:02 UTC (rev 2729)
+++ zope.testrunner/trunk/debian/changelog 2013-06-17 06:22:26 UTC (rev 2730)
@@ -1,9 +1,12 @@
-zope.testrunner (4.0.3-4) UNRELEASED; urgency=low
+zope.testrunner (4.0.3-4) unstable; urgency=low
* Team upload.
* debian/control:
+ zope.exceptions >= 4.0.1 is required for python3.3 otherwise
it cannot be imported.
+ + Use canonical URI for Vcs-Svn.
+ + Bump Standards-Version to 3.9.4. No changes needed.
+ + Enable autopkgtest. Closes: #692702.
-- Arnaud Fontaine <arnau at debian.org> Tue, 11 Jun 2013 15:40:01 +0900
Modified: zope.testrunner/trunk/debian/control
===================================================================
--- zope.testrunner/trunk/debian/control 2013-06-17 06:22:02 UTC (rev 2729)
+++ zope.testrunner/trunk/debian/control 2013-06-17 06:22:26 UTC (rev 2730)
@@ -9,11 +9,12 @@
python-setuptools,
python3-setuptools,
python3-zope.fixers
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.1
+XS-Testsuite: autopkgtest
Homepage: http://pypi.python.org/pypi/zope.testrunner
-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.testrunner/trunk
+Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zope.testrunner/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.testrunner/trunk
Package: python3-zope.testrunner
Modified: zope.testrunner/trunk/debian/tests/control
===================================================================
--- zope.testrunner/trunk/debian/tests/control 2013-06-17 06:22:02 UTC (rev 2729)
+++ zope.testrunner/trunk/debian/tests/control 2013-06-17 06:22:26 UTC (rev 2730)
@@ -1,7 +1,5 @@
Tests: all
-Features: no-build-needed
Depends: python-all, python-zope.testing, python-zope.testrunner, python-subunit
Tests: all-3
-Features: no-build-needed
Depends: python3-all, python3-zope.testing, python3-zope.testrunner, python-subunit
More information about the pkg-zope-developers
mailing list