[libtruth-java] 03/04: Fixed the build failure with Java 9 (Closes: #893294)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Mar 17 22:50:15 GMT 2018


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

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

commit 88d25477ae8f30d1d1529b28fabbf43a1f5da526
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sat Mar 17 23:48:17 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index a649e8a..19241ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libtruth-java (0.7.0-3) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Fixed the build failure with Java 9 (Closes: #893294)
   * Standards-Version updated to 4.1.3
   * Switch to debhelper level 11
 
diff --git a/debian/rules b/debian/rules
index c03ce71..06fc0ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export CLASSPATH := /usr/share/java/junit4.jar
 	dh $@ --with javahelper
 
 override_dh_auto_build:
-	jh_build --javacopts="-source 1.5 -target 1.5" libtruth-0.7.0.jar src 
+	jh_build --javacopts="-source 1.7 -target 1.7" libtruth-0.7.0.jar src
 
 override_dh_auto_install:
 	mh_installpoms -p$(PACKAGE)

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



More information about the pkg-java-commits mailing list