~ubuntu-branches/ubuntu/trusty/po-debconf/trusty

« back to all changes in this revision

Viewing changes to doc/en/debconf-updatepo.1.pod

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas FRANCOIS (Nekral), podebconf-display-po, Packaging
  • Date: 2008-06-13 01:41:32 UTC
  • mfrom: (3.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080613014132-nttul57oy627r78v
Tags: 1.0.15
[ podebconf-display-po ]
* Fix breakage when a string appears in multiple files. This removed the
  change applied to fix #375656, and forced the regular expression to be
  done on a temporary string so that the fields can be retrieved on the
  later execution (for the other line references). Closes: #484847

[ Packaging ]
* debian/control: Bump Standards-Version to 3.8.0 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
[B<--podir=I<DIR>>]
11
11
[B<--skip-pot>]
12
12
[B<--skip-merge>]
 
13
[B<--msgid-bugs-address=I<EMAIL>>]
13
14
 
14
15
=head1 DESCRIPTION
15
16
 
16
 
This program reads F<po/POTFILES.in> to find which master files
17
 
are looked at, then extract new gettext strings into F<po/templates.pot>
18
 
and update all F<po/*.po> files.  This script can be called either
19
 
in the top-level directory, or in F<debian> or F<debian/po>
 
17
This program reads F<po/POTFILES.in> to determine which master files
 
18
need to be processed, then extracts new gettext strings into  F<po/templates.pot>
 
19
and updates all F<po/*.po> files.  This script can be called either
 
20
in the top-level directory, or in the F<debian> or F<debian/po>
20
21
subdirectories.  It is run by developer and/or translator to update
21
 
PO files when English text is modified in F<templates> files.
 
22
PO files when the English text is modified in F<templates> files.
22
23
 
23
24
=head1 OPTIONS
24
25
 
45
46
 
46
47
Do not merge existing PO files with F<po/templates.pot>.
47
48
 
 
49
=item B<--msgid-bugs-address=I<EMAIL>>
 
50
 
 
51
Set the email address that will be specified in the POT's
 
52
Report-Msgid-Bugs-To field.
 
53
 
 
54
By default, this field is set to <package>@package.debian.org.
 
55
 
 
56
It is intended for the maintainers of Debian based distributions, and
 
57
should be used in the following cases:
 
58
 
 
59
=over
 
60
 
 
61
=item o
 
62
 
 
63
The package is not present in Debian (and thus the
 
64
<package>@packages.debian.org address does not exist).
 
65
 
 
66
=item o
 
67
 
 
68
The maintainer made significant changes in the debconf templates (or added
 
69
templates to a Debian package without templates), and does not want to
 
70
bother the Debian maintainer with bug reports that won't be relevant for
 
71
the Debian maintainer.
 
72
 
 
73
=back
 
74
 
 
75
The default address is preferred to avoid corrections in the Debian based
 
76
distribution without a notification to the Debian maintainer.
 
77
 
48
78
=back
49
79
 
50
80
=head1 SEE ALSO