debian/0000775000000000000000000000000012204345140007163 5ustar debian/changelog0000664000000000000000000000320512204345140011035 0ustar libmecab-perl (0.99.6-1) unstable; urgency=low [ gregor herrmann ] PROBLEM: FTBFS [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) [ TANIGUCHI Takaki ] * Imported Upstream version 0.99.6 -- TANIGUCHI Takaki Mon, 19 Aug 2013 16:33:32 +0900 libmecab-perl (0.99.3-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release (closes: #666292). * debian/rules: remove commented out cdbs includes. * debian/copyright: update to Copyright-Format 1.0. * Add upstream copyright years. * Make build-dependency on libmecab-dev versioned. * Bump Standards-Version to 3.9.3 (no changes). * Use debhelper 9.20120312 to get all hardening flags. * Don't install README anymore. * Install test.pl as an example. -- gregor herrmann Fri, 30 Mar 2012 14:56:15 +0200 libmecab-perl (0.98-3) unstable; urgency=low * debian/source/format: 3.0 (quilt) * debian/rules: switched from cdbs to dh7. * debian/copyright: rewrite in DEP5 format. * debian/control: Updated to Standards-Version 3.9.1 (no changes needed) -- TANIGUCHI Takaki Tue, 15 Feb 2011 10:49:52 +0900 libmecab-perl (0.98-2) unstable; urgency=low * debian/changelog: fixed incorrect bug number * debian/control: remove wrong Vcs-* field. -- TANIGUCHI Takaki Sun, 25 Oct 2009 16:21:17 +0900 libmecab-perl (0.98-1) unstable; urgency=low * Initial release (Closes: #551613) -- TANIGUCHI Takaki Mon, 19 Oct 2009 12:31:02 +0900 debian/compat0000664000000000000000000000000212204345140010361 0ustar 9 debian/control0000664000000000000000000000160512204345140010570 0ustar Source: libmecab-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 9.20120312), libmecab-dev (>= 0.99.6), mecab-jumandic, perl Standards-Version: 3.9.4 Homepage: https://code.google.com/p/mecab/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmecab-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmecab-perl.git Package: libmecab-perl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends} Description: mecab binding for Perl Mecab is a morphological analysis system. It reads Japanese sentences from the standard input, segments them into morpheme sequences, and outputs them to the standard output with many additional pieces of information (pronunciation, semantic information, etc). debian/copyright0000664000000000000000000000536412204345140011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MeCab Upstream-Contact: Taku Kudo Source: https://code.google.com/p/mecab/downloads/list Files: * Copyright: 2001-2008, Taku Kudo 2004-2008, Nippon Telegraph and Telephone Corporation License: GPL-2+ or LGPL-2+ or BSD-3-clause Files: debian/* Copyright: 2009-2012, TANIGUCHI Takaki License: GPL-2+ or LGPL-2+ or BSD-3-clause License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of the Nippon Telegraph and Telegraph Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: GPL-2+ 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 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. License: LGPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2'. debian/libmecab-perl.docs0000664000000000000000000000001612204345140012530 0ustar bindings.html debian/libmecab-perl.examples0000664000000000000000000000001012204345140013410 0ustar test.pl debian/rules0000775000000000000000000000003612204345140010242 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000775000000000000000000000000012204345140010463 5ustar debian/source/format0000664000000000000000000000001412204345140011671 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000033412204345140010214 0ustar version=3 opts="uversionmangle=s/pre/~pre/;s/rc/~rc/;s/(\d+)\.(\d\d)(\d+)$/$1.$2.$3/" \ http://code.google.com/p/mecab/downloads/list?can=1 \ .*/mecab-perl-v?(\d[\d\.-]+)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)