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

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Wed Jun 6 04:12:44 UTC 2012


    Date: Wednesday, June 6, 2012 @ 04:12:41
  Author: cjsmo-guest
Revision: 22074

revert changes

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

Modified: packages/cssutils/trunk/debian/changelog
===================================================================
--- packages/cssutils/trunk/debian/changelog	2012-06-05 21:15:03 UTC (rev 22073)
+++ packages/cssutils/trunk/debian/changelog	2012-06-06 04:12:41 UTC (rev 22074)
@@ -1,10 +1,3 @@
-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-05 21:15:03 UTC (rev 22073)
+++ packages/cssutils/trunk/debian/rules	2012-06-06 04:12:41 UTC (rev 22074)
@@ -29,7 +29,7 @@
 		          --exclude='test_cssText2' \
 		          --exclude='test_getMetaInfo' \
 	              --exclude='test_errorhandler.py' \
-		          --where $(CURDIR)/build/lib.linux-*/tests || true; \
+		          --where $(CURDIR)/build/lib.linux-*/tests; \
 	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 || true; \
+		           --py3where $(CURDIR)/build/lib/tests; \
 	done
 endif
 




More information about the Python-modules-commits mailing list