[gdal] 01/04: Fix file splitting test.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Aug 20 11:05:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository gdal.

commit e0e6434e3aba7e40e09e60904164a176ca2caca5
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Aug 20 11:58:04 2015 +0200

    Fix file splitting test.
---
 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 1c3c14b..ed52534 100755
--- a/debian/gdal-symbols.pl
+++ b/debian/gdal-symbols.pl
@@ -686,7 +686,7 @@ sub split_new_files {
 				my $filt_file  = $file.'.new.filt';
 				my $patch_file = $file.'.new.patch';
 
-				if(-r $diff_file && -r $new_file && -r $filt_file && !-r $patch_file) {
+				if(-r $diff_file && -r $new_file && -r $filt_file && -r $patch_file) {
 					print "Splitting files for: $file\n" if($cfg{verbose});
 
 					my ($common, $cplus) = split_file(

-- 
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