[DebianGIS-dev] [SCM] librasterlite branch, master, updated. upstream/1.0-5-gf9a960a

David Paleino dapal at debian.org
Mon Jan 24 17:27:21 UTC 2011


The following commit has been merged in the master branch:
commit ce21131777dcdb53da95b7348287f0f9c924ad02
Author: David Paleino <dapal at debian.org>
Date:   Mon Jan 24 18:23:12 2011 +0100

    Unify debugging symbols under rasterlite-dbg

diff --git a/debian/control b/debian/control
index aa73cd4..cbb1c7e 100644
--- a/debian/control
+++ b/debian/control
@@ -43,18 +43,19 @@ Description: library supporting raster data sources for spatialite
  .
  This package contains the shared library.
 
-Package: librasterlite1-dbg
+Package: rasterlite-dbg
 Section: debug
 Architecture: any
 Depends:
  ${shlibs:Depends}
  , ${misc:Depends}
  , librasterlite1 (= ${binary:Version})
+ , rasterlite-bin (= ${binary:Version})
 Description: library supporting raster data sources for spatialite - debugging symbols
  librasterlite is a library supporting raster data sources within a SpatiaLite
  DataBase, and any releated command-line management tool.
  .
- This package contains debugging symbols for librasterlite.
+ This package contains debugging symbols for librasterlite and rasterlite-bin.
 
 Package: rasterlite-bin
 Section: graphics
diff --git a/debian/rules b/debian/rules
index 1e38344..b452e3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,6 @@
 override_dh_autoreconf:
 	touch NEWS ChangeLog
 	dh_autoreconf
+
+override_dh_strip:
+	dh_strip --dbg-package=rasterlite-dbg

-- 
library supporting raster data sources for spatialite



More information about the Pkg-grass-devel mailing list