This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 61136486c483657e35f4fafd7b810653160bbdbf Author: tony mancill <[email protected]> Date: Tue Oct 14 20:48:36 2014 -0700 depend on default-jre (at least Java 6) This doesn't really address #711842, but it will prevent the installation of openjdk-7 when openjdk-8 becomes the default. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0bae8ae..09e71e2 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,7 @@ Depends: ${misc:Depends}, libpdfbox-java (>= 1:1.5.0), libpostgresql-jdbc-java, libspin-java, - openjdk-7-jre | java6-runtime, + default-jre (>=2:1.6) | java6-runtime, velocity Recommends: xdg-utils, libreoffice-java-common, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

