[libmecab-java] 04/06: Fixed the build failure with Java 9 (Closes: #873990)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Dec 1 09:04:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libmecab-java.

commit 67e2aefe76a8f6a01f5f86639682fce1d5a6f0cf
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Dec 1 09:51:47 2017 +0100

    Fixed the build failure with Java 9 (Closes: #873990)
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e525c5c..3371e3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libmecab-java (0.99.6-2.1) UNRELEASED; urgency=medium
 
   * Non-maintainer upload.
+  * Fixed the build failure with Java 9 (Closes: #873990)
   * Removed the build dependency on cdbs
   * Standards-Version updated to 4.1.2
 
diff --git a/debian/rules b/debian/rules
index 11b31cb..288d842 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/dpkg/pkg-info.mk
 	dh  $@
 
 override_dh_auto_build:
-	dh_auto_build -- JAVAC="javac -source 1.5 -target 1.5 -encoding UTF-8" \
+	dh_auto_build -- JAVAC="javac -source 1.7 -target 1.7 -encoding UTF-8" \
 	                 INCLUDE=/usr/lib/jvm/default-java/include
 
 override_dh_install:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libmecab-java.git



More information about the pkg-java-commits mailing list