[nco] 05/06: Don't explicitly build with GCC 6, FTBFS with GCC 7 fixed upstream. (closes: #853569)

Bas Couwenberg sebastic at debian.org
Wed Aug 16 19:29:52 UTC 2017


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

sebastic pushed a commit to branch master
in repository nco.

commit ca6980571335663d5ce34fb74285f9856ac45aca
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Aug 16 21:16:12 2017 +0200

    Don't explicitly build with GCC 6, FTBFS with GCC 7 fixed upstream. (closes: #853569)
---
 debian/changelog | 2 ++
 debian/control   | 2 --
 debian/rules     | 3 ---
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 58abb0e..ca7123c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ nco (4.6.8-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update gbp.conf to use --no-rollback for gbp import-orig.
+  * Don't explicitly build with GCC 6, FTBFS with GCC 7 fixed upstream.
+    (closes: #853569)
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 16 Aug 2017 21:14:55 +0200
 
diff --git a/debian/control b/debian/control
index 5826d7c..bc9dd65 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,6 @@ Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               gcc-6,
-               g++-6,
                autotools-dev,
                bison,
                flex,
diff --git a/debian/rules b/debian/rules
index 95afb75..dae9e00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 # Use custom automake command to prevent autoreconf failure
 export AUTOMAKE = ./debian/automake.sh
 
-export CC=gcc-6
-export CXX=g++-6
-
 %:
 	dh $@ --with autoreconf \
 	      --buildsystem autoconf \

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



More information about the Pkg-grass-devel mailing list