[med-svn] [python-cobra] 01/01: Globally set locale to C.UTF-8
Afif Elghraoui
afif at moszumanska.debian.org
Sun Apr 24 22:09:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository python-cobra.
commit 4111c2e347475d630f6f68603245240203b37054
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sun Apr 24 15:09:05 2016 -0700
Globally set locale to C.UTF-8
This might fix reproducibility issues.
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index ecf64fe..b9c466d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,13 @@
#!/usr/bin/make -f
#DH_VERBOSE = 1
+export LC_ALL=C.UTF-8
export PYBUILD_NAME=cobra
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
%:
- LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
# Disable building of documentation (see README.source)
#override_dh_auto_build:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cobra.git
More information about the debian-med-commit
mailing list