[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:23 UTC 2013


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

    Allow newer versions of various dependencies
    
    All of these have already entered sid, or will soon.

diff --git a/debian/patches/0004-allow_newer_versions.patch b/debian/patches/0004-allow_newer_versions.patch
new file mode 100644
index 0000000..d73ca01
--- /dev/null
+++ b/debian/patches/0004-allow_newer_versions.patch
@@ -0,0 +1,55 @@
+Index: ruby-actionpack-3.2/metadata.yml
+===================================================================
+--- ruby-actionpack-3.2.orig/metadata.yml	2013-06-03 17:43:57.335381335 +0200
++++ ruby-actionpack-3.2/metadata.yml	2013-06-03 17:45:51.377948068 +0200
+@@ -56,14 +56,14 @@
+   name: builder
+   requirement: !ruby/object:Gem::Requirement
+     requirements:
+-    - - ~>
++    - - '>='
+       - !ruby/object:Gem::Version
+         version: 3.0.0
+   type: :runtime
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement
+     requirements:
+-    - - ~>
++    - - '>='
+       - !ruby/object:Gem::Version
+         version: 3.0.0
+ - !ruby/object:Gem::Dependency
+@@ -112,14 +112,14 @@
+   name: sprockets
+   requirement: !ruby/object:Gem::Requirement
+     requirements:
+-    - - ~>
++    - - '>='
+       - !ruby/object:Gem::Version
+         version: '2.2'
+   type: :runtime
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement
+     requirements:
+-    - - ~>
++    - - '>='
+       - !ruby/object:Gem::Version
+         version: 2.2
+ - !ruby/object:Gem::Dependency
+@@ -140,14 +140,14 @@
+   name: tzinfo
+   requirement: !ruby/object:Gem::Requirement
+     requirements:
+-    - - ~>
++    - - '>='
+       - !ruby/object:Gem::Version
+         version: 0.3.29
+   type: :development
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement
+     requirements:
+-    - - ~>
++    - - '>='
+       - !ruby/object:Gem::Version
+         version: 0.3.29
+ description: Web apps on Rails. Simple, battle-tested conventions for building and
diff --git a/debian/patches/series b/debian/patches/series
index 9de8fb8..051d498 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-loosen_sprockets_dependency.patch
 0002-fix_sprockets_speed_regression.patch
 0003-allow_newer_rack_versions.patch
+0004-allow_newer_versions.patch

-- 
ruby-actionpack-3.2.git



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