This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository scorched3d.
commit 4664201585198d3001acc8a928daec2e28e40161 Author: Markus Koschany <[email protected]> Date: Sat Jul 16 00:28:37 2016 +0200 Set environment to GCC-6 --- debian/control | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 89fe967..9da8edf 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Uploaders: Stephen M. Webb <[email protected]>, Phil Morrell <[email protected]> Build-Depends: + g++-6, debhelper (>= 9), dh-autoreconf, gawk, diff --git a/debian/rules b/debian/rules index edffe64..cd435d3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 +export CXX=g++-6 %: dh $@ --parallel --with autoreconf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scorched3d.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

