This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch experimental in repository gdal.
commit 37160a3aea04476d58ac9149413ac1b046c34885 Author: Bas Couwenberg <[email protected]> Date: Sun May 11 22:35:40 2014 +0200 Fix debian revision stripping. --- 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 0f9bb68..908a001 100755 --- a/debian/gdal-symbols.pl +++ b/debian/gdal-symbols.pl @@ -384,7 +384,7 @@ sub create_new_symbols { next if($version ne $cfg{version}); - $version =~ s/(\+dfsg)?-\d+$//; + $version =~ s/(\+dfsg\d*)?-\d+(\~\w+)?$//; $library = find_library($pkg_dir.$_.'/usr/lib/'); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

