This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository opencity.
commit 389302704d015876dc7f66c04bd8b37315c3ba53 Author: Markus Koschany <[email protected]> Date: Mon Jan 23 17:02:00 2017 +0100 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 3 +-- debian/rules | 2 +- 3 files changed, 3 insertions(+), 4 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 c9225f4..b677449 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Markus Koschany <[email protected]> Build-Depends: - debhelper (>= 9), - dh-autoreconf, + debhelper (>= 10), libglu1-mesa-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, diff --git a/debian/rules b/debian/rules index 03295eb..0b28ab2 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ CXXFLAGS +=$(CPPFLAGS) CFLAGS +=$(CPPFLAGS) %: - 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/opencity.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

