Lintian::Processable::Fields::Files (3) Linux Manual Page
Lintian::Processable::Fields::Files – Lintian interface to .buildinfo or changes file data collection
Synopsis
use Moo;
with ‘Lintian::Processable::Fields::Files’;
Description
Lintian::Processable::Fields::Files provides an interface to data for .buildinfo and changes files. It implements data collection methods specific to .buildinfo and changes files.
Instance Methods
- files
- Returns a reference to a hash containing information about files listed in the .buildinfo file. Each hash may have the following keys:
- name
- Name of the file.
- size
- The size of the file in bytes.
- section
- The archive section to which the file belongs.
- priority
- The priority of the file.
- checksums
- A hash with the keys being checksum algorithms and the values themselves being hashes containing
- sum
- The result of applying the given algorithm to the file.
- filesize
- The size of the file as given in the .buildinfo section relating to the given checksum.
- sum
- name
- saved_files
Author
Originally written by Adam D. Barratt <adsb [at] debian.org> for Lintian.
See Also
lintian(1), Lintian::Processable
