Niels Thykier <niels@thykier.net> writes:
>
> remove the leading slash in the argument to normalize_pkg_path[1].
Are you sure? I followed the synopsis and examples in Lintian::Util.
> [1] Internally, Lintian refer to files relative to the package root
> (i.e. without leading slash).
Yes. But the arg to normalize_pkg_path() too? I see for example
systemd.pm
$normalized = normalize_pkg_path('/', $path);