This is an automated email from the git hooks/post-receive script. johanvdw-guest pushed a commit to branch master in repository python-geojson.
commit 6c8520db807670db3a0de66b61dd09c20953ec03 Author: Johan Van de Wauw <johan.vandew...@gmail.com> Date: Sun Feb 15 20:07:41 2015 +0100 Set locales to utf-8 for python 3 tests --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index eff2699..ab37115 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,9 @@ #!/usr/bin/make -f # -*- makefile -*- +export LC_ALL=C.UTF-8 +export LANG=C.UTF-8 + export PYBUILD_NAME=geojson export PYBUILD_DISABLE_python3.4=test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-geojson.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel