[Python-modules-commits] r23538 - in packages/cssutils/trunk/debian (changelog rules)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Fri Feb 22 06:06:24 UTC 2013


    Date: Friday, February 22, 2013 @ 06:06:22
  Author: mitya57-guest
Revision: 23538

Use /usr/bin/nosetests3 instead of /usr/bin/nosetests-3.X.

Modified:
  packages/cssutils/trunk/debian/changelog
  packages/cssutils/trunk/debian/rules

Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog	2013-02-22 06:02:40 UTC (rev 23537)
+++ packages/cssutils/trunk/debian/changelog	2013-02-22 06:06:22 UTC (rev 23538)
@@ -1,3 +1,10 @@
+cssutils (0.9.10~b1-1.1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use /usr/bin/nosetests3 instead of /usr/bin/nosetests-3.X.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Fri, 22 Feb 2013 10:01:58 +0400
+
 cssutils (0.9.10~b1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/cssutils/trunk/debian/rules
===================================================================
--- packages/cssutils/trunk/debian/rules	2013-02-22 06:02:40 UTC (rev 23537)
+++ packages/cssutils/trunk/debian/rules	2013-02-22 06:06:22 UTC (rev 23538)
@@ -32,8 +32,8 @@
 		          --where $(CURDIR)/build/lib.linux-*/tests; \
 	done
 	set -ex; \
-	for py in $(PY3vrVERS); do \
-		nosetests-$$py -v \
+	for py in $(PY3VERS); do \
+		$$py /usr/bin/nosetests3 -v \
 		           --exclude='test_parseString' \
 		           --exclude='test_parseFile' \
 		           --exclude='test_parseUrl' \




More information about the Python-modules-commits mailing list