[SCM] gdal branch, 1.9, updated. upstream/1.8.1-91-gfefd635

Francesco Paolo Lovergine frankie at debian.org
Tue Feb 21 14:30:48 UTC 2012


The following commit has been merged in the 1.9 branch:
commit 53d676b94e53aaf03ca7d6190a324744e4ff37ca
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue Feb 21 14:51:25 2012 +0100

    Forces failure ignoring in running dpkg-gensymbols.
    
    This is useful to collect symbols. This version is expected to fail
    but it is ok to accept all new symbols and drop other ones.

diff --git a/debian/rules b/debian/rules
index a60d8cc..41ae280 100755
--- a/debian/rules
+++ b/debian/rules
@@ -195,7 +195,8 @@ binary-common:
 	# Adds per arch symbols for compatible archs
 	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
+	# Forces failure ignoring 
+	dh_makeshlibs -- -c0
 	dh_installdeb
 	dh_shlibdeps -L libgdal1 -l debian/libgdal1/usr/lib
 	dh_gencontrol

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list