[Python-modules-commits] r29955 - in packages/mutagen/trunk/debian (changelog rules)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Sun Jul 27 05:40:11 UTC 2014
Date: Sunday, July 27, 2014 @ 05:40:10
Author: mithrandi
Revision: 29955
Explicitly set LC_ALL=C.UTF-8 to avoid test suite failures if LC_ALL is
set to something else in the environment during a build (closes: #753141).
Modified:
packages/mutagen/trunk/debian/changelog
packages/mutagen/trunk/debian/rules
Modified: packages/mutagen/trunk/debian/changelog
===================================================================
--- packages/mutagen/trunk/debian/changelog 2014-07-27 05:38:28 UTC (rev 29954)
+++ packages/mutagen/trunk/debian/changelog 2014-07-27 05:40:10 UTC (rev 29955)
@@ -1,3 +1,10 @@
+mutagen (1.23-2) unstable; urgency=medium
+
+ * Explicitly set LC_ALL=C.UTF-8 to avoid test suite failures if LC_ALL is
+ set to something else in the environment during a build (closes: #753141).
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 27 Jul 2014 07:36:35 +0200
+
mutagen (1.23-1) unstable; urgency=medium
* New upstream release. (Closes: #751155)
Modified: packages/mutagen/trunk/debian/rules
===================================================================
--- packages/mutagen/trunk/debian/rules 2014-07-27 05:38:28 UTC (rev 29954)
+++ packages/mutagen/trunk/debian/rules 2014-07-27 05:40:10 UTC (rev 29955)
@@ -7,7 +7,10 @@
# the binaries in tools/ when the test suite is run.
export PYTHONDONTWRITEBYTECODE=yes
+# Set UTF-8 locale as the tests expect this
+export LC_ALL=C.UTF-8
+
%:
dh $@ --with python2,pypy,sphinxdoc --buildsystem=pybuild
More information about the Python-modules-commits
mailing list