This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle.
commit 388429ca508e3a36e5b4e2e1260378c7309e44aa Author: Kai-Chung Yan <[email protected]> Date: Wed Oct 7 00:04:24 2015 +0800 Move default-jre to Suggests and document it about the GUI in the description --- debian/changelog | 4 ++-- debian/control | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cdde388..bd69c14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,10 +9,10 @@ gradle (2.7-1) UNRELEASED; urgency=low - Build-Depends on gradle (>= 2.5) - Add checkstyle to Recommends - Add dh-exec to Build-Depends - - Add java6-runtime to Depends as an option + - Add java6-runtime-headless to Depends as an option - Replace dependencies of libservlet2.5-java and libtomcat7-java to libservlet3.1-java and libtomcat8-java - - Replace default-jre-headless with default-jre: Gradle has a GUI interface + - Add default-jre to Suggests and document it in the description * d/rules: No need to copy gradle-core codes to buildSrc * Remove fix_DocGenerationException.diff: No longer needed * Update maven_jcommander.diff to jcommander.diff diff --git a/debian/control b/debian/control index 4f882db..7ad6f47 100644 --- a/debian/control +++ b/debian/control @@ -79,7 +79,7 @@ Homepage: http://gradle.org Package: gradle Architecture: all -Depends: default-jre (>= 1:1.6) | java6-runtime, +Depends: default-jre-headless (>= 1:1.6) | java6-runtime-headless, libgradle-core-java (>= ${binary:Version}), libgradle-plugins-java (>= ${binary:Version}), ${misc:Depends} @@ -89,6 +89,7 @@ Recommends: checkstyle, default-jdk, libcodenarc-groovy-java, scala +Suggests: default-jre Description: Powerful build system for the JVM Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and @@ -98,6 +99,9 @@ Description: Powerful build system for the JVM across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. + . + Gradle has an GUI interface by using "gradle --gui". If you want to use it, + default-jre must be installed to provide GUI functionalities. Package: libgradle-core-java Architecture: all -- 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

