Skip to content

Use Lintian's new file index interface in Lintian checks.

Felix Lechner requested to merge (removed):new-interface into master

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:

  1. For files installed by packages, please use $processable->installed.

  2. For patched source trees, please use $processable->patched.

  3. For unpatched sources, please use $processable->orig.

Merge request reports

Loading