summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2018-10-02 22:17:27 -0400
committerJames McCoy <jamessan@debian.org>2018-10-02 22:17:32 -0400
commit89795c6a7f34b9397ec2706bad6643dff47be3b2 (patch)
tree72ec351783bf92613691e3915e6246c1169d04be
parent3f923f8bcbb8318f43b9c18a8453b747a8ba2490 (diff)
control: Bump minimum Java version to 1.8
The build changes required to support Java 1.10 required raising the minimum version to 1.8. Signed-off-by: James McCoy <jamessan@debian.org>
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index ebee724..4570899 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: apache2-dev (>= 2.4.16),
bash-completion,
chrpath,
debhelper (>= 11~),
- default-jdk-headless (>= 2:1.6) [!hurd-i386 !hppa !sparc],
+ default-jdk-headless (>= 2:1.8) [!hurd-i386 !hppa !sparc],
dh-apache2,
dh-python,
doxygen,