This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipse-mylyn-tasks-github.
commit f705382ab126e37b8b0c973e8bf197b36b648253 Author: Emmanuel Bourg <[email protected]> Date: Thu Oct 20 01:05:47 2016 +0200 Compile with javac instead of the Eclipse compiler --- debian/changelog | 7 +++++++ debian/rules | 3 +++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 899cc33..16ac978 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +eclipse-mylyn-tasks-github (3.3.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Compile with javac instead of the Eclipse compiler + + -- Emmanuel Bourg <[email protected]> Thu, 20 Oct 2016 01:05:29 +0200 + eclipse-mylyn-tasks-github (3.3.0-1) unstable; urgency=medium * New upstream release (Closes: #747056). diff --git a/debian/rules b/debian/rules index 5bcbe9c..93767c7 100755 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,6 @@ export JAVA_HOME := /usr/lib/jvm/default-java %: dh $@ --with eclipse-helper + +override_jh_compilefeatures: + jh_compilefeatures --build-opts '-Dbuild.compiler=modern -DjavacSource=1.7 -DjavacTarget=1.7' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-mylyn-tasks-github.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

