[ossim-planet-qt] 03/03: Use separate library packages.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Jun 4 16:06:20 UTC 2016


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

sebastic pushed a commit to branch master
in repository ossim-planet-qt.

commit 55d8675febe5c3421b870d894169d5492b29adfd
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jun 4 17:04:18 2016 +0200

    Use separate library packages.
---
 debian/control                             | 59 ++++++++++++++++++++++++++++++
 debian/libossimplanetqt-dev.install        |  1 +
 debian/libossimplanetqt1.install           |  1 +
 debian/libossimplanetqt1.lintian-overrides |  3 ++
 debian/libossimplanetqt1.shlibs            |  1 +
 debian/ossim-planet-qt.install             |  1 +
 6 files changed, 66 insertions(+)

diff --git a/debian/control b/debian/control
index 43977c0..b3f630d 100644
--- a/debian/control
+++ b/debian/control
@@ -44,3 +44,62 @@ Description: OSSIM planet Qt utility
  .
  This package contains the OSSIM planet Qt utility.
 
+Package: libossimplanetqt1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: OSSIM planet Qt library
+ Open Source Software Image Map (OSSIM) is a high performance engine for
+ remote sensing, image processing, geographical information systems and
+ photogrammetry. It has been actively developed since 1996.
+ .
+ Designed as a series of high performance software libraries, it is
+ written in C++ employing the latest techniques in object-oriented
+ software design.
+ .
+ The library provides advanced remote sensing, image processing, and
+ geo-spatial functionality. A quick summary of OSSIM functionality
+ includes ortho-rectification, precision terrain correction, rigorous
+ sensor models, very large mosaics, and cross sensor fusions, a wide
+ range of map projections and datums, and a large range of commercial
+ and government data formats. The architecture of the library supports
+ parallel processing with mpi (not enabled), a dynamic plugin architecture,
+ and dynamically connectable objects allowing rapid prototyping of custom
+ image processing chains.
+ .
+ This package contains the OSSIM planet Qt library.
+
+Package: libossimplanetqt-dev
+Architecture: any
+Section: libdevel
+Depends: libossimplanetqt1 (= ${binary:Version}),
+         libopenscenegraph-dev,
+         libopenthreads-dev,
+         libossim-dev,
+         libossimplanet-dev,
+         libqt4-dev,
+         libqt4-opengl-dev,
+         libwms-dev,
+         ${misc:Depends}
+Description: OSSIM planet Qt library - development files
+ Open Source Software Image Map (OSSIM) is a high performance engine for
+ remote sensing, image processing, geographical information systems and
+ photogrammetry. It has been actively developed since 1996.
+ .
+ Designed as a series of high performance software libraries, it is
+ written in C++ employing the latest techniques in object-oriented
+ software design.
+ .
+ The library provides advanced remote sensing, image processing, and
+ geo-spatial functionality. A quick summary of OSSIM functionality
+ includes ortho-rectification, precision terrain correction, rigorous
+ sensor models, very large mosaics, and cross sensor fusions, a wide
+ range of map projections and datums, and a large range of commercial
+ and government data formats. The architecture of the library supports
+ parallel processing with mpi (not enabled), a dynamic plugin architecture,
+ and dynamically connectable objects allowing rapid prototyping of custom
+ image processing chains.
+ .
+ This package contains the OSSIM planet Qt library development files.
+
diff --git a/debian/libossimplanetqt-dev.install b/debian/libossimplanetqt-dev.install
new file mode 100644
index 0000000..dc21b89
--- /dev/null
+++ b/debian/libossimplanetqt-dev.install
@@ -0,0 +1 @@
+usr/lib/lib*.so
diff --git a/debian/libossimplanetqt1.install b/debian/libossimplanetqt1.install
new file mode 100644
index 0000000..d0dbfd1
--- /dev/null
+++ b/debian/libossimplanetqt1.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/libossimplanetqt1.lintian-overrides b/debian/libossimplanetqt1.lintian-overrides
new file mode 100644
index 0000000..4f7865d
--- /dev/null
+++ b/debian/libossimplanetqt1.lintian-overrides
@@ -0,0 +1,3 @@
+# Symbols are problematic for C++ libraries, shlibs is used instead.
+libossimplanetqt1: no-symbols-control-file *
+
diff --git a/debian/libossimplanetqt1.shlibs b/debian/libossimplanetqt1.shlibs
new file mode 100644
index 0000000..5a6009a
--- /dev/null
+++ b/debian/libossimplanetqt1.shlibs
@@ -0,0 +1 @@
+libossimPlanetQt 1 libossimplanetqt1 (>= 1.8.20.3)
diff --git a/debian/ossim-planet-qt.install b/debian/ossim-planet-qt.install
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/ossim-planet-qt.install
@@ -0,0 +1 @@
+usr/bin

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



More information about the Pkg-grass-devel mailing list