Package: lintian
Version: 2.128.1
Severity: important
$ lintian coreutils-from-uutils_0.0.0_all.deb
Warning in processable coreutils-from-uutils_0.0.0_all.deb: Unmatched [ in
regex; marked by <-- HERE in m/^[ <-- HERE (?:\b|_)/ at
/usr/share/lintian/lib/Lintian/Check/Documentation/Manual.pm line 641.
warning: cannot run documentation/manual check on package
binary:coreutils-from-uutils_0.0.0_all
skipping check of binary:coreutils-from-uutils_0.0.0_all
The code is:
for my $command (@related_commands) {
@surplus_manpages = grep { !/^$command(?:\b|_)/ } @surplus_manpages;
}
And the package contains /usr/bin/[
Lucas