[DebianGIS-dev] [SCM] spatialite-gui branch, master, updated. upstream/1.2.1-6-g9def59a

David Paleino dapal at debian.org
Mon Jan 24 18:48:54 UTC 2011


The following commit has been merged in the master branch:
commit 1779b5aa1140b9b32f0756046347adda01e05401
Author: David Paleino <dapal at debian.org>
Date:   Mon Jan 24 19:45:07 2011 +0100

    Don't strip the binary

diff --git a/debian/patches/00-fix_build.patch b/debian/patches/00-fix_build.patch
index f62c265..bba6641 100644
--- a/debian/patches/00-fix_build.patch
+++ b/debian/patches/00-fix_build.patch
@@ -3,12 +3,12 @@ Subject: fix buildsystem
 Forwarded: no
 
 ---
- Makefile-linux |   13 ++++++-------
- 1 file changed, 6 insertions(+), 7 deletions(-)
+ Makefile-linux |   14 ++++++--------
+ 1 file changed, 6 insertions(+), 8 deletions(-)
 
 --- spatialite-gui.orig/Makefile-linux
 +++ spatialite-gui/Makefile-linux
-@@ -6,22 +6,21 @@ SRC = Main.cpp TableTree.cpp QueryView.c
+@@ -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 
@@ -35,5 +35,7 @@ Forwarded: no
 -$(EXE): $(OBJ) $(EXTRALIBS)
 +$(EXE): $(OBJ)
  	$(CXX) $(OBJ) -o $(EXE) $(LIB) $(EXTRALIBS)
- 	strip --strip-all  $(EXE)
+-	strip --strip-all  $(EXE)
  
+ clean :
+ 	$(RM) $(OBJ) $(EXE)

-- 
user-friendly graphical user interface for spatialite



More information about the Pkg-grass-devel mailing list