This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository otb.
commit 8c85a413a0d2a8e50c60cba8f08a91196803290b Author: Bas Couwenberg <[email protected]> Date: Tue Nov 8 20:42:35 2016 +0100 Add library packages for libOTBQtAdapters & libOTBMonteverdiCore. --- debian/changelog | 1 + debian/control | 32 +++++++++++++++++++++++++++++++ debian/control.in | 32 +++++++++++++++++++++++++++++++ debian/libotbmonteverdicore-5.8-1.install | 1 + debian/libotbqtadapters-5.8-1.install | 1 + 5 files changed, 67 insertions(+) diff --git a/debian/changelog b/debian/changelog index dc1b52d..4755d8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ otb (5.8.0+dfsg-1) UNRELEASED; urgency=medium - Rename MIT license shortname to Expat * Add build dependency on libqt4-opengl-dev. * Update symbols for amd64. + * Add library packages for libOTBQtAdapters & libOTBMonteverdiCore. -- Bas Couwenberg <[email protected]> Tue, 08 Nov 2016 18:46:39 +0100 diff --git a/debian/control b/debian/control index eb58490..7604c39 100644 --- a/debian/control +++ b/debian/control @@ -78,11 +78,13 @@ Depends: cmake (>= 2.8.3), libotbiotilemap-5.8-1 (= ${binary:Version}), libotbmathparser-5.8-1 (= ${binary:Version}), libotbmetadata-5.8-1 (= ${binary:Version}), + libotbmonteverdicore-5.8-1 (= ${binary:Version}), libotbopenthreadsadapters-5.8-1 (= ${binary:Version}), libotbossimadapters-5.8-1 (= ${binary:Version}), libotbossimplugins-5.8-1 (= ${binary:Version}), libotbpolarimetry-5.8-1 (= ${binary:Version}), libotbprojection-5.8-1 (= ${binary:Version}), + libotbqtadapters-5.8-1 (= ${binary:Version}), libotbqtwidget-5.8-1 (= ${binary:Version}), libotbrcc8-5.8-1 (= ${binary:Version}), libotbsampling-5.8-1 (= ${binary:Version}), @@ -568,6 +570,20 @@ Description: ORFEO Toolbox library - OTBMetadata . This package contains the OTBMetadata shared library. +Package: libotbmonteverdicore-5.8-1 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Description: ORFEO Toolbox library - OTBMonteverdiCore + 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 OTBMonteverdiCore shared library. + Package: libotbprojection-5.8-1 Architecture: any Section: libs @@ -680,6 +696,20 @@ Description: ORFEO Toolbox library - OTBSupervised . This package contains the OTBSupervised shared library. +Package: libotbqtadapters-5.8-1 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Description: ORFEO Toolbox library - OTBQtAdapters + 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 OTBQtAdapters shared library. + Package: libotbqtwidget-5.8-1 Architecture: any Section: libs @@ -735,11 +765,13 @@ Depends: libotbapplicationengine-5.8-1 (= ${binary:Version}), libotbiotilemap-5.8-1 (= ${binary:Version}), libotbmathparser-5.8-1 (= ${binary:Version}), libotbmetadata-5.8-1 (= ${binary:Version}), + libotbmonteverdicore-5.8-1 (= ${binary:Version}), libotbopenthreadsadapters-5.8-1 (= ${binary:Version}), libotbossimadapters-5.8-1 (= ${binary:Version}), libotbossimplugins-5.8-1 (= ${binary:Version}), libotbpolarimetry-5.8-1 (= ${binary:Version}), libotbprojection-5.8-1 (= ${binary:Version}), + libotbqtadapters-5.8-1 (= ${binary:Version}), libotbqtwidget-5.8-1 (= ${binary:Version}), libotbrcc8-5.8-1 (= ${binary:Version}), libotbsampling-5.8-1 (= ${binary:Version}), diff --git a/debian/control.in b/debian/control.in index 72ba815..eca7d92 100644 --- a/debian/control.in +++ b/debian/control.in @@ -78,11 +78,13 @@ Depends: cmake (>= 2.8.3), libotbiotilemap-@SOVERSION@ (= ${binary:Version}), libotbmathparser-@SOVERSION@ (= ${binary:Version}), libotbmetadata-@SOVERSION@ (= ${binary:Version}), + libotbmonteverdicore-@SOVERSION@ (= ${binary:Version}), libotbopenthreadsadapters-@SOVERSION@ (= ${binary:Version}), libotbossimadapters-@SOVERSION@ (= ${binary:Version}), libotbossimplugins-@SOVERSION@ (= ${binary:Version}), libotbpolarimetry-@SOVERSION@ (= ${binary:Version}), libotbprojection-@SOVERSION@ (= ${binary:Version}), + libotbqtadapters-@SOVERSION@ (= ${binary:Version}), libotbqtwidget-@SOVERSION@ (= ${binary:Version}), libotbrcc8-@SOVERSION@ (= ${binary:Version}), libotbsampling-@SOVERSION@ (= ${binary:Version}), @@ -568,6 +570,20 @@ Description: ORFEO Toolbox library - OTBMetadata . This package contains the OTBMetadata shared library. +Package: libotbmonteverdicore-@SOVERSION@ +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Description: ORFEO Toolbox library - OTBMonteverdiCore + 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 OTBMonteverdiCore shared library. + Package: libotbprojection-@SOVERSION@ Architecture: any Section: libs @@ -680,6 +696,20 @@ Description: ORFEO Toolbox library - OTBSupervised . This package contains the OTBSupervised shared library. +Package: libotbqtadapters-@SOVERSION@ +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Description: ORFEO Toolbox library - OTBQtAdapters + 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 OTBQtAdapters shared library. + Package: libotbqtwidget-@SOVERSION@ Architecture: any Section: libs @@ -735,11 +765,13 @@ Depends: libotbapplicationengine-@SOVERSION@ (= ${binary:Version}), libotbiotilemap-@SOVERSION@ (= ${binary:Version}), libotbmathparser-@SOVERSION@ (= ${binary:Version}), libotbmetadata-@SOVERSION@ (= ${binary:Version}), + libotbmonteverdicore-@SOVERSION@ (= ${binary:Version}), libotbopenthreadsadapters-@SOVERSION@ (= ${binary:Version}), libotbossimadapters-@SOVERSION@ (= ${binary:Version}), libotbossimplugins-@SOVERSION@ (= ${binary:Version}), libotbpolarimetry-@SOVERSION@ (= ${binary:Version}), libotbprojection-@SOVERSION@ (= ${binary:Version}), + libotbqtadapters-@SOVERSION@ (= ${binary:Version}), libotbqtwidget-@SOVERSION@ (= ${binary:Version}), libotbrcc8-@SOVERSION@ (= ${binary:Version}), libotbsampling-@SOVERSION@ (= ${binary:Version}), diff --git a/debian/libotbmonteverdicore-5.8-1.install b/debian/libotbmonteverdicore-5.8-1.install new file mode 100644 index 0000000..f90b3c8 --- /dev/null +++ b/debian/libotbmonteverdicore-5.8-1.install @@ -0,0 +1 @@ +usr/lib/*/libOTBMonteverdiCore*.so.* diff --git a/debian/libotbqtadapters-5.8-1.install b/debian/libotbqtadapters-5.8-1.install new file mode 100644 index 0000000..1d04a4a --- /dev/null +++ b/debian/libotbqtadapters-5.8-1.install @@ -0,0 +1 @@ +usr/lib/*/libOTBQtAdapters-*.so.* -- 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

