[med-svn] [spades] 01/04: fix FTBFS with GCC 7
Sascha Steinbiss
satta at debian.org
Thu Aug 10 14:51:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository spades.
commit 018a5c2bb34ee4d83a6c5c4297f30328d6e131e6
Author: Sascha Steinbiss <satta at debian.org>
Date: Thu Aug 10 16:40:45 2017 +0200
fix FTBFS with GCC 7
---
debian/changelog | 7 +++++++
debian/patches/gcc7.patch | 10 ++++++++++
debian/patches/series | 1 +
3 files changed, 18 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index bdbb740..d5747db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+spades (3.10.1+dfsg-3) unstable; urgency=medium
+
+ * Fix FTBFS with GCC 7.
+ Closes: #853666
+
+ -- Sascha Steinbiss <satta at debian.org> Thu, 10 Aug 2017 16:39:50 +0200
+
spades (3.10.1+dfsg-2) unstable; urgency=medium
* Upload to unstable.
diff --git a/debian/patches/gcc7.patch b/debian/patches/gcc7.patch
new file mode 100644
index 0000000..ad4e692
--- /dev/null
+++ b/debian/patches/gcc7.patch
@@ -0,0 +1,10 @@
+--- a/src/common/utils/segfault_handler.hpp
++++ b/src/common/utils/segfault_handler.hpp
+@@ -12,6 +12,7 @@
+ #include "boost/noncopyable.hpp"
+
+ #include <signal.h>
++#include <functional>
+
+ struct segfault_handler : boost::noncopyable {
+ typedef std::function<void()> callback_t;
diff --git a/debian/patches/series b/debian/patches/series
index 0d3a95c..28ac2f3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@
0117_build_with_debug.patch
fix-bool-cast
spelling
+gcc7.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spades.git
More information about the debian-med-commit
mailing list