Lintian::Processable::Changelog
access to collected changelog data
- Provided by: lintian (Version: 2.114.0ubuntu1.8)
- Report a bug
access to collected changelog data
use Lintian::Processable;
Lintian::Processable::Changelog provides an interface to changelog data.
Returns the changelog of the binary package as a Parse::DebianChangelog object, or an empty object 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.
For source:
Returns the changelog of the source package as a Parse::DebianChangelog object, or an empty object if the changelog cannot be resolved safely.
Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.