r2994 - in zope.event/trunk/debian (4 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Tue Oct 27 21:24:27 UTC 2015
Date: Tuesday, October 27, 2015 @ 21:24:27
Author: barry
Revision: 2994
* New upstream release.
* d/tests/control: Use simpler Test-Command syntax.
* d/tests/all{,-3}: Removed.
Modified:
zope.event/trunk/debian/changelog
zope.event/trunk/debian/tests/control
Deleted:
zope.event/trunk/debian/tests/all
zope.event/trunk/debian/tests/all-3
Modified: zope.event/trunk/debian/changelog
===================================================================
--- zope.event/trunk/debian/changelog 2015-10-27 18:54:37 UTC (rev 2993)
+++ zope.event/trunk/debian/changelog 2015-10-27 21:24:27 UTC (rev 2994)
@@ -1,12 +1,20 @@
+zope.event (4.1.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * d/tests/control: Use simpler Test-Command syntax.
+ * d/tests/all{,-3}: Removed.
+
+ -- Barry Warsaw <barry at debian.org> Tue, 27 Oct 2015 17:11:24 -0400
+
zope.event (4.0.3-3) unstable; urgency=medium
- * d/control:
+ * d/control:
- Bump Standards-Version with no other changes necessary.
- Bump debhelper Build-Depends to version 9.
- Add XS-Testsuite header. (Closes: #692712)
* d/compat: Bump to version 9.
* d/watch: Use pypi.debian.net redirector.
- * d/tests: Added DEP-8 tests.
+ * d/tests: Added DEP-8 tests.
-- Barry Warsaw <barry at debian.org> Tue, 09 Jun 2015 11:36:17 -0400
Deleted: zope.event/trunk/debian/tests/all
===================================================================
--- zope.event/trunk/debian/tests/all 2015-10-27 18:54:37 UTC (rev 2993)
+++ zope.event/trunk/debian/tests/all 2015-10-27 21:24:27 UTC (rev 2994)
@@ -1,4 +0,0 @@
-#!/usr/bin/python
-
-import zope.event
-print zope.event
Deleted: zope.event/trunk/debian/tests/all-3
===================================================================
--- zope.event/trunk/debian/tests/all-3 2015-10-27 18:54:37 UTC (rev 2993)
+++ zope.event/trunk/debian/tests/all-3 2015-10-27 21:24:27 UTC (rev 2994)
@@ -1,4 +0,0 @@
-#!/usr/bin/python3
-
-import zope.event
-print(zope.event)
Modified: zope.event/trunk/debian/tests/control
===================================================================
--- zope.event/trunk/debian/tests/control 2015-10-27 18:54:37 UTC (rev 2993)
+++ zope.event/trunk/debian/tests/control 2015-10-27 21:24:27 UTC (rev 2994)
@@ -1,2 +1,3 @@
-Tests: all all-3
-Depends: @
+Test-Command: python -c "import zope.event; print zope.event"
+
+Test-Command: python3 -c "import zope.event; print(zope.event)"
More information about the pkg-zope-developers
mailing list