The following commit has been merged in the upstream branch: commit 454567cb3015df682da23a04f1b7f17acee7d2f2 Author: Francesco Paolo Lovergine <fran...@debian.org> Date: Thu Mar 3 13:50:11 2011 +0100
Added debugging symbols. diff --git a/debian/changelog b/debian/changelog index d69c757..ccb43b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,10 @@ geos (3.2.2-1) unstable; urgency=low * Source format moved to 3.0 with quilt support. * Policy changed to 3.9.1, without changes. * Added ${misc:Depends} to bin pkgs due to dh use. + * Added -dbg package for debugging symbols. + (closes: #582273) - -- Francesco Paolo Lovergine <fran...@debian.org> Wed, 02 Mar 2011 23:01:54 +0100 + -- Francesco Paolo Lovergine <fran...@debian.org> Thu, 03 Mar 2011 13:40:04 +0100 geos (3.2.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 3e81ec5..5bcb34a 100644 --- a/debian/control +++ b/debian/control @@ -89,3 +89,14 @@ Description: GEOS bindings for Ruby . This package contains the Ruby bindings for GEOS. +Package: libgeos-dbg +Architecture: any +Section: debug +Priority: extra +Depends: libgeos-3.2.2 (= ${binary:Version}), libgeos-c1 (= ${binary:Version}) +Description: Debugging symbols for the GEOS library + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + . + This package contains the debugging symbols for C/C++ GEOS library. diff --git a/debian/control.in b/debian/control.in index f391f89..1eb3ac1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -89,3 +89,14 @@ Description: GEOS bindings for Ruby . This package contains the Ruby bindings for GEOS. +Package: libgeos-dbg +Architecture: any +Section: debug +Priority: extra +Depends: libgeos-@VERSION@ (= ${binary:Version}), libgeos-c1 (= ${binary:Version}) +Description: Debugging symbols for the GEOS library + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + . + This package contains the debugging symbols for C/C++ GEOS library. diff --git a/debian/rules b/debian/rules index 47c641e..c68aca0 100755 --- a/debian/rules +++ b/debian/rules @@ -130,7 +130,7 @@ binary-common: dh_installexamples dh_installman dh_link - dh_strip + dh_strip --dbg-package=libgeos-dbg dh_compress dh_fixperms dh_makeshlibs -V -- Geometry engine for Geographic Information Systems _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel