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

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Fri Nov 14 07:08:54 UTC 2014


    Date: Friday, November 14, 2014 @ 07:08:54
  Author: vcheng
Revision: 31445

upload patch to fix rc bug #741834

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

Modified: packages/python-babel/trunk/debian/changelog
===================================================================
--- packages/python-babel/trunk/debian/changelog	2014-11-14 06:59:56 UTC (rev 31444)
+++ packages/python-babel/trunk/debian/changelog	2014-11-14 07:08:54 UTC (rev 31445)
@@ -1,3 +1,12 @@
+python-babel (1.3+dfsg.1-5) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Thomas Viehmann ]
+  * Call test suite with LC_ALL=C to avoid test failures. (Closes: #741834)
+
+ -- Vincent Cheng <vcheng at debian.org>  Thu, 13 Nov 2014 23:06:03 -0800
+
 python-babel (1.3+dfsg.1-4) unstable; urgency=medium
 
   * Fixed removal of pyshared folder stuff (that directory doesn't exist

Modified: packages/python-babel/trunk/debian/rules
===================================================================
--- packages/python-babel/trunk/debian/rules	2014-11-14 06:59:56 UTC (rev 31444)
+++ packages/python-babel/trunk/debian/rules	2014-11-14 07:08:54 UTC (rev 31445)
@@ -72,6 +72,6 @@
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-	py.test
-	py.test-3
+	LC_ALL=C py.test
+	LC_ALL=C py.test-3
 endif




More information about the Python-modules-commits mailing list