r2182 - in zope.testing/trunk/debian (changelog control rules)
jinty-guest at users.alioth.debian.org
jinty-guest at users.alioth.debian.org
Thu Apr 28 00:29:40 UTC 2011
Date: Thursday, April 28, 2011 @ 00:29:19
Author: jinty-guest
Revision: 2182
* New upstream version.
* Upload fixes dependency on python2.5 (Closes: #623922).
* Use dh_python2 instead of python-central (Closes: #617180).
Modified:
zope.testing/trunk/debian/changelog
zope.testing/trunk/debian/control
zope.testing/trunk/debian/rules
Modified: zope.testing/trunk/debian/changelog
===================================================================
--- zope.testing/trunk/debian/changelog 2011-04-27 10:36:58 UTC (rev 2181)
+++ zope.testing/trunk/debian/changelog 2011-04-28 00:29:19 UTC (rev 2182)
@@ -1,8 +1,10 @@
-zope.testing (3.9.5-1) unstable; urgency=low
+zope.testing (3.9.6-1) unstable; urgency=low
- * Update to version from ztk1.0
+ * New upstream version.
+ * Upload fixes dependency on python2.5 (Closes: #623922).
+ * Use dh_python2 instead of python-central (Closes: #617180).
- -- Brian Sutherland <brian at vanguardistas.net> Wed, 03 Nov 2010 13:20:24 +0000
+ -- Brian Sutherland <brian at vanguardistas.net> Thu, 28 Apr 2011 01:11:41 +0200
zope.testing (3.9.4-0ubuntu2) natty; urgency=low
Modified: zope.testing/trunk/debian/control
===================================================================
--- zope.testing/trunk/debian/control 2011-04-27 10:36:58 UTC (rev 2181)
+++ zope.testing/trunk/debian/control 2011-04-28 00:29:19 UTC (rev 2182)
@@ -3,7 +3,7 @@
Priority: optional
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>, Matthias Klose <doko at ubuntu.com>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.3.5-11), python-central (>= 0.6.8), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools (>= 0.6b3), python-van.pydeb
Standards-Version: 3.8.4
XS-Python-Version: all
XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.testing/trunk
@@ -14,7 +14,6 @@
Provides: ${pydeb:Provides}, ${python:Provides}
Suggests: ${pydeb:Suggests}
Conflicts: zope3, python-zodb (<< 2.9)
-XB-Python-Version: ${python:Versions}
Description: Zope testing framework, including the testrunner script
This package provides a number of testing frameworks. It includes a flexible
test runner, and supports both doctest and unittest.
Modified: zope.testing/trunk/debian/rules
===================================================================
--- zope.testing/trunk/debian/rules 2011-04-27 10:36:58 UTC (rev 2181)
+++ zope.testing/trunk/debian/rules 2011-04-28 00:29:19 UTC (rev 2182)
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh --with pydeb --with python-central $@
+ dh --with pydeb --with python2 $@
More information about the pkg-zope-developers
mailing list