This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository lierolibre.
commit e06cd7f596c560438b99871c7d142420bd333702 Author: Markus Koschany <[email protected]> Date: Wed Nov 22 23:30:57 2017 +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 45a4fb7..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +10 diff --git a/debian/control b/debian/control index 4156e1a..dfc3c68 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Uploaders: Martin Erik Werner <[email protected]> Maintainer: Debian Games Team <[email protected]> Build-Depends: autotools-dev, - debhelper (>= 8), + debhelper (>= 10), imagemagick, libboost-program-options-dev, libconfig++-dev, diff --git a/debian/rules b/debian/rules index 2ddc053..6a8165c 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) %: - dh $@ --with autotools_dev --parallel + dh $@ override_dh_auto_configure: dh_auto_configure -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lierolibre.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

