[SCM] gdal branch, master, updated. upstream/1.8.0-32-geba5742

Francesco Paolo Lovergine frankie at debian.org
Fri Sep 23 13:54:01 UTC 2011


The following commit has been merged in the master branch:
commit eba5742aef1aff68778f30959208fd7c015e23f1
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Fri Sep 23 15:53:41 2011 +0200

    Changes to symvar script.

diff --git a/debian/changelog b/debian/changelog
index 9c99fb0..f7660d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,10 @@ gdal (1.8.0-2) experimental; urgency=low
   * Revised for migration to dh_python2.
   * Merged lintian-overrides handling from 1.7 branch.
   * This version is already compatible with libdap >= 3.10, no patch needed.
+  * Still retaining chrpath trick to maintain compatibility against libtool 
+    inner use in swing-enabled bindings.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 22 Sep 2011 16:52:01 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 23 Sep 2011 09:23:05 +0200
 
 gdal (1.8.0-2) experimental; urgency=low
 
diff --git a/debian/gdal.ver b/debian/gdal.ver
index 0684dad..123c0f6 100644
--- a/debian/gdal.ver
+++ b/debian/gdal.ver
@@ -1,5 +1,18 @@
 GDAL_1.8 {
-    global: *;
-    local: TIFF*;
+    local: 
+           TIFF*;
            _TIFF*;
+           LogL10fromY;
+           LogL10toY;
+           LogL16fromY;
+           LogL16toY;
+           LogLuv24fromXYZ;
+           LogLuv24toXYZ;
+           LogLuv32fromXYZ;
+           LogLuv32toXYZ;
+           uv_decode;
+           uv_encode;
+           XYZtoRGB24;
+    global: 
+           *;
 };

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list