debian/0000755000000000000000000000000012264057741007176 5ustar debian/rules0000755000000000000000000000035612264057741010262 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* debian/control0000644000000000000000000000212212264057741010576 0ustar Source: libtext-mecab-perl Maintainer: Debian Perl Group Uploaders: Taku YASUI Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), libclass-accessor-perl, libmecab-dev, libtest-requires-perl, mecab, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-mecab-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-mecab-perl.git Homepage: http://search.cpan.org/dist/Text-MeCab/ Package: libtext-mecab-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libclass-accessor-perl Description: alternate MeCab Interface for Perl Text::MeCab provides Perl bindings for MeCab (libmecab). libmecab (http://mecab.sourceforge.ne.jp) already has a perl interface built with it, but it is a not Perl-ish one. Text::MeCab has following advantages compared with it: . - High performance - Perl-ish programming interface debian/README.source0000644000000000000000000000034312264057741011355 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for detail. debian/source/0000755000000000000000000000000012264057741010476 5ustar debian/source/format0000644000000000000000000000001412264057741011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000371512264057741011056 0ustar libtext-mecab-perl (0.20016-1) unstable; urgency=medium * Team upload. * New upstream release. * Switch from cdbs to dh(1). * Drop unneeded quilt build-dep. * debian/copyright: switch formatting to Copyright-Format 1.0. Update all kinds of missing/wrong information. * Update patch 010_use_utf8_dictionary. * Drop patch 900_skip_failed_tests, not needed anymore. * Drop patch 020_skip_regression_tests, not needed anymore. * Update (build) dependencies. * Use debhelper 9.20120312 to get all hardening flags. * Use canonical URL for Vcs-Git field. * Improve short and long description. * Fix hashbang in example script. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Fri, 10 Jan 2014 22:01:44 +0100 libtext-mecab-perl (0.20014-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.4. * Migrate Subversion to Git * Change Maintainer to Perl Team. * Change source package format to 3.0 (quilt). -- Taku YASUI Fri, 16 Aug 2013 02:02:12 +0900 libtext-mecab-perl (0.20013-2) unstable; urgency=low * Remove 4 sanity test from t/01-sanity.t - Some constants has been removed due to libmecab API has been changed from 0.99 - This is temporary countermeasure for above issue and I repored it to upstream author: https://rt.cpan.org/Public/Bug/Display.html?id=76170 -- Taku YASUI Sat, 31 Mar 2012 03:03:43 +0900 libtext-mecab-perl (0.20013-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.9.3 -- Taku YASUI Mon, 26 Mar 2012 01:16:38 +0900 libtext-mecab-perl (0.20012-2) unstable; urgency=low * Add copyright notice for inc/Modules/* -- Taku YASUI Mon, 18 Jul 2011 00:14:58 +0900 libtext-mecab-perl (0.20012-1) unstable; urgency=low * Initial Release (closes: #632697) -- Taku YASUI Fri, 15 Jul 2011 15:28:10 +0900 debian/compat0000644000000000000000000000000212264057741010374 0ustar 9 debian/patches/0000755000000000000000000000000012264057741010625 5ustar debian/patches/010_use_utf8_dictionary0000644000000000000000000000075712264057741015130 0ustar Description: set fallback encoding to utf-8 Origin: vendor Forwarded: no Author: Taku YASUI Reviewed-by: gregor herrmann Last-Update: 2014-01-10 --- a/tools/probe_mecab.pl +++ b/tools/probe_mecab.pl @@ -6,7 +6,7 @@ use ExtUtils::MakeMaker (); # May specify encoding from ENV -my $default_encoding = $ENV{PERL_TEXT_MECAB_ENCODING} || 'euc-jp'; +my $default_encoding = $ENV{PERL_TEXT_MECAB_ENCODING} || 'utf-8'; my $default_config; if (! GetOptions( debian/patches/series0000644000000000000000000000003012264057741012033 0ustar 010_use_utf8_dictionary debian/copyright0000644000000000000000000000334012264057741011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Text-MeCab Upstream-Contact: Daisuke Maki Source: http://search.cpan.org/dist/Text-MeCab/ Files: * Copyright: 2006-2008, Daisuke Maki License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: inc/Module/Install/XSUtil.pm Copyright: 2010, Goro Fuji License: Artistic or GPL-1+ Files: inc/Devel/CheckLib.pm Copyright: 2007, David Cantrell 2007, David Golden License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Taku YASUI License: GPL-3+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. . On Debian systems, the complete text of version 3 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. License: GPL-3+ All rights are reserved except as provided by the Gnu Public License, version 3, as detailed in the file COPYING provided with this distribution. . On Debian systems, the complete text of version 3 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/watch0000644000000000000000000000016112264057741010225 0ustar version=3 http://search.cpan.org/dist/Text-MeCab/ .*/Text-MeCab-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libtext-mecab-perl.examples0000644000000000000000000000000512264057741014411 0ustar eg/*