Scroll to navigation

Lintian::Index::Orig(3) Debian Package Checker Lintian::Index::Orig(3)

NAME

Lintian::Index::Orig -- An index of an upstream (orig) file set

SYNOPSIS

 use Lintian::Index::Orig;

 # Instantiate via Lintian::Index::Orig
 my $orig = Lintian::Index::Orig->new;

DESCRIPTION

Instances of this perl class are objects that hold file indices of upstream file sets. The origins of this class can be found in part in the collections scripts used previously.

INSTANCE METHODS

collect
create

AUTHOR

Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian. Substantial portions adapted from code written by Russ Allbery, Niels Thykier, and others.

SEE ALSO

lintian(1)

Lintian::Index

2020-09-13 Lintian v2.94.0~bpo10+1