[DRE-commits] [ruby-actionpack-3.2] 01/01: Tighten rack dependency to 1.4 only

Christian Hofstaedtler zeha at moszumanska.debian.org
Mon Dec 2 22:23:51 UTC 2013


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

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

commit 2315ba131b2a5bba655d4911a7b52b7ebaff6ac8
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Mon Dec 2 23:20:25 2013 +0100

    Tighten rack dependency to 1.4 only
---
 debian/changelog  | 6 ++++++
 debian/control    | 2 +-
 debian/control.in | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 63d6a45..d28f5ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-actionpack-3.2 (3.2.13-9) unstable; urgency=low
+
+  * Tighten rack dependency to 1.4 only. (Closes: #711236)
+
+ -- Christian Hofstaedtler <zeha at debian.org>  Mon, 02 Dec 2013 23:17:48 +0100
+
 ruby-actionpack-3.2 (3.2.13-8) unstable; urgency=low
 
   Team upload.
diff --git a/debian/control b/debian/control
index 2512cdc..30aa5f8 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Depends: ${misc:Depends},
 	 ruby-activemodel-3.2 (>= 3.2.13),
 	 ruby-activerecord-3.2 (>= 3.2.13),
 	 ruby-rack-cache (>= 1.2~),
-	 ruby-rack (>= 1.4.5~) | ruby-rack1.4,
+	 ruby-rack1.4,
 	 ruby-rack-test (>= 0.6.1~),
 	 ruby-journey (>= 1.0.4~),
 	 ruby-sprockets (>= 2.2~),
diff --git a/debian/control.in b/debian/control.in
index e835e5e..b5ee69a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -22,7 +22,7 @@ Depends: ${misc:Depends},
 	 ruby-activemodel-3.2 (>= @RAILS_VERSION@),
 	 ruby-activerecord-3.2 (>= @RAILS_VERSION@),
 	 ruby-rack-cache (>= 1.2~),
-	 ruby-rack (>= 1.4.5~) | ruby-rack1.4,
+	 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