[DRE-commits] [SCM] ruby-actionpack-3.2.git branch, master, updated. debian/3.2.13-6-4-g624b14e

Christian Hofstaedtler christian at hofstaedtler.name
Mon Jun 3 15:48:22 UTC 2013


The following commit has been merged in the master branch:
commit f524ececf5805e9a49ee677ec71ae6d1dd9599a4
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Mon Jun 3 17:20:41 2013 +0200

    Allow wider range of rack versions in dependencies, bump rack dependency

diff --git a/debian/control b/debian/control
index 5f44e3a..c04e8c7 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.3.0~),
+	 ruby-rack (>= 1.4.5~),
 	 ruby-rack-test (>= 0.6.1~),
 	 ruby-journey (>= 1.0.1~),
 	 ruby-sprockets (>= 2.1.2~),
diff --git a/debian/control.in b/debian/control.in
index b2ee04a..e406ee0 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.3.0~),
+	 ruby-rack (>= 1.4.5~),
 	 ruby-rack-test (>= 0.6.1~),
 	 ruby-journey (>= 1.0.1~),
 	 ruby-sprockets (>= 2.1.2~),
diff --git a/debian/patches/0003-allow_newer_rack_versions.patch b/debian/patches/0003-allow_newer_rack_versions.patch
new file mode 100644
index 0000000..3423b8e
--- /dev/null
+++ b/debian/patches/0003-allow_newer_rack_versions.patch
@@ -0,0 +1,21 @@
+Index: ruby-actionpack-3.2/metadata.yml
+===================================================================
+--- ruby-actionpack-3.2.orig/metadata.yml	2013-06-03 17:11:05.907536739 +0200
++++ ruby-actionpack-3.2/metadata.yml	2013-06-03 17:11:54.934957091 +0200
+@@ -70,14 +70,14 @@
+   name: rack
+   requirement: !ruby/object:Gem::Requirement
+     requirements:
+-    - - ~>
++    - - '>='
+       - !ruby/object:Gem::Version
+         version: 1.4.5
+   type: :runtime
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement
+     requirements:
+-    - - ~>
++    - - '>='
+       - !ruby/object:Gem::Version
+         version: 1.4.5
+ - !ruby/object:Gem::Dependency
diff --git a/debian/patches/series b/debian/patches/series
index 2409f3f..9de8fb8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-loosen_sprockets_dependency.patch
 0002-fix_sprockets_speed_regression.patch
+0003-allow_newer_rack_versions.patch

-- 
ruby-actionpack-3.2.git



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