[Pkg-octave-commit] [SCM] Debian packaging for octave branch, master, updated. debian/3.4.3-1-21-g4f08385

Thomas Weber tweber at debian.org
Tue Jan 17 21:59:04 UTC 2012


The following commit has been merged in the master branch:
commit cc25e1989e456bbb53cb35582d41e600c818071e
Author: Thomas Weber <tweber at debian.org>
Date:   Thu Jan 12 22:26:39 2012 +0000

    Mark compute_threshold as optional via regex
    
    It's a private method with template instantiation.

diff --git a/debian/liboctave0.symbols b/debian/liboctave0.symbols
index 679d24b..dceed98 100644
--- a/debian/liboctave0.symbols
+++ b/debian/liboctave0.symbols
@@ -18894,16 +18894,8 @@ liboctinterp.so.0 liboctave0 #MINVER#
  _ZN15octave_functionD0Ev at Base 3.4.3
  _ZN15octave_functionD1Ev at Base 3.4.3
  _ZN15octave_functionD2Ev at Base 3.4.3
-# not part of API (private function)
- (c++|optional=notPartOfAPI)"double octave_int_base<signed char>::compute_threshold<double>(double, signed char)@Base" 3.4.3
- _ZN15octave_int_baseIiE17compute_thresholdIdEET_S2_i at Base 3.4.3
- _ZN15octave_int_baseIiE17compute_thresholdIfEET_S2_i at Base 3.4.3
-# not part of API (private function)
- (c++|optional=notPartOfAPI)"double octave_int_base<unsigned int>::compute_threshold<double>(double, unsigned int)@Base" 3.4.3
- _ZN15octave_int_baseIsE17compute_thresholdIdEET_S2_s at Base 3.4.3
-# not part of API (private function)
- (c++|optional=notPartOfAPI)"double octave_int_base<unsigned short>::compute_threshold<double>(double, unsigned short)@Base" 3.4.3
- (c++|optional=notPartOfAPI)"float octave_int_base<unsigned short>::compute_threshold<float>(float, unsigned short)@Base" 3.4.3
+# not part of API (private function), template based
+ (c++|regex|optional=notPartOfAPI)".*octave_int_base<.*>::compute_threshold<.*>.*Base" 3.4.3
  _ZN15octave_null_str13register_typeEv at Base 3.4.3
  _ZN15octave_null_str4t_idE at Base 3.4.3
  _ZN15octave_null_str6c_nameE at Base 3.4.3
diff --git a/debian/liboctave0.symbols.32bit b/debian/liboctave0.symbols.32bit
index 25eab02..4a6d965 100644
--- a/debian/liboctave0.symbols.32bit
+++ b/debian/liboctave0.symbols.32bit
@@ -7348,12 +7348,6 @@ liboctinterp.so.0 liboctave0 #MINVER#
  _ZN15c_zfile_ptr_buf6xsgetnEPci at Base 3.4.3
  _ZN15c_zfile_ptr_buf6xsputnEPKci at Base 3.4.3
  _ZN15c_zfile_ptr_buf7seekoffExSt12_Ios_SeekdirSt13_Ios_Openmode at Base 3.4.3
- _ZN15octave_int_baseIaE17compute_thresholdIfEET_S2_a at Base 3.4.3
- _ZN15octave_int_baseIhE17compute_thresholdIdEET_S2_h at Base 3.4.3
- _ZN15octave_int_baseIhE17compute_thresholdIfEET_S2_h at Base 3.4.3
- _ZN15octave_int_baseIjE17compute_thresholdIfEET_S2_j at Base 3.4.3
- _ZN15octave_int_baseIsE17compute_thresholdIfEET_S2_s at Base 3.4.3
- _ZN15octave_int_baseIyE17compute_thresholdIdEET_S2_y at Base 3.4.3
  _ZN17octave_call_stack13do_goto_frameEjb at Base 3.4.3
  _ZN17octave_call_stack13restore_frameEj at Base 3.4.3
  _ZN17octave_call_stack16caller_user_codeEj at Base 3.4.3
diff --git a/debian/liboctave0.symbols.64bit b/debian/liboctave0.symbols.64bit
index 41cd724..4159bb8 100644
--- a/debian/liboctave0.symbols.64bit
+++ b/debian/liboctave0.symbols.64bit
@@ -7287,7 +7287,6 @@ liboctinterp.so.0 liboctave0 #MINVER#
  _ZN15c_zfile_ptr_buf6xsgetnEPcl at Base 3.4.3
  _ZN15c_zfile_ptr_buf6xsputnEPKcl at Base 3.4.3
  _ZN15c_zfile_ptr_buf7seekoffElSt12_Ios_SeekdirSt13_Ios_Openmode at Base 3.4.3
- _ZN15octave_int_baseImE17compute_thresholdIdEET_S2_m at Base 3.4.3
  _ZN17octave_call_stack13do_goto_frameEmb at Base 3.4.3
  _ZN17octave_call_stack13restore_frameEm at Base 3.4.3
  _ZN17octave_call_stack16caller_user_codeEm at Base 3.4.3

-- 
Debian packaging for octave



More information about the Pkg-octave-commit mailing list