Axel Beckert pushed to branch master at lintian / lintian
Commits:
- 
133b4c74
by Axel Beckert at 2022-06-22T09:19:23+02:00
 
1 changed file:
Changes:
| ... | ... | @@ -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}) {
 |