[DRE-commits] [ruby-innertube] 01/01: Fix Depends.

Andrew Lee ajqlee at moszumanska.debian.org
Tue Dec 29 17:19:01 UTC 2015


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

ajqlee pushed a commit to branch master
in repository ruby-innertube.

commit c18cd39d7a6ef77b4e95bfeb50ba7d83e3148da3
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date:   Wed Dec 30 01:08:44 2015 +0800

    Fix Depends.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ad233a7..60df08d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ XS-Ruby-Versions: all
 Package: ruby-innertube
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rspec (~> 2.10.0, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-rspec (>> 2.10.0)
 Description: thread-safe re-entrant resource pool
  Innertube is a thread-safe, re-entrant resource pool, extracted from
  the [Riak Ruby Client](/basho/riak-ruby-client), where it was used to

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



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