[DRE-commits] [ruby-rack-cache] 02/04: Replace versioned ruby-rack dependency for rack1.4

Christian Hofstaedtler zeha at moszumanska.debian.org
Mon Dec 2 20:52:13 UTC 2013


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

zeha pushed a commit to branch master
in repository ruby-rack-cache.

commit 931c82eaddad848e7488ba12d94b4e7585ccd2ab
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Mon Dec 2 20:32:40 2013 +0100

    Replace versioned ruby-rack dependency for rack1.4
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 02f779a..8e05108 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Ondřej Surý <ondrej at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
 	       gem2deb (>= 0.3.0~),
-	       ruby-rack (>= 0.4),
+	       ruby-rack | ruby-rack1.4,
 	       ruby-bacon,
 #	       ruby-memcached,
 #	       ruby-dalli
@@ -21,7 +21,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends},
 	 ${misc:Depends},
 	 ruby | ruby-interpreter,
-	 ruby-rack (>= 0.4)
+	 ruby-rack (>= 0.4) | ruby-rack1.4
 Description: HTTP Caching for Rack
  Rack::Cache is suitable as a quick drop-in component to enable HTTP
  caching for Rack-based applications that produce freshness (Expires,

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



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