[python-click-plugins] 02/04: Set locale for tests

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Mon Aug 10 21:50:15 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-click-plugins.

commit cc0b895a9d06b99153e9ea36af06eb3ae917b8ca
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Mon Aug 10 23:31:07 2015 +0200

    Set locale for tests
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index f7c2a92..6e4de3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,10 @@
 #!/usr/bin/make -f
 
+#setting locale explicitly is needed for running the tests using pbuilder
+export LC_ALL=C.UTF-8
+export LANG=C.UTF-8
+
+
 export PYBUILD_NAME=click-plugins
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-click-plugins.git



More information about the Pkg-grass-devel mailing list