[otb] 02/04: cme fix dpkg-control

Andreas Tille tille at debian.org
Thu Jul 10 08:26:40 UTC 2014


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

tille pushed a commit to branch master
in repository otb.

commit 6afdc529a36436f7ef7c27ec7c8de28cbfdedd0d
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 10 10:17:36 2014 +0200

    cme fix dpkg-control
---
 debian/changelog |   1 +
 debian/control   | 160 +++++++++++++++++++++++++++----------------------------
 2 files changed, 79 insertions(+), 82 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e8cdd1d..1e29018 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ otb (4.0.0-1) UNRELEASED; urgency=medium
   * Initial upload by Debian GIS team
   * Add Debian GIS team as maintainer
   * debian/control: Priority from extra to optional
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Thu, 10 Jul 2014 10:07:30 +0200
 
diff --git a/debian/control b/debian/control
index 002f1f5..9d81ea7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,49 +1,50 @@
 Source: otb
-Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dpkg-dev (>= 1.16.1~),
- cmake (>= 2.8.3),
- libc6-dev (>= 2.4),
- libgcc1 (>= 1:4.1),
- libstdc++6 (>= 4.4),
- libinsighttoolkit4-dev (>= 4.5.0),
- libgdal-dev (>= 1.10.0),
- libgeotiff-dev,
- libpng-dev,
- libproj-dev,
- libexpat1-dev,
- libtool,
- libcurl4-gnutls-dev,
- libopenthreads-dev,
- libboost-graph-dev,
- libqt4-dev,
- libqtcore4,
- libqtgui4,
- swig,
- python-dev,
- libkml-dev,
- libmuparser-dev,
- libopencv-dev,
- libossim-dev,
- libfftw3-dev
-Standards-Version: 3.9.4
 Section: contrib/science
+XS-Autobuild: no
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dpkg-dev (>= 1.16.1~),
+               cmake (>= 2.8.3),
+               libc6-dev,
+               libgcc1,
+               libstdc++6,
+               libinsighttoolkit4-dev,
+               libgdal-dev (>= 1.10.0),
+               libgeotiff-dev,
+               libpng-dev,
+               libproj-dev,
+               libexpat1-dev,
+               libtool,
+               libcurl4-gnutls-dev,
+               libopenthreads-dev,
+               libboost-graph-dev,
+               libqt4-dev,
+               libqtcore4,
+               libqtgui4,
+               swig,
+               python-dev,
+               libkml-dev,
+               libmuparser-dev,
+               libopencv-dev,
+               libossim-dev,
+               libfftw3-dev
+Standards-Version: 3.9.5
 Homepage: http://www.orfeo-toolbox.org/
 
 Package: libotb
-Section: contrib/libs
 Architecture: any
-Provides: libotb
-Conflicts: libotb3.16, libotb3.18, libotb3.20
-Depends:
- libinsighttoolkit4.5,
- libgdal1h (>= 1.10.0),
- ${shlibs:Depends},
- ${misc:Depends}
+Section: contrib/libs
+Depends: libinsighttoolkit4.5,
+         libgdal1h,
+         ${shlibs:Depends},
+         ${misc:Depends}
 Suggests: libotb-dev
+Conflicts: libotb3.16,
+           libotb3.18,
+           libotb3.20
+Provides: libotb
 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
@@ -56,28 +57,27 @@ Description: Free library of image processing algorithms - runtime
  Monteverdi2 and the OTB applications.
 
 Package: libotb-dev
-Section: contrib/libdevel
 Architecture: any
-Provides: libotb-dev
+Section: contrib/libdevel
+Depends: libotb (= ${binary:Version}),
+         cmake (>= 2.8.3),
+         libc6-dev,
+         libgcc1,
+         libstdc++6,
+         libinsighttoolkit4-dev,
+         libgdal-dev (>= 1.10.0),
+         libgeotiff-dev,
+         libexpat1-dev,
+         libopenthreads-dev,
+         libboost-graph-dev,
+         libkml-dev,
+         libmuparser-dev,
+         libopencv-dev,
+         libossim-dev,
+         libfftw3-dev,
+         ${misc:Depends}
 Conflicts: libotb3-dev
-Depends:
- libotb (= ${binary:Version}),
- cmake (>= 2.8.3),
- libc6-dev (>= 2.4),
- libgcc1 (>= 1:4.1),
- libstdc++6 (>= 4.4),
- libinsighttoolkit4-dev (>= 4.5.0),
- libgdal-dev (>= 1.10.0),
- libgeotiff-dev,
- libexpat1-dev,
- libopenthreads-dev,
- libboost-graph-dev,
- libkml-dev,
- libmuparser-dev,
- libopencv-dev,
- libossim-dev,
- libfftw3-dev,
- ${misc:Depends}
+Provides: libotb-dev
 Description: Free library of image processing algorithms - development
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
@@ -90,12 +90,11 @@ Description: Free library of image processing algorithms - development
  applications.
 
 Package: otb-bin-common
-Section: contrib/science
 Architecture: any
-Depends:
- libotb (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
+Section: contrib/science
+Depends: libotb (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 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
@@ -107,12 +106,11 @@ Description: Plugins for ORFEO Toolbox applications
  This package contains the application plugins used by otb-bin and otb-bin-qt
 
 Package: otb-bin
-Section: contrib/science
 Architecture: any
-Depends:
- otb-bin-common (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
+Section: contrib/science
+Depends: otb-bin-common (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${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
@@ -125,14 +123,13 @@ Description: ORFEO Toolbox command line applications
  plugins provided by otb-bin-common package).
 
 Package: otb-bin-qt
-Section: contrib/science
 Architecture: any
-Depends:
- otb-bin-common (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
- libqtcore4,
- libqtgui4
+Section: contrib/science
+Depends: otb-bin-common (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends},
+         libqtcore4,
+         libqtgui4
 Description: ORFEO Toolbox graphical user interface applications
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library
@@ -145,15 +142,14 @@ Description: ORFEO Toolbox graphical user interface applications
  provided by otb-bin-common package).
 
 Package: python-otb
-Section: contrib/python
 Architecture: any
-Depends:
- libotb (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
- otb-bin-common,
- python (>= 2.6),
- python-central (>= 0.6.11)
+Section: contrib/python
+Depends: libotb (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends},
+         otb-bin-common,
+         python,
+         python-central
 Description: ORFEO Toolbox Python API for applications
  ORFEO Toolbox (OTB) is distributed as an open source library of image
  processing algorithms. OTB is based on the medical image processing library

-- 
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