This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipse-emf.
commit 0ceb014c56c920202d066e17637a9d7ceda57bfd Author: Emmanuel Bourg <[email protected]> Date: Thu Oct 20 00:07:03 2016 +0200 Fixed the build failure with Java 8 (Closes: #831230) --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9608b9b..1900e5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +eclipse-emf (2.8.3-2) UNRELEASED; urgency=medium + + * Team upload. + * Fixed the build failure with Java 8 (Closes: #831230) + + -- Emmanuel Bourg <[email protected]> Thu, 20 Oct 2016 00:06:42 +0200 + eclipse-emf (2.8.3-1) unstable; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index 81fe0fe..3b9b551 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # Note: We use forceContextQualifier because the docs plugins use custom build # scripts and don't work otherwise. -BUILD_OPTIONS := -DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=dist +BUILD_OPTIONS := -DjavacTarget=1.5 -DjavacSource=1.5 -DforceContextQualifier=dist -Dbuild.compiler=modern DROPINS := usr/share/eclipse/dropins/ export JAVA_HOME := /usr/lib/jvm/default-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-emf.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

