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

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Sun Jun 3 07:56:35 UTC 2012


    Date: Sunday, June 3, 2012 @ 07:56:31
  Author: cjsmo-guest
Revision: 22034

Add patch from Ubuntu, have failed tests not fail the build.
Thx pitti for the patch.

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

Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog	2012-06-03 01:15:02 UTC (rev 22033)
+++ packages/cssutils/trunk/debian/changelog	2012-06-03 07:56:31 UTC (rev 22034)
@@ -1,3 +1,10 @@
+cssutils (0.9.10~b1-2) UNRELEASED; urgency=low
+
+  * Add patch from Ubuntu, have failed tests not fail the build.
+    Thx pitti for the patch.
+
+ -- Charlie Smotherman <cjsmo at cableone.net>  Sun, 03 Jun 2012 02:20:55 -0500
+
 cssutils (0.9.10~b1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/cssutils/trunk/debian/rules
===================================================================
--- packages/cssutils/trunk/debian/rules	2012-06-03 01:15:02 UTC (rev 22033)
+++ packages/cssutils/trunk/debian/rules	2012-06-03 07:56:31 UTC (rev 22034)
@@ -29,7 +29,7 @@
 		          --exclude='test_cssText2' \
 		          --exclude='test_getMetaInfo' \
 	              --exclude='test_errorhandler.py' \
-		          --where $(CURDIR)/build/lib.linux-*/tests; \
+		          --where $(CURDIR)/build/lib.linux-*/tests || true; \
 	done
 	set -ex; \
 	for py in $(PY3vrVERS); do \
@@ -40,7 +40,7 @@
 		           --exclude='test_combine' \
 		           --exclude='test_cssText2' \
 	               --exclude='test_errorhandler.py' \
-		           --py3where $(CURDIR)/build/lib/tests; \
+		           --py3where $(CURDIR)/build/lib/tests || true; \
 	done
 endif
 




More information about the Python-modules-commits mailing list