[DRE-commits] [thin] 01/03: Add alternative dependency on ruby-rack1.4
Christian Hofstaedtler
zeha at moszumanska.debian.org
Mon Dec 2 20:40:42 UTC 2013
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository thin.
commit b8ee808bc1e26a8d1e5a7b8ba0d20b53828546c0
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Mon Dec 2 20:45:51 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 999c30f..0ad7aba 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: Ryan Niebur <ryan at debian.org>, Laurent Arnoud <laurent at spkdev.net>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), help2man, ruby-rack (>= 1.0.0), ruby-eventmachine (>= 0.12.10), ruby-daemons (>= 1.0.9)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), help2man, ruby-rack (>= 1.0.0) | ruby-rack1.4, ruby-eventmachine (>= 0.12.10), ruby-daemons (>= 1.0.9)
Standards-Version: 3.9.3
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/thin.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/thin.git;a=summary
@@ -13,7 +13,7 @@ XS-Ruby-Versions: all
Package: thin
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack (>= 1.0.0), ruby-eventmachine (>= 0.12.10), ruby-daemons (>= 1.0.9)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack (>= 1.0.0) | ruby-rack1.4, ruby-eventmachine (>= 0.12.10), ruby-daemons (>= 1.0.9)
Replaces: thin1.8 (<< 1.3.1-1)
Breaks: thin1.8 (<< 1.3.1-1)
Provides: thin1.8
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/thin.git
More information about the Pkg-ruby-extras-commits
mailing list