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

2011-04-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 893d63fd3cc5ad0abc729b77b5f49fea32b2a160
Author: Francesco Paolo Lovergine fran...@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 fran...@debian.org  Tue, 26 Apr 2011 16:11:03 
+0200
+ -- Francesco Paolo Lovergine fran...@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

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


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

2011-04-26 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit d2ddf6145cae2945ae7acfefc24d28c8309b4f1a
Author: Francesco Paolo Lovergine fran...@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

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel