[SCM] libde265/master: Use regex to mark optional "std::vector" symbols.

fancycode-guest at users.alioth.debian.org fancycode-guest at users.alioth.debian.org
Tue Sep 16 16:48:10 UTC 2014


The following commit has been merged in the master branch:
commit f5f54672fbdad1e987aa81ecf65078b21b1a86f2
Author: Joachim Bauch <bauch at struktur.de>
Date:   Tue Sep 16 18:47:11 2014 +0200

    Use regex to mark optional "std::vector" symbols.

diff --git a/debian/libde265-0.symbols b/debian/libde265-0.symbols
index 3aaf24d..3510eca 100644
--- a/debian/libde265-0.symbols
+++ b/debian/libde265-0.symbols
@@ -1,8 +1,5 @@
 libde265.so.0 libde265-0 #MINVER#
- (optional)_ZNSt6vectorIiSaIiEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPiS1_EERKi at Base 0.8
- (optional)_ZNSt6vectorIiSaIiEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPiS1_EEmRKi at Base 0.8
- (optional)_ZNSt6vectorIiSaIiEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPiS1_EEjRKi at Base 0.8
- (optional)_ZNSt6vectorIiSaIiEEaSERKS1_ at Base 0.8
+ (optional|c++|regex)"^std::vector<int, std::allocator<int> >::.*@Base$" 0.8
  de265_change_framerate at Base 0.8
  de265_decode at Base 0.8
  de265_decode_data at Base 0.8

-- 
libde265 packaging



More information about the pkg-multimedia-commits mailing list