This is an automated email from the git hooks/post-receive script. eighthave pushed a commit to branch master in repository ivyplusplus.
commit ec7d1882bd8c789c208b0dccc8652b8065461fe4 Author: Hans-Christoph Steiner <[email protected]> Date: Tue Dec 15 15:23:20 2015 +0100 support UTF-8 in source files --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index b1830ab..305550b 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ include /usr/share/dpkg/default.mk +export ANT_OPTS=-Dfile.encoding=UTF8 +export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivyplusplus.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

