[ossim-gui] 01/02: Use separate library package.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Jun 3 20:37:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository ossim-gui.
commit 24d59ef332f70b4f374bb1c18a55ceb46db17938
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jun 3 21:40:54 2016 +0200
Use separate library package.
---
debian/control | 54 +++++++++++++++++++++++++++++++++++++++++-
debian/libossimgui-dev.install | 1 +
debian/libossimgui1.install | 1 +
debian/ossim-gui.install | 1 +
4 files changed, 56 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 8f687a9..685906c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Homepage: http://www.ossim.org/
Package: ossim-gui
Architecture: any
-Section: libs
+Section: utils
Depends: ${shlibs:Depends},
${misc:Depends}
Description: OSSIM graphical interface
@@ -41,3 +41,55 @@ Description: OSSIM graphical interface
.
This package contains the OSSIM graphical interface.
+Package: libossimgui1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: OSSIM GUI 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 GUI library.
+
+Package: libossimgui-dev
+Architecture: any
+Section: libdevel
+Depends: libossimgui1 (= ${binary:Version}),
+ ${misc:Depends}
+Description: OSSIM GUI 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 GUI library development files.
+
diff --git a/debian/libossimgui-dev.install b/debian/libossimgui-dev.install
new file mode 100644
index 0000000..dc21b89
--- /dev/null
+++ b/debian/libossimgui-dev.install
@@ -0,0 +1 @@
+usr/lib/lib*.so
diff --git a/debian/libossimgui1.install b/debian/libossimgui1.install
new file mode 100644
index 0000000..1543d54
--- /dev/null
+++ b/debian/libossimgui1.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.1*
diff --git a/debian/ossim-gui.install b/debian/ossim-gui.install
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/ossim-gui.install
@@ -0,0 +1 @@
+usr/bin
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim-gui.git
More information about the Pkg-grass-devel
mailing list