This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jruby-maven-plugins.
commit 4aa8d97221655f42897d03c010f223134856689e Author: Markus Koschany <[email protected]> Date: Wed Dec 28 20:52:08 2016 +0100 Update changelog --- debian/changelog | 2 +- debian/patches/snakeyaml.patch | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2a262ee..6a7988a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,12 @@ jruby-maven-plugins (1.1.5+ds1-1) unstable; urgency=medium * New upstream version 1.1.5+ds1. - - Fixes FTBFS with snakeyaml. (Closes: #844841) * Add libyaml-snake-java to Build-Depends. * orig-tar.sh: Use +ds instead of .ds. * Switch to compat level 10. * Declare compliance with Debian Policy 3.9.8. * Vcs-fields: Use https and cgit. + * Add snakeyaml.patch fix FTBFS with SnakeYaml 1.17. (Closes: #844841) -- Miguel Landaeta <[email protected]> Wed, 28 Dec 2016 20:19:08 +0100 diff --git a/debian/patches/snakeyaml.patch b/debian/patches/snakeyaml.patch index dff36ba..d1a224d 100644 --- a/debian/patches/snakeyaml.patch +++ b/debian/patches/snakeyaml.patch @@ -7,6 +7,7 @@ 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 +Origin: http://pkgs.fedoraproject.org/cgit/rpms/jruby-maven-plugins.git/tree/snakeyaml-1.16.patch Forwarded: no --- .../java/de/saumya/mojo/gems/spec/yaml/YamlGemSpecificationIO.java | 6 +----- -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-maven-plugins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

