[DRE-commits] [ruby-msgpack] 02/04: removed 20_fix_loadlib not needed anymore
Jonas Genannt
jonas at brachium-system.net
Thu Jul 31 09:15:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository ruby-msgpack.
commit 1c7b77598cd414ea950a13f954f5fd05542942e4
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Thu Jul 31 11:07:15 2014 +0200
removed 20_fix_loadlib not needed anymore
---
debian/patches/20_fix_loadlib | 9 ---------
debian/patches/series | 1 -
2 files changed, 10 deletions(-)
diff --git a/debian/patches/20_fix_loadlib b/debian/patches/20_fix_loadlib
deleted file mode 100644
index f4eb898..0000000
--- a/debian/patches/20_fix_loadlib
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/lib/msgpack.rb
-+++ b/lib/msgpack.rb
-@@ -6,5 +6,5 @@
- ver = '1.9' if ver == '2.0'
- require File.join(here, 'msgpack', ver, 'msgpack')
- rescue LoadError
-- require File.join(here, 'msgpack', 'msgpack')
-+ require File.join('msgpack', 'msgpack.so')
- end
diff --git a/debian/patches/series b/debian/patches/series
index 745655c..86e53bf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
10_fix_test_path
-20_fix_loadlib
--
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