The following commit has been merged in the master branch:
commit 9d0a7625a32005ba16e413fcc8a7e90e6be936f1
Author: David Paleino <da...@debian.org>
Date:   Sun Sep 30 21:23:11 2012 +0200

    Updated 00-fix_build.patch to include debugging symbols during compilation

diff --git a/debian/changelog b/debian/changelog
index 2a240a4..d46e89a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+spatialite-gui (1.2.1-4) UNRELEASED; urgency=low
+
+  * Updated 00-fix_build.patch to include debugging symbols during
+    compilation
+
+ -- David Paleino <da...@debian.org>  Sun, 30 Sep 2012 21:22:48 +0200
+
 spatialite-gui (1.2.1-3) unstable; urgency=low
 
   * Fixed FTBS due to relinking in Makefile-linux and the new geos lib.
diff --git a/debian/patches/00-fix_build.patch 
b/debian/patches/00-fix_build.patch
index 4136bd6..d9547a3 100644
--- a/debian/patches/00-fix_build.patch
+++ b/debian/patches/00-fix_build.patch
@@ -3,14 +3,12 @@ Subject: fix buildsystem
 Forwarded: no
 
 ---
- Makefile-linux |   14 ++++++--------
- 1 file changed, 6 insertions(+), 8 deletions(-)
+ Makefile-linux |   16 +++++++---------
+ 1 file changed, 7 insertions(+), 9 deletions(-)
 
-Index: spatialite-gui/Makefile-linux
-===================================================================
---- spatialite-gui.orig/Makefile-linux 2012-03-13 00:32:01.000000000 +0100
-+++ spatialite-gui/Makefile-linux      2012-03-13 00:35:59.000000000 +0100
-@@ -6,24 +6,22 @@
+--- spatialite-gui.orig/Makefile-linux
++++ spatialite-gui/Makefile-linux
+@@ -6,24 +6,22 @@ SRC = Main.cpp TableTree.cpp QueryView.c
        MetadataInit.cpp
  OBJ = Main.o TableTree.o QueryView.o ResultSetView.o BlobExplorer.o Dialogs.o 
\
        Shapefiles.o Network.o Exif.o TextCsv.o Objects.o MetadataInit.o 
@@ -19,8 +17,9 @@ Index: spatialite-gui/Makefile-linux
  INCLUDE = Classdef.h 
  
  # Define default flags:
- CXXFLAGS = $(shell wx-config --cxxflags) 
+-CXXFLAGS = $(shell wx-config --cxxflags) 
 -LIB = $(shell wx-config --libs) -lgeotiff 
++CXXFLAGS = $(shell wx-config --cxxflags) -g
 +LIB = $(shell wx-config --libs) \
 +      -lspatialite -lgeos_c -lproj -lrasterlite -lsqlite3
  EXTRAFLAGS = -Wall -Wextra -Wno-ctor-dtor-privacy \

-- 
user-friendly graphical user interface for spatialite

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to