|
7.
|
|
|
If the filename is C<-> the program reads the changelog from standard input.
|
|
|
|
Si el nombre de archivo es C<-> el programa lee el changelog desde la entrada estándar.
|
|
Translated by
AMárquez
|
|
Reviewed by
Paco Molinero
|
|
|
|
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.
|
|
|
|
C<--all> ignora todas las demás opciones de selección de rango. C<--count> ignora las demás opciones de selección a excepción de C<--all>. Se pueden mezclar opciones de selección, pero sólo podemos usar un C<--since> o bien C<--from> con un C<--until> o bien C<--to>.
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
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.
|
|
|
|
Los formatos dpkg y RFC822 por defecto muestran sólo la primera entrada cuando no se dan otras opciones, mientras que los formatos HTML y XML por defecto muestran todas las entradas.
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
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">.
|
|
|
|
Para una información más amplia de las opciones de selección de rango y algunos ejemplos (espero que ilustrativos) vea L<Parse::DebianChangelog/"COMMON OUTPUT OPTIONS">.
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
Located in
../bin/parsechangelog:69
|
|
11.
|
|
|
DESCRIPTION
|
|
|
|
DESCRIPCIÓN
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
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.
|
|
|
|
parsechangelog interpreta los registros de cambios de Debian como se describe en las directivas de Debian (versión 3.6.2.1 en el momento en que se escribe esto) y los convierte a otros formatos de salida. Vea la sección L<"SEE ALSO"> para saber donde encontrar la definición completa del formato.
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
Located in
../bin/parsechangelog:75
|
|
13.
|
|
|
The output formats supported are currently:
|
|
|
|
Los formatos de salida permitidos actualmente son:
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
Located in
../bin/parsechangelog:80
|
|
14.
|
|
|
dpkg
|
|
|
|
dpkg
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
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.
|
|
|
|
Ca
|
|
Translated and reviewed by
Jose Luis Tirado
|
|
|
|
Located in
../bin/parsechangelog:86
|
|
16.
|
|
|
rfc822
|
|
|
|
rfc822
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
Located in
../bin/parsechangelog:91 ../lib/Parse/DebianChangelog.pm:68
../lib/Parse/DebianChangelog.pm:740
|