[libtext-kakasi-perl] 05/13: fix #723456

Takatsugu Nokubi knok at moszumanska.debian.org
Thu Aug 24 07:32:39 UTC 2017


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

knok pushed a commit to branch master
in repository libtext-kakasi-perl.

commit 538302659082d6a71e8a476e2e21406b2922f5d8
Author: NOKUBI Takatsugu <knok at daionet.gr.jp>
Date:   Wed Oct 16 11:12:35 2013 +0900

    fix #723456
---
 debian/patches/remove-libpath | 28 ++++++++++++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 29 insertions(+)

diff --git a/debian/patches/remove-libpath b/debian/patches/remove-libpath
new file mode 100644
index 0000000..13dfbe9
--- /dev/null
+++ b/debian/patches/remove-libpath
@@ -0,0 +1,28 @@
+Description: Remove library search path
+ To fix #723456.
+ It affects on mips* system.
+ .
+ libtext-kakasi-perl (2.04-2) unstable; urgency=low
+ .
+   * Perl 5.10 transition.
+Author: NOKUBI Takatsugu <knok at daionet.gr.jp>
+
+---
+Origin: vendor
+Bug: #723456
+Bug-Debian: http://bugs.debian.org/723456
+Forwarded: no
+Last-Update: 2013-10-16
+
+--- libtext-kakasi-perl-2.04.orig/Makefile.PL
++++ libtext-kakasi-perl-2.04/Makefile.PL
+@@ -6,7 +6,7 @@ use ExtUtils::MakeMaker;
+ WriteMakefile(
+ 	      'NAME' => 'Text::Kakasi',
+ 	      'VERSION_FROM' => 'Kakasi.pm',
+-	      'INC' => '-I/usr/local/include',
+-	      'LIBS' => ['-L/usr/local/lib -lkakasi'],
++	      'INC' => '-I/usr/include',
++	      'LIBS' => ['-lkakasi'],
+ 	      'DEFINE' => '-DWAKATIGAKI',
+ );
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f58d50a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-libpath

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



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