Package: ca-certificates-java
Version: 20140324
Severity: normal
ca-certificates-java depends on openjdk-6-jre-headless | java6-runtime-headless,
but since openjdk-6 has been removed from Jessie this should be changed
to openjdk-7-jre-headless.
This issue is caused by this check in debian/rules:
ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
SUBSTVARS = -Vnss:Depends="libnss3 (>= 3.12.9+ckbi-1.82-0ubuntu3~)" \
-Vjre:Depends="openjdk-7-jre-headless (>=
7~u3-2.1.1~pre1-1)"
nss_lib = libnss3
else
SUBSTVARS = -Vnss:Depends="libnss3 (>= 3.12.10-2~)" \
-Vjre:Depends="openjdk-6-jre-headless (>=
6b16-1.6.1-2)"
nss_lib = libnss3
endif
The dependency was updated for Ubuntu but not for Debian.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]