From 87e34e9cae6567b8dec0124a6a6f60f50348f3ee Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Mon, 30 Jun 2014 15:02:48 +0000 Subject: [PATCH] debian/patches/include_typeinfo: Patch include/corelib/ncbistl.hpp to ensure sufficient coverage; fix typos in patch headers. (Closes: #753190.) --- debian/changelog | 4 +++- debian/patches/include_typeinfo | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index c39c2360..b9199e9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ ncbi-blast+ (2.2.29-3) UNRELEASED; urgency=medium * NOT YET RELEASED. + * debian/patches/include_typeinfo: Patch include/corelib/ncbistl.hpp to + ensure sufficient coverage; fix typos in patch headers. (Closes: #753190.) - -- Aaron M. Ucko Mon, 30 Jun 2014 10:59:14 -0400 + -- Aaron M. Ucko Mon, 30 Jun 2014 11:02:45 -0400 ncbi-blast+ (2.2.29-2) unstable; urgency=medium diff --git a/debian/patches/include_typeinfo b/debian/patches/include_typeinfo index 8885642f..e9fe46ac 100644 --- a/debian/patches/include_typeinfo +++ b/debian/patches/include_typeinfo @@ -1,16 +1,16 @@ Subject: include required by recent compiler -Descrpition: a recent gcc version requires an include +Description: a recent gcc version requires an include Author: Olivier Sallou Forwarded: yes Bug: sent by mail -Last-Updated: 2014-0-30 ---- a/c++/src/corelib/ncbi_os_unix.cpp -+++ b/c++/src/corelib/ncbi_os_unix.cpp -@@ -29,6 +29,7 @@ - * - */ - -+#include - #include - #include - #include +Last-Updated: 2014-06-30 +--- a/c++/include/corelib/ncbistl.hpp ++++ b/c++/include/corelib/ncbistl.hpp +@@ -215,6 +215,7 @@ END_NCBI_SCOPE + # elif defined(_GLIBCXX_DEPRECATED) + # include + # ifdef _GLIBCXX_THROW_OR_ABORT /* using libstdc++ from GCC 4.8 or later */ ++# include + # include + # include + # endif -- 2.30.2