[ossim] 04/07: Re-enabling building apps.

Bas Couwenberg sebastic at debian.org
Wed Sep 20 15:16:31 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 60963df0961b18bb2e4e4a6039e718126f233602
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Sep 20 16:51:37 2017 +0200

    Re-enabling building apps.
---
 debian/changelog |  1 -
 debian/control   | 50 +++++++++++++++++++++++++-------------------------
 debian/rules     |  2 +-
 3 files changed, 26 insertions(+), 27 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 96438de..0b260da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,7 +18,6 @@ ossim (2.1.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.
   * Add patch to fix spelling errors.
   * Drop unused lintian overrides.
 
diff --git a/debian/control b/debian/control
index 507f4c9..d5fd6c9 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 0158724..d8381da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ endif
 CMAKE_OPTS = \
        -DCMAKE_BUILD_TYPE=Release \
        -DCMAKE_INSTALL_PREFIX=/usr \
-       -DBUILD_OSSIM_APPS=OFF \
+       -DBUILD_OSSIM_APPS=ON \
        -DBUILD_OSSIM_FRAMEWORKS=OFF \
        -DBUILD_OSSIM_FREETYPE_SUPPORT=ON \
        -DBUILD_OSSIM_ID_SUPPORT=ON \

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