[spatialite-gui] 01/04: Explicitly build with GCC 6 (FTBFS with GCC 7 not fixed yet).

Bas Couwenberg sebastic at debian.org
Sat Aug 5 11:30:51 UTC 2017


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

sebastic pushed a commit to branch master
in repository spatialite-gui.

commit fe7f15a61b4287145cd095222d684f1374a11372
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Aug 5 13:15:07 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 6490b95..95aa937 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+spatialite-gui (2.0.0~devel2-5) 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 13:14:51 +0200
+
 spatialite-gui (2.0.0~devel2-4) unstable; urgency=medium
 
   * Add patch to also install 22x22, 36x36 & 42x42 icons in hicolor theme.
diff --git a/debian/control b/debian/control
index 36470a3..e0e36ed 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Section: utils
 Priority: optional
 Build-Depends: debhelper (>= 9~),
                dh-autoreconf,
+               gcc-6,
+               g++-6,
                libcharls-dev,
                libfreexl-dev,
                libgeos-dev,
diff --git a/debian/rules b/debian/rules
index 2c974c3..f4ee4d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@
 # Enable hardening build flags
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+export CC=gcc-6
+export CXX=g++-6
+
 %:
 	dh $@ \
 		--with autoreconf \

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



More information about the Pkg-grass-devel mailing list