Author: ucko Date: 2014-06-30 15:02:48 +0000 (Mon, 30 Jun 2014) New Revision: 17377
Modified: trunk/packages/ncbi-blast+/trunk/debian/changelog trunk/packages/ncbi-blast+/trunk/debian/patches/include_typeinfo Log: debian/patches/include_typeinfo: Patch include/corelib/ncbistl.hpp to ensure sufficient coverage; fix typos in patch headers. (Closes: #753190.) Modified: trunk/packages/ncbi-blast+/trunk/debian/changelog =================================================================== --- trunk/packages/ncbi-blast+/trunk/debian/changelog 2014-06-30 14:59:16 UTC (rev 17376) +++ trunk/packages/ncbi-blast+/trunk/debian/changelog 2014-06-30 15:02:48 UTC (rev 17377) @@ -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 <[email protected]> Mon, 30 Jun 2014 10:59:14 -0400 + -- Aaron M. Ucko <[email protected]> Mon, 30 Jun 2014 11:02:45 -0400 ncbi-blast+ (2.2.29-2) unstable; urgency=medium Modified: trunk/packages/ncbi-blast+/trunk/debian/patches/include_typeinfo =================================================================== --- trunk/packages/ncbi-blast+/trunk/debian/patches/include_typeinfo 2014-06-30 14:59:16 UTC (rev 17376) +++ trunk/packages/ncbi-blast+/trunk/debian/patches/include_typeinfo 2014-06-30 15:02:48 UTC (rev 17377) @@ -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 <[email protected]> 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 <typeinfo> - #include <ncbi_pch.hpp> - #include <corelib/error_codes.hpp> - #include <corelib/ncbistr.hpp> +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 <ext/concurrence.h> + # ifdef _GLIBCXX_THROW_OR_ABORT /* using libstdc++ from GCC 4.8 or later */ ++# include <typeinfo> + # include <bits/unique_ptr.h> + # include <bits/shared_ptr.h> + # endif _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
