[med-svn] [prottest] 07/08: Deal with UTF8 strings in source code
Andreas Tille
tille at debian.org
Tue May 10 09:52:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository prottest.
commit cdf967117e2cb9619e0020675c6cf97c436b23e8
Author: Andreas Tille <tille at debian.org>
Date: Tue May 10 11:50:51 2016 +0200
Deal with UTF8 strings in source code
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7bc3388..0bf61f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
JAVA_HOME=/usr/lib/jvm/default-java
%:
- dh $@ --with javahelper
+ LC_ALL=C.UTF-8 dh $@ --with javahelper
override_dh_fixperms:
dh_fixperms
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/prottest.git
More information about the debian-med-commit
mailing list