From: Afif Elghraoui Date: Sun, 19 Jun 2016 21:30:23 +0000 (-0700) Subject: Globally use C.UTF-8 locale X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~225 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9715abaf032e7c5abb4ba836747a434d6dc33b3a;p=python-pysam.git Globally use C.UTF-8 locale --- 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