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 <sebas...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to