diff -Nru bzr-xmloutput-0.8.8+bzr162/debian/changelog bzr-xmloutput-0.8.8+bzr162/debian/changelog --- bzr-xmloutput-0.8.8+bzr162/debian/changelog 2013-05-23 20:35:40.000000000 +0000 +++ bzr-xmloutput-0.8.8+bzr162/debian/changelog 2014-07-06 02:57:05.000000000 +0000 @@ -1,3 +1,11 @@ +bzr-xmloutput (0.8.8+bzr162-5) unstable; urgency=medium + + * debian/tests/testsuite: Set C.UTF-8 for locale. Fixes tests + run on debci (Closes: #753316). Thanks to Lucas Kanashiro. + * Bump Standards-Version to 3.9.5, no changes needed. + + -- Andrew Starr-Bochicchio Sat, 05 Jul 2014 22:57:03 -0400 + bzr-xmloutput (0.8.8+bzr162-4) unstable; urgency=low * Make sure tests are installed so that 'bzr selftest' will run them. diff -Nru bzr-xmloutput-0.8.8+bzr162/debian/control bzr-xmloutput-0.8.8+bzr162/debian/control --- bzr-xmloutput-0.8.8+bzr162/debian/control 2013-05-23 20:34:42.000000000 +0000 +++ bzr-xmloutput-0.8.8+bzr162/debian/control 2014-07-06 02:54:35.000000000 +0000 @@ -9,7 +9,7 @@ locales, python (>= 2.6.6-3), python-testtools -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 X-Python-Version: >= 2.4 XS-Testsuite: autopkgtest Vcs-Bzr: http://anonscm.debian.org/bzr/pkg-bazaar/bzr-xmloutput/unstable diff -Nru bzr-xmloutput-0.8.8+bzr162/debian/tests/testsuite bzr-xmloutput-0.8.8+bzr162/debian/tests/testsuite --- bzr-xmloutput-0.8.8+bzr162/debian/tests/testsuite 2013-05-23 20:27:53.000000000 +0000 +++ bzr-xmloutput-0.8.8+bzr162/debian/tests/testsuite 2014-07-06 02:51:49.000000000 +0000 @@ -4,4 +4,6 @@ # run autopkgtests has an UTF-8 locale available. So we don't needed # generate a locale. +export LANG=C.UTF-8 + bzr selftest -s bp.xmloutput -v --parallel=fork