[med-svn] [mhap] 02/07: Don't force Java 8

Afif Elghraoui afif at moszumanska.debian.org
Wed Jul 13 08:09:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch master
in repository mhap.

commit 9320016aee452653b2ca08c0361edebc717d3485
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Tue Jul 12 23:10:24 2016 -0700

    Don't force Java 8
    
    It is already the default in Unstable, so there is no need to
    hard-code dependency on this version.
---
 debian/control | 4 ++--
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 051ece3..5da711a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
 	javahelper,
 	maven-debian-helper,
 	libmaven-dependency-plugin-java,
-	openjdk-8-jdk,
+	default-jdk-headless,
 	libcommons-compress-java,
 	libfastutil-java,
 	libguava-java,
@@ -24,7 +24,7 @@ Architecture: all
 Depends:
 	${misc:Depends},
 	${java:Depends},
-	java8-runtime-headless,
+	default-jre-headless,
 Description: locality-sensitive hashing to detect long-read overlaps
  The MinHash Alignment Process (MHAP) overlaps noisy, long reads using
  probabilistic, locality-sensitive hashing. Integrating MHAP with the
diff --git a/debian/rules b/debian/rules
index dee2f34..5b00d6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 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
 DEB_VERSION_UPSTREAM := $(DEB_VERSION_UPSTREAM:+dfsg=)
 
 cupboard = \

-- 
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