[gdal] 02/05: Update examples in gdal-symbols.pl for @Base symbols.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Oct 23 17:55:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental-2.0
in repository gdal.
commit b3ff1d92241e7cb9c1dc8cbde8995ec313843a29
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Oct 23 16:47:54 2015 +0200
Update examples in gdal-symbols.pl for @Base symbols.
---
debian/gdal-symbols.pl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/gdal-symbols.pl b/debian/gdal-symbols.pl
index 0a8534f..aee0f5c 100755
--- a/debian/gdal-symbols.pl
+++ b/debian/gdal-symbols.pl
@@ -579,11 +579,11 @@ sub create_patch_file {
. '+++ '. $old."\n"
;
}
- # + VRTSourcedRasterBand::ComputeRasterMinMax(int, double*)@GDAL_1.8 1.10.1
+ # + VRTSourcedRasterBand::ComputeRasterMinMax(int, double*)@Base 1.10.1
elsif(/^\+ (.*?) (\d+\.\d+\.\d+\S*)\s*$/) {
$_ = '+ (c++)"'.$1.'" '.$2." 1\n";
}
- # + VRTSourcedRasterBand::ComputeRasterMinMax(int, double*)@GDAL_1.8 1.10.1 1
+ # + VRTSourcedRasterBand::ComputeRasterMinMax(int, double*)@Base 1.10.1 1
elsif(/^\+ (.*?) (\d+\.\d+\.\d+\S*)(\s+\d+)\s*$/) {
$_ = '+ (c++)"'.$1.'" '.$2.$3."\n";
}
@@ -972,7 +972,7 @@ sub parse_symbols {
my %symbols = ();
foreach(read_file($args{file})) {
- # BSBClose at GDAL_1.8 1.8.0
+ # BSBClose at Base 1.8.0
if(/^ (\S+)\s+(\d+\S+\d+)\s*$/) {
my $symbol = $1;
my $version = $2;
@@ -982,7 +982,7 @@ sub parse_symbols {
# libgdal.so.20 libgdal20 #MINVER#
# | libgdal20 #MINVER#, gdal-abi-2-0-0
# #include "libgdal20.symbols.common"
- # (c++)"PamGetProxy(char const*)@GDAL_1.8" 1.8.0 1
+ # (c++)"PamGetProxy(char const*)@Base" 1.8.0 1
elsif(/^ (\S+)\s+(\d+\S+\d+)\s*(\d+)\s*$/) {
my $symbol = $1;
my $version = $2;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git
More information about the Pkg-grass-devel
mailing list