Package: jruby-maven-plugins / 1.1.5+ds1-1

Metadata

Package Version Patches format
jruby-maven-plugins 1.1.5+ds1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable rubygems repo.diff | (download)

ruby-tools/pom.xml | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 disable access to rubygems maven repo during build time
snakeyaml.patch | (download)

ruby-tools/src/main/java/de/saumya/mojo/gems/spec/yaml/YamlGemSpecificationIO.java | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 snakeyaml

Dumper and Loader classes have long been dreprecated and are no longer
available in Debian's version of SnakeYaml. This patch directly uses the Yaml
class and fixes a build failure.

Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844841
plexus archiver.patch | (download)

ruby-tools/src/main/java/de/saumya/mojo/gems/gem/DefaultGemPackager.java | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 plexus archiver

Debian still uses plexus archiver 2. This patch can be dropped when version 3
was packaged.