[DRE-commits] [ruby-redis-namespace] 02/06: Add rspec-its to build-deps

Balasankar C balasankarc-guest at moszumanska.debian.org
Wed Sep 2 12:10:12 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-redis-namespace.

commit 677eb85b700538d689b08db0bbd21607d2efc121
Author: Balasankar C <balasankarc at autistici.org>
Date:   Wed Sep 2 17:30:45 2015 +0530

    Add rspec-its to build-deps
---
 debian/control | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 43cff33..dfa19c2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
- gem2deb (>= 0.7.5~),
- ruby-redis (>= 3.0.4),
- ruby-redis (<< 4.0),
- ruby-rspec,
- redis-server,
- procps
+               gem2deb (>= 0.7.5~),
+               procps,
+               redis-server,
+               ruby-redis (>= 3.0.4),
+               ruby-rspec,
+               ruby-rspec-its
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-redis-namespace.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-redis-namespace.git;a=summary
@@ -19,9 +19,10 @@ XS-Ruby-Versions: all
 Package: ruby-redis-namespace
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-redis (>= 3.0.4),
- ruby-redis (<< 4.0),
+Depends: ruby | ruby-interpreter,
+         ruby-redis (>= 3.0.4),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Namespaces commands when multiple apps access same redis server
  Adds a Redis::Namespace class which can be used to namespace calls
  to Redis. This is useful when using a single instance of Redis with

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



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