[DRE-commits] [ruby-redis-rack] 04/07: tighten dependency

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 20 14:45:50 UTC 2017


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

praveen pushed a commit to branch master
in repository ruby-redis-rack.

commit 5d79e6c37d9248851228a9d97ee7deae7ffa5b2e
Author: Pirate Praveen <praveen at debian.org>
Date:   Thu Jul 20 19:50:16 2017 +0530

    tighten dependency
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c3f098b..cff528f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9~),
                ruby-minitest,
                ruby-mocha,
                ruby-rack,
-               ruby-redis-store
+               ruby-redis-store (>= 1.2~)
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-redis-rack.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-redis-rack.git
@@ -22,7 +22,7 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ruby-rack,
-         ruby-redis-store,
+         ruby-redis-store (>= 1.2~),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Redis Store for Rack

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



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