|
12.
|
|
|
parsechangelog parses Debian changelogs as described in the Debian policy (version 3.6.2.1 at the time of this writing) and converts them to other output formats. See section L<"SEE ALSO"> for locations where to find the full format definition.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:75
|
|
13.
|
|
|
The output formats supported are currently:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:80
|
|
14.
|
|
|
dpkg
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:84 ../lib/Parse/DebianChangelog.pm:61
../lib/Parse/DebianChangelog.pm:627
|
|
15.
|
|
|
Format as known from L<dpkg-parsechangelog(1)>. All requested entries (see L<"SYNOPSIS"> on how to select specific entries) are returned in the usual Debian control format, merged in one stanza, ready to be used in a F<.changes> file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:86
|
|
16.
|
|
|
rfc822
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:91 ../lib/Parse/DebianChangelog.pm:68
../lib/Parse/DebianChangelog.pm:740
|
|
17.
|
|
|
Similar to the C<dpkg> format, but the requested entries are returned as one stanza each, i.e. they are not merged. This is probably the format to use if you want a machine-usable representation of the changelog.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:93 ../lib/Parse/DebianChangelog.pm:70
|
|
18.
|
|
|
xml
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:97 ../lib/Parse/DebianChangelog.pm:74
../lib/Parse/DebianChangelog.pm:801
|
|
19.
|
|
|
Just a simple XML dump of the changelog data. Without any schema or DTD currently, just some made up XML. The actual format might still change. Comments and Improvements welcome.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:99 ../lib/Parse/DebianChangelog.pm:76
|
|
20.
|
|
|
html
|
|
|
|
html
|
|
Translated by
Gheyret T.Kenji
|
|
|
|
Located in
../bin/parsechangelog:103 ../lib/Parse/DebianChangelog.pm:80
../lib/Parse/DebianChangelog.pm:880
|
|
21.
|
|
|
The changelog is converted to a somewhat nice looking HTML file with some nice features as a quick-link bar with direct links to every entry. NOTE: This is not configurable yet and was specifically designed to be used on L<http://packages.debian.org/>. This is planned to be changed until version 1.0. The used Parse::DebianChangelog module already supports configuration, however, this isn't exposed by this program yet.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:105
|