This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle.
commit 15dd148b471ef3e4c16ac1ac44c23c4ab4071e82 Author: Kai-Chung Yan (殷啟聰) <[email protected]> Date: Wed Nov 16 13:52:56 2016 +0800 d/control: Requires JDK >= 7 as the upstream does --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 2861a76..eac25d0 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: ant, checkstyle, debhelper (>= 10), default-jdk-doc, - default-jdk-headless | default-jdk (>= 1:1.6), + default-jdk-headless | default-jdk (>= 2:1.7), dh-exec, docbook-xsl, gradle (>= 2.13), @@ -81,7 +81,7 @@ Homepage: http://gradle.org Package: gradle Architecture: all -Depends: default-jre-headless (>= 1:1.6) | java7-runtime-headless | java6-runtime-headless, +Depends: default-jre-headless (>= 2:1.7) | java7-runtime-headless, libgradle-core-java (>= ${binary:Version}), libgradle-plugins-java (>= ${binary:Version}), ${misc:Depends} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

