/usr/share/lintian/checks/pkg-perl/xs-abi.desc is in pkg-perl-tools 0.42.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | Check-Script: pkg-perl/xs-abi
Author: Damyan Ivanov <dmn@debian.org>
Type: binary
Info: files in legacy vendorarch directory
Tag: legacy-vendorarch-directory
Severity: serious
Certainty: certain
Info: Since 5.20, Debian perl packages use different directory for placing XS
libraries, which varies by API version and possibly architecture. Files
placed in the previously used directory (/usr/lib/perl5) will not be used by
perl. The build system needs to be fixed to use the value $Config{vendorarch}
(available from the Config module) instead of hardcoding the directory.
.
See Perl Policy 4.1.
|