table of contents
other versions
Lintian::Info::Diffstat(3) | Debian Package Checker | Lintian::Info::Diffstat(3) |
NAME¶
Lintian::Info::Diffstat - access to collected diffstat dataSYNOPSIS¶
use Lintian::Processable; my $processable = Lintian::Processable::Binary->new;
DESCRIPTION¶
Lintian::Info::Diffstat provides an interface to diffstat data.INSTANCE METHODS¶
- diffstat
- Returns the path to diffstat output run on the Debian packaging diff
(a.k.a. the "diff.gz") for 1.0 non-native packages. For source
packages without a "diff.gz" component, this returns the path to
an empty file (this may be a device like /dev/null).
Needs-Info requirements for using diffstat: diffstat
- saved_diffstat
- Returns the cached diffstat information.
AUTHOR¶
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.SEE ALSO¶
lintian(1), Lintian::Collect, Lintian::Collect::Binary, Lintian::Collect::Source2020-02-23 | Lintian v2.54.0~bpo10+1 |