[DRE-commits] [SCM] ruby-romkan.git branch, master, updated. debian/0.4-7-15-gccba79b

TANIGUCHI Takaki takaki at asis.media-as.org
Mon Jun 11 09:24:13 UTC 2012


The following commit has been merged in the master branch:
commit de6b1d8623f44bbe9bd16ecbe38f9dfc7e89de5d
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Mon Jun 11 17:28:53 2012 +0900

    fix encoding bug

diff --git a/patches/fix_encoding b/patches/fix_encoding
new file mode 100644
index 0000000..92b5570
--- /dev/null
+++ b/patches/fix_encoding
@@ -0,0 +1,9 @@
+Index: ruby-romkan/romkan.rb
+===================================================================
+--- ruby-romkan.orig/romkan.rb	2011-04-11 17:39:27.000000000 +0900
++++ ruby-romkan/romkan.rb	2012-06-11 17:25:36.069058428 +0900
+@@ -1,3 +1,4 @@
++# -*- encoding: euc-jp -*-
+ #
+ # Ruby/Romkan - a Romaji <-> Kana conversion library for Ruby.
+ #
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..dab33c5
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+fix_encoding

-- 
ruby-romkan.git



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