Tony Mancill pushed to branch master at Debian Java Maintainers / truffle


Commits:
1887d4e5 by Pushkar Kulkarni at 2023-11-10T13:26:56+02:00
Support compilation with JDK 21

- - - - -
547df1e8 by Tony Mancill at 2023-11-16T18:48:38+00:00
Update changelog to indicate that is not yet released.
- - - - -
09122a7f by Tony Mancill at 2023-11-16T18:54:23+00:00
Merge branch 'jdk-21-fix' into 'master'

Support compilation with JDK 21

See merge request java-team/truffle!2
- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+truffle (0.6-4) UNRELEASED; urgency=medium
+
+  * debian/rules: Support compilation with JDK 21
+
+ -- Pushkar Kulkarni <[email protected]>  Fri, 10 Nov 2023 
13:24:53 +0200
+
 truffle (0.6-3) unstable; urgency=medium
 
   * Team upload.


=====================================
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



View it on GitLab: 
https://salsa.debian.org/java-team/truffle/-/compare/2316740d8c78a99d3f0a9ff2c430c37e6d0c900a...09122a7f3157b6c0bb63b9ec70c4994cd225d9f2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/truffle/-/compare/2316740d8c78a99d3f0a9ff2c430c37e6d0c900a...09122a7f3157b6c0bb63b9ec70c4994cd225d9f2
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to