[dbus-java] 06/17: Compile for Java 7.
Markus Koschany
apo at moszumanska.debian.org
Wed Dec 20 12:51:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository dbus-java.
commit a0833736a1c32afda0d79d679f1ca91affc45de8
Author: Markus Koschany <apo at debian.org>
Date: Mon Dec 18 21:52:59 2017 +0100
Compile for Java 7.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index bdaead2..c20dc29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ VERSION=$(shell dpkg-parsechangelog | sed -n '/^Version/s/Version: \(.*\)-[^-]*$
override_dh_auto_build:
# Add here commands to compile the package.
$(MAKE) DEBUG=disable \
- JCFLAGS="-source 1.6 -target 1.6 -O -encoding UTF-8" \
+ JCFLAGS="-source 1.7 -target 1.7 -O -encoding UTF-8" \
PREFIX=/usr \
JAVA_HOME=${JAVA_HOME}/bin/ \
JAVAC=${JAVA_HOME}/bin/javac \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dbus-java.git
More information about the pkg-java-commits
mailing list