Modestas Vainius wrote:
> --- a/dh
> +++ b/dh
> @@ -486,17 +486,7 @@ sub run {
>  
>  sub loadlog {
>       my $package=shift;
> -     my $ext=pkgext($package);
> -     
> -     my @log;
> -     open(LOG, "<", "debian/${ext}debhelper.log") || return;
> -     while (<LOG>) {
> -             chomp;
> -             push @log, $_;
> -             $logged{$package}{$_}=1;
> -     }
> -     close LOG;
> -     return @log;
> +     return Debian::Debhelper::Dh_Lib::load_log($package, \%logged);

%logged is not defined here, shouldn't the second parameter just be
%undef?

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to