[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.0-rc2-122-g12888e8



The following commit has been merged in the master branch:
commit be7c4ef046d63367726067fe18ccb86dd0256026
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Apr 11 22:55:32 2011 +0200

    Fix the recorded langauge of english manpage in dependencies

diff --git a/checks/manpages b/checks/manpages
index d7efdb4..cbbc11b 100644
--- a/checks/manpages
+++ b/checks/manpages
@@ -352,6 +352,7 @@ foreach my $depproc ($group->get_processables('binary')){
 	    next unless ($path =~ m,man\d/$,o);
 	    $manpage{$fname} = [] unless exists $manpage{$fname};
 	    $lang = $1 if $path =~ m,/([^/]+)/man\d/$,o;
+	    $lang = '' if $lang eq 'man';
 	    push @{$manpage{$fname}}, {file => $file, lang => $lang};
 	}
     }

-- 
Debian package checker


Reply to: