r2207 - in zope.interface/trunk/debian (control tests/all tests/all-3)

jinty-guest at users.alioth.debian.org jinty-guest at users.alioth.debian.org
Sat Apr 30 17:04:56 UTC 2011


    Date: Saturday, April 30, 2011 @ 17:04:36
  Author: jinty-guest
Revision: 2207

tweaks to get tests running

Modified:
  zope.interface/trunk/debian/control
  zope.interface/trunk/debian/tests/all
  zope.interface/trunk/debian/tests/all-3

Modified: zope.interface/trunk/debian/control
===================================================================
--- zope.interface/trunk/debian/control	2011-04-30 17:01:47 UTC (rev 2206)
+++ zope.interface/trunk/debian/control	2011-04-30 17:04:36 UTC (rev 2207)
@@ -5,8 +5,8 @@
 Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), python-all-dbg, python-setuptools (>= 0.6b3), python3-all-dev, python3-all-dbg, python3-zope.fixers, 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.interface/trunk
 
 Package: python-zope.interface

Modified: zope.interface/trunk/debian/tests/all
===================================================================
--- zope.interface/trunk/debian/tests/all	2011-04-30 17:01:47 UTC (rev 2206)
+++ zope.interface/trunk/debian/tests/all	2011-04-30 17:04:36 UTC (rev 2207)
@@ -1,2 +1,3 @@
 #!/bin/bash
+testfilter="-s zope.interface"
 . /usr/share/python-zope.testrunner/test_helper

Modified: zope.interface/trunk/debian/tests/all-3
===================================================================
--- zope.interface/trunk/debian/tests/all-3	2011-04-30 17:01:47 UTC (rev 2206)
+++ zope.interface/trunk/debian/tests/all-3	2011-04-30 17:04:36 UTC (rev 2207)
@@ -1,2 +1,3 @@
 #!/bin/bash
+testfilter="-s zope.interface"
 . /usr/share/python3-zope.testrunner/test_helper_3




More information about the pkg-zope-developers mailing list