tags 680827 + patch thanks Hi,
attached is a patch that fixes the issue for me. Regards Evgeni Golov -- Bruce Schneier can read and understand Perl programs.
diff -u mecab-cannadic-0.94h/debian/changelog mecab-cannadic-0.94h/debian/changelog --- mecab-cannadic-0.94h/debian/changelog +++ mecab-cannadic-0.94h/debian/changelog @@ -1,3 +1,11 @@ +mecab-cannadic (0.94h-2.2) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Get path to makemat and makeda via chasen-config --mkchadic + Closes: #680827 + + -- Evgeni Golov <[email protected]> Mon, 09 Jul 2012 14:06:56 +0200 + mecab-cannadic (0.94h-2.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- mecab-cannadic-0.94h.orig/chasen/Makefile +++ mecab-cannadic-0.94h/chasen/Makefile @@ -5,7 +5,7 @@ # $Id: Makefile,v 1.3 2003/09/13 08:40:01 knok Exp $ CHASEN_TABLES = matrix.cha table.cha -MKDICDIR=/usr/lib/chasen +MKDICDIR=$(shell chasen-config --mkchadic) CONVERTER=conv.pl DISTFILES = Makefile connect.cha conv.pl ctypes.cha grammar.cha

