[Python-modules-commits] r25803 - in packages/cookiecutter/trunk/debian (rules)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Mon Sep 9 19:25:19 UTC 2013
Date: Monday, September 9, 2013 @ 19:25:08
Author: bernat
Revision: 25803
Some tests need to be run with an UTF-8 locale.
Modified:
packages/cookiecutter/trunk/debian/rules
Modified: packages/cookiecutter/trunk/debian/rules
===================================================================
--- packages/cookiecutter/trunk/debian/rules 2013-09-09 16:38:02 UTC (rev 25802)
+++ packages/cookiecutter/trunk/debian/rules 2013-09-09 19:25:08 UTC (rev 25803)
@@ -3,6 +3,7 @@
export PYBUILD_DESTDIR_python2=debian/python-cookiecutter/
export PYBUILD_DESTDIR_python3=debian/python3-cookiecutter/
+export LC_ALL=C.UTF-8
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
More information about the Python-modules-commits
mailing list