r2206 - in zope.exceptions/trunk/debian (4 files)
jinty-guest at users.alioth.debian.org
jinty-guest at users.alioth.debian.org
Sat Apr 30 17:01:57 UTC 2011
Date: Saturday, April 30, 2011 @ 17:01:47
Author: jinty-guest
Revision: 2206
Tweaks and fixes
Modified:
zope.exceptions/trunk/debian/control
zope.exceptions/trunk/debian/tests/all
zope.exceptions/trunk/debian/tests/all-3
zope.exceptions/trunk/debian/tests/control
Modified: zope.exceptions/trunk/debian/control
===================================================================
--- zope.exceptions/trunk/debian/control 2011-04-30 16:59:59 UTC (rev 2205)
+++ zope.exceptions/trunk/debian/control 2011-04-30 17:01:47 UTC (rev 2206)
@@ -5,8 +5,8 @@
Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>
Build-Depends: debhelper (>= 7), python-all (>= 2.3.5-11), python3-all, python-setuptools (>= 0.6b3), python3-setuptools
Standards-Version: 3.9.1
-X-Python-Version: all
-X-Python3-Version: all
+X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.1
XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.exceptions/trunk
Package: python-zope.exceptions
Modified: zope.exceptions/trunk/debian/tests/all
===================================================================
--- zope.exceptions/trunk/debian/tests/all 2011-04-30 16:59:59 UTC (rev 2205)
+++ zope.exceptions/trunk/debian/tests/all 2011-04-30 17:01:47 UTC (rev 2206)
@@ -1,2 +1,3 @@
#!/bin/bash
+testfilter="-s zope.exceptions"
. /usr/share/python-zope.testrunner/test_helper
Modified: zope.exceptions/trunk/debian/tests/all-3
===================================================================
--- zope.exceptions/trunk/debian/tests/all-3 2011-04-30 16:59:59 UTC (rev 2205)
+++ zope.exceptions/trunk/debian/tests/all-3 2011-04-30 17:01:47 UTC (rev 2206)
@@ -1,2 +1,3 @@
#!/bin/bash
+testfilter="-s zope.exceptions"
. /usr/share/python3-zope.testrunner/test_helper_3
Modified: zope.exceptions/trunk/debian/tests/control
===================================================================
--- zope.exceptions/trunk/debian/tests/control 2011-04-30 16:59:59 UTC (rev 2205)
+++ zope.exceptions/trunk/debian/tests/control 2011-04-30 17:01:47 UTC (rev 2206)
@@ -1,7 +1,7 @@
Tests: all-3
Features: no-build-needed
-Depends: python3-zope.exceptions, python3-zope.testrunner
+Depends: python3-all, python3-zope.exceptions, python3-zope.testrunner
Tests: all
Features: no-build-needed
-Depends: python-zope.exceptions, python-zope.testrunner
+Depends: python-all, python-zope.exceptions, python-zope.testrunner
More information about the pkg-zope-developers
mailing list