This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository robocode.
commit 1556f20946a5e9d22cae74579effc48ce8a2b9f0 Author: Markus Koschany <[email protected]> Date: Sat Sep 2 01:51:35 2017 +0200 Remove build system maven option when invoking dh. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9fb700e..a41400a 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ PKG := robocode COMMIT := 0eb93ba532bc6731b7ff8dd02da1308d92ccb2fd %: - dh $@ --buildsystem=maven + dh $@ override_dh_auto_build: sed -e 's/@RCVER@/$(VER)/g' < debian/misc/robocode.in > debian/misc/robocode -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/robocode.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

