[Python-modules-commits] r24828 - in packages/python-werkzeug/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Jun 16 13:05:15 UTC 2013


    Date: Sunday, June 16, 2013 @ 13:05:14
  Author: piotr
Revision: 24828

* New upstream release
* Run tests with LC_ALL=C.UTF-8

Modified:
  packages/python-werkzeug/trunk/debian/changelog
  packages/python-werkzeug/trunk/debian/rules

Modified: packages/python-werkzeug/trunk/debian/changelog
===================================================================
--- packages/python-werkzeug/trunk/debian/changelog	2013-06-15 17:40:03 UTC (rev 24827)
+++ packages/python-werkzeug/trunk/debian/changelog	2013-06-16 13:05:14 UTC (rev 24828)
@@ -1,3 +1,10 @@
+python-werkzeug (0.9.1+dfsg-1) unstable; urgency=low
+
+  * New upstream release
+  * Run tests with LC_ALL=C.UTF-8
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 16 Jun 2013 11:51:23 +0200
+
 python-werkzeug (0.9+dfsg-1) unstable; urgency=low
 
   [ Piotr Ożarowski ]

Modified: packages/python-werkzeug/trunk/debian/rules
===================================================================
--- packages/python-werkzeug/trunk/debian/rules	2013-06-15 17:40:03 UTC (rev 24827)
+++ packages/python-werkzeug/trunk/debian/rules	2013-06-16 13:05:14 UTC (rev 24828)
@@ -32,7 +32,7 @@
 	# run-tests.py is not included in the tarball
 	# TODO: run tests for all supported Python versions
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	python -c 'from werkzeug.testsuite import main; main()'
+	LC_ALL=C.UTF-8 python -c 'from werkzeug.testsuite import main; main()'
 endif
 
 clean:




More information about the Python-modules-commits mailing list