[DRE-commits] [ruby-redis-namespace] 04/04: tighten dependency
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Aug 2 06:28:06 UTC 2015
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 b23752a0747802e250f6c3f345edd18d26912b01
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Aug 2 11:45:52 2015 +0530
tighten dependency
---
debian/changelog | 1 +
debian/control | 12 +++++++++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8b16b63..684a2e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-redis-namespace (1.5.2-1) UNRELEASED; urgency=medium
* New upstream release
* Drop patch loosen-redis-dependency.patch (merged upstream)
+ * Tighten dependency for >= 3.0.4, ~> 3.0 requirement
-- Pirate Praveen <praveen at debian.org> Sun, 02 Aug 2015 11:40:11 +0530
diff --git a/debian/control b/debian/control
index cc982a6..43cff33 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,13 @@ 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~), ruby-redis,
- ruby-rspec, redis-server, procps
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.7.5~),
+ ruby-redis (>= 3.0.4),
+ ruby-redis (<< 4.0),
+ ruby-rspec,
+ redis-server,
+ procps
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
@@ -15,7 +20,8 @@ Package: ruby-redis-namespace
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-redis
+ ruby-redis (>= 3.0.4),
+ ruby-redis (<< 4.0),
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