Add termin-8-jdk as a valid jdk8 candidate in the debian package

patch by Mick Semb Wever; reviewed by Maxim Muzafarov for CASSANDRA-19752
This commit is contained in:
Mick Semb Wever 2024-07-05 13:45:44 +02:00
parent aa671e8f07
commit 8a42556359
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2.2.20
* Add termin-8-jdk as a valid jdk8 candidate in the debian package (CASSANDRA-19752)
* Remove dh_python use from Debian packaging (CASSANDRA-18558)
* Add python2 location to RPMs (CASSANDRA-16822)
* CQL shell should prefer newer TLS version by default (CASSANDRA-16695)

2
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: misc
Priority: extra
Maintainer: Eric Evans <eevans@apache.org>
Uploaders: Sylvain Lebresne <slebresne@apache.org>
Build-Depends: debhelper (>= 5), openjdk-8-jdk | java8-jdk, ant (>= 1.9), ant-optional (>= 1.9), dh-python, python-dev (>= 2.7) | python2-dev (>= 2.7), dpatch, bash-completion
Build-Depends: debhelper (>= 5), openjdk-8-jdk | java8-jdk | temurin-8-jdk, ant (>= 1.9), ant-optional (>= 1.9), dh-python, python-dev (>= 2.7) | python2-dev (>= 2.7), dpatch, bash-completion
Homepage: http://cassandra.apache.org
Vcs-Git: http://git-wip-us.apache.org/repos/asf/cassandra.git
Vcs-Browser: https://git-wip-us.apache.org/repos/asf?p=cassandra.git