[mpj] 11/22: Finalize use default java implementation; fix changelog entries

Andreas Tille tille at debian.org
Wed May 11 06:46:56 UTC 2016


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 <tille at debian.org>
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
-       <james.page at ubuntu.com>)
-       Closes: #684159
      - Architecture: all
+  * debian/{control,rules}: use default java implementation
+    (thanks for the patch to  James Page <james.page at ubuntu.com>)
+    Closes: #684159
 
  -- Andreas Tille <tille at debian.org>  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



More information about the pkg-java-commits mailing list