[DRE-commits] [ruby-msgpack] 01/01: Add .so to load binary module

Taku YASUI tach at debian.org
Fri Aug 16 10:31:25 UTC 2013


This is an automated email from the git hooks/post-receive script.

tach pushed a commit to branch master
in repository ruby-msgpack.

commit 1f119ed315e013c211ed8d458ccbe9cd37fd25b8
Author: Taku YASUI <tach at debian.org>
Date:   Fri Aug 16 19:26:54 2013 +0900

    Add .so to load binary module
---
 debian/patches/20_fix_loadlib |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/20_fix_loadlib b/debian/patches/20_fix_loadlib
index aa2d924..f4eb898 100644
--- a/debian/patches/20_fix_loadlib
+++ b/debian/patches/20_fix_loadlib
@@ -5,5 +5,5 @@
    require File.join(here, 'msgpack', ver, 'msgpack')
  rescue LoadError
 -  require File.join(here, 'msgpack', 'msgpack')
-+  require File.join('msgpack', 'msgpack')
++  require File.join('msgpack', 'msgpack.so')
  end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-msgpack.git



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