This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository otb.
commit d140320857ffd2902ebaead21721c6757fdf48b7 Author: Bas Couwenberg <[email protected]> Date: Sat May 13 12:48:41 2017 +0200 Drop libotbiomw package, library no longer built. --- debian/changelog | 1 + debian/control | 17 -------- debian/control.in | 17 -------- debian/libotbiomw-6.0-1.install | 1 - debian/libotbiomw-6.0-1.symbols | 95 ----------------------------------------- 5 files changed, 1 insertion(+), 130 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8f0fe41..3eedfdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ otb (6.0.0+dfsg-1) UNRELEASED; urgency=medium - Project changed license from CeCILL-2.0 to Apache-2.0 - Update license & copyright for OSSIM plugins * Add additional Boost (build) dependencies. + * Drop libotbiomw package, library no longer built. -- Bas Couwenberg <[email protected]> Sat, 13 May 2017 09:40:57 +0200 diff --git a/debian/control b/debian/control index 87593f7..757f9ee 100644 --- a/debian/control +++ b/debian/control @@ -88,7 +88,6 @@ Depends: cmake (>= 2.8.3), libotbiokml-6.0-1 (= ${binary:Version}), libotbiolum-6.0-1 (= ${binary:Version}), libotbiomstar-6.0-1 (= ${binary:Version}), - libotbiomw-6.0-1 (= ${binary:Version}), libotbioonera-6.0-1 (= ${binary:Version}), libotbiorad-6.0-1 (= ${binary:Version}), libotbiotilemap-6.0-1 (= ${binary:Version}), @@ -186,20 +185,6 @@ Description: ORFEO Toolbox library - OTBIOMSTAR . This package contains the OTBIOMSTAR shared library. -Package: libotbiomw-6.0-1 -Architecture: any -Section: libs -Depends: ${shlibs:Depends}, - ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} -Description: ORFEO Toolbox library - OTBIOMW - ORFEO Toolbox (OTB) is distributed as an open source library of image - processing algorithms. OTB is based on the medical image processing library - ITK and offers particular functionalities for remote sensing image processing - in general and for high spatial resolution images in particular. - . - This package contains the OTBIOMW shared library. - Package: libotbioonera-6.0-1 Architecture: any Section: libs @@ -797,7 +782,6 @@ Depends: libotbapplicationengine-6.0-1 (= ${binary:Version}), libotbiokml-6.0-1 (= ${binary:Version}), libotbiolum-6.0-1 (= ${binary:Version}), libotbiomstar-6.0-1 (= ${binary:Version}), - libotbiomw-6.0-1 (= ${binary:Version}), libotbioonera-6.0-1 (= ${binary:Version}), libotbiorad-6.0-1 (= ${binary:Version}), libotbiotilemap-6.0-1 (= ${binary:Version}), @@ -933,7 +917,6 @@ Depends: libotbapplicationengine-6.0-1 (= ${binary:Version}), libotbiokml-6.0-1 (= ${binary:Version}), libotbiolum-6.0-1 (= ${binary:Version}), libotbiomstar-6.0-1 (= ${binary:Version}), - libotbiomw-6.0-1 (= ${binary:Version}), libotbioonera-6.0-1 (= ${binary:Version}), libotbiorad-6.0-1 (= ${binary:Version}), libotbiotilemap-6.0-1 (= ${binary:Version}), diff --git a/debian/control.in b/debian/control.in index bf9ca1b..e23aaf1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -88,7 +88,6 @@ Depends: cmake (>= 2.8.3), libotbiokml-@SOVERSION@ (= ${binary:Version}), libotbiolum-@SOVERSION@ (= ${binary:Version}), libotbiomstar-@SOVERSION@ (= ${binary:Version}), - libotbiomw-@SOVERSION@ (= ${binary:Version}), libotbioonera-@SOVERSION@ (= ${binary:Version}), libotbiorad-@SOVERSION@ (= ${binary:Version}), libotbiotilemap-@SOVERSION@ (= ${binary:Version}), @@ -186,20 +185,6 @@ Description: ORFEO Toolbox library - OTBIOMSTAR . This package contains the OTBIOMSTAR shared library. -Package: libotbiomw-@SOVERSION@ -Architecture: any -Section: libs -Depends: ${shlibs:Depends}, - ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} -Description: ORFEO Toolbox library - OTBIOMW - ORFEO Toolbox (OTB) is distributed as an open source library of image - processing algorithms. OTB is based on the medical image processing library - ITK and offers particular functionalities for remote sensing image processing - in general and for high spatial resolution images in particular. - . - This package contains the OTBIOMW shared library. - Package: libotbioonera-@SOVERSION@ Architecture: any Section: libs @@ -797,7 +782,6 @@ Depends: libotbapplicationengine-@SOVERSION@ (= ${binary:Version}), libotbiokml-@SOVERSION@ (= ${binary:Version}), libotbiolum-@SOVERSION@ (= ${binary:Version}), libotbiomstar-@SOVERSION@ (= ${binary:Version}), - libotbiomw-@SOVERSION@ (= ${binary:Version}), libotbioonera-@SOVERSION@ (= ${binary:Version}), libotbiorad-@SOVERSION@ (= ${binary:Version}), libotbiotilemap-@SOVERSION@ (= ${binary:Version}), @@ -933,7 +917,6 @@ Depends: libotbapplicationengine-@SOVERSION@ (= ${binary:Version}), libotbiokml-@SOVERSION@ (= ${binary:Version}), libotbiolum-@SOVERSION@ (= ${binary:Version}), libotbiomstar-@SOVERSION@ (= ${binary:Version}), - libotbiomw-@SOVERSION@ (= ${binary:Version}), libotbioonera-@SOVERSION@ (= ${binary:Version}), libotbiorad-@SOVERSION@ (= ${binary:Version}), libotbiotilemap-@SOVERSION@ (= ${binary:Version}), diff --git a/debian/libotbiomw-6.0-1.install b/debian/libotbiomw-6.0-1.install deleted file mode 100644 index f7399dc..0000000 --- a/debian/libotbiomw-6.0-1.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libOTBIOMW-*.so.* diff --git a/debian/libotbiomw-6.0-1.symbols b/debian/libotbiomw-6.0-1.symbols deleted file mode 100644 index 7cee49c..0000000 --- a/debian/libotbiomw-6.0-1.symbols +++ /dev/null @@ -1,95 +0,0 @@ -# SymbolsHelper-Confirmed: 5.2.1 amd64 -libOTBIOMW-6.0.so.1 #PACKAGE# #MINVER# - _ZN3itk18LightProcessObject11SetProgressEf@Base 5.2.0 - _ZN3itk18LightProcessObject12GenerateDataEv@Base 5.2.0 - _ZN3itk18LightProcessObject19AbortGenerateDataOnEv@Base 5.2.0 - _ZN3itk18LightProcessObject20AbortGenerateDataOffEv@Base 5.2.0 - _ZN3itk18LightProcessObject20SetAbortGenerateDataEb@Base 5.2.0 - (optional=templinst)_ZN3itk20CreateObjectFunctionIN3otb9MWImageIOEE12CreateObjectEv@Base 5.2.0 - (optional=templinst)_ZN3itk20CreateObjectFunctionIN3otb9MWImageIOEED0Ev@Base 5.2.0 - (optional=templinst)_ZN3itk20CreateObjectFunctionIN3otb9MWImageIOEED1Ev@Base 5.2.0 - (optional=templinst)_ZN3itk20CreateObjectFunctionIN3otb9MWImageIOEED2Ev@Base 5.2.0 - _ZN3itk6Object13SetObjectNameENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 5.2.0 - _ZN3otb11ImageIOBase11SetFileNameEPKc@Base 5.2.0 - _ZN3otb11ImageIOBase11SetFileNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 5.2.0 - _ZN3otb11ImageIOBase11SetFileTypeENS0_8FileTypeE@Base 5.2.0 - _ZN3otb11ImageIOBase11SetIORegionEN3itk13ImageIORegionE@Base 5.2.0 - _ZN3otb11ImageIOBase12SetByteOrderENS0_9ByteOrderE@Base 5.2.0 - _ZN3otb11ImageIOBase12SetPixelTypeENS0_11IOPixelTypeE@Base 5.2.0 - _ZN3otb11ImageIOBase16SetComponentTypeENS0_15IOComponentTypeE@Base 5.2.0 - _ZN3otb11ImageIOBase16UseCompressionOnEv@Base 5.2.0 - _ZN3otb11ImageIOBase17SetUseCompressionEb@Base 5.2.0 - _ZN3otb11ImageIOBase17SupportsDimensionEm@Base 5.2.0 - _ZN3otb11ImageIOBase17UseCompressionOffEv@Base 5.2.0 - _ZN3otb11ImageIOBase20UseStreamedReadingOnEv@Base 5.2.0 - _ZN3otb11ImageIOBase20UseStreamedWritingOnEv@Base 5.2.0 - _ZN3otb11ImageIOBase21SetNumberOfComponentsEj@Base 5.2.0 - _ZN3otb11ImageIOBase21SetUseStreamedReadingEb@Base 5.2.0 - _ZN3otb11ImageIOBase21SetUseStreamedWritingEb@Base 5.2.0 - _ZN3otb11ImageIOBase21UseStreamedReadingOffEv@Base 5.2.0 - _ZN3otb11ImageIOBase21UseStreamedWritingOffEv@Base 5.2.0 - _ZN3otb16MWImageIOFactoryC1Ev@Base 5.2.0 - _ZN3otb16MWImageIOFactoryC2Ev@Base 5.2.0 - _ZN3otb16MWImageIOFactoryD0Ev@Base 5.2.0 - _ZN3otb16MWImageIOFactoryD1Ev@Base 5.2.0 - _ZN3otb16MWImageIOFactoryD2Ev@Base 5.2.0 - _ZN3otb33MWImageIOFactoryRegister__PrivateEv@Base 5.2.0 - _ZN3otb9MWImageIO10ReadVolumeEPv@Base 5.2.0 - _ZN3otb9MWImageIO11CanReadFileEPKc@Base 5.2.0 - _ZN3otb9MWImageIO12CanWriteFileEPKc@Base 5.2.0 - _ZN3otb9MWImageIO12GetExtensionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 5.2.0 - _ZN3otb9MWImageIO13CanStreamReadEv@Base 5.2.0 - _ZN3otb9MWImageIO14CanStreamWriteEv@Base 5.2.0 - _ZN3otb9MWImageIO16GetOverviewsInfoB5cxx11Ev@Base 5.2.0 - _ZN3otb9MWImageIO17GetOverviewsCountEv@Base 5.2.0 - _ZN3otb9MWImageIO20ReadImageInformationEv@Base 5.2.0 - _ZN3otb9MWImageIO21WriteImageInformationEv@Base 5.2.0 - _ZN3otb9MWImageIO23SetOutputImagePixelTypeEbb@Base 5.2.0 - _ZN3otb9MWImageIO29InternalReadHeaderInformationERSt13basic_fstreamIcSt11char_traitsIcEEb@Base 5.2.0 - _ZN3otb9MWImageIO4ReadEPv@Base 5.2.0 - _ZN3otb9MWImageIO5WriteEPKv@Base 5.2.0 - _ZN3otb9MWImageIOC1Ev@Base 5.2.0 - _ZN3otb9MWImageIOC2Ev@Base 5.2.0 - _ZN3otb9MWImageIOD0Ev@Base 5.2.0 - _ZN3otb9MWImageIOD1Ev@Base 5.2.0 - _ZN3otb9MWImageIOD2Ev@Base 5.2.0 - _ZNK3itk11LightObject17GetReferenceCountEv@Base 5.2.0 - _ZNK3itk18LightProcessObject11GetProgressEv@Base 5.2.0 - _ZNK3itk18LightProcessObject20GetAbortGenerateDataEv@Base 5.2.0 - (optional=templinst)_ZNK3itk20CreateObjectFunctionIN3otb9MWImageIOEE13CreateAnotherEv@Base 5.2.0 - _ZNK3itk6Object13GetObjectNameB5cxx11Ev@Base 5.2.0 - _ZNK3itk6Object14GetNameOfClassEv@Base 5.2.0 - _ZNK3otb11ImageIOBase10GetSpacingEj@Base 5.2.0 - _ZNK3otb11ImageIOBase11GetFileNameEv@Base 5.2.0 - _ZNK3otb11ImageIOBase11GetFileTypeEv@Base 5.2.0 - _ZNK3otb11ImageIOBase11GetIORegionEv@Base 5.2.0 - _ZNK3otb11ImageIOBase12GetByteOrderEv@Base 5.2.0 - _ZNK3otb11ImageIOBase12GetDirectionEj@Base 5.2.0 - _ZNK3otb11ImageIOBase12GetPixelTypeEv@Base 5.2.0 - _ZNK3otb11ImageIOBase13GetDimensionsEj@Base 5.2.0 - _ZNK3otb11ImageIOBase16GetComponentTypeEv@Base 5.2.0 - _ZNK3otb11ImageIOBase17GetUseCompressionEv@Base 5.2.0 - _ZNK3otb11ImageIOBase21GetNumberOfComponentsEv@Base 5.2.0 - _ZNK3otb11ImageIOBase21GetNumberOfDimensionsEv@Base 5.2.0 - _ZNK3otb11ImageIOBase21GetUseStreamedReadingEv@Base 5.2.0 - _ZNK3otb11ImageIOBase21GetUseStreamedWritingEv@Base 5.2.0 - _ZNK3otb11ImageIOBase9GetOriginEj@Base 5.2.0 - _ZNK3otb16MWImageIOFactory13CreateAnotherEv@Base 5.2.0 - _ZNK3otb16MWImageIOFactory14GetDescriptionEv@Base 5.2.0 - _ZNK3otb16MWImageIOFactory14GetNameOfClassEv@Base 5.2.0 - _ZNK3otb16MWImageIOFactory19GetITKSourceVersionEv@Base 5.2.0 - _ZNK3otb9MWImageIO13CreateAnotherEv@Base 5.2.0 - _ZNK3otb9MWImageIO14GetNameOfClassEv@Base 5.2.0 - _ZNK3otb9MWImageIO9PrintSelfERSoN3itk6IndentE@Base 5.2.0 - (optional=templinst)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 5.2.0 - (optional=templinst)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 5.2.0 - (optional=templinst)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 5.2.0 - _ZTIN3itk20CreateObjectFunctionIN3otb9MWImageIOEEE@Base 5.2.0 - _ZTIN3otb16MWImageIOFactoryE@Base 5.2.0 - _ZTIN3otb9MWImageIOE@Base 5.2.0 - _ZTSN3itk20CreateObjectFunctionIN3otb9MWImageIOEEE@Base 5.2.0 - _ZTSN3otb16MWImageIOFactoryE@Base 5.2.0 - _ZTSN3otb9MWImageIOE@Base 5.2.0 - _ZTVN3itk20CreateObjectFunctionIN3otb9MWImageIOEEE@Base 5.2.0 - _ZTVN3otb16MWImageIOFactoryE@Base 5.2.0 - _ZTVN3otb9MWImageIOE@Base 5.2.0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

