[otb] 01/04: Priority from extra to optional, dropped unused .in files

Andreas Tille tille at debian.org
Thu Jul 10 08:26:39 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 6dffb96920178958667daba9c46ae9aac9a85c9d
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 10 10:14:04 2014 +0200

    Priority from extra to optional, dropped unused .in files
---
 debian/changelog    |   1 +
 debian/changelog.in |  49 ----------------
 debian/control      |   2 +-
 debian/control.in   | 166 ----------------------------------------------------
 4 files changed, 2 insertions(+), 216 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d6e39d7..e8cdd1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,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
 
  -- Andreas Tille <tille at debian.org>  Thu, 10 Jul 2014 10:07:30 +0200
 
diff --git a/debian/changelog.in b/debian/changelog.in
deleted file mode 100644
index 8b6b65e..0000000
--- a/debian/changelog.in
+++ /dev/null
@@ -1,49 +0,0 @@
-otb (4.0.0-1otb1~@DIST@@PKGVERSION@) @DIST@; urgency=low
-
-  * Switch to ITK 4.5.2
-
- -- OTB Team <contact at orfeo-toolbox.org>  Fri, 02 Apr 2014 12:03:54 +0100
-
-otb (4.0.0-0ppa~quantal1) quantal; urgency=low
-
-  * New major version 4.0.0 released
-  * Switch to ITK 4.5.0
-  * New naming convention for packages
-
- -- OTB Team <contact at orfeo-toolbox.org>  Thu, 13 Feb 2014 20:53:50 +0100
-
-otb (3.20.0-0ppa~precise3) precise; urgency=low
-
-  * Add conflict with previous OTB version
-
- -- Julien Malik <julien.malik at gmail.com>  Thu, 28 Nov 2013 12:03:58 +0100
-
-otb (3.20.0-0ppa~precise2) precise; urgency=low
-
-  * Fix muparser incompatibilities
-
- -- Julien Malik <julien.malik at gmail.com>  Tue, 26 Nov 2013 16:21:06 +0100
-
-otb (3.12.0-1) lucid; urgency=low
-
-  * Version 3.12.0 released
-
- -- OTB Team <contact at orfeo-toolbox.org>  Thu, 31 Jan 2012 09:12:12 +0100
-
-otb (3.10.0-0) lucid; urgency=low
-
-  * Version 3.10.0 released
-
- -- OTB Team <contact at orfeo-toolbox.org>  Thu, 30 Jun 2011 08:59:14 +0200
-
-otb (3.8.0-7) lucid; urgency=low
-
-  * Version 3.8.0 released
-
- -- OTB Team <contact at orfeo-toolbox.org>  Wed, 15 Dec 2010 16:50:52 +0100
-
-otb (3.6.0-1) lucid; urgency=low
-
-  * Version 3.6.0 released (first public package)
-
- -- OTB Team <contact at orfeo-toolbox.org>  Thu, 30 Nov 2010 12:22:17 +0200
diff --git a/debian/control b/debian/control
index 0c8d8f5..002f1f5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: otb
-Priority: extra
+Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
 Build-Depends:
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 0c8d8f5..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,166 +0,0 @@
-Source: otb
-Priority: extra
-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
-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}
-Suggests: libotb-dev
-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. OTB is
- distributed under a free software license CeCILL (similar to GNU GPL) to
- encourage contribution from users and to promote reproducible research.
- .
- This package contains the shared libraries required by Monteverdi,
- Monteverdi2 and the OTB applications.
-
-Package: libotb-dev
-Section: contrib/libdevel
-Architecture: any
-Provides: libotb-dev
-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}
-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
- ITK and offers particular functionalities for remote sensing image processing
- in general and for high spatial resolution images in particular. OTB is
- distributed under a free software license CeCILL (similar to GNU GPL) to
- encourage contribution from users and to promote reproducible research.
- .
- This package contains the development files needed to build your own OTB
- applications.
-
-Package: otb-bin-common
-Section: contrib/science
-Architecture: any
-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
- ITK and offers particular functionalities for remote sensing image processing
- in general and for high spatial resolution images in particular. OTB is
- distributed under a free software license CeCILL (similar to GNU GPL) to
- encourage contribution from users and to promote reproducible research.
- .
- 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}
-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. OTB is
- distributed under a free software license CeCILL (similar to GNU GPL) to
- encourage contribution from users and to promote reproducible research.
- .
- This package contains the command line tools illustrating OTB features (using
- 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
-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
- ITK and offers particular functionalities for remote sensing image processing
- in general and for high spatial resolution images in particular. OTB is
- distributed under a free software license CeCILL (similar to GNU GPL) to
- encourage contribution from users and to promote reproducible research.
- .
- This package contains the GUI tools illustrating OTB features (using plugins
- 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)
-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
- ITK and offers particular functionalities for remote sensing image processing
- in general and for high spatial resolution images in particular. OTB is
- distributed under a free software license CeCILL (similar to GNU GPL) to
- encourage contribution from users and to promote reproducible research.
- .
- This package contains the Python API for applications provided by the
- otb-bin-common package.

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