[Git][java-team/commons-jci][master] 3 commits: Standards-Version updated to 4.7.0

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Thu Oct 3 14:40:09 BST 2024



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / commons-jci


Commits:
e3d29408 by Emmanuel Bourg at 2024-10-03T15:31:05+02:00
Standards-Version updated to 4.7.0

- - - - -
36e22f9b by Emmanuel Bourg at 2024-10-03T15:39:33+02:00
Fixed the build failure with eclipse-jdt 4.29 (Closes: #1078412)

- - - - -
705fcb32 by Emmanuel Bourg at 2024-10-03T15:39:50+02:00
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/maven.rules
- + debian/patches/01-eclipse-jdt-dependency.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+commons-jci (1.1-8) unstable; urgency=medium
+
+  * Fixed the build failure with eclipse-jdt 4.29 (Closes: #1078412)
+  * Standards-Version updated to 4.7.0
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 03 Oct 2024 15:39:46 +0200
+
 commons-jci (1.1-7) unstable; urgency=medium
 
   * libcommons-jci-eclipse-java now depends on libeclipse-jdt-core-java


=====================================
debian/control
=====================================
@@ -19,7 +19,7 @@ Build-Depends:
  libmaven-javadoc-plugin-java,
  librhino-java,
  maven-debian-helper
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
 Vcs-Git: https://salsa.debian.org/java-team/commons-jci.git
 Vcs-Browser: https://salsa.debian.org/java-team/commons-jci
 Homepage: http://commons.apache.org/jci/


=====================================
debian/maven.rules
=====================================
@@ -3,4 +3,3 @@ junit junit jar s/.*/4.x/ * *
 org.apache.commons commons-jci-core * * * test
 s/asm/org.ow2.asm/ * * s/.*/debian/ * *
 org.apache.commons commons-lang3 * s/.*/3.x/ * *
-s/org.eclipse.jdt.core.compiler/org.eclipse.jdt/ s/ecj/org.eclipse.jdt.core/ * s/.*/debian/ * *


=====================================
debian/patches/01-eclipse-jdt-dependency.patch
=====================================
@@ -0,0 +1,20 @@
+Description: Updates the ECJ dependency
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/compilers/eclipse/pom.xml
++++ b/compilers/eclipse/pom.xml
+@@ -37,8 +37,12 @@
+             <version>${project.version}</version>
+         </dependency>
+         <dependency>
+-            <groupId>org.eclipse.jdt.core.compiler</groupId>
+-            <artifactId>ecj</artifactId>
++          <groupId>org.eclipse.jdt</groupId>
++          <artifactId>org.eclipse.jdt.core</artifactId>
++        </dependency>
++        <dependency>
++          <groupId>org.eclipse.jdt</groupId>
++          <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
+         </dependency>
+         <!-- test dependencies -->
+         <dependency>


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+01-eclipse-jdt-dependency.patch



View it on GitLab: https://salsa.debian.org/java-team/commons-jci/-/compare/744109b259558461da9511f7709bc109f307aa96...705fcb32bc4bd4f115813d634c4f240f6e5ff318

-- 
View it on GitLab: https://salsa.debian.org/java-team/commons-jci/-/compare/744109b259558461da9511f7709bc109f307aa96...705fcb32bc4bd4f115813d634c4f240f6e5ff318
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20241003/8f2cad78/attachment.htm>


More information about the pkg-java-commits mailing list