[SCM] spatialite branch, master, updated. debian/3.0.0_beta20110817-3-45-g30b6919

David Paleino dapal at debian.org
Sat Dec 1 19:41:42 UTC 2012


The following commit has been merged in the master branch:
commit 04743cf6450ea476201b2aa4fc689e7aad7f2dce
Author: David Paleino <dapal at debian.org>
Date:   Thu Oct 4 11:41:12 2012 +0200

    Also build a debugging symbols package: libspatialite3-dbg.

diff --git a/debian/changelog b/debian/changelog
index 8a1e254..1eaa09e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ spatialite (4.0.0~rc1-1) UNRELEASED; urgency=low
   * Patchset refreshed, 04-fix_missing_define.patch dropped.
   * Debhelper compatibility bumped to 9.
   * Standards-Version bump to 3.9.4, no changes needed.
+  * Also build a debugging symbols package: libspatialite3-dbg.
 
- -- David Paleino <dapal at debian.org>  Thu, 04 Oct 2012 11:39:14 +0200
+ -- David Paleino <dapal at debian.org>  Thu, 04 Oct 2012 11:40:53 +0200
 
 spatialite (3.1.0~rc2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index b1a3204..83f1714 100644
--- a/debian/control
+++ b/debian/control
@@ -53,3 +53,19 @@ Description: Geospatial extension for SQLite - development files
  shapefiles and csv/text files as virtual tables.
  .
  This package contains development (static libraries and header files).
+
+Package: libspatialite3-dbg
+Architecture: any
+Section: debug
+Depends:
+ libspatialite3 (= ${binary:Version})
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Description: Geospatial extension for SQLite - debugging symbols
+ The SpatiaLite extension enables SQLite to support spatial (geometry) data
+ in a way conformant to OpenGis specifications, with both WKT and WKB formats.
+ .
+ Spatialite also includes Virtualshape and Virtualtext to enable accessing
+ shapefiles and csv/text files as virtual tables.
+ .
+ This package contains debugging symbols for the libraries.
diff --git a/debian/rules b/debian/rules
index 175b14d..29bf22f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,3 +35,6 @@ override_dh_auto_configure:
 
 override_dh_shlibdeps:
 	dh_shlibdeps -l/usr/lib:$(CURDIR)/debian/tmp/usr/lib
+
+override_dh_strip:
+	dh_strip --dbg-package=libspatialite3-dbg

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list