This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository jnr-enxio.
commit b069c58df5a6f6c148ad2fb237a2b4e4ceb2ec87 Author: Tim Potter <[email protected]> Date: Mon Dec 1 16:11:54 2014 +1100 Use maven-debian-helper in d/rules --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2d33f6a..027d7eb 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,7 @@ #!/usr/bin/make -f +export JAVA_HOME=/usr/lib/jvm/default-java +export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 + %: - dh $@ + dh $@ --buildsystem=maven --with javahelper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-enxio.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

