[DRE-commits] [SCM] ruby-actionpack-3.2.git branch, master, updated. debian/3.2.13-5-14-g1df3448

Antonio Terceiro terceiro at debian.org
Sun Jun 2 20:15:58 UTC 2013


The following commit has been merged in the master branch:
commit 7c19117a110e5dadd9185f345b0f7fd67487f87a
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Jun 2 17:09:58 2013 -0300

    Fix invalid gemspec data in patch
    
    debian/patches/0001-loosen_sprockets_dependency.patch: the problem was
    that when 2.2.1 is replaced by 2.2, the YAML parser thinks that 2.2 is a
    floating point number, but version numbers are supposed to be strings!
    So the fix is to puts quote around the 2.2 ('2.2'), forcing it to be
    parsed as a string.
    
    Closes: #710819
    Git-Dch: Full

diff --git a/debian/patches/0001-loosen_sprockets_dependency.patch b/debian/patches/0001-loosen_sprockets_dependency.patch
index 0b35787..9ab9ec5 100644
--- a/debian/patches/0001-loosen_sprockets_dependency.patch
+++ b/debian/patches/0001-loosen_sprockets_dependency.patch
@@ -5,7 +5,7 @@
      - - ~>
        - !ruby/object:Gem::Version
 -        version: 2.2.1
-+        version: 2.2
++        version: '2.2'
    type: :runtime
    prerelease: false
    version_requirements: !ruby/object:Gem::Requirement

-- 
ruby-actionpack-3.2.git



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