[med-svn] [mhap] 01/01: WIP: Don't hardcode java-8
Afif Elghraoui
afif at moszumanska.debian.org
Sat Jul 9 22:18:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch topic/java-8-default
in repository mhap.
commit 954d3502ba1e45962a1cdc3100116e3a27451015
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sat Jul 9 15:16:35 2016 -0700
WIP: Don't hardcode java-8
This was needed when java 8 was not the default, but
will need to be reverted when backporting to Jessie because
it's still not default there.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d7b3f9b..3d8f801 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
export LC_ALL=C.UTF-8
-export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-$(DEB_HOST_ARCH)
+export JAVA_HOME=/usr/lib/jvm/default-java
%:
dh $@ --with javahelper
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mhap.git
More information about the debian-med-commit
mailing list