[grass] 01/03: Explicitly build with GCC 6 (FTBFS with GCC 7 not fixed yet).

Bas Couwenberg sebastic at debian.org
Sat Aug 5 11:12:59 UTC 2017


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

sebastic pushed a commit to branch master
in repository grass.

commit 4df13acba9b3eca6cd6cb753e2d226634a7e1cba
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Aug 5 11:13:21 2017 +0200

    Explicitly build with GCC 6 (FTBFS with GCC 7 not fixed yet).
---
 debian/changelog  | 6 ++++++
 debian/control    | 2 ++
 debian/control.in | 2 ++
 debian/rules      | 3 +++
 4 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 27f7171..f008492 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+grass (7.2.1-3) UNRELEASED; urgency=medium
+
+  * Explicitly build with GCC 6 (FTBFS with GCC 7 not fixed yet).
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 05 Aug 2017 11:13:12 +0200
+
 grass (7.2.1-2) unstable; urgency=medium
 
   * Change python-imaging dependency to python-pil.
diff --git a/debian/control b/debian/control
index 753c7d1..de4f319 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,8 @@ Build-Depends: autoconf2.13,
                doxygen,
                fakeroot,
                flex,
+               gcc-6,
+               g++-6,
                graphviz,
                libblas-dev,
                libbz2-dev,
diff --git a/debian/control.in b/debian/control.in
index 1b3113a..7036585 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,6 +12,8 @@ Build-Depends: autoconf2.13,
                doxygen,
                fakeroot,
                flex,
+               gcc-6,
+               g++-6,
                graphviz,
                libblas-dev,
                libbz2-dev,
diff --git a/debian/rules b/debian/rules
index 4eea291..f8dc7b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,9 @@ CFLAGS+=-Wno-error=format-security
 
 CFLAGS+=-Wall
 
+export CC=gcc-6
+export CXX=g++-6
+
 TEMPLATES=$(wildcard debian/*.in)
 
 # Use SOURCE_DATE_EPOCH as random seed for reproducible builds

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



More information about the Pkg-grass-devel mailing list