This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository dopewars.
commit f447c07b5f62f540e235a2625f6a36d154c2e1d2 Author: Markus Koschany <[email protected]> Date: Tue Dec 5 18:00:12 2017 +0100 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 4 +--- debian/rules | 2 +- 3 files changed, 3 insertions(+), 5 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 717a602..720cb46 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,7 @@ Source: dopewars Section: games Priority: extra Build-Depends: - automake, - debhelper (>= 9), - dh-autoreconf, + debhelper (>= 10), libaudiofile-dev, libesd0-dev, libglib2.0-dev, diff --git a/debian/rules b/debian/rules index 28f4cea..3fca33b 100755 --- a/debian/rules +++ b/debian/rules @@ -26,4 +26,4 @@ override_dh_makeshlibs: dh_makeshlibs -Xusr/lib/dopewars %: - dh $@ --with autoreconf --no-parallel + dh $@ --no-parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dopewars.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

