This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository jruby.
commit 5aad12960cd4229a06be611c2cb4957592faa1d8 Author: Miguel Landaeta <[email protected]> Date: Thu Jul 27 20:18:45 2017 +0100 Demote dependency on ruby-psych to Suggests --- debian/changelog | 4 +++- debian/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 610d51a..1b1f8d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ jruby (9.1.8.0-2) UNRELEASED; urgency=medium * Fix FTBFS caused by an unresolved dependency on an outdated version of libmaven-assembly-plugin-java. + * Break dependency loop by temporarily demoting dependency on ruby-psych + to Suggests. (Closes: #869486). - -- Miguel Landaeta <[email protected]> Thu, 27 Jul 2017 19:32:12 +0100 + -- Miguel Landaeta <[email protected]> Thu, 27 Jul 2017 20:16:59 +0100 jruby (9.1.8.0-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 4c46605..b11037c 100644 --- a/debian/control +++ b/debian/control @@ -88,13 +88,13 @@ Depends: default-jre | java7-runtime, libyaml-snake-java, nailgun, ruby-jar-dependencies, - ruby-psych, ${misc:Depends} Recommends: jruby-openssl (>= 0.9.17~), ri, ruby-json, ruby-rspec, ruby-test-unit +Suggests: ruby-psych Description: 100% pure-Java implementation of Ruby JRuby is an implementation of the ruby language using the JVM. . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

