From 1887d4e5946a0baf1edef7d2da2644bc15a99a9c Mon Sep 17 00:00:00 2001
From: Pushkar Kulkarni <pushkar.kulkarni@canonical.com>
Date: Fri, 10 Nov 2023 13:26:56 +0200
Subject: [PATCH 1/2] Support compilation with JDK 21

---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1edd065..80f7936 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+truffle (0.6-4) unstable; urgency=medium
+
+  * debian/rules: Support compilation with JDK 21
+
+ -- Pushkar Kulkarni <pushkar.kulkarni@canonical.com>  Fri, 10 Nov 2023 13:24:53 +0200
+
 truffle (0.6-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 5eaf8e4..3d3ce06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/dpkg/default.mk
 	dh $@ --with javahelper
 
 override_jh_build:
-	jh_build --javacopts="-source 7" --javadoc-opts="-source 7"
+	jh_build --javacopts="-source 8" --javadoc-opts="-source 8"
 
 override_jh_installlibs:
 	mh_installpoms -plib$(DEB_SOURCE)-java
-- 
GitLab


From 547df1e86d096881f4bbe7eca1afab1ff6c61c45 Mon Sep 17 00:00:00 2001
From: Tony Mancill <tmancill@debian.org>
Date: Thu, 16 Nov 2023 18:48:38 +0000
Subject: [PATCH 2/2] Update changelog to indicate that is not yet released.

---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 80f7936..4f33790 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-truffle (0.6-4) unstable; urgency=medium
+truffle (0.6-4) UNRELEASED; urgency=medium
 
   * debian/rules: Support compilation with JDK 21
 
-- 
GitLab