This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch cassandra-2.2
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-2.2 by this push:
new 8a42556359 Add termin-8-jdk as a valid jdk8 candidate in the debian
package
8a42556359 is described below
commit 8a4255635903fb7ad5f26f95f6b7dd7049166400
Author: Mick Semb Wever <[email protected]>
AuthorDate: Fri Jul 5 13:45:44 2024 +0200
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
---
CHANGES.txt | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index de8b14f24a..c8bb183ef6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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)
diff --git a/debian/control b/debian/control
index e94057aefd..3235f10b12 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
Priority: extra
Maintainer: Eric Evans <[email protected]>
Uploaders: Sylvain Lebresne <[email protected]>
-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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]