Lintian::Index - access to collected data about the upstream (orig) sources
use Lintian::Processable; my $processable = Lintian::Processable::Binary->new;
Lintian::Processable::Orig::Index provides an interface to collected data about the upstream (orig) sources.
Returns a reference to a hash with elements catalogued by path names.
Returns a reference to a sorted array with path names.
basedir
Returns the base directory for file references.
anchored
allow_empty
Like "index" except orig_index is based on the "orig tarballs" of the source packages.
For native packages "index" and "orig_index" are generally identical.
NB: If sorted_index includes a debian packaging, it is was contained in upstream part of the source package (or the package is native).
Needs-Info requirements for using orig_index: src-orig-index
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.
lintian(1)