This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository mpj.
commit 756993b49700d681431e7afd0869465b14ddcde4 Author: Andreas Tille <[email protected]> Date: Mon Dec 17 13:01:01 2012 +0000 Finalize use default java implementation; fix changelog entries --- debian/changelog | 7 ++++--- debian/rules | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4614cad..7b4e2c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,11 +3,12 @@ mpj (0.38+dfsg-1) UNRELEASED; urgency=low * debian/copyright: - DEP5 - Add Files-Excluded to document what was removed from original source + * debian/control: - Standards-Version: 3.9.4 (no changes needed) - - use default java implementation (thanks for the patch to James Page - <[email protected]>) - Closes: #684159 - Architecture: all + * debian/{control,rules}: use default java implementation + (thanks for the patch to James Page <[email protected]>) + Closes: #684159 -- Andreas Tille <[email protected]> Fri, 24 Aug 2012 23:08:14 +0200 diff --git a/debian/rules b/debian/rules index 457aec1..d52d2e5 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,8 @@ JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper +override_dh_auto_build: + dh_auto_build -- -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 + get-orig-source: uscan --verbose --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mpj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

