This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository seqan2.
commit 4332e886c9a1689e9122ba71d8617cd1042c7bf1 Author: Andreas Tille <[email protected]> Date: Fri Dec 2 18:58:31 2016 +0100 Inject patch by Graham Inggs --- debian/patches/boost1.62.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) diff --git a/debian/patches/boost1.62.patch b/debian/patches/boost1.62.patch new file mode 100644 index 0000000..3c127bb --- /dev/null +++ b/debian/patches/boost1.62.patch @@ -0,0 +1,14 @@ +Description: Fix FTBFS with Boost 1.62 + Add missing include so that BOOST_WORKAROUND is defined. +Author: Graham Inggs <[email protected]> +Last-Update: 2016-12-02 +--- a/apps/bs_tools/casbar.cpp ++++ b/apps/bs_tools/casbar.cpp +@@ -64,6 +64,7 @@ + #include <seqan/vcf_io.h> + #include <seqan/bed_io.h> + ++#include <boost/detail/workaround.hpp> + #include <boost/math/tools/tuple.hpp> + #include <boost/math/tools/roots.hpp> + diff --git a/debian/patches/series b/debian/patches/series index 00d3385..52f6cc2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ pthread-linking spelling.patch short-description +boost1.62.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
