[SCM] libspatialindex branch, master, updated. upstream/1.7.0-29-g8f2f076

Bas Couwenberg sebastic at xs4all.nl
Fri Jan 10 19:30:53 UTC 2014


The following commit has been merged in the master branch:
commit ded01a0cef8dd10c49aa2086ea5e0cb6c5128b3b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 10 19:26:46 2014 +0100

    Add debug package for the shared library.

diff --git a/debian/changelog b/debian/changelog
index f14ded0..60bc3ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ spatialindex (1.8.1-1) UNRELEASED; urgency=low
   * Don't start description synopsis with an article.
   * Change library packages to match SONAME, and use correct description.
     (closes: #642482)
+  * Add debug package for the shared library.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 10 Jan 2014 16:38:53 +0100
 
diff --git a/debian/control b/debian/control
index b53eb74..b76a531 100644
--- a/debian/control
+++ b/debian/control
@@ -59,3 +59,19 @@ Description: General framework for developing spatial indices - development file
  This package contains the development files to build third
  parties programs.
 
+Package: libspatialindex3-dbg
+Architecture: any
+Multi-Arch: same
+Section: debug
+Priority: extra
+Depends: libspatialindex3 (= ${binary:Version}),
+         libspatialindex-c3 (= ${binary:Version}),
+         ${misc:Depends}
+Description: General framework for developing spatial indices - debugging symbols
+ Spatialindex is a C++ library that provides a framework for
+ developing spatial indices. Currently it defines generic interfaces,
+ provides simple main memory and disk based storage managers and a
+ robust implementation of an R*-tree, an MVR-tree and a TPR-tree.
+ .
+ This package contains debugging symbols for the libraries.
+
diff --git a/debian/rules b/debian/rules
index b0c3f8d..e4f7767 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,3 +23,6 @@ override_dh_install:
 override_dh_makeshlibs:
 	dh_makeshlibs -- -c0 -v$(SPATIALINDEX_VERSION)
 
+override_dh_strip:
+	dh_strip --dbg-package=libspatialindex3-dbg
+

-- 
A general framework for developing spatial indices



More information about the Pkg-grass-devel mailing list