[Git][java-team/jruby][master] 2 commits: d/patches: fix ftbfs with null maven plugin version

Jérôme Charaoui (@lavamind) gitlab at salsa.debian.org
Mon Feb 10 01:29:20 GMT 2025



Jérôme Charaoui pushed to branch master at Debian Java Maintainers / jruby


Commits:
b312bd35 by Jérôme Charaoui at 2025-02-09T16:09:15-05:00
d/patches: fix ftbfs with null maven plugin version

During the trixie development cycle this error started happening the
build:

[ERROR] Cannot access central (https://repo.maven.apache.org/maven2) in
offline mode and the artifact
org.apache.maven.plugins:maven-assembly-plugin:jar:3.7.1 has not been
downloaded from it before.

Its unclear why this started happening, but its probably has to do with
the maven toolchain updates that happened recently.

In any case, we could probably just do away with the plugin altogether
with some adjustments to the dh_prep step in d/rules.

Closes: #1091127

- - - - -
107c43e7 by Jérôme Charaoui at 2025-02-09T16:13:46-05:00
Update changelog for 9.4.8.0+ds-2 release

- - - - -


2 changed files:

- debian/changelog
- debian/patches/0001-patch-ruby-poms.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+jruby (9.4.8.0+ds-2) unstable; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * d/patches: fix ftbfs with null maven plugin version (Closes: #1091127)
+
+ -- Jérôme Charaoui <jerome at riseup.net>  Sun, 09 Feb 2025 16:13:37 -0500
+
 jruby (9.4.8.0+ds-1) unstable; urgency=medium
 
   * New upstream version 9.4.8.0+ds


=====================================
debian/patches/0001-patch-ruby-poms.patch
=====================================
@@ -216,7 +216,7 @@ Index: jruby/pom.rb
      plugin :source, '3.2.1'
 -    plugin :assembly, '3.3.0'
 -    plugin :install, '3.0.0-M1'
-+    plugin :assembly
++    plugin :assembly, '3.4.2'
 +    plugin :install
      plugin :deploy, '3.0.0-M1'
      plugin :javadoc, '3.2.0'



View it on GitLab: https://salsa.debian.org/java-team/jruby/-/compare/282c8d17294e6699e8e48c18867a53989ce1a6fd...107c43e78ccf0b2e767b1916ae12a1f8a517db13

-- 
View it on GitLab: https://salsa.debian.org/java-team/jruby/-/compare/282c8d17294e6699e8e48c18867a53989ce1a6fd...107c43e78ccf0b2e767b1916ae12a1f8a517db13
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/20250210/5a601756/attachment.htm>


More information about the pkg-java-commits mailing list