This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse-cdt.
commit 281f0d2bc6315c26a46898aadd4e042b40e79636 Author: Jakub Adam <[email protected]> Date: Mon May 12 18:40:14 2014 +0200 Build-Depends on default-jdk (>= 2:1.6) --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5e670eb..789d0c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +eclipse-cdt (8.3.0-2) UNRELEASED; urgency=medium + + * Build-Depends on default-jdk (>= 2:1.6) (Closes: #743234) + - disables build on architectures with gcj-jdk as their default JDK. + + -- Jakub Adam <[email protected]> Mon, 12 May 2014 18:38:56 +0200 + eclipse-cdt (8.3.0-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 2833a18..30f92c9 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Niels Thykier <[email protected]>, Jakub Adam <[email protected]> Build-Depends: debhelper (>= 9.20120608~), - default-jdk, + default-jdk (>= 2:1.6), dpkg-dev (>= 1.16.2~), eclipse-pde (>= 3.8~), eclipse-rse, -- 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

