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 <syuu@scylladb.com>
Message-Id: <20191218124838.35017-1-syuu@scylladb.com>
(cherry picked from commit 2f34a97c6e
)
This commit is contained in:
parent
ebb3c1e8a4
commit
f2fc1b912c
2
dist/debian/control.mustache
vendored
2
dist/debian/control.mustache
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user