This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to annotated tag debian/0.0_R8+dfsg-1 in repository xhtmlrenderer.
commit e41c5145497e79773df758b90e82c9a8ef370fd5 Author: tony mancill <[email protected]> Date: Mon Jun 1 21:31:01 2015 -0700 correct order for dh --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9dde970..fdd786e 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ JARS := core-renderer core-renderer-minimal export JAVA_HOME=/usr/lib/jvm/default-java %: - dh --with javahelper $@ + dh $@ --with javahelper override_dh_auto_build: ant jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xhtmlrenderer.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

