[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 628c88f76b832cb30c3c35d0a76f279de6d3ce8f
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Thu Oct 6 10:03:07 2011 +0200

    Added kfreebsd-* symfiles trick.

diff --git a/debian/rules b/debian/rules
index 39aaba8..ef233c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -131,7 +131,8 @@ clean:
 	rm -rf $(CURDIR)/html $(CURDIR)/doc/br/html $(CURDIR)/doc/ru/html
 	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
 	dh_clean 
 
 install: build
@@ -191,7 +192,9 @@ binary-common:
 	dh_lintian
 	dh_python2 -X.info
 	dh_perl
-	ln libgdal1
+	# Adds per arch symbols for compatible archs
+	ln libgdal*.symbols.i386 libgdal1.symbols.kfreebsd-i386
+	ln libgdal*.symbols.amd64 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