logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Lintian::Processable::Changelog - access to collected changelog data

Author

       Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.

Description

       Lintian::Processable::Changelog provides an interface to changelog data.

Instance Methods

       changelog_path
       changelog
           For binary:

           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.

Name

       Lintian::Processable::Changelog - access to collected changelog data

See Also

lintian(1)

Lintian v2.114.0ubuntu1.6                          2025-05-02                 Lintian::Processable::Changelog(3)

Synopsis

           use Lintian::Processable;

See Also