--- python-mecab-0.98.orig/debian/changelog +++ python-mecab-0.98/debian/changelog @@ -0,0 +1,17 @@ +python-mecab (0.98-2build1) natty; urgency=low + + * Rebuild to add support for python 2.7. + + -- Matthias Klose Fri, 03 Dec 2010 00:11:20 +0000 + +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 --- python-mecab-0.98.orig/debian/compat +++ python-mecab-0.98/debian/compat @@ -0,0 +1 @@ +7 --- python-mecab-0.98.orig/debian/control +++ python-mecab-0.98/debian/control @@ -0,0 +1,22 @@ +Source: python-mecab +Section: python +Priority: optional +Maintainer: TANIGUCHI Takaki +Build-Depends: cdbs, debhelper (>= 7), python-all-dev, python-support, + libmecab-dev +Standards-Version: 3.8.3 +Homepage: http://sourceforge.net/projects/mecab/ + +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. --- python-mecab-0.98.orig/debian/copyright +++ python-mecab-0.98/debian/copyright @@ -0,0 +1,27 @@ +This work was packaged for Debian by: + + TANIGUCHI Takaki on Sat, 17 Oct 2009 12:51:35 +0900 + +It was downloaded from http://sourceforge.net/projects/mecab/ . + +Upstream Author: + + Taku Kudo + +Copyright: + + Taku Kudo and + Nippon Telegraph and Telephone Corporation + +License: + + the GPL (see `/usr/share/common-licenses/GPL-2'), + the LGPL (see `/usr/share/common-licenses/LGPL-2.1'), or + the BSD License (see `/usr/share/common-licenses/BSD'). + +The Debian packaging is: + + Copyright (C) 2009 TANIGUCHI Takaki + +and is licensed under the BSD License +see `/usr/share/common-licenses/BSD'. --- python-mecab-0.98.orig/debian/docs +++ python-mecab-0.98/debian/docs @@ -0,0 +1,2 @@ +README +bindings.html --- python-mecab-0.98.orig/debian/pycompat +++ python-mecab-0.98/debian/pycompat @@ -0,0 +1 @@ +2 --- python-mecab-0.98.orig/debian/rules +++ python-mecab-0.98/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM = pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + --- python-mecab-0.98.orig/debian/watch +++ python-mecab-0.98/debian/watch @@ -0,0 +1,25 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +#http://www.example.com/downloads.php python-mecab-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/python-mecab-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/python-mecab-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/python-mecab/python-mecab-(.*)\.tar\.gz +opts="uversionmangle=s/pre/~pre/;s/rc/~rc/" \ + http://sf.net/mecab/mecab-python-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html python-mecab-(.*)\.tar\.gz