1Dpkg::Changelog::Debian(3)       libdpkg-perl       Dpkg::Changelog::Debian(3)
2
3
4

NAME

6       Dpkg::Changelog::Debian - parse Debian changelogs
7

DESCRIPTION

9       Dpkg::Changelog::Debian parses Debian changelogs as described in
10       deb-changelog(5).
11
12       The parser tries to ignore most cruft like # or /* */ style comments,
13       CVS comments, vim variables, emacs local variables and stuff from older
14       changelogs with other formats at the end of the file.  NOTE: most of
15       these are ignored silently currently, there is no parser error issued
16       for them. This should become configurable in the future.
17

METHODS

19       $c->parse($fh, $description)
20           Read the filehandle and parse a Debian changelog in it. The data in
21           the object is reset before parsing new data.
22
23           Returns the number of changelog entries that have been parsed with
24           success.
25

CHANGES

27   Version 1.00 (dpkg 1.15.6)
28       Mark the module as public.
29

SEE ALSO

31       Dpkg::Changelog
32
33
34
351.18.25                           2018-06-26        Dpkg::Changelog::Debian(3)
Impressum