[Python-modules-commits] [python-gammu] 06/06: Set locales for tests

Michal Cihar nijel at moszumanska.debian.org
Mon Jul 10 18:43:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

nijel pushed a commit to branch master
in repository python-gammu.

commit 417e9b38e985e564bca68c073b65c69a8e9dab1a
Author: Michal Čihař <michal at cihar.com>
Date:   Mon Jul 10 20:22:57 2017 +0200

    Set locales for tests
    
    Signed-off-by: Michal Čihař <michal at cihar.com>
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 432b4fd..b510745 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,8 @@ export PYBUILD_NAME=gammu
 %:
 	dh $@ --fail-missing --with python2,python3 --buildsystem=pybuild
 
+override_dh_auto_test:
+	export LC_ALL=C.UTF-8 && dh_auto_test
+
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS.rst

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gammu.git



More information about the Python-modules-commits mailing list