.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "DEBCONF-UPDATEPO 1" .TH DEBCONF-UPDATEPO 1 "2018-11-20" "" "po-debconf" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" debconf\-updatepo \- update PO files about debconf templates .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBdebconf-updatepo\fR [\fB\-v\fR] [\fB\-h\fR] [\fB\-\-podir=\f(BI\s-1DIR\s0\fB\fR] [\fB\-\-skip\-pot\fR] [\fB\-\-skip\-merge\fR] [\fB\-\-msgid\-bugs\-address=\f(BI\s-1EMAIL\s0\fB\fR] .SH "DESCRIPTION" .IX Header "DESCRIPTION" This program reads \fIpo/POTFILES.in\fR to determine which master files need to be processed, then extracts new gettext strings into \fIpo/templates.pot\fR and updates all \fIpo/*.po\fR files. This script can be called either in the top-level directory, or in the \fIdebian\fR or \fIdebian/po\fR subdirectories. It is run by developer and/or translator to update \&\s-1PO\s0 files when the English text is modified in \fItemplates\fR files. .SH "OPTIONS" .IX Header "OPTIONS" .IP "\fB\-h\fR, \fB\-\-help\fR" 4 .IX Item "-h, --help" Display a usage summary and exit. .IP "\fB\-v\fR, \fB\-\-verbose\fR" 4 .IX Item "-v, --verbose" Process in verbose mode. .IP "\fB\-\-podir=\f(BI\s-1DIR\s0\fB\fR" 4 .IX Item "--podir=DIR" Set directory for \s-1PO\s0 files. By default \s-1PO\s0 files are searched in \fIdebian/po\fR, \fIpo\fR and \fI../po\fR directories in that order. .IP "\fB\-\-skip\-pot\fR" 4 .IX Item "--skip-pot" Do not generate a new \fIpo/templates.pot\fR file. .IP "\fB\-\-skip\-merge\fR" 4 .IX Item "--skip-merge" Do not merge existing \s-1PO\s0 files with \fIpo/templates.pot\fR. .IP "\fB\-\-msgid\-bugs\-address=\f(BI\s-1EMAIL\s0\fB\fR" 4 .IX Item "--msgid-bugs-address=EMAIL" Set the email address that will be specified in the \s-1POT\s0's Report-Msgid-Bugs-To field. .Sp By default, this field is set to @package.debian.org. .Sp It is intended for the maintainers of Debian based distributions, and should be used in the following cases: .RS 4 .IP "o" 4 .IX Item "o" The package is not present in Debian (and thus the @packages.debian.org address does not exist). .IP "o" 4 .IX Item "o" The maintainer made significant changes in the debconf templates (or added templates to a Debian package without templates), and does not want to bother the Debian maintainer with bug reports that won't be relevant for the Debian maintainer. .RE .RS 4 .Sp The default address is preferred to avoid corrections in the Debian based distribution without a notification to the Debian maintainer. .RE .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBdebconf\-gettextize\fR\|(1), \&\fBpo2debconf\fR\|(1), \&\fBpodebconf\-report\-po\fR\|(1), \&\fBpo\-debconf\fR\|(7). .SH "AUTHOR" .IX Header "AUTHOR" .Vb 1 \& Denis Barbier .Ve