This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch dev in repository jabref.
commit f62750d4822c8997f05bd0a3bfad1d435481969b Author: tony mancill <[email protected]> Date: Thu Dec 1 21:11:20 2016 -0800 add runtime dependency on Java8 and antlr4 --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c0c1e09..985ff74 100644 --- a/debian/control +++ b/debian/control @@ -46,7 +46,8 @@ Architecture: all Depends: ${misc:Depends}, antlr, antlr3, - default-jre (>= 2:1.6) | java6-runtime, + antlr4, + default-jre (>= 2:1.8) | java8-runtime, java-wrappers, libcommons-logging-java, libglazedlists-java, -- 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

