[med-svn] [opensurgsim] 01/01: Fix FTBFS with GCC 6

Andreas Tille tille at debian.org
Thu Aug 25 13:31:00 UTC 2016


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

tille pushed a commit to branch master
in repository opensurgsim.

commit 2164af4b07985bb9500b90513ada919dbe264ab9
Author: Andreas Tille <tille at debian.org>
Date:   Thu Aug 25 15:29:31 2016 +0200

    Fix FTBFS with GCC 6
---
 debian/changelog          |  3 +++
 debian/patches/gcc6.patch | 16 ++++++++++++++++
 debian/patches/series     |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 67b13e5..6ab6969 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ opensurgsim (0.6.0-6) UNRELEASED; urgency=medium
 
   * Team upload
   * cme fix dpkg-control
+  * Fix FTBFS with GCC 6 (thanks for the patch to Graham Inggs
+    <ginggs at debian.org>)
+    Closes: #831096
 
  -- Andreas Tille <tille at debian.org>  Thu, 25 Aug 2016 15:15:21 +0200
 
diff --git a/debian/patches/gcc6.patch b/debian/patches/gcc6.patch
new file mode 100644
index 0000000..192cef9
--- /dev/null
+++ b/debian/patches/gcc6.patch
@@ -0,0 +1,16 @@
+Description: Fix FTBFS with GCC 6
+ See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
+Bug-Debian: https://bugs.debian.org/831096
+Author: Graham Inggs <ginggs at debian.org>
+Last-Update: 2016-08-23
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -93,7 +93,7 @@ else(USE_SYSTEM_YAMLCPP)
+ endif(USE_SYSTEM_YAMLCPP)
+ 
+ include_directories(${SURGSIM_SOURCE_DIR})
+-include_directories(SYSTEM
++include_directories(
+ 	${Boost_INCLUDE_DIR}
+ 	${EIGEN3_INCLUDE_DIR}
+ 	${YAML_CPP_INCLUDE_DIR}
diff --git a/debian/patches/series b/debian/patches/series
index 1d14f80..fe3bfbc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,3 +13,4 @@ fix-fem-ply-reading.patch
 fix-build-with-eigen-3-3.patch
 backport-b9584d8c1.patch
 disable-sensitive-tests.patch
+gcc6.patch

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



More information about the debian-med-commit mailing list