This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository seqan2.
commit fdbb91f4730222026af23fc04bf2f6566afc4a48 Author: Andreas Tille <[email protected]> Date: Fri Dec 2 19:00:29 2016 +0100 Update changelog --- debian/changelog | 8 ++++++++ debian/patches/boost1.62.patch | 2 ++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index d45b1a4..f51a6ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +seqan2 (2.2.0+dfsg-5) UNRELEASED; urgency=medium + + * Fix build issue with boost 1.62 (Thanks for the patch to Graham Inggs + <[email protected]>) + Closes: #846617 + + -- Andreas Tille <[email protected]> Fri, 02 Dec 2016 18:59:07 +0100 + seqan2 (2.2.0+dfsg-4) unstable; urgency=medium * Restrict to known working archs for now. Closes: #840025 diff --git a/debian/patches/boost1.62.patch b/debian/patches/boost1.62.patch index 3c127bb..299fd10 100644 --- a/debian/patches/boost1.62.patch +++ b/debian/patches/boost1.62.patch @@ -2,6 +2,8 @@ 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 +Bug-Debian: https://bugs.debian.org/846617 + --- a/apps/bs_tools/casbar.cpp +++ b/apps/bs_tools/casbar.cpp @@ -64,6 +64,7 @@ -- 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
