Source: geos
Severity: wishlist
Tags: patch
Version: 3.2.0-1

I ended up needing to debug an infinite loop issue in either geos or postgis
on lenny, and noticed that neither provide debugging symbols. I ended up
rebuilding both (and Postgresql itself for good measure) to create -dbg
packages, and thought I might as well create proper patches and file bugs.. So
here is the patch for geos.

-- 
Arto Jantunen

Index: control.in
===================================================================
--- control.in	(revision 2881)
+++ control.in	(working copy)
@@ -88,3 +88,15 @@
  .
  This package contains the Ruby bindings for GEOS.
 
+Package: libgeos-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: libge...@version@ (= ${binary:Version}), libgeos-c1 (= ${binary:Version})
+Description: debugging symbols for geos
+ 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 geos.
+
Index: rules
===================================================================
--- rules	(revision 2881)
+++ rules	(working copy)
@@ -133,7 +133,7 @@
 	dh_installexamples
 	dh_installman
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=libgeos-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs -V
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to