dist/debian: add Conflicts with openjdk-11

Since Debian variants can install multiple JRE, "Depends: openjdk-8-jre" may
not mean default JRE is openjdk-8.
We should block openjdk-11 for now, until we support it.

Related with scylladb/scylla#5463

Signed-off-by: Takuya ASADA <syuu@scylladb.com>
Message-Id: <20191218111835.25618-1-syuu@scylladb.com>
This commit is contained in:
Takuya ASADA 2019-12-18 20:18:35 +09:00 committed by Avi Kivity
parent 771cf6ea50
commit 236ffa6c98
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,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
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,
partitioned row DB.