[otb] 01/01: Don't explicitly build with GCC 6, libshark now supports GCC 7.
Bas Couwenberg
sebastic at debian.org
Mon Nov 13 22:04:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository otb.
commit 54de1e3594995b15fa7024f58987093b2803a841
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Nov 13 23:04:09 2017 +0100
Don't explicitly build with GCC 6, libshark now supports GCC 7.
---
debian/changelog | 6 ++++++
debian/control | 2 --
debian/control.in | 2 --
debian/rules | 3 ---
4 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7d80a29..7c95873 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+otb (6.2.0+dfsg-2) UNRELEASED; urgency=medium
+
+ * Don't explicitly build with GCC 6, libshark now supports GCC 7.
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 13 Nov 2017 23:03:39 +0100
+
otb (6.2.0+dfsg-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 4b4a302..87c0792 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,6 @@ Build-Depends: debhelper (>= 9),
dh-python,
dpkg-dev (>= 1.16.1~),
cmake (>= 3.1.0),
- gcc-6,
- g++-6,
libboost-date-time-dev,
libboost-filesystem-dev,
libboost-graph-dev,
diff --git a/debian/control.in b/debian/control.in
index 934ae1f..50d94fe 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -10,8 +10,6 @@ Build-Depends: debhelper (>= 9),
dh-python,
dpkg-dev (>= 1.16.1~),
cmake (>= 3.1.0),
- gcc-6,
- g++-6,
libboost-date-time-dev,
libboost-filesystem-dev,
libboost-graph-dev,
diff --git a/debian/rules b/debian/rules
index 585e4d7..3c8b0fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,9 +36,6 @@ OTB_VERSION_FULL = $(OTB_VERSION_MAJOR).$(OTB_VERSION_MINOR).$(OTB_VERSION_PAT
UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
-export CC=gcc-6
-export CXX=g++-6
-
CMAKE_FLAGS = \
-DBUILD_EXAMPLES:BOOL=OFF \
-DBUILD_SHARED_LIBS:BOOL=ON \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git
More information about the Pkg-grass-devel
mailing list