[gluegen2] 04/07: Changed the source/target level to 1.7
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Dec 5 13:55:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository gluegen2.
commit 27f98ed5652c174278e9b041e94319a98e2d12e0
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Dec 5 11:44:47 2017 +0100
Changed the source/target level to 1.7
---
debian/changelog | 1 +
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index eaf6f37..a442f27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gluegen2 (2.3.2-6) UNRELEASED; urgency=medium
* Team upload.
* Fixed the build failure with Java 9 (Closes: #874643)
+ * Changed the source/target level to 1.7
* Standards-Version updated to 4.1.2
* Switch to debhelper level 10
diff --git a/debian/control b/debian/control
index 8d0f0af..138298a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
ant-optional,
cdbs,
debhelper (>= 10),
- default-jdk (>= 2:1.6),
+ default-jdk (>= 2:1.7),
junit4,
libantlr-java,
libjsr305-java,
diff --git a/debian/rules b/debian/rules
index 5570743..6a41f45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DEB_JARS := ant-launcher antlrall ant-antlr ant-contrib ant-contrib-
DEB_ANT_CLEAN_TARGET := clean
DEB_BUILDDIR := make
DEB_ANT_BUILD_TARGET := all
-DEB_ANT_ARGS += -Dtarget.sourcelevel=1.6 -Dtarget.targetlevel=1.6 -Dtarget.rt.jar=1.6
+DEB_ANT_ARGS += -Dtarget.sourcelevel=1.7 -Dtarget.targetlevel=1.7 -Dtarget.rt.jar=1.7
ifeq ($(DEB_HOST_ARCH),armhf)
DEB_ANT_ARGS += -DisAbiEabiGnuArmhf=true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gluegen2.git
More information about the pkg-java-commits
mailing list