This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository python-pysam.
commit 9715abaf032e7c5abb4ba836747a434d6dc33b3a Author: Afif Elghraoui <[email protected]> Date: Sun Jun 19 14:30:23 2016 -0700 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
