[DRE-commits] [ruby-psych] 01/01: Update libpsych-java dependency on jruby
Miguel Landaeta
nomadium at moszumanska.debian.org
Sun Sep 17 14:19:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository ruby-psych.
commit bd651b57cd5d5d142784a335484697eb01069988
Author: Miguel Landaeta <nomadium at debian.org>
Date: Sun Sep 17 12:35:12 2017 +0100
Update libpsych-java dependency on jruby
---
debian/changelog | 7 +++++++
debian/control | 9 ++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 582abc2..d9e0b53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-psych (2.2.4-6) unstable; urgency=medium
+
+ * Update libpsych-java dependency on jruby to a Suggests since it's more
+ correct than a strong dependency.
+
+ -- Miguel Landaeta <nomadium at debian.org> Sun, 17 Sep 2017 12:30:29 +0100
+
ruby-psych (2.2.4-5) unstable; urgency=medium
* Separate arch specific build steps from arch-indep ones.
diff --git a/debian/control b/debian/control
index 212474f..da148c6 100644
--- a/debian/control
+++ b/debian/control
@@ -26,9 +26,8 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
-Recommends: libyaml-snake-java,
- ruby-jar-dependencies
-Suggests: libpsych-java (= ${source:Version})
+Suggests: libpsych-java (= ${source:Version}),
+ ruby-jar-dependencies
Description: libyaml wrapper for Ruby
ruby-psych is a YAML parser and emitter. Psych leverages libyaml for its
YAML parsing and emitting capabilities. In addition to wrapping
@@ -41,11 +40,11 @@ Description: libyaml wrapper for Ruby
Package: libpsych-java
Section: java
Architecture: all
-Depends: jruby (>= 9.1.6.0~),
- libbytelist-java,
+Depends: libbytelist-java,
libjcodings-java,
libyaml-snake-java,
${misc:Depends}
+Suggests: jruby (>= 9.1.6.0~)
Description: ruby-psych Java extension
ruby-psych is a YAML parser and emitter. Psych leverages libyaml for its
YAML parsing and emitting capabilities. In addition to wrapping
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-psych.git
More information about the Pkg-ruby-extras-commits
mailing list