Dpkg::Changelog::Debian(3perl) | libdpkg-perl | Dpkg::Changelog::Debian(3perl) |
Dpkg::Changelog::Debian - parse Debian changelogs
This class represents a Debian changelog file as an array of changelog entries (Dpkg::Changelog::Entry::Debian). It implements the generic interface Dpkg::Changelog. Only methods specific to this implementation are described below, the rest are inherited.
Dpkg::Changelog::Debian parses Debian changelogs as described in deb-changelog(5).
The parser tries to ignore most cruft like # or /* */ style comments, RCS keywords, Vim modelines, Emacs local variables and stuff from older changelogs with other formats at the end of the file. NOTE: most of these are ignored silently currently, there is no parser error issued for them. This should become configurable in the future.
Returns the number of changelog entries that have been parsed with success.
Mark the module as public.
Dpkg::Changelog
2023-05-11 | 1.21.22 |