This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository widelands.
commit f19732755b28a32bd4073603a6bb3bb55983dd55 Author: Markus Koschany <[email protected]> Date: Wed Aug 23 20:55:05 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 7a87713..68a1580 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Martin Quinson <[email protected]>, Enrico Tassi <[email protected]> Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), cmake, doxygen, imagemagick, diff --git a/debian/rules b/debian/rules index 7a93891..dad5293 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) %: - dh $@ $(DH_ARGS) --parallel --buildsystem=cmake + dh $@ $(DH_ARGS) --buildsystem=cmake override_dh_auto_configure: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/widelands.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

