This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch master in repository varconf.
commit 3bcb1695eb65d0c65d46a03171916e74b75842da Author: Olek Wojnar <[email protected]> Date: Tue Sep 5 13:37:23 2017 -0500 Build-depend on g++ 7 --- debian/changelog | 6 ++++++ debian/control | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 31f0759..08c644b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +varconf (1.0.1-5) unstable; urgency=medium + + * Build-depend on g++ >= 4:7 for GCC 7 compliance + + -- Olek Wojnar <[email protected]> Tue, 05 Sep 2017 13:10:35 -0500 + varconf (1.0.1-4) unstable; urgency=high * Update dh compat to 10 diff --git a/debian/control b/debian/control index cf7b289..ca7c72b 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Olek Wojnar <[email protected]> Build-Depends: debhelper (>= 10), libsigc++-2.0-dev (>= 2.4.1-2), - dpkg-dev (>= 1.16.1.1) + dpkg-dev (>= 1.16.1.1), + g++ (>= 4:7) Standards-Version: 4.1.0 Homepage: http://www.worldforge.org/ Vcs-Git: https://anonscm.debian.org/git/pkg-games/varconf.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/varconf.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

