<<

NAME

Lintian::File::Index - access to collected data about the upstream (orig) sources

SYNOPSIS

    use Lintian::Processable;
    my $processable = Lintian::Processable::Binary->new;

DESCRIPTION

Lintian::Info::Orig::Index provides an interface to collected data about the upstream (orig) sources.

INSTANCE METHODS

name
index

Returns a reference to a hash with elements indexed by path names.

saved_sorted_list

Returns a reference to a sorted array with path names.

basedir

Returns the base directory for file references.

anchored
allow_empty
fs_root_sub
file_info_sub
fs_info
sorted_list

Like sorted_index except sorted_orig_index is based on the "orig tarballs" of the source packages.

For native packages sorted_index and "sorted_orig_index" are generally identical.

NB: If sorted_orig_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 sorted_orig_index: Same as orig_index

lookup (FILE)

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

resolve_path
load

AUTHOR

Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.

SEE ALSO

lintian(1), Lintian::Collect, Lintian::Collect::Binary, Lintian::Collect::Source

<<