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

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


The following commit has been merged in the master branch:
commit 893d63fd3cc5ad0abc729b77b5f49fea32b2a160
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue Apr 26 17:56:02 2011 +0200

    Removing rpath embedding.

diff --git a/debian/changelog b/debian/changelog
index b1f9ec2..625ad8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,10 @@ gdal (1.8.0-1) experimental; urgency=low
   * Fixed manpages oddities.
     (closes: #615535)
   * Added some more cleanup instructions.
+  * Now post-removing rpath in main library as well to avoid libtool tricks at
+    building time.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 26 Apr 2011 16:11:03 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 26 Apr 2011 17:55:11 +0200
 
 gdal (1.7.3-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d2143b3..d243469 100755
--- a/debian/rules
+++ b/debian/rules
@@ -162,6 +162,8 @@ install: build
 	-find $(CURDIR)/debian/tmp$(PERL_PATH) -type f -name .packlist -exec rm -f {} \;
 	# 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 {} \;
 	
 	# 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