[ant] 14/16: Require Java 8 or higher to run Ant
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 29 08:42:56 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ant.
commit f3157f0f1bc19beee1222626597ba9bf4a565a6d
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Mar 28 01:58:57 2018 +0200
Require Java 8 or higher to run Ant
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a9f4a23..f3f8fa3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ant (1.10.3-1) UNRELEASED; urgency=medium
- Refreshed the patches
- Changed the source/target level to 1.8 when building Ant
- Build the new optional ant-xz module
+ - Require Java 8 or higher to run Ant
* Adjust the source/target level to 1.7 in anticipation of the 1.6 removal
in Java 11
* Added activation.jar to the build classpath to fix the empty ant-javamail
diff --git a/debian/control b/debian/control
index 3c3ff61..d01b1a4 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Homepage: http://ant.apache.org
Package: ant
Architecture: all
-Depends: default-jre-headless | java5-runtime-headless | java6-runtime-headless | java7-runtime-headless,
+Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless,
${misc:Depends}
Recommends: ant-optional
Suggests: ant-doc, default-jdk | java-compiler | java-sdk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ant.git
More information about the pkg-java-commits
mailing list