Lintian::Processable::Orig (3) Linux Manual Page
Lintian::Processable::Orig – access to collected data about the upstream (orig) sources
Synopsis
use Lintian::Processable;
my $processable = Lintian::Processable::Binary->new;
Description
Lintian::Processable::Orig provides an interface to collected data about the upstream (orig) sources.
Instance Methods
- orig
- Returns the index for orig.tar.gz.
- orig_index (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
- sorted_orig_index
- orig_index_resolved_path(PATH)
- Resolve PATH (relative to the root of the package) and return the entry denoting the resolved path.
The resolution is done using resolve_path.
NB: If orig_index_resolved_path 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_resolved_path: Same as orig_index
Author
Originally written by Felix Lechner <felix.lechner [at] lease-up.com> for Lintian.
See Also
lintian(1)
