|
9.
|
|
|
The dpkg and rfc822 formats default to showing only the first entry when no other options are given with while the HTML and XML formats default to showing all entries.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:65
|
|
10.
|
|
|
For a more extensive documentation of the range selecting options and some (hopefully enlightening) examples see L<Parse::DebianChangelog/"COMMON OUTPUT OPTIONS">.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:69
|
|
11.
|
|
|
DESCRIPTION
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:73 ../lib/Parse/DebianChangelog.pm:42
../lib/Parse/DebianChangelog/ChangesFilters.pm:27
../lib/Parse/DebianChangelog/Entry.pm:27
../lib/Parse/DebianChangelog/Util.pm:26 ../lib/Pod/UsageTrans.pm:64
|
|
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
|