[SCM] gdal branch, master, updated. upstream/1.8.1-68-g7b555aa

Francesco Paolo Lovergine frankie at debian.org
Thu Oct 6 08:54:38 UTC 2011


The following commit has been merged in the master branch:
commit 8dc63f8859587fd9d812c0a3094bf6d5fbfee394
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Thu Oct 6 10:18:30 2011 +0200

    Fixed paths in kfreebsd-* symfiles.

diff --git a/debian/rules b/debian/rules
index ef233c2..e28ec6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -132,7 +132,7 @@ clean:
 	rm -rf $(CURDIR)/frmts/o/.libs
 	rm -f  $(CURDIR)/islibdappost310.*
 	# Removes per arch symbols for compatible archs
-	rm -f libgdal*.symbols.kfreebsd-i386 libgdal*.symbols.kfreebsd-amd64
+	rm -f $(CURDIR)/debian/libgdal*.symbols.kfreebsd-i386 $(CURDIR)/debian/libgdal*.symbols.kfreebsd-amd64
 	dh_clean 
 
 install: build
@@ -193,8 +193,8 @@ binary-common:
 	dh_python2 -X.info
 	dh_perl
 	# Adds per arch symbols for compatible archs
-	ln libgdal*.symbols.i386 libgdal1.symbols.kfreebsd-i386
-	ln libgdal*.symbols.amd64 libgdal1.symbols.kfreebsd-amd64
+	ln $(CURDIR)/debian/libgdal*.symbols.i386 $(CURDIR)/debian/libgdal1.symbols.kfreebsd-i386
+	ln $(CURDIR)/debian/libgdal*.symbols.amd64 $(CURDIR)/debian/libgdal1.symbols.kfreebsd-amd64
 	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps -L libgdal1 -l debian/libgdal1/usr/lib

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list