From 2f34a97c6effeb4b9b6d95f6b25272bb85eab87f Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Wed, 18 Dec 2019 21:48:38 +0900 Subject: [PATCH] dist/debian: add AdoptOpenJDK for Debian 10 Since Debian 10 dropped OpenJDK 8, so we need to switch to other JVM distribution which still maintain OpenJDK 8 for Debian. We can use AdoptOpenJDK for such environment. See scylladb/scylla#5463 Signed-off-by: Takuya ASADA Message-Id: <20191218124838.35017-1-syuu@scylladb.com> --- dist/debian/control.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/debian/control.mustache b/dist/debian/control.mustache index 03da748..887efd4 100644 --- a/dist/debian/control.mustache +++ b/dist/debian/control.mustache @@ -7,7 +7,7 @@ Standards-Version: 3.9.5 Package: {{product}}-jmx Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-8-jre-headless | openjdk-8-jre | oracle-java8-set-default, {{product}}-server +Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-8-jre-headless | openjdk-8-jre | oracle-java8-set-default | adoptopenjdk-8-hotspot-jre, {{product}}-server Conflicts: openjdk-11-jre-headless, openjdk-11-jre, oracle-java11-set-default Description: Scylla JMX server binaries Scylla is a highly scalable, eventually consistent, distributed,