[DRE-commits] [ruby-sinatra] 02/05: Add alternative dependency on ruby-rack1.4

Christian Hofstaedtler zeha at moszumanska.debian.org
Mon Dec 2 20:46:11 UTC 2013


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

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

commit fa7235c2a42fbd17a9ac8e7e1898be19aa21b76a
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Mon Dec 2 20:56:29 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 cb09764..6fff138 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>, Youhei SASAKI <uwabami at gfd-dennou.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-json,
- ruby-rack (>= 1.4), ruby-tilt (>= 1.3.4), ruby-rack-test, ruby-rack-protection (>= 1.4)
+ ruby-rack (>= 1.4) | ruby-rack1.4, ruby-tilt (>= 1.3.4), ruby-rack-test, ruby-rack-protection (>= 1.4)
 # ruby-haml, ruby-redcarpet, ruby-rdiscount, ruby-bluecloth, ruby-kramdown
 # ruby-maruku, ruby-sass, ruby-redcloth, ruby-nokogiri, ruby-erubis, ruby-builder, ruby-liquid
 # ruby-less, ruby-radius, ruby-slim, ruby-markaby, ruby-coffee-script, ruby-creole
@@ -17,7 +17,7 @@ XS-Ruby-Versions: all
 Package: ruby-sinatra
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter, ruby-rack (>= 1.4), ruby-tilt (>= 1.3.4), ruby-rack-protection (>= 1.4)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter, ruby-rack (>= 1.4) | ruby-rack1.4, ruby-tilt (>= 1.3.4), ruby-rack-protection (>= 1.4)
 Description: Ruby web-development dressed in a DSL
  Sinatra is an open source web framework for Ruby programming language.
  It provides simple Domain Specific Language (DSL) for defining RESTful

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



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