[DRE-commits] [ruby-redis-namespace] 05/08: update dependencies, description and uncomment vcs
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu May 22 12:04:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-redis-namespace.
commit d8c79f9ee082fe3fd988e5fffa5269690eab8301
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu May 22 17:30:48 2014 +0530
update dependencies, description and uncomment vcs
---
debian/control | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 9514c01..21b14b8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,20 @@ Section: ruby
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~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-redis,
+ ruby-rspec, redis-server, procps
Standards-Version: 3.9.5
-#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
+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
Homepage: http://github.com/resque/redis-namespace
XS-Ruby-Versions: all
Package: ruby-redis-namespace
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# redis (~> 3.0.4), rake (>= 0, development), rspec (>= 0, development)
-Description: Namespaces Redis commands.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-redis
+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
multiple, different applications.
--
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