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

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Jun 4 12:57: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.

commit 9f5cae37d099f4079d2fd760ecf520713eb37129
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jun 4 14:02:51 2016 +0200

    Use separate library packages.
---
 debian/control                           | 52 ++++++++++++++++++++++++++++++++
 debian/libossimplanet-dev.install        |  2 ++
 debian/libossimplanet1.install           |  1 +
 debian/libossimplanet1.lintian-overrides |  3 ++
 debian/libossimplanet1.shlibs            |  1 +
 debian/ossim-planet.install              |  1 +
 6 files changed, 60 insertions(+)

diff --git a/debian/control b/debian/control
index ae08b90..1460eaa 100644
--- a/debian/control
+++ b/debian/control
@@ -44,3 +44,55 @@ Description: OSSIM planet utilities
  .
  This package contains the OSSIM planet utilities.
 
+Package: libossimplanet1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: OSSIM planet 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 library.
+
+Package: libossimplanet-dev
+Architecture: any
+Section: libdevel
+Depends: libossimplanet1 (= ${binary:Version}),
+         ${misc:Depends}
+Description: OSSIM planet 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 library development files.
+
diff --git a/debian/libossimplanet-dev.install b/debian/libossimplanet-dev.install
new file mode 100644
index 0000000..7e4fd81
--- /dev/null
+++ b/debian/libossimplanet-dev.install
@@ -0,0 +1,2 @@
+usr/lib/lib*.so
+usr/include
diff --git a/debian/libossimplanet1.install b/debian/libossimplanet1.install
new file mode 100644
index 0000000..d0dbfd1
--- /dev/null
+++ b/debian/libossimplanet1.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/libossimplanet1.lintian-overrides b/debian/libossimplanet1.lintian-overrides
new file mode 100644
index 0000000..3466e95
--- /dev/null
+++ b/debian/libossimplanet1.lintian-overrides
@@ -0,0 +1,3 @@
+# Symbols are problematic for C++ libraries, shlibs is used instead.
+libossimplanet1: no-symbols-control-file *
+
diff --git a/debian/libossimplanet1.shlibs b/debian/libossimplanet1.shlibs
new file mode 100644
index 0000000..cfdac64
--- /dev/null
+++ b/debian/libossimplanet1.shlibs
@@ -0,0 +1 @@
+libossimPlanet 1 libossimplanet1 (>= 1.8.20.3)
diff --git a/debian/ossim-planet.install b/debian/ossim-planet.install
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/ossim-planet.install
@@ -0,0 +1 @@
+usr/bin

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



More information about the Pkg-grass-devel mailing list