debian/0000755000000000000000000000000012255616645007202 5ustar debian/docs0000644000000000000000000000002512133037766010046 0ustar README bindings.html debian/copyright0000644000000000000000000000536412133037766011141 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/rules0000755000000000000000000000016312255616474010262 0ustar #!/usr/bin/make -f # Add here any variable or target overrides you need. %: dh $@ --buildsystem ruby --with ruby debian/source/0000755000000000000000000000000012133037766010476 5ustar debian/source/format0000644000000000000000000000001412133037766011704 0ustar 3.0 (quilt) debian/control0000644000000000000000000000140412255616444010601 0ustar Source: ruby-mecab Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 7), gem2deb, libmecab-dev Standards-Version: 3.9.5 Homepage: http://code.google.com/p/mecab/ XS-Ruby-Versions: all Package: ruby-mecab Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends} Description: mecab binding for Ruby language 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/watch0000644000000000000000000000033412133037766010227 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-ruby-v?(\d[\d\.-]+)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) debian/changelog0000644000000000000000000000423612255616645011061 0ustar ruby-mecab (0.99.6-2) unstable; urgency=medium * Team upload. * Build for all available Rubies (incl. 2.0) * Drop obsolete transitional packages * Bump Standards-Version to 3.9.5 (no changes) -- Christian Hofstaedtler Sun, 22 Dec 2013 18:12:31 +0100 ruby-mecab (0.99.6-1) unstable; urgency=low * Imported Upstream version 0.99.6 * debian/control: Bump Standards-Version to 3.9.4 (with no changes). * Drop support ruby-1.8. * Remove debian/patches/ftbfs-use-swig2.patch. -- TANIGUCHI Takaki Mon, 19 Aug 2013 15:20:20 +0900 ruby-mecab (0.99.3-2) unstable; urgency=low * debian/patches/ftbfs-use-swig2.patch: Fix FTBFS (Closes: #676203) * debisn/source/format: 3.0 (quilt) -- TANIGUCHI Takaki Wed, 27 Jun 2012 21:50:57 +0900 ruby-mecab (0.99.3-1) unstable; urgency=low [ Cédric Boutillier ] * change debian/watch to use google code repository [ TANIGUCHI Takaki ] * debian/watch: fix URI * Imported Upstream version 0.99.3 * Bump Standards-Version to 3.9.3. -- TANIGUCHI Takaki Sat, 31 Mar 2012 19:34:13 +0900 ruby-mecab (0.98-5) unstable; urgency=low * Bump Standards-Version to 3.9.2 (with no changes). * New Ruby Policy. + Rename source package. * debian/copyright: Rewrite in DEP-5 format. -- TANIGUCHI Takaki Tue, 17 May 2011 12:59:00 +0900 libmecab-ruby (0.98-4) unstable; urgency=low * debian/control: libmecab-ruby1.9.1 depends libruby1.9.1 instead of libruby1.9 * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. -- TANIGUCHI Takaki Wed, 07 Apr 2010 17:54:09 +0900 libmecab-ruby (0.98-3) unstable; urgency=low * add support 1.9.1 and drop support 1.9. (Closes: #565842) -- TANIGUCHI Takaki Wed, 27 Jan 2010 13:37:22 +0900 libmecab-ruby (0.98-2) unstable; urgency=low * debian/control: remove wrong Vcs-* fields -- TANIGUCHI Takaki Sun, 25 Oct 2009 16:39:28 +0900 libmecab-ruby (0.98-1) unstable; urgency=low * Initial release (Closes: #551562) -- TANIGUCHI Takaki Mon, 19 Oct 2009 11:03:48 +0900 debian/compat0000644000000000000000000000000212133037766010374 0ustar 7 debian/patches/0000755000000000000000000000000012255616542010625 5ustar debian/patches/series0000644000000000000000000000000012207717123012022 0ustar