[DRE-commits] [ruby-actionpack-3.2] 06/08: Allow to depend on ruby-rack (<< 1.4) to make backports easier

Ondrej Sury ondrej at moszumanska.debian.org
Sun Dec 15 15:37:28 UTC 2013


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

ondrej pushed a commit to branch master
in repository ruby-actionpack-3.2.

commit 47ef48279225db43f2aee77ef98d32934b4ece15
Author: Ondřej Surý <ondrej at sury.org>
Date:   Fri Dec 6 10:55:06 2013 +0100

    Allow to depend on ruby-rack (<< 1.4) to make backports easier
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index b00b021..9144463 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Depends: ${misc:Depends},
 	 ruby-activemodel-3.2 (>= 3.2.16),
 	 ruby-activerecord-3.2 (>= 3.2.16),
 	 ruby-rack-cache (>= 1.2~),
-	 ruby-rack1.4,
+	 ruby-rack (<< 1.5) | ruby-rack1.4,
 	 ruby-rack-test (>= 0.6.1~),
 	 ruby-journey (>= 1.0.4~),
 	 ruby-sprockets (>= 2.2~),

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



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