This is an automated email from the git hooks/post-receive script. takaki pushed a commit to branch master in repository libmecab-java.
commit 0a4ccf039aa94a8b081e585dc94c36f8e01fd229 Author: TANIGUCHI Takaki <[email protected]> Date: Mon Oct 19 20:00:03 2009 +0900 Imported Debian patch 0.98-1 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 35 +++++++++++++++++++++++++++++++++++ debian/copyright | 27 +++++++++++++++++++++++++++ debian/docs | 2 ++ debian/libmecab-java.dirs | 1 + debian/libmecab-java.links | 1 + debian/libmecab-jni.dirs | 1 + debian/rules | 25 +++++++++++++++++++++++++ debian/watch | 26 ++++++++++++++++++++++++++ 10 files changed, 124 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..4756140 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libmecab-java (0.98-1) unstable; urgency=low + + * Initial release (Closes: #551611) + + -- TANIGUCHI Takaki <[email protected]> Mon, 19 Oct 2009 20:00:03 +0900 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..25b73f2 --- /dev/null +++ b/debian/control @@ -0,0 +1,35 @@ +Source: libmecab-java +Section: java +Priority: optional +Maintainer: TANIGUCHI Takaki <[email protected]> +Build-Depends: debhelper (>= 7.0.50~), libmecab-dev, default-jdk, mecab-jumandic +Standards-Version: 3.8.3 +Homepage: http://sourceforge.net/projects/mecab/ +Vcs-Browser: http://mecab.svn.sourceforge.net/viewvc/mecab/ +Vcs-Svn: https://mecab.svn.sourceforge.net/svnroot/mecab + +Package: libmecab-java +Architecture: all +Depends: ${misc:Depends}, libmecab-jni, default-jre +Description: mecab binding for Java - java classes + 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 Java. + + +Package: libmecab-jni +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: mecab binding for Java - native interface + 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 Java. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..972a08c --- /dev/null +++ b/debian/copyright @@ -0,0 +1,27 @@ +This work was packaged for Debian by: + + TANIGUCHI Takaki <[email protected]> on Mon, 19 Oct 2009 20:00:03 +0900 + +It was downloaded from http://sourceforge.net/projects/mecab/ . + +Upstream Author: + + Taku Kudo <[email protected]> + +Copyright: + + Taku Kudo <[email protected]> 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 <[email protected]> + +and is licensed under the BSD License +see `/usr/share/common-licenses/BSD'. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..c8804cc --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +README +bindings.html diff --git a/debian/libmecab-java.dirs b/debian/libmecab-java.dirs new file mode 100644 index 0000000..13c9f03 --- /dev/null +++ b/debian/libmecab-java.dirs @@ -0,0 +1 @@ +usr/share/java diff --git a/debian/libmecab-java.links b/debian/libmecab-java.links new file mode 100644 index 0000000..3a37bbd --- /dev/null +++ b/debian/libmecab-java.links @@ -0,0 +1 @@ +usr/share/java/MeCab-0.98.jar usr/share/java/MeCab.jar diff --git a/debian/libmecab-jni.dirs b/debian/libmecab-jni.dirs new file mode 100644 index 0000000..d462b3d --- /dev/null +++ b/debian/libmecab-jni.dirs @@ -0,0 +1 @@ +usr/lib/jni diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..18f7e9c --- /dev/null +++ b/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_build: + dh_auto_build -- INCLUDE=/usr/lib/jvm/java-6-openjdk/include + +override_dh_auto_install: + dh_auto_install + install -m 644 -p MeCab.jar \ + $(CURDIR)/debian/libmecab-java/usr/share/java/MeCab-0.98.jar + install -m 644 -p libMeCab.so $(CURDIR)/debian/libmecab-jni/usr/lib/jni + +#override_dh_link: +# dh_link usr/share/java/MeCab-0.98.jar usr/share/java/MeCab.jar diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e6dc660 --- /dev/null +++ b/debian/watch @@ -0,0 +1,26 @@ +# 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-java-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/libmecab-java-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/libmecab-java-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/libmecab-java/libmecab-java-(.*)\.tar\.gz +opts="uversionmangle=s/pre/~pre/;s/rc/~rc/" \ + http://sf.net/mecab/mecab-java-(.*)\.tar\.gz + + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html libmecab-java-(.*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libmecab-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

