[med-svn] [kineticstools] 07/10: Globally use C.UTF-8 locale
Afif Elghraoui
afif at moszumanska.debian.org
Sun Jul 3 03:37:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository kineticstools.
commit 7b3a84847d701ceb14ae5432b910d8c7d9567616
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sat Jul 2 16:03:28 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 5b55272..494182b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
#DH_VERBOSE = 1
include /usr/share/dpkg/default.mk
+export LC_ALL=C.UTF-8
export PYBUILD_NAME=kineticstools
INSTDIR = $(CURDIR)/debian/$(DEB_SOURCE)
@@ -10,7 +11,7 @@ BINDIR = $(INSTDIR)/usr/bin
MANDIR = $(INSTDIR)/usr/share/man/
%:
- LC_ALL=C.UTF-8 dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_test:
# Ignore error code here since there looks to be
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kineticstools.git
More information about the debian-med-commit
mailing list