[bloboats] 07/16: Set environment to gcc-6.

Markus Koschany apo at moszumanska.debian.org
Sun Jul 10 20:52:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository bloboats.

commit 92a664f2eae85080c0f72f9b57354fbf2507ba2d
Author: Markus Koschany <apo at debian.org>
Date:   Sun Jul 10 22:05:30 2016 +0200

    Set environment to gcc-6.
---
 debian/control | 1 +
 debian/rules   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index a6bec3e..4147e25 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders:
  Barry deFreese <bddebian at comcast.net>,
 Build-Depends:
+ g++-6,
  debhelper (>= 9),
  libsdl-image1.2-dev,
  libsdl-net1.2-dev
diff --git a/debian/rules b/debian/rules
index 4f51045..ee72d36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+export CXX = g++-6
+export CXX_DEFAULT = g++-6
 
 %:
 	dh $@ --parallel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bloboats.git



More information about the Pkg-games-commits mailing list