Lintian::Collect::Changes(3) | Debian Package Checker | Lintian::Collect::Changes(3) |
Lintian::Collect::Changes - Lintian interface to .changes file data collection
my ($name, $type) = ('foobar_1.2_i386.changes', 'changes'); my $collect = Lintian::Collect->new($name, $type); my $files = $collect->files; foreach my $file (keys %{$files}) { my $size = $files->{$file}{size}; print "File $file has size $size\n"; }
Lintian::Collect::Changes provides an interface to data for .changes files. It implements data collection methods specific to .changes files.
In addition to the instance methods listed below, all instance methods documented in the Lintian::Collect module are also available.
Needs-Info requirements for using files: "field ([FIELD[, DEFAULT]])" in Lintian::Collect
Needs-Info requirements for using repacked: Same as field
Originally written by Adam D. Barratt <adsb@debian.org> for Lintian.
lintian(1), Lintian::Collect
2019-05-26 | Lintian v2.15.0 |