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:
- lib/Lintian/Check/Documentation.pm
Changes:
=====================================
lib/Lintian/Check/Documentation.pm
=====================================
@@ -132,7 +132,7 @@ sub visit_installed_files {
|| ( $item->basename =~ m{^README}xi
&& $item->bytes =~ m{this directory}xi)
# see Bug#1009679
- || $item->name =~ m{^var/lib/ocaml/lintian/.+[.]info$};
+ || $item->name =~ m{^var/lib/ocaml/lintian/.+[.]info$};
}
if ($item->name =~ m{^usr/share/doc/\S}) {
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/133b4c74f10db401c1650a52ee184a86e2feb376
--
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/133b4c74f10db401c1650a52ee184a86e2feb376
You're receiving this email because of your account on salsa.debian.org.