[med-svn] [htsjdk] 01/01: Take over change from debian/jessie-backports branch to successfully obtain JAVA_HOME
Andreas Tille
tille at debian.org
Wed May 4 12:43:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository htsjdk.
commit 7170221aeaad31f427e05d8db1db389f3d11d27d
Author: Andreas Tille <tille at debian.org>
Date: Wed May 4 14:42:47 2016 +0200
Take over change from debian/jessie-backports branch to successfully obtain JAVA_HOME
---
debian/changelog | 6 ++++++
debian/rules | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index eef19e6..9cdb258 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+htsjdk (2.1.1+dfsg.1-2) UNRELEASED; urgency=medium
+
+ * Take over change from debian/jessie-backports branch to successfully obtain JAVA_HOME
+
+ -- Andreas Tille <tille at debian.org> Wed, 04 May 2016 14:43:26 +0200
+
htsjdk (2.1.1+dfsg.1-1) unstable; urgency=medium
[ Andreas Tille ]
diff --git a/debian/rules b/debian/rules
index 325a06d..e050982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,9 @@ export DH_VERBOSE=1
export DH_OPTIONS
export ANT_HOME=/usr/share/ant
-export JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::")
+export JAVA_HOME=$(shell readlink -f /usr/bin/javac | sed "s:/bin/javac::")
-export LC_ALL=en_US
+export LC_ALL=C.UTF-8
%:
dh $@ --with javahelper
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htsjdk.git
More information about the debian-med-commit
mailing list