This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository freeciv.
commit ea2212eb382e107a36c06ecce882a76cfabb3b0b Author: Markus Koschany <[email protected]> Date: Tue Nov 15 17:29:21 2016 +0100 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 0a0d1b0..535a08b 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Homepage: http://www.freeciv.org/ Vcs-Git: https://anonscm.debian.org/git/pkg-games/freeciv.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/freeciv.git Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dh-autoreconf, gettext, gnulib, diff --git a/debian/rules b/debian/rules index 515c7f6..a7ca425 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ --parallel --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freeciv.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

