[Git][java-team/plexus-compiler][master] 3 commits: Standards-Version updated to 4.7.0
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Thu Oct 3 14:52:34 BST 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / plexus-compiler
Commits:
b1e60891 by Emmanuel Bourg at 2024-10-03T15:42:23+02:00
Standards-Version updated to 4.7.0
- - - - -
d48dd870 by Emmanuel Bourg at 2024-10-03T15:52:04+02:00
Fixed the build failure with eclipse-ecj 4.29 (Closes: #1078399)
- - - - -
f02c2cde by Emmanuel Bourg at 2024-10-03T15:52:13+02:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/maven.rules
- + debian/patches/eclipse-dependency.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+plexus-compiler (2.12.1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the build failure with eclipse-ecj 4.29 (Closes: #1078399)
+ * Standards-Version updated to 4.7.0
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 03 Oct 2024 15:52:08 +0200
+
plexus-compiler (2.12.1-2) unstable; urgency=medium
* Team upload
=====================================
debian/control
=====================================
@@ -19,7 +19,7 @@ Build-Depends:
libplexus-testing-java,
libplexus-utils2-java,
maven-debian-helper (>= 1.5)
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/plexus-compiler.git
Vcs-Browser: https://salsa.debian.org/java-team/plexus-compiler
Homepage: https://codehaus-plexus.github.io/plexus-compiler/
=====================================
debian/maven.rules
=====================================
@@ -3,7 +3,6 @@ junit junit jar s/.*/4.x/ * *
org.codehaus.plexus plexus-compiler* * s/.*/2.x/ * *
org.codehaus.plexus plexus-component-metadata maven-plugin s/1.6/1.5.5/ * *
org.codehaus.plexus plexus-utils jar s/.*/2.x/ * *
-org.eclipse.jdt s/ecj/org.eclipse.jdt.core/ jar s/.*/debian/ * *
org.apache.maven s/maven-artifact-manager/maven-compat/ * s/.*/3.x/ * *
org.apache.maven maven-* * s/.*/3.x/ * *
=====================================
debian/patches/eclipse-dependency.patch
=====================================
@@ -0,0 +1,21 @@
+Description: Updates the ECJ dependency
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/plexus-compilers/plexus-compiler-eclipse/pom.xml
++++ b/plexus-compilers/plexus-compiler-eclipse/pom.xml
+@@ -24,8 +24,13 @@
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jdt</groupId>
+- <artifactId>ecj</artifactId>
+- <version>3.30.0</version>
++ <artifactId>org.eclipse.jdt.core</artifactId>
++ <version>debian</version>
++ </dependency>
++ <dependency>
++ <groupId>org.eclipse.jdt</groupId>
++ <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
++ <version>debian</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
fix_test_classpath.patch
auto-adjust-language-level.patch
missing-dependency-management-entries.patch
+eclipse-dependency.patch
View it on GitLab: https://salsa.debian.org/java-team/plexus-compiler/-/compare/afa98d00b77486a3f12d9bb7a4f70a040111c8a1...f02c2cdef0ab05c32fb5a3acd60bb3c64436c473
--
View it on GitLab: https://salsa.debian.org/java-team/plexus-compiler/-/compare/afa98d00b77486a3f12d9bb7a4f70a040111c8a1...f02c2cdef0ab05c32fb5a3acd60bb3c64436c473
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/f90b47c6/attachment.htm>
More information about the pkg-java-commits
mailing list