This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository sitemesh.
commit f51574a874128829250c563728ba1c042e6e2d47 Author: tony mancill <[email protected]> Date: Sun Sep 20 22:09:46 2015 -0700 set file.encoding for ANT --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 911d646..510d509 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 + DEB_UPSTREAM_VERSION := \ $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)+dfsg-.*/\1/p') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sitemesh.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

