Control: tags -1 +patch Hi,
Attached patch would fix this FTBFS, could you consider to apply it, please? -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -u mecab-0.996/debian/changelog mecab-0.996/debian/changelog --- mecab-0.996/debian/changelog +++ mecab-0.996/debian/changelog @@ -1,3 +1,14 @@ +mecab (0.996-1.1) unstable; urgency=low + + [ Hideki ] + * Non-maintainer upload. + * debian/rules + - use dh-autoreconf (Closes: #725580) + * debian/control + - add "Build-Depends: dh-autoreconf" as above + + -- Hideki Yamane <henr...@debian.org> Thu, 17 Oct 2013 10:35:20 +0900 + mecab (0.996-1) unstable; urgency=low * New upstream release. diff -u mecab-0.996/debian/control mecab-0.996/debian/control --- mecab-0.996/debian/control +++ mecab-0.996/debian/control @@ -2,7 +2,7 @@ Section: misc Priority: optional Maintainer: TSUCHIYA Masatoshi <tsuch...@namazu.org> -Build-Depends: debhelper (>= 7.0.0), cdbs, libtool, automake, autoconf, quilt +Build-Depends: debhelper (>= 7.0.0), cdbs, libtool, automake, autoconf, quilt, dh-autoreconf Uploaders: Taku YASUI <t...@debian.org> Vcs-Git: git://git.debian.org/collab-maint/mecab.git Vcs-Browser: http://git.debian.org/?p=collab-maint/mecab.git;a=summary diff -u mecab-0.996/debian/rules mecab-0.996/debian/rules --- mecab-0.996/debian/rules +++ mecab-0.996/debian/rules @@ -4,6 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/rules/autoreconf.mk LIBPACKAGE = $(shell dh_listpackages|egrep 'lib.*[0-9]') LIBFILES = debian/$(LIBPACKAGE).install