[SCM] gdal branch, master, updated. upstream/1.8.0-21-gd2ddf61

Francesco Paolo Lovergine frankie at debian.org
Tue Apr 26 16:05:58 UTC 2011


The following commit has been merged in the master branch:
commit d2ddf6145cae2945ae7acfefc24d28c8309b4f1a
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue Apr 26 18:01:49 2011 +0200

    Minor fix.

diff --git a/debian/rules b/debian/rules
index d243469..3b403d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -163,7 +163,7 @@ install: build
 	# removing embedded rpath in perl shlibs
 	-find $(CURDIR)/debian/tmp/$(PERL_PATH) -type f -name "*.so" -exec chrpath --delete {} \;
 	# removing embedded rpath in main lib
-	-find $(CURDIR)/debian/tmp/usr/lib -type f -name "*.so" -exec chrpath --delete {} \;
+	-find $(CURDIR)/debian/tmp/usr/lib -type f -name "*.so*" -exec chrpath --delete {} \;
 	
 	# moves ruby/perl stuff the right dirs
 	install -o root -g root -d $(CURDIR)/debian/tmp/usr/lib/perl5/auto

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list