[ossim] 12/14: Don't build OSSIM apps (requires libossim installed) & tests.

Bas Couwenberg sebastic at debian.org
Thu Aug 24 17:18:18 UTC 2017


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

sebastic pushed a commit to branch experimental
in repository ossim.

commit f3d443b286e9fecb1c2aad54a443d93daa2d9618
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Aug 24 16:53:06 2017 +0200

    Don't build OSSIM apps (requires libossim installed) & tests.
---
 debian/changelog |  1 +
 debian/control   | 50 +++++++++++++++++++++++++-------------------------
 debian/rules     |  3 ++-
 3 files changed, 28 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 683dcf2..eba6ae1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ ossim (2.0.0-1) UNRELEASED; urgency=medium
   * Add autopkgtest to test installability.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Update rules for restructured upstream source tree.
+  * Don't build OSSIM apps (requires libossim installed) & tests.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 25 Jul 2017 12:20:49 +0200
 
diff --git a/debian/control b/debian/control
index d5fd6c9..507f4c9 100644
--- a/debian/control
+++ b/debian/control
@@ -75,28 +75,28 @@ Description: OSSIM library -- development files
  This package includes the development files to build programs
  that use the OSSIM library.
 
-Package: ossim-core
-Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Description: OSSIM core utilities
- 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 includes core tools that use the OSSIM library to
- perform some basic tasks.
+#Package: ossim-core
+#Architecture: any
+#Depends: ${shlibs:Depends},
+#         ${misc:Depends}
+#Description: OSSIM core utilities
+# 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 includes core tools that use the OSSIM library to
+# perform some basic tasks.
diff --git a/debian/rules b/debian/rules
index 56c9d5c..0158724 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,11 +29,12 @@ endif
 CMAKE_OPTS = \
        -DCMAKE_BUILD_TYPE=Release \
        -DCMAKE_INSTALL_PREFIX=/usr \
+       -DBUILD_OSSIM_APPS=OFF \
        -DBUILD_OSSIM_FRAMEWORKS=OFF \
        -DBUILD_OSSIM_FREETYPE_SUPPORT=ON \
        -DBUILD_OSSIM_ID_SUPPORT=ON \
        -DBUILD_OSSIM_MPI_SUPPORT=OFF \
-       -DBUILD_OSSIM_TEST_APPS=ON \
+       -DBUILD_OSSIM_TESTS=OFF \
        -DBUILD_SHARED_LIBS=ON \
        -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2 \
        -DGEOS_INCLUDE_DIR=/usr/include/geos \

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



More information about the Pkg-grass-devel mailing list