[DebianGIS-dev] CVS Update: gdal/debian/patches 00list
01_gcc4.patch 02_libname.patch libname.dpatch
frankie at haydn.debian.org
frankie at haydn.debian.org
Tue Jan 24 10:16:50 UTC 2006
User: frankie
Date: 06/01/24 10:16:50
Added: debian/patches 00list libname.dpatch
Removed: debian/patches 01_gcc4.patch 02_libname.patch
Log:
Moving to dpatch patches
Revision Changes Path
1.1 gdal/debian/patches/00list
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/patches/00list?annotate=1.1&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/patches/00list?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
-----------------------------------
Index: 00list
===================================================================
libname
1.1 gdal/debian/patches/libname.dpatch
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/patches/libname.dpatch?annotate=1.1&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/patches/libname.dpatch?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
-----------------------------------
Index: libname.dpatch
===================================================================
#! /bin/sh /usr/share/dpatch/dpatch-run
## libname.dpatch by Francesco Paolo Lovergine <frankie at debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad gdal-1.3.1~/GDALmake.opt.in gdal-1.3.1/GDALmake.opt.in
--- gdal-1.3.1~/GDALmake.opt.in 2006-01-24 10:54:25.000000000 +0100
+++ gdal-1.3.1/GDALmake.opt.in 2006-01-24 11:14:57.000000000 +0100
@@ -103,7 +103,7 @@
-I$(GDAL_ROOT)/ogr -I$(GDAL_ROOT)/ogr/ogrsf_frmts
# libtool targets and help variables
-LIBGDAL := $(GDAL_ROOT)/libgdal.la
+LIBGDAL := $(GDAL_ROOT)/libgdal1.3.1.la
LIBGDAL_CURRENT := 10
LIBGDAL_REVISION := 0
LIBGDAL_AGE := 9
@@ -111,9 +111,9 @@
# native build targets and variables
GDAL_VER = @GDAL_VER@
-GDAL_LIB = $(GDAL_ROOT)/libgdal.a
-GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(SO_EXT)
-GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal
+GDAL_LIB = $(GDAL_ROOT)/libgdal1.3.1.a
+GDAL_SLIB = $(GDAL_ROOT)/libgdal1.3.1.$(SO_EXT)
+GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal1.3.1
#
# OGR/PostgreSQL support.
@@ -258,14 +258,14 @@
ifeq ($(HAVE_LIBTOOL), yes)
CONFIG_LIBS = $(LIBGDAL)
-CONFIG_LIBS_INS = -L$(INST_LIB) -lgdal
+CONFIG_LIBS_INS = -L$(INST_LIB) -lgdal1.3.1
EXE_DEP_LIBS = $(LIBGDAL)
SO_EXT = la
else
ifeq ($(HAVE_LD_SHARED),yes)
CONFIG_LIBS = $(GDAL_SLIB_LINK) $(LIBS)
-CONFIG_LIBS_INS = -L$(INST_LIB) -lgdal
+CONFIG_LIBS_INS = -L$(INST_LIB) -lgdal1.3.1
EXE_DEP_LIBS = $(GDAL_SLIB)
else
CONFIG_LIBS = $(GDAL_LIBS) $(LIBS)
More information about the Pkg-grass-devel
mailing list