This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository freecol.
commit 2da34e85663de9ec61a08160809da91e0cfbc5ad Author: Markus Koschany <[email protected]> Date: Fri Jul 7 00:06:33 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 270a3c1..9d1fef3 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Build-Depends: ant, ant-optional, - debhelper (>= 9), + debhelper (>= 10), javahelper, libcommons-cli-java, libcortado-java, diff --git a/debian/rules b/debian/rules index c9115f0..afa4fd8 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export CLASSPATH=/usr/share/java/cortado.jar:/usr/share/java/miglayout.jar:/usr/ export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 %: - dh $@ --parallel --with javahelper --buildsystem=ant + dh $@ --with javahelper --buildsystem=ant override_dh_auto_build: dh_auto_build -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freecol.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

