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

[Git][lintian/lintian][master] Exempt backports to bullseye from changelog-file-missing-explicit-entry. (Closes: #941656)



Title: GitLab

Felix Lechner pushed to branch master at lintian / lintian

Commits:

1 changed file:

Changes:

  • lib/Lintian/Check/Debian/Changelog.pm
    ... ... @@ -264,8 +264,8 @@ sub source {
    264 264
                     $latest_version->literal
    
    265 265
                   )
    
    266 266
                   unless $previous_version->literal eq $expected_previous
    
    267
    -              || $latest_entry->Distribution eq 'buster'
    
    268
    -              || $previous_entry->Distribution eq 'buster'
    
    267
    +              || $latest_entry->Distribution eq 'bullseye'
    
    268
    +              || $previous_entry->Distribution eq 'bullseye'
    
    269 269
                   || $latest_entry->Distribution =~ /-security$/i;
    
    270 270
     
    
    271 271
                 if (   $latest_version->epoch eq $previous_version->epoch
    


  • Reply to: