r2262 - in zope.testrunner/tags (8 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Wed May 18 10:55:41 UTC 2011


    Date: Wednesday, May 18, 2011 @ 10:55:39
  Author: arnau
Revision: 2262

[svn-buildpackage] Tagging zope.testrunner 4.0.3-1

Added:
  zope.testrunner/tags/4.0.3-1/
  zope.testrunner/tags/4.0.3-1/debian/changelog
    (from rev 2259, zope.testrunner/trunk/debian/changelog)
  zope.testrunner/tags/4.0.3-1/debian/control
    (from rev 2260, zope.testrunner/trunk/debian/control)
  zope.testrunner/tags/4.0.3-1/debian/rules
    (from rev 2261, zope.testrunner/trunk/debian/rules)
  zope.testrunner/tags/4.0.3-1/debian/source/
Deleted:
  zope.testrunner/tags/4.0.3-1/debian/changelog
  zope.testrunner/tags/4.0.3-1/debian/control
  zope.testrunner/tags/4.0.3-1/debian/rules

Deleted: zope.testrunner/tags/4.0.3-1/debian/changelog
===================================================================
--- zope.testrunner/trunk/debian/changelog	2011-05-17 15:35:29 UTC (rev 2250)
+++ zope.testrunner/tags/4.0.3-1/debian/changelog	2011-05-18 10:55:39 UTC (rev 2262)
@@ -1,5 +0,0 @@
-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-1/debian/changelog (from rev 2259, zope.testrunner/trunk/debian/changelog)
===================================================================
--- zope.testrunner/tags/4.0.3-1/debian/changelog	                        (rev 0)
+++ zope.testrunner/tags/4.0.3-1/debian/changelog	2011-05-18 10:55:39 UTC (rev 2262)
@@ -0,0 +1,5 @@
+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-1/debian/control
===================================================================
--- zope.testrunner/trunk/debian/control	2011-05-17 15:35:29 UTC (rev 2250)
+++ zope.testrunner/tags/4.0.3-1/debian/control	2011-05-18 10:55:39 UTC (rev 2262)
@@ -1,40 +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
-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}
-Provides: ${python3:Provides}
-Description: The zope testing framework, including the testrunner script
- The testrunner module is used to run automated tests defined using the
- unittest framework.  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.  In addition to finding and running
-
-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: A flexible test runner with layer support
- The testrunner module is used to run automated tests defined using the
- unittest framework.  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.  In addition to finding and running

Copied: zope.testrunner/tags/4.0.3-1/debian/control (from rev 2260, zope.testrunner/trunk/debian/control)
===================================================================
--- zope.testrunner/tags/4.0.3-1/debian/control	                        (rev 0)
+++ zope.testrunner/tags/4.0.3-1/debian/control	2011-05-18 10:55:39 UTC (rev 2262)
@@ -0,0 +1,42 @@
+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
+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}
+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-1/debian/rules
===================================================================
--- zope.testrunner/trunk/debian/rules	2011-05-17 15:35:29 UTC (rev 2250)
+++ zope.testrunner/tags/4.0.3-1/debian/rules	2011-05-18 10:55:39 UTC (rev 2262)
@@ -1,28 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh --with python2 --with python3 $@
-
-package=python-zope.testrunner
-package3=python3-zope.testrunner
-
-override_dh_auto_build:
-	for pyvers in $(shell pyversions -vr); do \
-		python$$pyvers setup.py build; \
-	done
-	for pyvers in $(shell py3versions -sv); do \
-		python$$pyvers setup.py build; \
-	done
-
-override_dh_auto_install:
-	set -x; \
-	for pyvers in $(shell pyversions -vr); do \
-		python$$pyvers setup.py install --install-layout=deb \
-			--root $(CURDIR)/debian/$(package); \
-	done
-	set -x; \
-	for pyvers in $(shell py3versions -vs); do \
-		python$$pyvers setup.py install --install-layout=deb \
-			--root $(CURDIR)/debian/$(package3); \
-	done
-	mv $(CURDIR)/debian/$(package3)/usr/bin/zope-testrunner $(CURDIR)/debian/$(package3)/usr/bin/zope-testrunner-3

Copied: zope.testrunner/tags/4.0.3-1/debian/rules (from rev 2261, zope.testrunner/trunk/debian/rules)
===================================================================
--- zope.testrunner/tags/4.0.3-1/debian/rules	                        (rev 0)
+++ zope.testrunner/tags/4.0.3-1/debian/rules	2011-05-18 10:55:39 UTC (rev 2262)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with python2 --with python3 $@
+
+package=python-zope.testrunner
+package3=python3-zope.testrunner
+
+override_dh_auto_build:
+	for pyvers in $(shell pyversions -vr); do \
+		python$$pyvers setup.py build; \
+	done
+	for pyvers in $(shell py3versions -sv); do \
+		python$$pyvers setup.py build; \
+	done
+
+override_dh_auto_install:
+	set -x; \
+	for pyvers in $(shell pyversions -vr); do \
+		python$$pyvers setup.py install --install-layout=deb \
+			--root $(CURDIR)/debian/$(package); \
+	done
+	set -x; \
+	for pyvers in $(shell py3versions -vs); do \
+		python$$pyvers setup.py install --install-layout=deb \
+			--root $(CURDIR)/debian/$(package3); \
+	done
+	mv $(CURDIR)/debian/$(package3)/usr/bin/zope-testrunner $(CURDIR)/debian/$(package3)/usr/bin/zope-testrunner3




More information about the pkg-zope-developers mailing list