diff options
author | David Bremner <bremner@debian.org> | 2011-07-16 16:49:45 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-07-16 22:16:46 -0300 |
commit | 1510ba3c3a9bffb1c7f7fccf2b1941019c7488c1 (patch) | |
tree | 048477fb66647517dfff7255a88278319bd0b0d3 /debian | |
parent | feb22fef2e3f6f1cf1722f00945c580e506df0df (diff) |
debian: add (demangled) Xapian exception typeinfo symbols to libnotmuch1.symbols
These are exported (again) by the library to prevent problems with
catching exceptions.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libnotmuch1.symbols | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/libnotmuch1.symbols b/debian/libnotmuch1.symbols index 8df6fec1..05d86e6d 100644 --- a/debian/libnotmuch1.symbols +++ b/debian/libnotmuch1.symbols @@ -70,3 +70,13 @@ libnotmuch.so.1 libnotmuch1 #MINVER# notmuch_threads_get@Base 0.3 notmuch_threads_move_to_next@Base 0.3 notmuch_threads_valid@Base 0.3 + (c++)"typeinfo for Xapian::LogicError@Base" 0.6.1 + (c++)"typeinfo for Xapian::RuntimeError@Base" 0.6.1 + (c++)"typeinfo for Xapian::DocNotFoundError@Base" 0.6.1 + (c++)"typeinfo for Xapian::InvalidArgumentError@Base" 0.6.1 + (c++)"typeinfo for Xapian::Error@Base" 0.6.1 + (c++)"typeinfo name for Xapian::LogicError@Base" 0.6.1 + (c++)"typeinfo name for Xapian::RuntimeError@Base" 0.6.1 + (c++)"typeinfo name for Xapian::DocNotFoundError@Base" 0.6.1 + (c++)"typeinfo name for Xapian::InvalidArgumentError@Base" 0.6.1 + (c++)"typeinfo name for Xapian::Error@Base" 0.6.1 |