r2734 - in zope.testrunner/tags (7 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Mon Jun 17 06:25:10 UTC 2013
Date: Monday, June 17, 2013 @ 06:25:09
Author: arnau
Revision: 2734
[svn-buildpackage] Tagging zope.testrunner 4.0.3-4
Added:
zope.testrunner/tags/4.0.3-4/
zope.testrunner/tags/4.0.3-4/debian/changelog
(from rev 2730, zope.testrunner/trunk/debian/changelog)
zope.testrunner/tags/4.0.3-4/debian/control
(from rev 2730, zope.testrunner/trunk/debian/control)
zope.testrunner/tags/4.0.3-4/debian/tests/control
(from rev 2730, zope.testrunner/trunk/debian/tests/control)
Deleted:
zope.testrunner/tags/4.0.3-4/debian/changelog
zope.testrunner/tags/4.0.3-4/debian/control
zope.testrunner/tags/4.0.3-4/debian/tests/control
Deleted: zope.testrunner/tags/4.0.3-4/debian/changelog
===================================================================
--- zope.testrunner/trunk/debian/changelog 2013-06-12 15:17:59 UTC (rev 2727)
+++ zope.testrunner/tags/4.0.3-4/debian/changelog 2013-06-17 06:25:09 UTC (rev 2734)
@@ -1,39 +0,0 @@
-zope.testrunner (4.0.3-4) UNRELEASED; urgency=low
-
- * Team upload.
- * debian/control:
- + zope.exceptions >= 4.0.1 is required for python3.3 otherwise
- it cannot be imported.
-
- -- Arnaud Fontaine <arnau at debian.org> Tue, 11 Jun 2013 15:40:01 +0900
-
-zope.testrunner (4.0.3-3) unstable; urgency=low
-
- * Team upload.
- * debian/rules:
- + Trap shell command errors if any as per Policy 4.6. Closes: #645184.
- + Clean up build directory for python3 and egg-info directory.
- Closes: #645186.
-
- -- Arnaud Fontaine <arnau at debian.org> Fri, 14 Oct 2011 10:52:05 +0900
-
-zope.testrunner (4.0.3-2) unstable; urgency=low
-
- * Team upload.
-
- [ Arnaud Fontaine ]
- * debian/control:
- + Add zope.fixers to Build-Depends (needed for Python 3 only).
- Closes: #628246.
-
- [ Brian Sutherland ]
- * Correct path to test script in test_helper_3.
- * Add debian/tests.
-
- -- Arnaud Fontaine <arnau at debian.org> Mon, 30 May 2011 15:56:08 +0900
-
-zope.testrunner (4.0.3-1) unstable; urgency=low
-
- * Initial packaging.
-
- -- Brian Sutherland <brian at vanguardistas.net> Thu, 28 Apr 2011 12:08:42 +0200
Copied: zope.testrunner/tags/4.0.3-4/debian/changelog (from rev 2730, zope.testrunner/trunk/debian/changelog)
===================================================================
--- zope.testrunner/tags/4.0.3-4/debian/changelog (rev 0)
+++ zope.testrunner/tags/4.0.3-4/debian/changelog 2013-06-17 06:25:09 UTC (rev 2734)
@@ -0,0 +1,42 @@
+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
+
+zope.testrunner (4.0.3-3) unstable; urgency=low
+
+ * Team upload.
+ * debian/rules:
+ + Trap shell command errors if any as per Policy 4.6. Closes: #645184.
+ + Clean up build directory for python3 and egg-info directory.
+ Closes: #645186.
+
+ -- Arnaud Fontaine <arnau at debian.org> Fri, 14 Oct 2011 10:52:05 +0900
+
+zope.testrunner (4.0.3-2) unstable; urgency=low
+
+ * Team upload.
+
+ [ Arnaud Fontaine ]
+ * debian/control:
+ + Add zope.fixers to Build-Depends (needed for Python 3 only).
+ Closes: #628246.
+
+ [ Brian Sutherland ]
+ * Correct path to test script in test_helper_3.
+ * Add debian/tests.
+
+ -- Arnaud Fontaine <arnau at debian.org> Mon, 30 May 2011 15:56:08 +0900
+
+zope.testrunner (4.0.3-1) unstable; urgency=low
+
+ * Initial packaging.
+
+ -- Brian Sutherland <brian at vanguardistas.net> Thu, 28 Apr 2011 12:08:42 +0200
Deleted: zope.testrunner/tags/4.0.3-4/debian/control
===================================================================
--- zope.testrunner/trunk/debian/control 2013-06-12 15:17:59 UTC (rev 2727)
+++ zope.testrunner/tags/4.0.3-4/debian/control 2013-06-17 06:25:09 UTC (rev 2734)
@@ -1,43 +0,0 @@
-Source: zope.testrunner
-Section: zope
-Priority: optional
-Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
-Uploaders: Brian Sutherland <brian at vanguardistas.net>
-Build-Depends: debhelper (>= 7.0.50~),
- python-all (>= 2.6.6-3~),
- python3-all,
- python-setuptools,
- python3-setuptools,
- python3-zope.fixers
-Standards-Version: 3.9.2
-X-Python-Version: >= 2.4
-X-Python3-Version: >= 3.1
-Homepage: http://pypi.python.org/pypi/zope.testrunner
-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.testrunner/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.testrunner/trunk
-
-Package: python3-zope.testrunner
-Architecture: all
-Depends: python3-zope, python3-setuptools, ${python3:Depends}, ${misc:Depends}, python3-zope.exceptions (>= 4.0.1~)
-Provides: ${python3:Provides}
-Description: Flexible test runner with layer support for Python 3
- The testrunner module is used to run automated tests defined using the
- unittest framework and previously available in zope.testing.
- .
- Its primary feature is that it finds tests by searching directory trees. It
- doesn't require the manual concatenation of specific test suites. It is
- highly customizable and should be usable with any project.
-
-Package: python-zope.testrunner
-Architecture: all
-Depends: python-zope, python-setuptools, ${python:Depends}, ${misc:Depends}
-Replaces: python-zope.testing (<< 3.10.0)
-Breaks: python-zope.testing (<< 3.10.0)
-Provides: ${python:Provides}
-Description: Flexible test runner with layer support for Python
- The testrunner module is used to run automated tests defined using the
- unittest framework and previously available in zope.testing.
- .
- Its primary feature is that it finds tests by searching directory trees. It
- doesn't require the manual concatenation of specific test suites. It is
- highly customizable and should be usable with any project.
Copied: zope.testrunner/tags/4.0.3-4/debian/control (from rev 2730, zope.testrunner/trunk/debian/control)
===================================================================
--- zope.testrunner/tags/4.0.3-4/debian/control (rev 0)
+++ zope.testrunner/tags/4.0.3-4/debian/control 2013-06-17 06:25:09 UTC (rev 2734)
@@ -0,0 +1,44 @@
+Source: zope.testrunner
+Section: zope
+Priority: optional
+Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Brian Sutherland <brian at vanguardistas.net>
+Build-Depends: debhelper (>= 7.0.50~),
+ python-all (>= 2.6.6-3~),
+ python3-all,
+ python-setuptools,
+ python3-setuptools,
+ python3-zope.fixers
+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://anonscm.debian.org/pkg-zope/zope.testrunner/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.testrunner/trunk
+
+Package: python3-zope.testrunner
+Architecture: all
+Depends: python3-zope, python3-setuptools, ${python3:Depends}, ${misc:Depends}, python3-zope.exceptions (>= 4.0.1~)
+Provides: ${python3:Provides}
+Description: Flexible test runner with layer support for Python 3
+ The testrunner module is used to run automated tests defined using the
+ unittest framework and previously available in zope.testing.
+ .
+ Its primary feature is that it finds tests by searching directory trees. It
+ doesn't require the manual concatenation of specific test suites. It is
+ highly customizable and should be usable with any project.
+
+Package: python-zope.testrunner
+Architecture: all
+Depends: python-zope, python-setuptools, ${python:Depends}, ${misc:Depends}
+Replaces: python-zope.testing (<< 3.10.0)
+Breaks: python-zope.testing (<< 3.10.0)
+Provides: ${python:Provides}
+Description: Flexible test runner with layer support for Python
+ The testrunner module is used to run automated tests defined using the
+ unittest framework and previously available in zope.testing.
+ .
+ Its primary feature is that it finds tests by searching directory trees. It
+ doesn't require the manual concatenation of specific test suites. It is
+ highly customizable and should be usable with any project.
Deleted: zope.testrunner/tags/4.0.3-4/debian/tests/control
===================================================================
--- zope.testrunner/trunk/debian/tests/control 2013-06-12 15:17:59 UTC (rev 2727)
+++ zope.testrunner/tags/4.0.3-4/debian/tests/control 2013-06-17 06:25:09 UTC (rev 2734)
@@ -1,7 +0,0 @@
-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
Copied: zope.testrunner/tags/4.0.3-4/debian/tests/control (from rev 2730, zope.testrunner/trunk/debian/tests/control)
===================================================================
--- zope.testrunner/tags/4.0.3-4/debian/tests/control (rev 0)
+++ zope.testrunner/tags/4.0.3-4/debian/tests/control 2013-06-17 06:25:09 UTC (rev 2734)
@@ -0,0 +1,5 @@
+Tests: all
+Depends: python-all, python-zope.testing, python-zope.testrunner, python-subunit
+
+Tests: all-3
+Depends: python3-all, python3-zope.testing, python3-zope.testrunner, python-subunit
More information about the pkg-zope-developers
mailing list