This is an automated email from the git hooks/post-receive script. takaki pushed a commit to branch master in repository libmecab-java.
commit c0f78f57b4d097e5d3fbbb04889fd40dbbcb2449 Author: TANIGUCHI Takaki <[email protected]> Date: Sat May 11 16:28:46 2013 +0900 fix typo --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f90cf6b..532944c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,13 +3,14 @@ libmecab-java (0.99.3-2) UNRELEASED; urgency=low [ Niels Thykier ] * Fix "FTBFS with Java7" (Closes: #678410) + Pass -source 1.5 and -target 1.5 to ensure backwards that - backwards compatable Java byte code is generated. + backwards compatible Java byte code is generated. + Pass -encoding to javac compiler so it is aware of the encoding of the source files. [ TANIGUCHI Takaki ] * debian/control: add versioned B-D for libmecab-dev * debian/control: Change Maintainer address to Debian Java Team. + * -- Niels Thykier <[email protected]> Thu, 21 Jun 2012 16:19:00 +0200 -- 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

