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

Ryan Niebur ryanryan52 at gmail.com
Sun Jan 8 10:50:27 UTC 2012


The following commit has been merged in the master branch:
commit a2e583c6ae70cadd9a1c378e041fa60fc0084e20
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Sun Jan 8 02:48:42 2012 -0800

    update patch to use RbConfig instead of Config

diff --git a/debian/patches/fix_require_path_for_thin_parser.patch b/debian/patches/fix_require_path_for_thin_parser.patch
index 2b07484..a36f78f 100644
--- a/debian/patches/fix_require_path_for_thin_parser.patch
+++ b/debian/patches/fix_require_path_for_thin_parser.patch
@@ -21,7 +21,7 @@ Index: ruby-thin/lib/thin.rb
  require "#{Thin::ROOT}/thin/statuses"
  require "#{Thin::ROOT}/rack/adapter/loader"
 -require "#{Thin::ROOT}/thin_parser"
-+require "#{Thin::ROOT}/#{Config::CONFIG['ruby_version']}/#{Config::CONFIG['arch']}/thin_parser"
++require "#{Thin::ROOT}/#{RbConfig::CONFIG['ruby_version']}/#{RbConfig::CONFIG['arch']}/thin_parser"
  
  module Rack
    module Adapter

-- 
ruby-thin.git



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