This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository robocode.
commit a5b723bd0c46f91c19dcd4654ab7f56311defcc6 Author: Markus Koschany <[email protected]> Date: Sun Apr 30 16:10:32 2017 +0200 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index ddf9ba6..3c1eac5 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Markus Koschany <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), default-jdk, default-jdk-doc, imagemagick, diff --git a/debian/rules b/debian/rules index a9eb9f4..176272e 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ PKG := robocode COMMIT := 0eb93ba532bc6731b7ff8dd02da1308d92ccb2fd %: - dh $@ --parallel --buildsystem=maven + dh $@ --buildsystem=maven 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

