[DRE-commits] [SCM] ruby-thin.git branch, master, updated. upstream/1.2.11-11-g08ca923

Laurent Arnoud laurent at spkdev.net
Tue Jun 7 19:55:53 UTC 2011


The following commit has been merged in the master branch:
commit 08ca923751bc2e2d54a0cbf6f006fc232de64fcb
Author: Laurent Arnoud <laurent at spkdev.net>
Date:   Tue Jun 7 21:55:32 2011 +0200

    Use Thin::ROOT for require thin_parser
    
    Signed-off-by: Laurent Arnoud <laurent at spkdev.net>

diff --git a/debian/patches/fix_require_path_for_thin_parser.patch b/debian/patches/fix_require_path_for_thin_parser.patch
index a6cfa6a..7642006 100644
--- a/debian/patches/fix_require_path_for_thin_parser.patch
+++ b/debian/patches/fix_require_path_for_thin_parser.patch
@@ -19,7 +19,7 @@ Forwarded: not-needed
    require "#{Thin::ROOT}/#{major_ruby_version}/thin_parser"
  else
 -  require "#{Thin::ROOT}/thin_parser"
-+  require "#{Config::CONFIG['vendorarchdir']}/thin_parser"
++  require "#{Thin::ROOT}/#{Config::CONFIG['ruby_version']}/#{Config::CONFIG['arch']}/thin_parser"
  end
  
  module Rack

-- 
ruby-thin.git



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