From d7e3dae3232856edb15d06c04a1d695b54bc7d05 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 16 Mar 2016 14:49:53 +0200 Subject: [PATCH] dist/ubuntu: Relax Java dependencies The requirement for Java 7 is too strict, especially as it's end-of-life. Fixes #1029. Message-Id: <1458132593-25935-1-git-send-email-penberg@scylladb.com> --- dist/ubuntu/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/ubuntu/debian/control b/dist/ubuntu/debian/control index a2d1a1c..1def5fb 100644 --- a/dist/ubuntu/debian/control +++ b/dist/ubuntu/debian/control @@ -4,11 +4,11 @@ Homepage: http://scylladb.com Section: database Priority: optional Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 9), maven, openjdk-7-jdk +Build-Depends: debhelper (>= 9), maven, openjdk-7-jdk | java7-jdk | openjdk-8-jdk | java8-jdk Package: scylla-jmx Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-7-jre-headless, scylla-server +Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-7-jre-headless | openjdk-8-jre-headless | java-runtime-headless, scylla-server Description: Scylla JMX server binaries Scylla is a highly scalable, eventually consistent, distributed, partitioned row DB.