Skip to content
Commits on Source (4)
otb (6.6.0+dfsg-5) unstable; urgency=medium
* Team upload.
* Remove shark support, no longer in testing due to RC bug.
* Drop unused lintian override for spelling-error-in-binary.
* Update symbols for amd64.
-- Bas Couwenberg <sebastic@debian.org> Wed, 14 Nov 2018 07:00:08 +0100
otb (6.6.0+dfsg-4) unstable; urgency=medium
* Add Build-Depends-Package field to symbols file.
......
......@@ -33,7 +33,6 @@ Build-Depends: debhelper (>= 9),
libpng-dev,
libqt5opengl5-dev,
libqwt-qt5-dev,
libshark-dev,
libsvm-dev,
libtinyxml-dev,
libtool,
......@@ -119,7 +118,6 @@ Depends: cmake (>= 2.8.3),
libotbvectordataio-6.6-1 (= ${binary:Version}),
libotbwavelet-6.6-1 (= ${binary:Version}),
libqwt-qt5-dev,
libshark-dev,
libsvm-dev,
monteverdi (= ${binary:Version}),
otb-testdriver (= ${binary:Version}),
......
......@@ -33,7 +33,6 @@ Build-Depends: debhelper (>= 9),
libpng-dev,
libqt5opengl5-dev,
libqwt-qt5-dev,
libshark-dev,
libsvm-dev,
libtinyxml-dev,
libtool,
......@@ -119,7 +118,6 @@ Depends: cmake (>= 2.8.3),
libotbvectordataio-@SOVERSION@ (= ${binary:Version}),
libotbwavelet-@SOVERSION@ (= ${binary:Version}),
libqwt-qt5-dev,
libshark-dev,
libsvm-dev,
monteverdi (= ${binary:Version}),
otb-testdriver (= ${binary:Version}),
......
# False positive, string not included in source.
spelling-error-in-binary * Verticies Vertices
spelling-error-in-binary * scaleable scalable
......@@ -43,6 +43,7 @@ libotbsiftfast-6.6.so.1 #PACKAGE# #MINVER#
(optional=templinst)_ZNSt3mapIfPfSt4lessIfESaISt4pairIKfS0_EEED1Ev@Base 5.2.0
(optional=templinst)_ZNSt3mapIfPfSt4lessIfESaISt4pairIKfS0_EEED2Ev@Base 5.2.0
(optional=templinst|arch=amd64)_ZNSt6vectorIPfSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_@Base 6.6.0
(optional=templinst|arch=amd64)_ZNSt6vectorIPfSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_@Base 6.6.0
(optional=templinst|arch=amd64)_ZNSt6vectorIPfSaIS0_EED1Ev@Base 6.6.0
(optional=templinst|arch=amd64)_ZNSt6vectorIPfSaIS0_EED2Ev@Base 6.6.0
(optional=templinst|arch=i386)_ZNSt6vectorIfSaIfEE17_M_default_appendEj@Base 5.6.1
......
......@@ -58,7 +58,6 @@ CMAKE_FLAGS = \
-DOTB_USE_OPENGL:BOOL=ON \
-DOTB_USE_QT:BOOL=ON \
-DOTB_USE_QWT:BOOL=ON \
-DOTB_USE_SHARK:BOOL=ON \
-DOTB_USE_SSE_FLAGS:BOOL=$(OTB_USE_SSE_FLAGS) \
-DOTB_WRAP_PYTHON:BOOL=ON \
-DOTB_WRAP_PYTHON3:BOOL=ON
......