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

Christian Hofstaedtler zeha at moszumanska.debian.org
Mon Dec 2 21:25:40 UTC 2013


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

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

commit 87be8f91aa16cf0dfc97deacd4cc9f1bcac1ee98
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Mon Dec 2 21:21:21 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 3904860..103b654 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 7.0.50~),
 	       gem2deb (>= 0.3.0~),
 	       ruby-hike (>= 1.2),
 	       ruby-multi-json (>= 1.0),
-	       ruby-rack (>= 1.0),
+	       ruby-rack (>= 1.0) | ruby-rack1.4,
 	       ruby-tilt (>= 1.3.1)
 # Development dependencies
 #	       ruby-coffee-script (>= 2.0),
@@ -35,7 +35,7 @@ Depends: ${shlibs:Depends},
 	 ruby | ruby-interpreter,
 	 ruby-hike (>= 1.2),
 	 ruby-multi-json (>= 1.0),
-	 ruby-rack (>= 1.0),
+	 ruby-rack (>= 1.0) | ruby-rack1.4,
 	 ruby-tilt (>= 1.3.1)
 Description: Rack-based asset packaging system
  Sprockets is a Rack-based asset packaging system that concatenates

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



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