debian/0000775000000000000000000000000012204340037007163 5ustar debian/source/0000775000000000000000000000000012204340037010463 5ustar debian/source/format0000664000000000000000000000001411566346066011713 0ustar 3.0 (quilt) debian/control0000664000000000000000000000176712204337725010613 0ustar Source: python-mecab Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 7), python-all-dev, libmecab-dev (>= 0.99.3) Standards-Version: 3.9.4 Homepage: http://sourceforge.net/projects/mecab/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-mecab/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-mecab/trunk/ Package: python-mecab Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mecab-jumandic | mecab-ipadic Provides: ${python:Provides} Description: mecab binding for Python 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). . python-mecab is binding for Python. debian/docs0000664000000000000000000000002511506321241010033 0ustar README bindings.html debian/copyright0000664000000000000000000000531511735525577011150 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MeCab Upstream-Contact: Taku Kudo Source: http://sf.net/projects/mecab/ Files: * Copyright: Taku Kudo Nippon Telegraph and Telephone Corporation License: GPL-2+ or LGPL-2+ or BSD-3-clause Files: debian/* Copyright: 2009-2011, 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/pycompat0000664000000000000000000000000211506321241010732 0ustar 2 debian/changelog0000664000000000000000000000223712204336475011054 0ustar python-mecab (0.99.6-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ TANIGUCHI Takaki ] * New upstream release -- TANIGUCHI Takaki Mon, 19 Aug 2013 15:37:38 +0900 python-mecab (0.99.3-1) unstable; urgency=low [ Jakub Wilk ] * Add Vcs-* fields. [ TANIGUCHI Takaki ] * New upstream release * debian/copyright: Update format URI to 1.0. * debian/watch: No longer uses googlecode.debian.net. * Bump Standards-Version to 3.9.3. -- TANIGUCHI Takaki Sat, 31 Mar 2012 18:13:24 +0900 python-mecab (0.98-3) unstable; urgency=low * Switch to dh_python2. * Bump Standards-Version to 3.9.2. * debian/copyright: Rewirte in DEP-5 format. * debian/source/format: 3.0 (quilt). -- TANIGUCHI Takaki Mon, 23 May 2011 11:11:18 +0900 python-mecab (0.98-2) unstable; urgency=low * debian/control: remove wrong Vcs-* fields -- TANIGUCHI Takaki Sun, 25 Oct 2009 16:42:28 +0900 python-mecab (0.98-1) unstable; urgency=low * Initial release (Closes: #551309) -- TANIGUCHI Takaki Sun, 18 Oct 2009 16:47:26 +0900 debian/watch0000664000000000000000000000033612204335362010223 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-python-v?(\d[\d\.-]+)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) debian/rules0000775000000000000000000000005512204337720010250 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/compat0000664000000000000000000000000212204337741010371 0ustar 7