Emmanuel Bourg pushed to branch master at Debian Java Maintainers /
eclipse-jdt-core
Commits:
17119fec by Emmanuel Bourg at 2026-03-16T15:14:57+01:00
Restored Java 17 compatibility (Closes: #1130961)
- - - - -
7b52d9df by Emmanuel Bourg at 2026-03-16T15:14:57+01:00
Properly clean the build directories (Closes: #1044210)
- - - - -
5481eeff by Emmanuel Bourg at 2026-03-16T15:15:13+01:00
Upload to unstable
- - - - -
4 changed files:
- debian/build.xml
- debian/changelog
- + debian/clean
- debian/control
Changes:
=====================================
debian/build.xml
=====================================
@@ -54,7 +54,12 @@
<include
name="org/eclipse/jdt/internal/compiler/batch/messages.properties"/>
</replace>
- <make-bundle name="org.eclipse.jdt.core.compiler.batch" basedir="."
release="21">
+ <!-- Java 20 API stub -->
+ <mkdir dir="JCL/javax20api/target/classes"/>
+ <javac srcdir="JCL/javax20api" destdir="JCL/javax20api/target/classes"
source="17" target="17"/>
+ <jar destfile="JCL/javax20api/target/javax20api.jar"
basedir="JCL/javax20api/target/classes"/>
+
+ <make-bundle name="org.eclipse.jdt.core.compiler.batch" basedir="."
release="17" compilerargs="--patch-module
java.compiler=JCL/javax20api/target/javax20api.jar">
<pathelement path="/usr/share/java/ant.jar"/>
</make-bundle>
</target>
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+eclipse-jdt-core (4.30-2) unstable; urgency=medium
+
+ * Restored Java 17 compatibility (Closes: #1130961)
+ * Properly clean the build directories (Closes: #1044210)
+
+ -- Emmanuel Bourg <[email protected]> Mon, 16 Mar 2026 15:15:08 +0100
+
eclipse-jdt-core (4.30-1) unstable; urgency=medium
* New upstream release
=====================================
debian/clean
=====================================
@@ -0,0 +1,6 @@
+JCL/javax20api/target/
+org.eclipse.jdt.annotation/target/
+org.eclipse.jdt.apt.core/target/
+org.eclipse.jdt.apt.pluggable.core/target/
+org.eclipse.jdt.core/target/
+org.eclipse.jdt.core.compiler.batch/target/
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers
<[email protected]
Uploaders: Emmanuel Bourg <[email protected]>
Build-Depends:
debhelper-compat (= 13),
- default-jdk (>= 2:1.21),
+ default-jdk (>= 2:1.17),
ant,
libeclipse-core-filesystem-java,
libeclipse-core-contenttype-java,
@@ -18,7 +18,7 @@ Build-Depends:
libequinox-common-java,
libequinox-preferences-java,
libequinox-registry-java,
- eclipse-debian-helper
+ eclipse-debian-helper (>= 1.11~)
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/java-team/eclipse-jdt-core.git
Vcs-Browser: https://salsa.debian.org/java-team/eclipse-jdt-core
View it on GitLab:
https://salsa.debian.org/java-team/eclipse-jdt-core/-/compare/2d58bbf121aca87e74fcfd4ec8b0ea00f73693fe...5481eeff2e3c7c2a5d5753fcbd8cc6db86ba83ba
--
View it on GitLab:
https://salsa.debian.org/java-team/eclipse-jdt-core/-/compare/2d58bbf121aca87e74fcfd4ec8b0ea00f73693fe...5481eeff2e3c7c2a5d5753fcbd8cc6db86ba83ba
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