This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch debian/jessie-backports in repository picard-tools.
commit 477e4de44a849876aa1439c609bea4aee02f75bf Author: Andreas Tille <[email protected]> Date: Wed May 4 14:26:26 2016 +0200 Explicitly enforce openjdk-8 for Jessie --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 968caa9..235934c 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Charles Plessy <[email protected]>, Section: science Priority: optional Build-Depends: ant, - default-jdk (>= 2:1.8), + openjdk-8-jdk | default-jdk (>= 2:1.8), debhelper (>= 9), javahelper, maven-repo-helper, @@ -29,7 +29,7 @@ Homepage: http://broadinstitute.github.io/picard/ Package: picard-tools Architecture: all -Depends: default-jre | java6-runtime, +Depends: openjdk-8-jre | default-jre (>= 2:1.8), ${misc:Depends}, libpicard-java (= ${binary:Version}) Description: Command line tools to manipulate SAM and BAM files -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/picard-tools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
