From 9715abaf032e7c5abb4ba836747a434d6dc33b3a Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Sun, 19 Jun 2016 14:30:23 -0700 Subject: [PATCH] Globally use C.UTF-8 locale --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 772305d..877f34b 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ include /usr/share/dpkg/default.mk export PYBUILD_NAME=pysam +export LC_ALL = C.UTF-8 TESTPKG := $(DEB_SOURCE)-tests @@ -18,7 +19,7 @@ export PYBUILD_TEST_ARGS={dir}/tests clean: clean-tests %: - LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python2,python3 --buildsystem=pybuild override_dh_auto_configure: dh_auto_configure -- 2.30.2