[jruby] 01/02: Fix dependencies on ruby-psych and add dependencies on libpsych-java

Miguel Landaeta nomadium at moszumanska.debian.org
Sun Sep 17 15:38:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

nomadium pushed a commit to branch master
in repository jruby.

commit f7bfddd5776388de6da1ccde7179c16e8e95822b
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Sat Sep 16 21:41:24 2017 +0100

    Fix dependencies on ruby-psych and add dependencies on libpsych-java
---
 debian/changelog | 6 ++++++
 debian/control   | 4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e0ff607..4104d93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jruby (9.1.8.0-3) unstable; urgency=medium
+
+  * Fix dependencies on ruby-psych and add dependencies on libpsych-java.
+
+ -- Miguel Landaeta <nomadium at debian.org>  Sat, 16 Sep 2017 21:37:58 +0100
+
 jruby (9.1.8.0-2) unstable; urgency=medium
 
   * Fix FTBFS caused by an unresolved dependency on an outdated version
diff --git a/debian/control b/debian/control
index b11037c..bc973bf 100644
--- a/debian/control
+++ b/debian/control
@@ -39,6 +39,7 @@ Build-Depends: ant-optional,
                libmaven-shade-plugin-java,
                libmaven-source-plugin-java,
                libosgi-core-java,
+               libpsych-java,
                libunsafe-fences-java,
                libunsafe-mock-java,
                libyaml-snake-java,
@@ -83,18 +84,19 @@ Depends: default-jre | java7-runtime,
          libjruby-joni-java,
          libjzlib-java,
          libosgi-core-java,
+         libpsych-java,
          libunsafe-fences-java,
          libunsafe-mock-java,
          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



More information about the pkg-java-commits mailing list