[gdal] 07/08: Fix syntax error in abi regex.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Jun 18 22:26:04 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 2e9c80216dfa0a177b5114783a6fec0fece0ed58
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jun 19 00:20:03 2015 +0200
Fix syntax error in abi regex.
---
debian/gdal-symbols.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/gdal-symbols.pl b/debian/gdal-symbols.pl
index 70764ed..d06db2a 100755
--- a/debian/gdal-symbols.pl
+++ b/debian/gdal-symbols.pl
@@ -1140,7 +1140,7 @@ sub new_architecture_symbols {
my $upstream_version = upstream_version($versions[-1]);
- (my $abi = $upstream_version) =~ s/\./-/g
+ (my $abi = $upstream_version) =~ s/\./-/g;
my $i = 0;
foreach(read_file($filt)) {
--
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