[python-geojson] 01/03: Set locales to utf-8 for python 3 tests

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Sun Feb 15 19:13:07 UTC 2015


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.vandewauw at 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



More information about the Pkg-grass-devel mailing list