This is an automated email from the git hooks/post-receive script. locutusofborg pushed a commit to branch master in repository ca-certificates-java.
commit 534b35bc48d529553ec2acacdab90ceb63106a62 Author: Cyril Brulebois <[email protected]> Date: Thu Jun 15 17:33:00 2017 +0200 Import Debian version 20170531+nmu1 ca-certificates-java (20170531+nmu1) unstable; urgency=high * Non-maintainer upload. * Revert to depending on openjdk-7 instead of openjdk-8, since this triggers a failure to dist-upgrade, due to the triggers loop (See: #864597). The openjdk-7 package was dropped from stretch, but the java7-runtime-headless alternative dependency is satisfied by openjdk-8. --- debian/changelog | 10 ++++++++++ debian/rules | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7304327..8357713 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +ca-certificates-java (20170531+nmu1) unstable; urgency=high + + * Non-maintainer upload. + * Revert to depending on openjdk-7 instead of openjdk-8, since this triggers + a failure to dist-upgrade, due to the triggers loop (See: #864597). The + openjdk-7 package was dropped from stretch, but the java7-runtime-headless + alternative dependency is satisfied by openjdk-8. + + -- Cyril Brulebois <[email protected]> Thu, 15 Jun 2017 17:33:00 +0200 + ca-certificates-java (20170531) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index 28363d3..8f78b46 100755 --- a/debian/rules +++ b/debian/rules @@ -6,11 +6,11 @@ ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) SUBSTVARS = -Vnss:Depends="libnss3 (>= 3.12.9+ckbi-1.82-0ubuntu3~)" \ - -Vjre:Depends="openjdk-8-jre-headless" + -Vjre:Depends="openjdk-7-jre-headless" nss_lib = libnss3 else SUBSTVARS = -Vnss:Depends="libnss3 (>= 3.12.10-2~)" \ - -Vjre:Depends="openjdk-8-jre-headless" + -Vjre:Depends="openjdk-7-jre-headless" nss_lib = libnss3 endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ca-certificates-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

