r2183 - in zope.testing/trunk/debian (changelog control tests/control)

jinty-guest at users.alioth.debian.org jinty-guest at users.alioth.debian.org
Thu Apr 28 01:00:22 UTC 2011


    Date: Thursday, April 28, 2011 @ 01:00:03
  Author: jinty-guest
Revision: 2183

* 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.

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

Modified: zope.testing/trunk/debian/changelog
===================================================================
--- zope.testing/trunk/debian/changelog	2011-04-28 00:29:19 UTC (rev 2182)
+++ zope.testing/trunk/debian/changelog	2011-04-28 01:00:03 UTC (rev 2183)
@@ -3,8 +3,12 @@
   * 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.
 
- -- Brian Sutherland <brian at vanguardistas.net>  Thu, 28 Apr 2011 01:11:41 +0200
+ -- Brian Sutherland <brian at vanguardistas.net>  Thu, 28 Apr 2011 01:59:36 +0200
 
 zope.testing (3.9.4-0ubuntu2) natty; urgency=low
 

Modified: zope.testing/trunk/debian/control
===================================================================
--- zope.testing/trunk/debian/control	2011-04-28 00:29:19 UTC (rev 2182)
+++ zope.testing/trunk/debian/control	2011-04-28 01:00:03 UTC (rev 2183)
@@ -10,7 +10,7 @@
 
 Package: python-zope.testing
 Architecture: all
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
+Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}, python-setuptools
 Provides: ${pydeb:Provides}, ${python:Provides}
 Suggests: ${pydeb:Suggests}
 Conflicts: zope3, python-zodb (<< 2.9)

Modified: zope.testing/trunk/debian/tests/control
===================================================================
--- zope.testing/trunk/debian/tests/control	2011-04-28 00:29:19 UTC (rev 2182)
+++ zope.testing/trunk/debian/tests/control	2011-04-28 01:00:03 UTC (rev 2183)
@@ -1,2 +1,3 @@
+Depends: @, python-all
 Tests: all
 Features: no-build-needed




More information about the pkg-zope-developers mailing list