[jedit] 08/09: Require at least Java 8 for compilation.
Markus Koschany
apo at moszumanska.debian.org
Wed Nov 29 22:13:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository jedit.
commit 1a7b26b12fb3effa194a7e60316447aed7fc8b5d
Author: Markus Koschany <apo at debian.org>
Date: Wed Nov 29 22:55:43 2017 +0100
Require at least Java 8 for compilation.
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a6a9d9b..fb04182 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ jedit (5.4.0+dfsg-2) unstable; urgency=medium
* Remove source/options file because xz is the default now.
* Fix FTBFS with OpenJDK 9.
Thanks to Chris West for the report. (Closes: #875583)
+ * Require at least Java 8 for compilation.
-- Markus Koschany <apo at debian.org> Wed, 29 Nov 2017 22:54:30 +0100
diff --git a/debian/control b/debian/control
index 9c59e1c..64c0ca5 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends: ant,
quilt (>= 0.46-7~),
xsltproc
Build-Conflicts: junit
-Build-Depends-Indep: default-jdk (>= 2:1.7)
+Build-Depends-Indep: default-jdk (>= 2:1.8)
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jedit.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jedit.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jedit.git
More information about the pkg-java-commits
mailing list