The source project of this merge request has been removed.
Use Lintian's new file index interface in Lintian checks.
The file lookup functions were updated. The old interface is obsolete.
Replaces $processable->index
with $processable->patched->lookup
in the
checks that ship with this package.
Please refer to the following Lintian::File::Index
objects going
forward:
-
For files installed by packages, please use
$processable->installed
. -
For patched source trees, please use
$processable->patched
. -
For unpatched sources, please use
$processable->orig
.