This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository uncommons-watchmaker.
commit b1aef13b6388477176e7d9de3261e5c9a259c18d Author: Markus Koschany <[email protected]> Date: Wed Nov 23 03:38:48 2016 +0100 export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 Otherwise the build will fail. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 53fb894..4a301f8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/dpkg/pkg-info.mk +export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 %: dh $@ --buildsystem=gradle --with=javahelper,maven-repo-helper @@ -10,4 +11,4 @@ override_dh_auto_build: --project-prop DEB_VERSION_UPSTREAM=$(DEB_VERSION_UPSTREAM) get-orig-source: - uscan --download-current-version --force-download --repack --compression xz \ No newline at end of file + uscan --download-current-version --force-download --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uncommons-watchmaker.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

