--- libmecab-java-0.98.orig/debian/changelog
+++ libmecab-java-0.98/debian/changelog
@@ -0,0 +1,31 @@
+libmecab-java (0.98-5) unstable; urgency=low
+
+  * use /usr/lib/jvm/default-java (Closes: #559996)
+
+ -- TANIGUCHI Takaki <takaki@debian.org>  Sun, 20 Dec 2009 15:47:53 +0900
+
+libmecab-java (0.98-4) unstable; urgency=low
+
+  * fixed forget install MeCab-0.98.jar.
+  * use cdbs to get $(DEB_UPSTREAM_VERSON).
+
+ -- TANIGUCHI Takaki <takaki@debian.org>  Thu, 12 Nov 2009 10:33:33 +0900
+
+libmecab-java (0.98-3) unstable; urgency=low
+
+  * debian/rules: use debian/install instead of override_* targets 
+    (Closes: #553686).
+
+ -- TANIGUCHI Takaki <takaki@debian.org>  Wed, 11 Nov 2009 11:27:37 +0900
+
+libmecab-java (0.98-2) unstable; urgency=low
+
+  * debian/control: remove wrong Vcs-* fields
+
+ -- TANIGUCHI Takaki <takaki@debian.org>  Sun, 25 Oct 2009 16:36:56 +0900
+
+libmecab-java (0.98-1) unstable; urgency=low
+
+  * Initial release (Closes: #551611)
+
+ -- TANIGUCHI Takaki <takaki@debian.org>  Mon, 19 Oct 2009 20:00:03 +0900
--- libmecab-java-0.98.orig/debian/compat
+++ libmecab-java-0.98/debian/compat
@@ -0,0 +1 @@
+7
--- libmecab-java-0.98.orig/debian/control
+++ libmecab-java-0.98/debian/control
@@ -0,0 +1,34 @@
+Source: libmecab-java
+Section: java
+Priority: optional
+Maintainer: TANIGUCHI Takaki <takaki@debian.org>
+Build-Depends: debhelper (>= 7.0.50~), cdbs, 
+		libmecab-dev, default-jdk, mecab-jumandic
+Standards-Version: 3.8.3
+Homepage: http://sourceforge.net/projects/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.
+
--- libmecab-java-0.98.orig/debian/copyright
+++ libmecab-java-0.98/debian/copyright
@@ -0,0 +1,27 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki@debian.org> on Mon, 19 Oct 2009 20:00:03 +0900
+
+It was downloaded from http://sourceforge.net/projects/mecab/ .
+
+Upstream Author:
+
+    Taku Kudo <taku@chasen.org> 
+
+Copyright:
+
+    Taku Kudo <taku@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@debian.org>
+
+and is licensed under the BSD License
+see `/usr/share/common-licenses/BSD'.
--- libmecab-java-0.98.orig/debian/docs
+++ libmecab-java-0.98/debian/docs
@@ -0,0 +1,2 @@
+README
+bindings.html
--- libmecab-java-0.98.orig/debian/libmecab-java.dirs
+++ libmecab-java-0.98/debian/libmecab-java.dirs
@@ -0,0 +1 @@
+usr/share/java
--- libmecab-java-0.98.orig/debian/libmecab-java.install
+++ libmecab-java-0.98/debian/libmecab-java.install
@@ -0,0 +1 @@
+MeCab-*.jar	/usr/share/java
--- libmecab-java-0.98.orig/debian/libmecab-java.links
+++ libmecab-java-0.98/debian/libmecab-java.links
@@ -0,0 +1 @@
+usr/share/java/MeCab-0.98.jar usr/share/java/MeCab.jar
--- libmecab-java-0.98.orig/debian/libmecab-jni.dirs
+++ libmecab-java-0.98/debian/libmecab-jni.dirs
@@ -0,0 +1 @@
+usr/lib/jni
--- libmecab-java-0.98.orig/debian/libmecab-jni.install
+++ libmecab-java-0.98/debian/libmecab-jni.install
@@ -0,0 +1 @@
+libMeCab.so	/usr/lib/jni
--- libmecab-java-0.98.orig/debian/rules
+++ libmecab-java-0.98/debian/rules
@@ -0,0 +1,22 @@
+#!/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
+
+include /usr/share/cdbs/1/rules/buildvars.mk
+
+%:
+	dh  $@
+
+override_dh_auto_build:
+	dh_auto_build -- INCLUDE=/usr/lib/jvm/default-java/include
+
+override_dh_install:
+	cp MeCab.jar MeCab-$(DEB_UPSTREAM_VERSION).jar
+	dh_install
--- libmecab-java-0.98.orig/debian/watch
+++ libmecab-java-0.98/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
