r3009 - in zope.security/trunk/debian (4 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Thu Nov 5 15:07:35 UTC 2015


    Date: Thursday, November 5, 2015 @ 15:07:35
  Author: barry
Revision: 3009

* d/tests:
  - control: Use the simpler Test-Command syntax.
  - all{,-3}: Removed.

Modified:
  zope.security/trunk/debian/changelog
  zope.security/trunk/debian/tests/control
Deleted:
  zope.security/trunk/debian/tests/all
  zope.security/trunk/debian/tests/all-3

Modified: zope.security/trunk/debian/changelog
===================================================================
--- zope.security/trunk/debian/changelog	2015-11-04 20:54:13 UTC (rev 3008)
+++ zope.security/trunk/debian/changelog	2015-11-05 15:07:35 UTC (rev 3009)
@@ -1,3 +1,11 @@
+zope.security (4.0.3-2) UNRELEASED; urgency=medium
+
+  * d/tests:
+    - control: Use the simpler Test-Command syntax.
+    - all{,-3}: Removed.
+
+ -- Barry Warsaw <barry at debian.org>  Thu, 05 Nov 2015 08:57:01 -0600
+
 zope.security (4.0.3-1) unstable; urgency=medium
 
   * New upstream release.

Deleted: zope.security/trunk/debian/tests/all
===================================================================
--- zope.security/trunk/debian/tests/all	2015-11-04 20:54:13 UTC (rev 3008)
+++ zope.security/trunk/debian/tests/all	2015-11-05 15:07:35 UTC (rev 3009)
@@ -1,4 +0,0 @@
-#!/usr/bin/python
-
-import zope.security
-print zope.security

Deleted: zope.security/trunk/debian/tests/all-3
===================================================================
--- zope.security/trunk/debian/tests/all-3	2015-11-04 20:54:13 UTC (rev 3008)
+++ zope.security/trunk/debian/tests/all-3	2015-11-05 15:07:35 UTC (rev 3009)
@@ -1,4 +0,0 @@
-#!/usr/bin/python3
-
-import zope.security
-print(zope.security)

Modified: zope.security/trunk/debian/tests/control
===================================================================
--- zope.security/trunk/debian/tests/control	2015-11-04 20:54:13 UTC (rev 3008)
+++ zope.security/trunk/debian/tests/control	2015-11-05 15:07:35 UTC (rev 3009)
@@ -1,2 +1,3 @@
-Tests: all all-3
-Depends: @
+Test-Command: python -c "import zope.security; print zope.security"
+
+Test-Command: python3 -c "import zope.security; print(zope.security)"




More information about the pkg-zope-developers mailing list