Pierre Gruet pushed to branch master at Debian Med / libsis-jhdf5-java
Commits: e7af718b by Pierre Gruet at 2024-08-20T23:55:59+02:00 B-D on libeclipse-jdt-core-compiler-batch-java and adding its jar in the classpath - - - - - 3 changed files: - debian/changelog - debian/control - debian/patches/use_debian_packaged_libs.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libsis-jhdf5-java (19.04.1+dfsg-7) UNRELEASED; urgency=medium + + * Build-depending on libeclipse-jdt-core-compiler-batch-java and adding its + jar in the classpath (Closes: #1079015) + + -- Pierre Gruet <[email protected]> Tue, 20 Aug 2024 22:52:23 +0200 + libsis-jhdf5-java (19.04.1+dfsg-6) unstable; urgency=medium * Fixing more gcc14 issues with incompatible pointer types (Closes: #1077347) ===================================== debian/control ===================================== @@ -14,6 +14,7 @@ Build-Depends: debhelper-compat (= 13), libcommons-lang3-java, libcommons-io-java, libeclipse-jdt-core-java, + libeclipse-jdt-core-compiler-batch-java, libeclipse-jdt-compiler-apt-java, libjaxb-java, libsis-base-java, ===================================== debian/patches/use_debian_packaged_libs.patch ===================================== @@ -5,7 +5,7 @@ Forwarded: not-needed --- a/.classpath +++ b/.classpath -@@ -4,18 +4,19 @@ +@@ -4,18 +4,20 @@ <classpathentry kind="src" path="sourceExamples/java"/> <classpathentry kind="src" path="sourceTest/java"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> @@ -29,6 +29,7 @@ Forwarded: not-needed + <classpathentry kind="lib" path="/usr/share/java/objenesis.jar"/> + <classpathentry kind="lib" path="/usr/share/java/testng.jar"/> + <classpathentry kind="lib" path="/usr/share/java/eclipse-jdt-core.jar"/> ++ <classpathentry kind="lib" path="/usr/share/java/eclipse-jdt-core-compiler-batch.jar"/> + <classpathentry kind="lib" path="/usr/share/java/eclipse-jdt-compiler-apt.jar"/> + <classpathentry kind="lib" path="/usr/share/java/commons-lang3.jar"/> + <classpathentry kind="lib" path="/usr/share/java/commons-io.jar"/> @@ -52,12 +53,13 @@ Forwarded: not-needed tasks.withType(Test) { --- a/javaproject.gradle +++ b/javaproject.gradle -@@ -180,7 +180,8 @@ +@@ -180,7 +180,9 @@ } dependencies { - ecj files('../jhdf5/libs/build/ecj-4.6.1.jar') + ecj files('/usr/share/java/eclipse-jdt-core.jar') ++ ecj files('/usr/share/java/eclipse-jdt-core-compiler-batch.jar') + ecj files('/usr/share/java/eclipse-jdt-compiler-apt.jar') } View it on GitLab: https://salsa.debian.org/med-team/libsis-jhdf5-java/-/commit/e7af718b62f8ba0d9982f5458320daf1f390012a -- View it on GitLab: https://salsa.debian.org/med-team/libsis-jhdf5-java/-/commit/e7af718b62f8ba0d9982f5458320daf1f390012a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
