[libtext-mecab-perl] 03/08: Update patch for new upstream

Taku YASUI tach at debian.org
Fri Aug 16 13:42:40 UTC 2013


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

tach pushed a commit to branch master
in repository libtext-mecab-perl.

commit 89ae8eac9fcff02a9fe3f6e58f1ce6fb5e227624
Author: Taku YASUI <tach at debian.org>
Date:   Fri Aug 16 20:23:40 2013 +0900

    Update patch for new upstream
---
 debian/patches/010_use_utf8_dictionary |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/patches/010_use_utf8_dictionary b/debian/patches/010_use_utf8_dictionary
index ff28ad2..4043adb 100644
--- a/debian/patches/010_use_utf8_dictionary
+++ b/debian/patches/010_use_utf8_dictionary
@@ -1,15 +1,15 @@
 --- a/tools/probe_mecab.pl
 +++ b/tools/probe_mecab.pl
-@@ -95,7 +95,7 @@
-     print "No linker flags specified\n";
- }
+@@ -5,7 +5,7 @@
+ use Getopt::Long;
+ use ExtUtils::MakeMaker ();
  
 -my $default_encoding = 'euc-jp';
 +my $default_encoding = 'utf-8';
- my $encoding = prompt(
-     join(
-         "\n",
-@@ -117,4 +117,4 @@
+ my $default_config;
+ if (! GetOptions(
+     "encoding=s" => \$default_encoding,
+@@ -133,4 +133,4 @@
      include  => $include,
      encoding => $encoding,
      config   => $mecab_config,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-mecab-perl.git



More information about the Pkg-perl-cvs-commits mailing list