[ossim] 01/25: Minor adaptation for 1.8.10-5

Francesco Lovergine frankie at moszumanska.debian.org
Wed Mar 5 13:54:28 UTC 2014


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

frankie pushed a commit to branch master
in repository ossim.

commit 5e715c276040e8d4b3225ddcf7cdf071a369c061
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Thu Mar 15 16:42:16 2012 +0100

    Minor adaptation for 1.8.10-5
---
 debian/changelog          |  3 +++
 debian/ossim-core.install |  9 ++++-----
 debian/rules              | 13 ++++++++++++-
 3 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 88ced27..c4ffbf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ ossim (1.8.10+5-1) unstable; urgency=low
   * Moved to source format 3.0.
   * Now builds using TIFF 5 library and depending.
   * Build-deps updated to current flavors.
+  * SONAME appears dummy, so better being pro-active and assigning a new
+    one with strict version dependency. This is done in a new patch
+    `soname'.
 
  -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 12 Mar 2012 13:08:35 +0100
 
diff --git a/debian/ossim-core.install b/debian/ossim-core.install
index b71eb96..84b85df 100644
--- a/debian/ossim-core.install
+++ b/debian/ossim-core.install
@@ -2,7 +2,6 @@ usr/share/ossim/templates
 usr/bin/ossim-adrg-dump
 usr/bin/ossim-applanix2ogeom
 usr/bin/ossim-band-merge
-usr/bin/ossim-bmvstager
 usr/bin/ossim-btoa
 usr/bin/ossim-chgkwval
 usr/bin/ossim-cmm
@@ -11,15 +10,15 @@ usr/bin/ossim-correl
 usr/bin/ossim-create-cg
 usr/bin/ossim-create-histo
 usr/bin/ossim-dump-ocg
-usr/bin/ossim-ecg2ocg
+#usr/bin/ossim-ecg2ocg
 usr/bin/ossim-extract-vertices
-usr/bin/ossim-foo
-usr/bin/ossim-height
+#usr/bin/ossim-foo
+#usr/bin/ossim-height
 usr/bin/ossim-icp
 usr/bin/ossim-igen
 usr/bin/ossim-img2md
 usr/bin/ossim-img2rr
-usr/bin/ossim-info
+#usr/bin/ossim-info
 usr/bin/ossim-modopt
 usr/bin/ossim-mosaic
 usr/bin/ossim-ogeom2ogeom
diff --git a/debian/rules b/debian/rules
index 9481185..add7f01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,18 @@ install/ossim-core::
 
 DEB_CONFIGURE_EXTRA_FLAGS = \
 		--prefix=/usr --datadir=/usr/share --includedir=/usr/include --with-jpeg=yes \
-        --with-libtiff=/usr --with-geotiff=/usr --with-openthreads= \
+        --with-libtiff= --with-geotiff= --with-openthreads= \
 		--enable-singleSharedOssimLibrary --enable-singleStaticOssimLibrary \
 		--with-freetype=/usr --with-mpi=no $(OPTFLAG) 
 
+clean::
+	[ -f Makefile ] || $(MAKE) clean; \
+	find $(CURRENT) -name Makefile -delete; \
+	rm -f Makefile.common \
+	      config.status \
+	      include/ossim/ossimConfig.h \
+	      makelib.mak \
+	      makeprog.mak \
+	      ossim.spec \
+	      src/apps/ossim-config \
+	      src/apps/ossim-config-inst

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