r67813 - in /trunk/libmecab-perl/debian: ./ changelog compat control copyright docs rules watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Mon Jan 24 07:39:05 UTC 2011


Author: takaki
Date: Mon Jan 24 07:38:51 2011
New Revision: 67813

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67813
Log:
[svn-inject] Applying Debian modifications (0.98-2) to trunk

Added:
    trunk/libmecab-perl/debian/
    trunk/libmecab-perl/debian/changelog
    trunk/libmecab-perl/debian/compat
    trunk/libmecab-perl/debian/control
    trunk/libmecab-perl/debian/copyright
    trunk/libmecab-perl/debian/docs
    trunk/libmecab-perl/debian/rules   (with props)
    trunk/libmecab-perl/debian/watch

Added: trunk/libmecab-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmecab-perl/debian/changelog?rev=67813&op=file
==============================================================================
--- trunk/libmecab-perl/debian/changelog (added)
+++ trunk/libmecab-perl/debian/changelog Mon Jan 24 07:38:51 2011
@@ -1,0 +1,12 @@
+libmecab-perl (0.98-2) unstable; urgency=low
+
+  * debian/changelog: fixed incorrect bug number
+  * debian/control: remove wrong Vcs-* field.
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 25 Oct 2009 16:21:17 +0900
+
+libmecab-perl (0.98-1) unstable; urgency=low
+
+  * Initial release (Closes: #551613)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 19 Oct 2009 12:31:02 +0900

Added: trunk/libmecab-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmecab-perl/debian/compat?rev=67813&op=file
==============================================================================
--- trunk/libmecab-perl/debian/compat (added)
+++ trunk/libmecab-perl/debian/compat Mon Jan 24 07:38:51 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libmecab-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmecab-perl/debian/control?rev=67813&op=file
==============================================================================
--- trunk/libmecab-perl/debian/control (added)
+++ trunk/libmecab-perl/debian/control Mon Jan 24 07:38:51 2011
@@ -1,0 +1,19 @@
+Source: libmecab-perl
+Section: perl
+Priority: optional
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), libmecab-dev, mecab-jumandic
+Standards-Version: 3.8.3
+Homepage: http://sourceforge.net/projects/mecab/
+
+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).
+ .
+ This package is built for Perl.

Added: trunk/libmecab-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmecab-perl/debian/copyright?rev=67813&op=file
==============================================================================
--- trunk/libmecab-perl/debian/copyright (added)
+++ trunk/libmecab-perl/debian/copyright Mon Jan 24 07:38:51 2011
@@ -1,0 +1,28 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> on Mon, 19 Oct 2009 12:31:02 +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: trunk/libmecab-perl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmecab-perl/debian/docs?rev=67813&op=file
==============================================================================
--- trunk/libmecab-perl/debian/docs (added)
+++ trunk/libmecab-perl/debian/docs Mon Jan 24 07:38:51 2011
@@ -1,0 +1,2 @@
+README
+bindings.html

Added: trunk/libmecab-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmecab-perl/debian/rules?rev=67813&op=file
==============================================================================
--- trunk/libmecab-perl/debian/rules (added)
+++ trunk/libmecab-perl/debian/rules Mon Jan 24 07:38:51 2011
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+# Add here any variable or target overrides you need.

Propchange: trunk/libmecab-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmecab-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmecab-perl/debian/watch?rev=67813&op=file
==============================================================================
--- trunk/libmecab-perl/debian/watch (added)
+++ trunk/libmecab-perl/debian/watch Mon Jan 24 07:38:51 2011
@@ -1,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 libmecab-perl-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/libmecab-perl-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/libmecab-perl-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/libmecab-perl/libmecab-perl-(.*)\.tar\.gz
+opts="uversionmangle=s/pre/~pre/;s/rc/~rc/" \
+ http://sf.net/mecab/mecab-perl-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html libmecab-perl-(.*)\.tar\.gz




More information about the Pkg-perl-cvs-commits mailing list