This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipse-cdt.
commit 41b88dd65f484536137113901aadf7a952fcb756 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 19 22:32:09 2016 +0200 Depend on eclipse-pde >= 3.8.1-9 to fix the build failure with Java 8 (Closes: #817880) --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9c91c2a..f7c15eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ eclipse-cdt (8.6.0-2) UNRELEASED; urgency=medium * Team upload. + * Depend on eclipse-pde >= 3.8.1-9 to fix the build failure with Java 8 + (Closes: #817880) * Removed the unused Lintian overrides * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index eed6e49..31ce24a 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Jakub Adam <[email protected]> Build-Depends: debhelper (>= 9.20120608~), default-jdk (>= 2:1.7), dpkg-dev (>= 1.16.2~), - eclipse-pde (>= 3.8.1-8), + eclipse-pde (>= 3.8.1-9), eclipse-remote-services-api, eclipse-rse, javahelper (>= 0.32~), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-cdt.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

