[DRE-commits] [rabbit] 02/04: deal with ruby-script-but-no-ruby-dep

Hideki Yamane henrich at moszumanska.debian.org
Sun Apr 20 05:29:53 UTC 2014


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

henrich pushed a commit to branch master
in repository rabbit.

commit f3910840a82bdede5e6eafd107487d264282c7b0
Author: Hideki Yamane <henrich at debian.org>
Date:   Mon Apr 14 20:14:58 2014 +0900

    deal with ruby-script-but-no-ruby-dep
---
 debian/changelog | 3 +++
 debian/control   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8e52abf..cfa6f46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ rabbit (2.1.1-3) unstable; urgency=low
     - set "XS-Ruby-Versions: ruby2.0" to fix FTBFS since gem2deb not support
       ruby1.9.1 anymore (Closes: #744043)
       Also, cannot set 2.1 yet, so stay 2.0 for a while.
+  * debian/control
+    - set "Depends: ruby2.0 | ruby" to deal with "ruby-script-but-no-ruby-dep"
+      lintian error
 
  -- Hideki Yamane <henrich at debian.org>  Mon, 14 Apr 2014 12:35:15 +0900
 
diff --git a/debian/control b/debian/control
index e4434c1..68a667f 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ XS-Ruby-Versions: ruby2.0
 Package: rabbit
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${misc:Depends}, ruby1.9.1, libjs-prototype,
+Depends: ${misc:Depends}, ruby2.0 | ruby, libjs-prototype,
  ruby-gtk2,
  ruby-rsvg2,
  ruby-poppler,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rabbit.git



More information about the Pkg-ruby-extras-commits mailing list