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

[Git][lintian/lintian][master] perltidy lib/Lintian/Check/Documentation.pm



Title: GitLab

Axel Beckert pushed to branch master at lintian / lintian

Commits:

  • 133b4c74
    by Axel Beckert at 2022-06-22T09:19:23+02:00
    perltidy lib/Lintian/Check/Documentation.pm
    
    Gbp-Dch: Ignore
    

1 changed file:

Changes:

  • lib/Lintian/Check/Documentation.pm
    ... ... @@ -132,7 +132,7 @@ sub visit_installed_files {
    132 132
               || ( $item->basename =~ m{^README}xi
    
    133 133
                 && $item->bytes =~ m{this directory}xi)
    
    134 134
               # see Bug#1009679
    
    135
    -	  || $item->name =~ m{^var/lib/ocaml/lintian/.+[.]info$};
    
    135
    +          || $item->name =~ m{^var/lib/ocaml/lintian/.+[.]info$};
    
    136 136
         }
    
    137 137
     
    
    138 138
         if ($item->name =~ m{^usr/share/doc/\S}) {
    


  • Reply to: