Lintian::Processable::Changelog (3) Linux Manual Page
Lintian::Processable::Changelog – access to collected changelog data
Synopsis
use Lintian::Processable;
my $processable = Lintian::Processable::Binary->new;
Description
Lintian::Processable::Changelog provides an interface to changelog data.
Instance Methods
- changelog
- For binary:
Returns the changelog of the binary package as a Parse::DebianChangelog object, or undef if the changelog doesn’t exist. The changelog-file collection script must have been run to create the changelog file, which this method expects to find in changelog.
Needs-Info requirements for using changelog: changelog-file
For source:
Returns the changelog of the source package as a Parse::DebianChangelog object, or "undef" if the changelog cannot be resolved safely.
- saved_changelog
- Returns the cached changelog information.
Author
Originally written by Felix Lechner <felix.lechner [at] lease-up.com> for Lintian.
See Also
lintian(1)
