[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 7b555aa12d13fee2b33658630af9da8ab222d5b2
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Thu Oct 6 10:54:06 2011 +0200

    Grr, added -f to link commands.

diff --git a/debian/rules b/debian/rules
index e28ec6e..2954655 100755
--- a/debian/rules
+++ b/debian/rules
@@ -193,8 +193,8 @@ binary-common:
 	dh_python2 -X.info
 	dh_perl
 	# Adds per arch symbols for compatible archs
-	ln $(CURDIR)/debian/libgdal*.symbols.i386 $(CURDIR)/debian/libgdal1.symbols.kfreebsd-i386
-	ln $(CURDIR)/debian/libgdal*.symbols.amd64 $(CURDIR)/debian/libgdal1.symbols.kfreebsd-amd64
+	ln -f $(CURDIR)/debian/libgdal*.symbols.i386 $(CURDIR)/debian/libgdal1.symbols.kfreebsd-i386
+	ln -f $(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