[DRE-commits] [rabbit] 01/01: fix ruby-script-but-no-ruby-dep error
Hideki Yamane
henrich at moszumanska.debian.org
Sun May 25 11:55:28 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 6ffa305b72376f2a93b286ef62f6b777042aef69
Author: Hideki Yamane <henrich at debian.org>
Date: Sun May 25 20:52:50 2014 +0900
fix ruby-script-but-no-ruby-dep error
---
debian/changelog | 4 +++-
debian/control | 5 ++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a19b2d7..2933821 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ rabbit (2.1.2-2) unstable; urgency=medium
* Team upload.
* debian/control
- fix wrong URL in Homepage: field
- - set "XS-Ruby-Versions: ruby2.1" to fix "FTBFS: ruby2.0 is not supported
+ - set "XS-Ruby-Versions: all" to fix "FTBFS: ruby2.0 is not supported
by gem2deb anymore" (Closes: #747712)
+ - remove XB-Ruby-Versions and add "Depends: ruby | ruby-interpreter"
+ to fix "ruby-script-but-no-ruby-dep" lintian error
-- Hideki Yamane <henrich at debian.org> Wed, 14 May 2014 21:00:22 +0900
diff --git a/debian/control b/debian/control
index f2e294a..14e5425 100644
--- a/debian/control
+++ b/debian/control
@@ -24,12 +24,11 @@ Standards-Version: 3.9.5
Homepage: http://rabbit-shocker.org
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/rabbit.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/rabbit.git;a=summary
-XS-Ruby-Versions: ruby2.1
+XS-Ruby-Versions: all
Package: rabbit
Architecture: all
-XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${misc:Depends}, ruby2.0, libjs-prototype,
+Depends: ruby | ruby-interpreter, ${misc:Depends}, 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