r2223 - in zope.testing/trunk/debian (changelog control watch)

jinty-guest at users.alioth.debian.org jinty-guest at users.alioth.debian.org
Mon May 2 07:01:12 UTC 2011


    Date: Monday, May 2, 2011 @ 07:00:58
  Author: jinty-guest
Revision: 2223

* Re-add the ability to watch for zipfiles, upstream sometimes uploads .zips :(
* Remove setuptools dependency as we don't provide binaries any more.
* Depend on python-zope.testrunner to provide backwards compatibility (even though upstream doesn't).

Modified:
  zope.testing/trunk/debian/changelog
  zope.testing/trunk/debian/control
  zope.testing/trunk/debian/watch

Modified: zope.testing/trunk/debian/changelog
===================================================================
--- zope.testing/trunk/debian/changelog	2011-05-02 04:00:26 UTC (rev 2222)
+++ zope.testing/trunk/debian/changelog	2011-05-02 07:00:58 UTC (rev 2223)
@@ -12,10 +12,10 @@
   * New upstream version.
   * Upload fixes dependency on python2.5 (Closes: #623922). 
   * Use dh_python2 instead of python-central (Closes: #617180).
-  * Add python-setuptools dependency, the /usr/bin/zope-testrunner doesn't
-    work without it.
   * Add python-all to debian/tests/control as we test against all python
     versions.
+  * Specifically depend on python-zope.testrunner, even though upstream
+    doesn't, to provide backwards compatibility.
 
  -- Brian Sutherland <brian at vanguardistas.net>  Sun, 01 May 2011 16:44:42 +0900
 

Modified: zope.testing/trunk/debian/control
===================================================================
--- zope.testing/trunk/debian/control	2011-05-02 04:00:26 UTC (rev 2222)
+++ zope.testing/trunk/debian/control	2011-05-02 07:00:58 UTC (rev 2223)
@@ -16,7 +16,7 @@
 
 Package: python-zope.testing
 Architecture: all
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}, python-setuptools
+Depends: python-zope.testrunner, ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
 Provides: ${pydeb:Provides}, ${python:Provides}
 Suggests: ${pydeb:Suggests}
 Conflicts: zope3, python-zodb (<< 2.9)

Modified: zope.testing/trunk/debian/watch
===================================================================
--- zope.testing/trunk/debian/watch	2011-05-02 04:00:26 UTC (rev 2222)
+++ zope.testing/trunk/debian/watch	2011-05-02 07:00:58 UTC (rev 2223)
@@ -1,2 +1,2 @@
 version=3
-http://pypi.python.org/packages/source/z/zope.testing/zope.testing-(.*)\.tar\.gz
+http://pypi.python.org/packages/source/z/zope.testing/zope.testing-(.*)(?:\.tar\.gz|\.zip)




More information about the pkg-zope-developers mailing list