[jalview] 01/01: enforce LC_ALL=C.UTF-8 to cope with UTF-8 characters
Andreas Tille
tille at debian.org
Sun Dec 11 08:47:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository jalview.
commit 8052be380667d6a62a565a31b666488660cc006d
Author: Andreas Tille <tille at debian.org>
Date: Sun Dec 11 09:47:18 2016 +0100
enforce LC_ALL=C.UTF-8 to cope with UTF-8 characters
---
debian/changelog | 3 +++
debian/rules | 1 +
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 5afe32a..95a5f7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ jalview (2.10.1.dfsg-1) UNRELEASED; urgency=medium
[ Ximin Luo ]
* New upstream release.
+ [ Andreas Tille ]
+ * d/rules: enforce LC_ALL=C.UTF-8 to cope with UTF-8 characters
+
-- Ximin Luo <infinity0 at debian.org> Sat, 10 Dec 2016 16:06:23 +0100
jalview (2.7.dfsg-5) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 512ca9a..f5de085 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export LC_ALL=C.UTF-8
VERSION = $(shell dpkg-parsechangelog | egrep '^Version' | \
sed -r 's/Version:\s*//' | sed -r 's/^[0-9]+://' | \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jalview.git
More information about the pkg-java-commits
mailing list