r3001 - in python-chameleon/trunk/debian (4 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Wed Oct 28 14:49:39 UTC 2015


    Date: Wednesday, October 28, 2015 @ 14:49:36
  Author: barry
Revision: 3001

* New upstream release.  (Closes: #802130)
* d/tests/control: Use simpler Test-Command syntax.
* d/tests/all{,-3}: Removed.

Modified:
  python-chameleon/trunk/debian/changelog
  python-chameleon/trunk/debian/tests/control
Deleted:
  python-chameleon/trunk/debian/tests/all
  python-chameleon/trunk/debian/tests/all-3

Modified: python-chameleon/trunk/debian/changelog
===================================================================
--- python-chameleon/trunk/debian/changelog	2015-10-27 22:09:20 UTC (rev 3000)
+++ python-chameleon/trunk/debian/changelog	2015-10-28 14:49:36 UTC (rev 3001)
@@ -1,3 +1,11 @@
+python-chameleon (2.24-1) UNRELEASED; urgency=medium
+
+  * New upstream release.  (Closes: #802130)
+  * d/tests/control: Use simpler Test-Command syntax.
+  * d/tests/all{,-3}: Removed.
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 27 Oct 2015 16:36:23 -0400
+
 python-chameleon (2.22-1) unstable; urgency=medium
 
   * New upstream release.

Deleted: python-chameleon/trunk/debian/tests/all
===================================================================
--- python-chameleon/trunk/debian/tests/all	2015-10-27 22:09:20 UTC (rev 3000)
+++ python-chameleon/trunk/debian/tests/all	2015-10-28 14:49:36 UTC (rev 3001)
@@ -1,4 +0,0 @@
-#!/usr/bin/python
-
-import chameleon
-print chameleon

Deleted: python-chameleon/trunk/debian/tests/all-3
===================================================================
--- python-chameleon/trunk/debian/tests/all-3	2015-10-27 22:09:20 UTC (rev 3000)
+++ python-chameleon/trunk/debian/tests/all-3	2015-10-28 14:49:36 UTC (rev 3001)
@@ -1,5 +0,0 @@
-#!/usr/bin/python3
-
-import chameleon
-print(chameleon)
-

Modified: python-chameleon/trunk/debian/tests/control
===================================================================
--- python-chameleon/trunk/debian/tests/control	2015-10-27 22:09:20 UTC (rev 3000)
+++ python-chameleon/trunk/debian/tests/control	2015-10-28 14:49:36 UTC (rev 3001)
@@ -1,2 +1,3 @@
-Tests: all all-3
-Depends: @
+Test-Command: python -c "import chameleon; print chameleon"
+
+Test-Command: python3 -c "import chameleon; print(chameleon)"




More information about the pkg-zope-developers mailing list