Man page - lintian::processable::changes(3)
Packages contas this manual
Manual
| Lintian::Processable::Changes(3) | Debian Package Checker | Lintian::Processable::Changes(3) |
NAME
Lintian::Processable::Changes -- A changes file Lintian can process
SYNOPSIS
use Lintian::Processable::Changes;
my $processable = Lintian::Processable::Changes->new;
$processable->init_from_file('path');
DESCRIPTION
This class represents a 'changes' file that Lintian can process. Objects of this kind are often part of a Lintian::Group, which represents all the files in a changes or buildinfo file.
INSTANCE METHODS
- init_from_file (PATH)
- Initializes a new object from PATH.
AUTHOR
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.
SEE ALSO
lintian(1)
Lintian::Processable
| 2025-03-28 | Lintian v2.122.0 |