[med-svn] [libmems] 02/05: Add missing include so that BOOST_WORKAROUND is defined
Andreas Tille
tille at debian.org
Tue Nov 8 17:21:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libmems.
commit 43bd595ec4ee0240d6fda6bb8fb3c07c52be0078
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 8 14:14:05 2016 +0100
Add missing include so that BOOST_WORKAROUND is defined
---
debian/changelog | 3 +++
debian/patches/boost1.62.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 20 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 63c48ca..707ef53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
libmems (1.6.0+4725-4) UNRELEASED; urgency=medium
* Use fake watch file
+ * Add missing include so that BOOST_WORKAROUND is defined (thanks to
+ (Graham Inggs <ginggs at debian.org> for the patch)
+ Closes: #843628
-- Andreas Tille <tille at debian.org> Tue, 08 Nov 2016 14:11:21 +0100
diff --git a/debian/patches/boost1.62.patch b/debian/patches/boost1.62.patch
new file mode 100644
index 0000000..e5b5e74
--- /dev/null
+++ b/debian/patches/boost1.62.patch
@@ -0,0 +1,16 @@
+Description: Fix FTBFS with Boost 1.62
+ Add missing include so that BOOST_WORKAROUND is defined.
+Author: Graham Inggs <ginggs at debian.org>
+Last-Update: 2016-11-08
+Bug-Debian: https://bugs.debian.org/843628
+
+--- a/libMems/AbstractMatch.h
++++ b/libMems/AbstractMatch.h
+@@ -16,6 +16,7 @@
+ #include "libGenome/gnClone.h"
+ #include <vector>
+ #include <algorithm>
++#include <boost/detail/workaround.hpp>
+ #include <boost/type_traits/remove_pointer.hpp>
+ #include <boost/type_traits/add_pointer.hpp>
+ #include <boost/dynamic_bitset.hpp>
diff --git a/debian/patches/series b/debian/patches/series
index c309431..b425d6b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ pkg-config-directive.patch
03_update_boost_m4_to_git_d9ff75.patch
04_add_dependend_libs_to_link_command.patch
05_gcc-6.patch
+boost1.62.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libmems.git
More information about the debian-med-commit
mailing list