|
6.
|
|
|
If neither C<changelogfile> nor C<-l E<lt>fileE<gt>> are specified, F<debian/changelog> will be used. If two different files are specified the program will abort.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:52
|
|
7.
|
|
|
If the filename is C<-> the program reads the changelog from standard input.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:56
|
|
8.
|
|
|
C<--all> overrides all other range selecting options. C<--count> overrides all other range selection options except for C<--all>. The range selecting options can be mixed together, but only one of C<--since> and C<--from> and one of C<--until> and C<--to> can be specified at the same time.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../bin/parsechangelog:59
|
|
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
|