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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

