r2998 - in zope.i18n/trunk/debian (4 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Oct 27 22:05:10 UTC 2015


    Date: Tuesday, October 27, 2015 @ 22:05:09
  Author: barry
Revision: 2998

* d/tests/control: Use the simpler Test-Command syntax for the smoketests.
* d/tests/smoketest-{2,3}: Removed.

Modified:
  zope.i18n/trunk/debian/changelog
  zope.i18n/trunk/debian/tests/control
Deleted:
  zope.i18n/trunk/debian/tests/smoketest-2
  zope.i18n/trunk/debian/tests/smoketest-3

Modified: zope.i18n/trunk/debian/changelog
===================================================================
--- zope.i18n/trunk/debian/changelog	2015-10-27 21:47:39 UTC (rev 2997)
+++ zope.i18n/trunk/debian/changelog	2015-10-27 22:05:09 UTC (rev 2998)
@@ -3,6 +3,8 @@
   * d/patches/setup-py-requires.patch: Added to prevent the attempted
     downloading of zope.testing from PyPI even though it's already a
     Build-Depends.  (Closes: #802113)
+  * d/tests/control: Use the simpler Test-Command syntax for the smoketests.
+  * d/tests/smoketest-{2,3}: Removed.
 
  -- Barry Warsaw <barry at debian.org>  Tue, 27 Oct 2015 17:41:07 -0400
 

Modified: zope.i18n/trunk/debian/tests/control
===================================================================
--- zope.i18n/trunk/debian/tests/control	2015-10-27 21:47:39 UTC (rev 2997)
+++ zope.i18n/trunk/debian/tests/control	2015-10-27 22:05:09 UTC (rev 2998)
@@ -1,5 +1,6 @@
 Tests: testsuite
 Depends: @, python-setuptools, python-zope.testrunner, python-zope.testing, python-zope.configuration, python-zope.security
 
-Tests: smoketest-2 smoketest-3
-Depends: @
+Test-Command: python -c "import zope.i18n; print zope.i18n"
+
+Test-Command: python3 -c "import zope.i18n; print(zope.i18n)"

Deleted: zope.i18n/trunk/debian/tests/smoketest-2
===================================================================
--- zope.i18n/trunk/debian/tests/smoketest-2	2015-10-27 21:47:39 UTC (rev 2997)
+++ zope.i18n/trunk/debian/tests/smoketest-2	2015-10-27 22:05:09 UTC (rev 2998)
@@ -1,4 +0,0 @@
-#!/usr/bin/python
-
-import zope.i18n
-print zope.i18n

Deleted: zope.i18n/trunk/debian/tests/smoketest-3
===================================================================
--- zope.i18n/trunk/debian/tests/smoketest-3	2015-10-27 21:47:39 UTC (rev 2997)
+++ zope.i18n/trunk/debian/tests/smoketest-3	2015-10-27 22:05:09 UTC (rev 2998)
@@ -1,4 +0,0 @@
-#!/usr/bin/python3
-
-import zope.i18n
-print(zope.i18n)




More information about the pkg-zope-developers mailing list