Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Remove shark support, no longer in testing due to RC bug.
· 9cf87396
Bas Couwenberg
authored
Nov 14, 2018
9cf87396
Drop unused lintian override for spelling-error-in-binary.
· 7929dcf7
Bas Couwenberg
authored
Nov 14, 2018
7929dcf7
Update symbols for amd64.
· b3e0138e
Bas Couwenberg
authored
Nov 14, 2018
b3e0138e
Set distribution to unstable.
· 3ca59c34
Bas Couwenberg
authored
Nov 14, 2018
3ca59c34
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3ca59c34
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.
...
...
debian/control
View file @
3ca59c34
...
...
@@ -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}),
...
...
debian/control.in
View file @
3ca59c34
...
...
@@ -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}),
...
...
debian/libotb-apps.lintian-overrides
View file @
3ca59c34
# False positive, string not included in source.
spelling-error-in-binary * Verticies Vertices
spelling-error-in-binary * scaleable scalable
debian/libotbsiftfast-6.6-1.symbols
View file @
3ca59c34
...
...
@@ -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
...
...
debian/rules
View file @
3ca59c34
...
...
@@ -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
...
...