[DRE-commits] [SCM] Ruby Binding of Tokyo Cabinet Database branch, master, updated. 8d78896c1b4765e4da0f6b1981019b1423a91a7e
Laurent Arnoud
laurent at spkdev.net
Sun Apr 10 19:22:23 UTC 2011
The following commit has been merged in the master branch:
commit 8d78896c1b4765e4da0f6b1981019b1423a91a7e
Author: Laurent Arnoud <laurent at spkdev.net>
Date: Sun Apr 10 21:21:56 2011 +0200
add dep patch tag forwarded
Signed-off-by: Laurent Arnoud <laurent at spkdev.net>
diff --git a/debian/patches/change_require_statements_using_relative_paths.patch b/debian/patches/change_require_statements_using_relative_paths.patch
index b0ecb5f..85815d4 100644
--- a/debian/patches/change_require_statements_using_relative_paths.patch
+++ b/debian/patches/change_require_statements_using_relative_paths.patch
@@ -3,6 +3,7 @@ Description: Change require statements using relative paths for Ruby 1.9.2
replace «require 'tokyocabinet'» by «require './tokyocabinet'»
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593098
Author: Laurent Arnoud <laurent at spkdev.net>
+Forwarded: yes
--- a/memsize.rb
+++ b/memsize.rb
@@ -1,6 +1,6 @@
diff --git a/debian/patches/fix_checking_block_parameter.patch b/debian/patches/fix_checking_block_parameter.patch
index 6d6f0fd..93f4efe 100644
--- a/debian/patches/fix_checking_block_parameter.patch
+++ b/debian/patches/fix_checking_block_parameter.patch
@@ -3,6 +3,7 @@ Description: Fix checking block parameter for Ruby 1.9.2
«!rb_block_given_p()» works with Ruby 1.8 and 1.9.2
see http://gist.github.com/191146
Author: Laurent Arnoud <laurent at spkdev.net>
+Forwarded: yes
--- a/tokyocabinet.c
+++ b/tokyocabinet.c
@@ -951,7 +951,7 @@ static VALUE hdb_each(VALUE vself){
diff --git a/debian/patches/fix_gemspec_for_ruby1.9.patch b/debian/patches/fix_gemspec_for_ruby1.9.patch
index e6842bc..dde9d69 100644
--- a/debian/patches/fix_gemspec_for_ruby1.9.patch
+++ b/debian/patches/fix_gemspec_for_ruby1.9.patch
@@ -2,6 +2,7 @@ Description: Fix gemspec file for Ruby 1.9.2
* tokyocabinet.gemspec: replace «s.author» by
«s.author =» works with Ruby 1.8 and 1.9.2
Author: Laurent Arnoud <laurent at spkdev.net>
+Forwarded: yes
--- a/tokyocabinet.gemspec
+++ b/tokyocabinet.gemspec
@@ -3,7 +3,7 @@ require 'rubygems'
--
Ruby Binding of Tokyo Cabinet Database
More information about the Pkg-ruby-extras-commits
mailing list