debian/patches/include_typeinfo: Patch include/corelib/ncbistl.hpp to
authorAaron M. Ucko <ucko@debian.org>
Mon, 30 Jun 2014 15:02:48 +0000 (15:02 +0000)
committerAaron M. Ucko <ucko@debian.org>
Mon, 30 Jun 2014 15:02:48 +0000 (15:02 +0000)
ensure sufficient coverage; fix typos in patch headers.  (Closes: #753190.)

debian/changelog
debian/patches/include_typeinfo

index c39c236023ac9a56c2a45433fc0b49e37ba5325a..b9199e9f3de766acb501c501d6c322d62b8c44e5 100644 (file)
@@ -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 <ucko@debian.org>  Mon, 30 Jun 2014 10:59:14 -0400
+ -- Aaron M. Ucko <ucko@debian.org>  Mon, 30 Jun 2014 11:02:45 -0400
 
 ncbi-blast+ (2.2.29-2) unstable; urgency=medium
 
index 8885642f0a4ad2d29a02e87190a5a95886dcaa23..e9fe46ac7c98c8a85ef5cb76b2a48d58457eedc7 100644 (file)
@@ -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 <osallou@debian.org>
 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