[supertransball2] 04/13: Set environment to use g++-6

Markus Koschany apo at moszumanska.debian.org
Thu Jul 7 22:47:32 UTC 2016


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

apo pushed a commit to branch master
in repository supertransball2.

commit 187b5812af68370022587286015bca6d7bbd1358
Author: Markus Koschany <apo at debian.org>
Date:   Thu Jul 7 23:57:20 2016 +0200

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

diff --git a/debian/control b/debian/control
index 43043b8..e95b9d3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders:
  Markus Koschany <apo at debian.org>
 Build-Depends:
+ g++-6,
  debhelper (>= 9),
  libsdl-image1.2-dev,
  libsdl-mixer1.2-dev,
diff --git a/debian/rules b/debian/rules
index 71901ae..d4c585b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export CC = gcc-6
+export CXX = g++-6
 
 %:
 	dh $@

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



More information about the Pkg-games-commits mailing list