This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipse.
commit 90cb40413688988510140c3c1da05035b476cfec Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 18 17:28:31 2016 +0200 eclipse-jdt no longer recommends sun-java6-jdk --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9f0f899..b74293e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ eclipse (3.8.1-9) UNRELEASED; urgency=medium * Team upload. * Fixed the build failure with Java 8 (Closes: #757536) + * eclipse-jdt no longer recommends sun-java6-jdk * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL * Removed Andres Mejia from the uploaders (Closes: #743521) diff --git a/debian/control b/debian/control index b48d0a1..8448d71 100644 --- a/debian/control +++ b/debian/control @@ -68,7 +68,7 @@ Depends: default-jre | java5-runtime | java6-runtime, junit4 (>= 4.10-2), libhamcrest-java (>= 1.1-8~), ${misc:Depends} -Recommends: default-jdk | sun-java6-jdk +Recommends: default-jdk Suggests: eclipse Replaces: eclipse-jdt-gcj Description: Eclipse Java Development Tools (JDT) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

