[Python-modules-commits] r15180 - in packages/python-mecab/trunk (9 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Dec 28 08:41:08 UTC 2010


    Date: Tuesday, December 28, 2010 @ 08:41:05
  Author: takaki
Revision: 15180

[svn-inject] Applying Debian modifications (0.98-2) to trunk

Added:
  packages/python-mecab/trunk/debian/
  packages/python-mecab/trunk/debian/changelog
  packages/python-mecab/trunk/debian/compat
  packages/python-mecab/trunk/debian/control
  packages/python-mecab/trunk/debian/copyright
  packages/python-mecab/trunk/debian/docs
  packages/python-mecab/trunk/debian/pycompat
  packages/python-mecab/trunk/debian/rules
  packages/python-mecab/trunk/debian/watch


Property changes on: packages/python-mecab/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-mecab/trunk/debian/changelog
===================================================================
--- packages/python-mecab/trunk/debian/changelog	                        (rev 0)
+++ packages/python-mecab/trunk/debian/changelog	2010-12-28 08:41:05 UTC (rev 15180)
@@ -0,0 +1,11 @@
+python-mecab (0.98-2) unstable; urgency=low
+
+  * debian/control: remove wrong Vcs-* fields
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 25 Oct 2009 16:42:28 +0900
+
+python-mecab (0.98-1) unstable; urgency=low
+
+  * Initial release (Closes: #551309)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 18 Oct 2009 16:47:26 +0900

Added: packages/python-mecab/trunk/debian/compat
===================================================================
--- packages/python-mecab/trunk/debian/compat	                        (rev 0)
+++ packages/python-mecab/trunk/debian/compat	2010-12-28 08:41:05 UTC (rev 15180)
@@ -0,0 +1 @@
+7

Added: packages/python-mecab/trunk/debian/control
===================================================================
--- packages/python-mecab/trunk/debian/control	                        (rev 0)
+++ packages/python-mecab/trunk/debian/control	2010-12-28 08:41:05 UTC (rev 15180)
@@ -0,0 +1,22 @@
+Source: python-mecab
+Section: python
+Priority: optional
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+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.

Added: packages/python-mecab/trunk/debian/copyright
===================================================================
--- packages/python-mecab/trunk/debian/copyright	                        (rev 0)
+++ packages/python-mecab/trunk/debian/copyright	2010-12-28 08:41:05 UTC (rev 15180)
@@ -0,0 +1,27 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> on Sat, 17 Oct 2009 12:51:35 +0900
+
+It was downloaded from http://sourceforge.net/projects/mecab/ .
+
+Upstream Author:
+
+    Taku Kudo <taku at chasen.org> 
+
+Copyright:
+
+    Taku Kudo <taku at chasen.org> 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 <takaki at debian.org>
+
+and is licensed under the BSD License
+see `/usr/share/common-licenses/BSD'.

Added: packages/python-mecab/trunk/debian/docs
===================================================================
--- packages/python-mecab/trunk/debian/docs	                        (rev 0)
+++ packages/python-mecab/trunk/debian/docs	2010-12-28 08:41:05 UTC (rev 15180)
@@ -0,0 +1,2 @@
+README
+bindings.html

Added: packages/python-mecab/trunk/debian/pycompat
===================================================================
--- packages/python-mecab/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-mecab/trunk/debian/pycompat	2010-12-28 08:41:05 UTC (rev 15180)
@@ -0,0 +1 @@
+2

Added: packages/python-mecab/trunk/debian/rules
===================================================================
--- packages/python-mecab/trunk/debian/rules	                        (rev 0)
+++ packages/python-mecab/trunk/debian/rules	2010-12-28 08:41:05 UTC (rev 15180)
@@ -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
+


Property changes on: packages/python-mecab/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-mecab/trunk/debian/watch
===================================================================
--- packages/python-mecab/trunk/debian/watch	                        (rev 0)
+++ packages/python-mecab/trunk/debian/watch	2010-12-28 08:41:05 UTC (rev 15180)
@@ -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
+# <Webpage URL> <string match>
+#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




More information about the Python-modules-commits mailing list