[otb] 01/15: seperating shared library into packages

Rashad Kanavath rashad-guest at moszumanska.debian.org
Wed Dec 16 14:43:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository otb.

commit 58108d7ae0802e3286b0a6daf3388546d36a1785
Author: Rashad Kanavath <rashad.kanavath at c-s.fr>
Date:   Tue Dec 15 11:14:23 2015 +0100

    seperating shared library into packages
---
 debian/control                                     | 631 +++++++++++++++++++--
 debian/libotb-commandline.install                  |   2 -
 debian/libotb.install                              |  24 +-
 debian/libotb.manpages                             |   2 +-
 debian/libotbapplicationengine-5.0-1.install       |   2 +
 debian/libotbcarto-5.0-1.install                   |   2 +
 debian/libotbcommandline-5.0-1.install             |   2 +
 debian/libotbcommandlineparser-5.0-1.install       |   2 +
 debian/libotbcommon-5.0-1.install                  |   2 +
 debian/libotbcurladapters-5.0-1.install            |   2 +
 debian/libotbedge-5.0-1.install                    |   2 +
 debian/libotbextendedfilename-5.0-1.install        |   2 +
 debian/libotbfuzzy-5.0-1.install                   |   2 +
 debian/libotbgdaladapters-5.0-1.install            |   2 +
 debian/libotbimagebase-5.0-1.install               |   2 +
 debian/libotbimageio-5.0-1.install                 |   2 +
 debian/libotbimagemanipulation-5.0-1.install       |   2 +
 debian/libotbiobsq-5.0-1.install                   |   2 +
 debian/libotbiogdal-5.0-1.install                  |   2 +
 debian/libotbiojpeg2000-5.0-1.install              |   2 +
 debian/libotbiokml-5.0-1.install                   |   2 +
 debian/libotbiolum-5.0-1.install                   |   2 +
 debian/libotbiomstar-5.0-1.install                 |   2 +
 debian/libotbiomw-5.0-1.install                    |   2 +
 debian/libotbioonera-5.0-1.install                 |   2 +
 debian/libotbiorad-5.0-1.install                   |   2 +
 debian/libotbiotilemap-5.0-1.install               |   2 +
 debian/libotbmathparser-5.0-1.install              |   2 +
 debian/libotbmetadata-5.0-1.install                |   2 +
 debian/libotbopenthreadsadapters-5.0-1.install     |   2 +
 debian/libotbossimadapters-5.0-1.install           |   2 +
 debian/libotbossimplugins-5.0-1.install            |   2 +
 debian/libotbpolarimetry-5.0-1.install             |   2 +
 debian/libotbprojection-5.0-1.install              |   2 +
 ...tb-qt4.install => libotbqtwidget-5.0-1.install} |   2 +-
 debian/libotbrcc8-5.0-1.install                    |   2 +
 debian/libotbsiftfast-5.0-1.install                |   2 +
 debian/libotbstreaming-5.0-1.install               |   2 +
 debian/libotbsupervised-5.0-1.install              |   2 +
 debian/libotbtestkernel-5.0-1.install              |   2 +
 debian/libotbtransform-5.0-1.install               |   2 +
 debian/libotbvectordatabase-5.0-1.install          |   2 +
 debian/libotbvectordataio-5.0-1.install            |   2 +
 debian/libotbwavelet-5.0-1.install                 |   2 +
 debian/otb-testdriver.install                      |   2 +
 debian/rules                                       |   2 +-
 46 files changed, 666 insertions(+), 77 deletions(-)

diff --git a/debian/control b/debian/control
index 75b1836..851695a 100644
--- a/debian/control
+++ b/debian/control
@@ -35,30 +35,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/otb.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/otb.git
 Homepage: http://www.orfeo-toolbox.org/
 
-Package: libotb
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Suggests: libotb-dev
-Conflicts: libotb3.16,
-           libotb3.18,
-           libotb3.20,
-           libotb4.0
-Description: Free library of image processing algorithms - runtime
- 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 shared libraries required by Monteverdi,
- Monteverdi2 and the OTB applications.
-
 Package: libotb-dev
 Architecture: any
 Section: libdevel
-Depends: libotb (= ${binary:Version}),
-         cmake (>= 2.8.3),
+Depends: cmake (>= 2.8.3),
          libboost-graph-dev,
          libgdal-dev (>= 1.10.0),
          libgeotiff-dev,
@@ -68,6 +48,49 @@ Depends: libotb (= ${binary:Version}),
          libopencv-dev,
          libopenthreads-dev,
          libossim-dev,
+         libotbcommandline-5.0-1 (= ${binary:Version}),
+         libotbcommandlineparser-5.0-1  (= ${binary:Version}),
+         libotbcommon-5.0-1 (= ${binary:Version}),
+         libotbcarto-5.0-1 (= ${binary:Version}),
+         libotbpolarimetry-5.0-1 (= ${binary:Version}),
+         libotbstreaming-5.0-1 (= ${binary:Version}),
+         libotbextendedfilename-5.0-1 (= ${binary:Version}),
+         libotbmathparser-5.0-1 (= ${binary:Version}),
+         libotbfuzzy-5.0-1 (= ${binary:Version}),
+         libotbmetadata-5.0-1 (= ${binary:Version}),
+         libotbprojection-5.0-1 (= ${binary:Version}),
+         libotbrcc8-5.0-1 (= ${binary:Version}),
+         libotbtestkernel-5.0-1 (= ${binary:Version}),
+         libotbtransform-5.0-1 (= ${binary:Version}),
+         libotbvectordatabase-5.0-1 (= ${binary:Version}),
+         libotbvectordataio-5.0-1 (= ${binary:Version}),
+         libotbwavelet-5.0-1 (= ${binary:Version}),
+         libotbsupervised-5.0-1 (= ${binary:Version}),
+         libotbqtwidget-5.0-1 (= ${binary:Version}),
+         libotbapplicationengine-5.0-1 (= ${binary:Version}),
+         otb-testdriver-5.0-1 (= ${binary:Version}),
+         libotbcurladapters-5.0-1 (= ${binary:Version}),
+         libotbedge-5.0-1 (= ${binary:Version}),
+         libotbgdaladapters-5.0-1 (= ${binary:Version}),
+         libotbimagebase-5.0-1 (= ${binary:Version}),
+         libotbimageio-5.0-1 (= ${binary:Version}),
+         libotbimagemanipulation-5.0-1 (= ${binary:Version}),
+         libotbiobsq-5.0-1 (= ${binary:Version}),
+         libotbiogdal-5.0-1 (= ${binary:Version}),
+         libotbiojpeg2000-5.0-1 (= ${binary:Version}),
+         libotbiokml-5.0-1 (= ${binary:Version}),
+         libotbiolum-5.0-1 (= ${binary:Version}),
+         libotbiomstar-5.0-1 (= ${binary:Version}),
+         libotbiomw-5.0-1 (= ${binary:Version}),
+         libotbioonera-5.0-1 (= ${binary:Version}),
+         libotbiorad-5.0-1 (= ${binary:Version}),
+         libotbiotilemap-5.0-1 (= ${binary:Version}),
+         libotbopenthreadsadapters-5.0-1 (= ${binary:Version}),
+         libotbossimadapters-5.0-1 (= ${binary:Version}),
+         libotbossimplugins-5.0-1 (= ${binary:Version}),
+         libotbprojection-5.0-1 (= ${binary:Version}),
+         libotbsiftfast-5.0-1 (= ${binary:Version}),
+         otb-testdriver (= ${binary:Version}),
          ${misc:Depends}
 Conflicts: libotb3-dev,
            libotb4-dev
@@ -80,68 +103,578 @@ Description: Free library of image processing algorithms - development
  This package contains the development files needed to build your own OTB
  applications and modules.
 
-Package: libotb-apps
+Package: otb-testdriver
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBTestDriver
+
+Package: libotbiojpeg2000-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBIOJPEG2000
+
+Package: libotbiolum-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBIOLUM
+
+
+Package: libotbiomstar-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBIOMSTAR
+
+Package: libotbiomw-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBIOMW
+
+Package: libotbioonera-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBIOONERA
+
+Package: libotbiorad-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBIORAD
+
+Package: libotbiotilemap-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBIOTileMap
+
+Package: libotbiogdal-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBIOGDAL
+
+Package: libotbiobsq-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBIOBSQ
+
+Package: libotbcurladapters-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBCurlAdapters
+
+Package: libotbopenthreadsadapters-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBOpenThreadsAdapters
+
+Package: libotbossimadapters-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBOssimAdapters
+
+Package: libotbprojection-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBProjection
+
+Package: libotbsiftfast-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBSiftFast
+
+Package: libotbimagemanipulation-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBImageManipulation
+
+Package: libotbimageio-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBImageIO
+
+Package: libotbimagebase-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBImageBase
+
+Package: libotbgdaladapters-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBGdalAdapters
+
+Package: libotbedge-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBEdge
+
+Package: libotbcommandline-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBCommandLine
+
+Package: libotbcommandlineparser-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBCommandLinePaser
+
+Package: libotbcommon-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBCommon
+
+Package: libotbcarto-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBCarto
+
+Package: libotbpolarimetry-5.0-1
 Architecture: any
 Depends: libotb (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
-Description: Plugins for ORFEO Toolbox applications
+Description: ORFEO Toolbox library
  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 application plugins used by otb-bin(commandline)
- and otb-bin-qt(gui)
+ This package contains shared library for OTBPolarimetry
 
-Package: otb-bin
+Package: libotbstreaming-5.0-1
 Architecture: any
-Depends: libotb-commandline  (= ${binary:Version}),
-         libotb-apps (= ${binary:Version}),
-         ${shlibs:Depends},
+Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: ORFEO Toolbox command line applications
+Description: ORFEO Toolbox library
  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 command line application launcher than can
- run any OTB application provided by libotb-apps package.
+ This package contains shared library for OTBStreaming
 
-Package: libotb-commandline
+Package: libotbextendedfilename-5.0-1
 Architecture: any
-Depends: libotb (= ${binary:Version}),
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBExtendedFileName
+
+Package: libotbmathparser-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBMathParser
+
+Package: libotbfuzzy-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBFuzzy
+
+Package: libotbmetadata-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBMetadata
+
+Package: libotbprojection-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBProjection
+
+Package: libotbrcc8-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBRCC8
+
+Package: libotbtestkernel-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBTestKernel
+
+Package: libotbtransform-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBTransform
+
+Package: libotbvectordatabase-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBVectorDataBase
+
+Package: libotbvectordataio-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBVectorDataIO
+
+Package: libotbwavelet-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBWavelet
+
+Package: libotbsupervised-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBSupervised
+
+Package: libotbqtwidget-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBQtWidget
+
+Package: libotbapplicationengine-5.0-1
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ORFEO Toolbox library
+ 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 shared library for OTBApplicationEngine
+
+Package: libotb-apps
+Architecture: any
+Depends: libotbcommon-5.0-1 (= ${binary:Version}),
+         libotbcarto-5.0-1 (= ${binary:Version}),
+         libotbpolarimetry-5.0-1 (= ${binary:Version}),
+         libotbstreaming-5.0-1 (= ${binary:Version}),
+         libotbextendedfilename-5.0-1 (= ${binary:Version}),
+         libotbmathparser-5.0-1 (= ${binary:Version}),
+         libotbfuzzy-5.0-1 (= ${binary:Version}),
+         libotbmetadata-5.0-1 (= ${binary:Version}),
+         libotbprojection-5.0-1 (= ${binary:Version}),
+         libotbrcc8-5.0-1 (= ${binary:Version}),
+         libotbtestkernel-5.0-1 (= ${binary:Version}),
+         libotbtransform-5.0-1 (= ${binary:Version}),
+         libotbvectordatabase-5.0-1 (= ${binary:Version}),
+         libotbvectordataio-5.0-1 (= ${binary:Version}),
+         libotbwavelet-5.0-1 (= ${binary:Version}),
+         libotbsupervised-5.0-1 (= ${binary:Version}),
+         libotbqtwidget-5.0-1 (= ${binary:Version}),
+         libotbapplicationengine-5.0-1 (= ${binary:Version}),
+         libotbcommandline-5.0-1 (= ${binary:Version}),
+         libotbcommandlineparser-5.0-1  (= ${binary:Version}),
+         libotbcommon-5.0-1 (= ${binary:Version}),
+         libotbcarto-5.0-1 (= ${binary:Version}),
+         libotbpolarimetry-5.0-1 (= ${binary:Version}),
+         libotbstreaming-5.0-1 (= ${binary:Version}),
+         libotbextendedfilename-5.0-1 (= ${binary:Version}),
+         libotbmathparser-5.0-1 (= ${binary:Version}),
+         libotbfuzzy-5.0-1 (= ${binary:Version}),
+         libotbmetadata-5.0-1 (= ${binary:Version}),
+         libotbprojection-5.0-1 (= ${binary:Version}),
+         libotbrcc8-5.0-1 (= ${binary:Version}),
+         libotbtestkernel-5.0-1 (= ${binary:Version}),
+         libotbtransform-5.0-1 (= ${binary:Version}),
+         libotbvectordatabase-5.0-1 (= ${binary:Version}),
+         libotbvectordataio-5.0-1 (= ${binary:Version}),
+         libotbwavelet-5.0-1 (= ${binary:Version}),
+         libotbsupervised-5.0-1 (= ${binary:Version}),
+         libotbapplicationengine-5.0-1 (= ${binary:Version}),
+         libotbcurladapters-5.0-1 (= ${binary:Version}),
+         libotbedge-5.0-1 (= ${binary:Version}),
+         libotbgdaladapters-5.0-1 (= ${binary:Version}),
+         libotbimagebase-5.0-1 (= ${binary:Version}),
+         libotbimageio-5.0-1 (= ${binary:Version}),
+         libotbimagemanipulation-5.0-1 (= ${binary:Version}),
+         libotbiobsq-5.0-1 (= ${binary:Version}),
+         libotbiogdal-5.0-1 (= ${binary:Version}),
+         libotbiojpeg2000-5.0-1 (= ${binary:Version}),
+         libotbiokml-5.0-1 (= ${binary:Version}),
+         libotbiolum-5.0-1 (= ${binary:Version}),
+         libotbiomstar-5.0-1 (= ${binary:Version}),
+         libotbiomw-5.0-1 (= ${binary:Version}),
+         libotbioonera-5.0-1 (= ${binary:Version}),
+         libotbiorad-5.0-1 (= ${binary:Version}),
+         libotbiotilemap-5.0-1 (= ${binary:Version}),
+         libotbopenthreadsadapters-5.0-1 (= ${binary:Version}),
+         libotbossimadapters-5.0-1 (= ${binary:Version}),
+         libotbossimplugins-5.0-1 (= ${binary:Version}),
+         libotbprojection-5.0-1 (= ${binary:Version}),
+         libotbsiftfast-5.0-1 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
-Description: ORFEO Toolbox graphical user interface applications
+Description: Plugins for ORFEO Toolbox applications
  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 shared library files for OTB's
- command line launcher provided by otb-bin package.
+ This package contains the application plugins used by otb-bin(commandline)
+ and otb-bin-qt(gui)
 
-Package: libotb-qt4
+Package: otb-bin
 Architecture: any
-Depends: libotb (= ${binary:Version}),
+Depends: libotbcommandline-5.0-1 (= ${binary:Version}),
+         libotbcommandlineparser-5.0-1  (= ${binary:Version}),
+         libotb-apps (= ${binary:Version}),
          ${shlibs:Depends},
-         ${misc:Depends},
-         libqtcore4,
-         libqtgui4
-Description: ORFEO Toolbox graphical user interface applications
+         ${misc:Depends}
+Description: ORFEO Toolbox command line applications
  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 shared library files for OTB's GUI application launcher
- provided by otb-bin-qt package.
+ This package contains the command line application launcher than can
+ run any OTB application provided by libotb-apps package.
 
 Package: otb-bin-qt
 Architecture: any
-Depends: libotb-qt4 (= ${binary:Version}),
+Depends: libotbqtwidget-5.0-1 (= ${binary:Version}),
          libotb-apps (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
@@ -151,13 +684,13 @@ Description: ORFEO Toolbox graphical user interface applications
  ITK and offers particular functionalities for remote sensing image processing
  in general and for high spatial resolution images in particular.
  .
- This package contains the GUI launcher that can run any OTB application provided
- by libotb-apps package)
+ This package contains the GUI launcher that can run any OTB application
+ provided by libotb-apps package
 
 Package: python-otb
 Architecture: any
 Section: python
-Depends: libotb (= ${binary:Version}),
+Depends: libotb-apps (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends},
          python,
diff --git a/debian/libotb-commandline.install b/debian/libotb-commandline.install
deleted file mode 100755
index baa9639..0000000
--- a/debian/libotb-commandline.install
+++ /dev/null
@@ -1,2 +0,0 @@
-#! /usr/bin/dh-exec
-usr/lib/libOTBCommandLine*.so.*	usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotb.install b/debian/libotb.install
index 1f10877..33db3e4 100755
--- a/debian/libotb.install
+++ b/debian/libotb.install
@@ -1,24 +1,2 @@
 #! /usr/bin/dh-exec
-# OTB libraries (binaries and versioned symlinks)
-usr/lib/libotb*.so.*                    usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBApplicationEngine*.so.* 	usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBCarto*.so.* 	        usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBCommon*.so.* 	        usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBEdge*.so.* 	        usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBExtendedFilename*.so.* 	usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBFuzzy*.so.* 	        usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTB*Adapters*.so.*           usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBImage*.so.* 	        usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBIO*.so.* 	                usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBMath*.so.* 	        usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBMetadata*.so.*            usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBP*.so.*                   usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBRCC8*.so.*                usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBS*.so.*                   usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBTest*.so.*                usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBTransform*.so.*           usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBVector*.so.*              usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/libOTBWavelet*.so.*             usr/lib/${DEB_HOST_MULTIARCH}
-
-# Executables
-usr/bin/otbTestDriver
+#usr/bin/otbTestDriver
diff --git a/debian/libotb.manpages b/debian/libotb.manpages
index 4cc7bc6..a320945 100644
--- a/debian/libotb.manpages
+++ b/debian/libotb.manpages
@@ -1 +1 @@
-debian/manpages/otbTestDriver.1
\ No newline at end of file
+debian/manpages/otbTestDriver.1
diff --git a/debian/libotbapplicationengine-5.0-1.install b/debian/libotbapplicationengine-5.0-1.install
new file mode 100755
index 0000000..d9d52ed
--- /dev/null
+++ b/debian/libotbapplicationengine-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBApplicationEngine*.so.*   usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbcarto-5.0-1.install b/debian/libotbcarto-5.0-1.install
new file mode 100755
index 0000000..aca5c57
--- /dev/null
+++ b/debian/libotbcarto-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBCarto*.so.*               usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbcommandline-5.0-1.install b/debian/libotbcommandline-5.0-1.install
new file mode 100755
index 0000000..47a805d
--- /dev/null
+++ b/debian/libotbcommandline-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBCommandLine-*.so.*   usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbcommandlineparser-5.0-1.install b/debian/libotbcommandlineparser-5.0-1.install
new file mode 100755
index 0000000..fe13200
--- /dev/null
+++ b/debian/libotbcommandlineparser-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBCommandLineP*.so.*   usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbcommon-5.0-1.install b/debian/libotbcommon-5.0-1.install
new file mode 100755
index 0000000..567825d
--- /dev/null
+++ b/debian/libotbcommon-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBCommon*.so.*              usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbcurladapters-5.0-1.install b/debian/libotbcurladapters-5.0-1.install
new file mode 100755
index 0000000..db70764
--- /dev/null
+++ b/debian/libotbcurladapters-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBCurlAdapters-*.so.*                  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbedge-5.0-1.install b/debian/libotbedge-5.0-1.install
new file mode 100755
index 0000000..866504c
--- /dev/null
+++ b/debian/libotbedge-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBEdge-*.so.*                usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbextendedfilename-5.0-1.install b/debian/libotbextendedfilename-5.0-1.install
new file mode 100755
index 0000000..dd1fe33
--- /dev/null
+++ b/debian/libotbextendedfilename-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBExtendedFilename*.so.*    usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbfuzzy-5.0-1.install b/debian/libotbfuzzy-5.0-1.install
new file mode 100755
index 0000000..12e71b1
--- /dev/null
+++ b/debian/libotbfuzzy-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBFuzzy*.so.*               usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbgdaladapters-5.0-1.install b/debian/libotbgdaladapters-5.0-1.install
new file mode 100755
index 0000000..0ae7dbb
--- /dev/null
+++ b/debian/libotbgdaladapters-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBGdalAdapters-*.so.*                  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbimagebase-5.0-1.install b/debian/libotbimagebase-5.0-1.install
new file mode 100755
index 0000000..79cd850
--- /dev/null
+++ b/debian/libotbimagebase-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBImageBase-*.so.*               usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbimageio-5.0-1.install b/debian/libotbimageio-5.0-1.install
new file mode 100755
index 0000000..341e138
--- /dev/null
+++ b/debian/libotbimageio-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBImageIO-*.so.*               usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbimagemanipulation-5.0-1.install b/debian/libotbimagemanipulation-5.0-1.install
new file mode 100755
index 0000000..6f56378
--- /dev/null
+++ b/debian/libotbimagemanipulation-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBImageManipulation-*.so.*               usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbiobsq-5.0-1.install b/debian/libotbiobsq-5.0-1.install
new file mode 100755
index 0000000..22e9717
--- /dev/null
+++ b/debian/libotbiobsq-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBIOBSQ-*.so.*                  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbiogdal-5.0-1.install b/debian/libotbiogdal-5.0-1.install
new file mode 100755
index 0000000..064729a
--- /dev/null
+++ b/debian/libotbiogdal-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBIOGDAL-*.so.*                  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbiojpeg2000-5.0-1.install b/debian/libotbiojpeg2000-5.0-1.install
new file mode 100755
index 0000000..3bdf0fd
--- /dev/null
+++ b/debian/libotbiojpeg2000-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBIOJPEG2000-*.so.*                  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbiokml-5.0-1.install b/debian/libotbiokml-5.0-1.install
new file mode 100755
index 0000000..4ed8d74
--- /dev/null
+++ b/debian/libotbiokml-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBIOKML-*.so.*                  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbiolum-5.0-1.install b/debian/libotbiolum-5.0-1.install
new file mode 100755
index 0000000..d68cf45
--- /dev/null
+++ b/debian/libotbiolum-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBIOLUM-*.so.*                  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbiomstar-5.0-1.install b/debian/libotbiomstar-5.0-1.install
new file mode 100755
index 0000000..c42f619
--- /dev/null
+++ b/debian/libotbiomstar-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBIOMSTAR-*.so.*                  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbiomw-5.0-1.install b/debian/libotbiomw-5.0-1.install
new file mode 100755
index 0000000..9c5d024
--- /dev/null
+++ b/debian/libotbiomw-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBIOMW-*.so.*                  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbioonera-5.0-1.install b/debian/libotbioonera-5.0-1.install
new file mode 100755
index 0000000..376372b
--- /dev/null
+++ b/debian/libotbioonera-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBIOONERA-*.so.*                  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbiorad-5.0-1.install b/debian/libotbiorad-5.0-1.install
new file mode 100755
index 0000000..6081b38
--- /dev/null
+++ b/debian/libotbiorad-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBIORAD-*.so.*                  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbiotilemap-5.0-1.install b/debian/libotbiotilemap-5.0-1.install
new file mode 100755
index 0000000..2110a22
--- /dev/null
+++ b/debian/libotbiotilemap-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBIOTileMap-*.so.*                  usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbmathparser-5.0-1.install b/debian/libotbmathparser-5.0-1.install
new file mode 100755
index 0000000..93c8a2b
--- /dev/null
+++ b/debian/libotbmathparser-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBMathParser-*.so.*                usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbmetadata-5.0-1.install b/debian/libotbmetadata-5.0-1.install
new file mode 100755
index 0000000..53018ce
--- /dev/null
+++ b/debian/libotbmetadata-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBMetadata*.so.*            usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbopenthreadsadapters-5.0-1.install b/debian/libotbopenthreadsadapters-5.0-1.install
new file mode 100755
index 0000000..7857b33
--- /dev/null
+++ b/debian/libotbopenthreadsadapters-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBOpenThreadsAdapters-*.so.*                    usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbossimadapters-5.0-1.install b/debian/libotbossimadapters-5.0-1.install
new file mode 100755
index 0000000..feacc82
--- /dev/null
+++ b/debian/libotbossimadapters-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBOSSIMAdapters-*.so.*                    usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbossimplugins-5.0-1.install b/debian/libotbossimplugins-5.0-1.install
new file mode 100755
index 0000000..477c5b8
--- /dev/null
+++ b/debian/libotbossimplugins-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libotbossimplugins-*.so.*                    usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbpolarimetry-5.0-1.install b/debian/libotbpolarimetry-5.0-1.install
new file mode 100755
index 0000000..6bd9e33
--- /dev/null
+++ b/debian/libotbpolarimetry-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBPolarimetry-*.so.*                   usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbprojection-5.0-1.install b/debian/libotbprojection-5.0-1.install
new file mode 100755
index 0000000..07fdc51
--- /dev/null
+++ b/debian/libotbprojection-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBProjection-*.so.*                   usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotb-qt4.install b/debian/libotbqtwidget-5.0-1.install
similarity index 51%
rename from debian/libotb-qt4.install
rename to debian/libotbqtwidget-5.0-1.install
index 93bbde5..227b3a8 100755
--- a/debian/libotb-qt4.install
+++ b/debian/libotbqtwidget-5.0-1.install
@@ -1,3 +1,3 @@
 #! /usr/bin/dh-exec
 # OTB Qt4 libraries (binaries and all symlinks)
-usr/lib/libOTBQtWidget*.so.*      usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBQtWidget-*.so.*      usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbrcc8-5.0-1.install b/debian/libotbrcc8-5.0-1.install
new file mode 100755
index 0000000..11c1c30
--- /dev/null
+++ b/debian/libotbrcc8-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBRCC8*.so.*                usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbsiftfast-5.0-1.install b/debian/libotbsiftfast-5.0-1.install
new file mode 100755
index 0000000..9b8c9c2
--- /dev/null
+++ b/debian/libotbsiftfast-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libotbsiftfast-*.so.*                    usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbstreaming-5.0-1.install b/debian/libotbstreaming-5.0-1.install
new file mode 100755
index 0000000..205d3c3
--- /dev/null
+++ b/debian/libotbstreaming-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBStreaming-*.so.*              usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbsupervised-5.0-1.install b/debian/libotbsupervised-5.0-1.install
new file mode 100755
index 0000000..331b473
--- /dev/null
+++ b/debian/libotbsupervised-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBSupervised-*.so.*                   usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbtestkernel-5.0-1.install b/debian/libotbtestkernel-5.0-1.install
new file mode 100755
index 0000000..d6244c4
--- /dev/null
+++ b/debian/libotbtestkernel-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBTestKernel*.so.*                usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbtransform-5.0-1.install b/debian/libotbtransform-5.0-1.install
new file mode 100755
index 0000000..b526cc1
--- /dev/null
+++ b/debian/libotbtransform-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBTransform*.so.*           usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbvectordatabase-5.0-1.install b/debian/libotbvectordatabase-5.0-1.install
new file mode 100755
index 0000000..2009ce8
--- /dev/null
+++ b/debian/libotbvectordatabase-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBVectorDataBase-*.so.*              usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbvectordataio-5.0-1.install b/debian/libotbvectordataio-5.0-1.install
new file mode 100755
index 0000000..8f1a20d
--- /dev/null
+++ b/debian/libotbvectordataio-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBVectorDataIO-*.so.*              usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/libotbwavelet-5.0-1.install b/debian/libotbwavelet-5.0-1.install
new file mode 100755
index 0000000..27fd304
--- /dev/null
+++ b/debian/libotbwavelet-5.0-1.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/lib/libOTBWavelet*.so.*             usr/lib/${DEB_HOST_MULTIARCH}
diff --git a/debian/otb-testdriver.install b/debian/otb-testdriver.install
new file mode 100755
index 0000000..bc629ee
--- /dev/null
+++ b/debian/otb-testdriver.install
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+usr/bin/otbTestDriver
diff --git a/debian/rules b/debian/rules
index 4fed25d..3b0e522 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,7 @@ override_dh_install:
 	rm -f $(CURDIR)/debian/$(pkglib)/usr/lib/$(DEB_HOST_MULTIARCH)/libOTBWrapper*
 	rm -f $(CURDIR)/debian/$(pkgdev)/usr/lib/$(DEB_HOST_MULTIARCH)/libOTBWrapper*
 	rm -f $(CURDIR)/debian/$(pkgdev)/usr/lib/otb/python/*.pyc
-	cp -a debian/manpages/otbcli* $(CURDIR)/debian/
+	#cp -a debian/manpages/otbcli* $(CURDIR)/debian/
 
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE_NOTES.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git



More information about the Pkg-grass-devel mailing list