[DRE-commits] [ruby-rack-test] 01/03: Add alternative dependency on ruby-rack1.4

Christian Hofstaedtler zeha at moszumanska.debian.org
Mon Dec 2 20:54:43 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-test.

commit 565d4bb03359d006a29ecdbdf8d4b41157dc4660
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Mon Dec 2 20:43:10 2013 +0100

    Add alternative dependency on ruby-rack1.4
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 1bc9a93..54c7eca 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rack (>= 1.0), ruby-sinatra, ruby-rspec, ruby-rack-protection
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rack (>= 1.0) | ruby-rack1.4, ruby-sinatra, ruby-rspec, ruby-rack-protection
 Standards-Version: 3.9.3
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rack-test.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-rack-test.git;a=summary
@@ -13,7 +13,7 @@ XS-Ruby-Versions: all
 Package: ruby-rack-test
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack (>= 1.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack (>= 1.0) | ruby-rack1.4
 Description: Simple testing API built on Rack
  Rack::Test is a small, simple testing API for Rack apps. It can be used on its
  own or as a reusable starting point for Web frameworks and testing libraries

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



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