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

[Git][lintian/lintian][master] Replace reference to non-existent "unpack_errors" property with "unpack_messages"



Title: GitLab

Louis-Philippe Véronneau pushed to branch master at lintian / lintian

Commits:

  • e1fc2908
    by Maytham Alsudany at 2025-03-28T18:02:41+00:00
    Replace reference to non-existent "unpack_errors" property with "unpack_messages"
    
    Closes: #1065175
    

1 changed file:

Changes:

  • lib/Lintian/Processable/Source/Orig.pm
    ... ... @@ -161,7 +161,7 @@ has orig => (
    161 161
                             # shortens paths; keeps same base directory
    
    162 162
                             my $sub_errors = $subindex->drop_common_prefix;
    
    163 163
     
    
    164
    -                        push(@{$index->unpack_errors}, "$tarball . $_")
    
    164
    +                        push(@{$index->unpack_messages}, "$tarball . $_")
    
    165 165
                               for uniq split(/\n/, $sub_errors);
    
    166 166
                         }
    
    167 167
                     }
    


  • Reply to: