Browse Source

Apply Helge Kreutzmann's suggestions on the dpkg-source.1 and
dpkg-architecture.1 man pages and regenertae the POTs and POs.

Nicolas FRANCOIS 20 years ago
parent
commit
8b31870c17

+ 21 - 17
man/C/dpkg-architecture.1

@@ -12,11 +12,12 @@ dpkg\-architecture \- set and determine the architecture for package building
 dpkg-architecture does provide a facility to determine and set the build and
 dpkg-architecture does provide a facility to determine and set the build and
 host architecture for package building.
 host architecture for package building.
 .PP
 .PP
-The build architecture is always determined by an external call to dpkg, and
-can not be set at the command line.
+The build architecture is always determined by an external call to
+\fBdpkg\fP(1), and can not be set at the command line.
 .PP
 .PP
 You can specify the host architecture by providing one or both of the options
 You can specify the host architecture by providing one or both of the options
-\fB\-a\fR and \fB\-t\fR. The default is determined by an external call to gcc,
+\fB\-a\fR and \fB\-t\fR. The default is determined by an external call to
+.BR gcc (1),
 or the same as the build architecture if \s-1CC\s0 or gcc are both not
 or the same as the build architecture if \s-1CC\s0 or gcc are both not
 available. One out of \fB\-a\fR and \fB\-t\fR is sufficient, the value of the
 available. One out of \fB\-a\fR and \fB\-t\fR is sufficient, the value of the
 other will be set to a usable default. Indeed, it is often better to only
 other will be set to a usable default. Indeed, it is often better to only
@@ -32,10 +33,11 @@ Set the Debian architecture.
 Set the GNU system type.
 Set the GNU system type.
 .TP
 .TP
 .B \-f
 .B \-f
-Existing environment variables with the same name as used by the scripts are
-not overwritten, except if this force flag is present. This allows the user
+Values set by existing environment variables with the same name as used by
+the scripts are honored (i.e. used by B<dpkg-architecture>), except if
+this force flag is present. This allows the user
 to override a value even when the call to \fBdpkg\-architecture\fP is buried
 to override a value even when the call to \fBdpkg\-architecture\fP is buried
-in some other script (for example \fBdpkg\-buildpackage\fP).
+in some other script (for example \fBdpkg\-buildpackage\fP(1)).
 .
 .
 .SH ACTIONS
 .SH ACTIONS
 .TP
 .TP
@@ -46,7 +48,7 @@ Print the environment variables, one each line, in the format
 .BI \-e debian-architecture
 .BI \-e debian-architecture
 Check for equality of architecture. By default \fIdebian-architecture\fP
 Check for equality of architecture. By default \fIdebian-architecture\fP
 is compared against the current Debian architecture, being the host.
 is compared against the current Debian architecture, being the host.
-This option will not expand the architecture wildcards. Command finishes
+This action will not expand the architecture wildcards. Command finishes
 with an exit status of 0 if matched, 1 if not matched.
 with an exit status of 0 if matched, 1 if not matched.
 .TP
 .TP
 .BI \-i architecture-wildcard
 .BI \-i architecture-wildcard
@@ -55,7 +57,7 @@ as an architecture wildcard and comparing against the current Debian
 architecture. Command finishes with an exit status of 0 if matched, 1 if
 architecture. Command finishes with an exit status of 0 if matched, 1 if
 not matched.
 not matched.
 .TP
 .TP
-.BI \-q variable-Name
+.BI \-q variable-name
 Print the value of a single variable.
 Print the value of a single variable.
 .TP
 .TP
 .B \-s
 .B \-s
@@ -91,9 +93,9 @@ An architecture wildcard is a special architecture string that will match
 any real architecture being part of it. The general form is <kernel>\-<cpu>.
 any real architecture being part of it. The general form is <kernel>\-<cpu>.
 Examples: linux\-any, linux\-alpha, any\-i386, hurd\-any.
 Examples: linux\-any, linux\-alpha, any\-i386, hurd\-any.
 .IP "\s-1GNU\s0 system type" 4
 .IP "\s-1GNU\s0 system type" 4
-An architecture specification string consisting of two parts,
-cpu-system. Examples: i386\-linux\-gnu, sparc\-linux\-gnu, i386\-gnu,
-x86_64\-netbsd.
+An architecture specification string consisting of two parts separated by
+a dash: cpu and system. Examples: i386\-linux\-gnu, sparc\-linux\-gnu,
+i386\-gnu, x86_64\-netbsd.
 .
 .
 .SH "EXAMPLES"
 .SH "EXAMPLES"
 \fBdpkg\-buildpackage\fP accepts the \fB\-a\fR option and passes it to
 \fBdpkg\-buildpackage\fP accepts the \fB\-a\fR option and passes it to
@@ -103,13 +105,15 @@ CC=i386\-gnu\-gcc dpkg\-architecture \f(CW\*(C`\-c\*(C'\fR debian/rules build
 .PP
 .PP
 eval \`dpkg\-architecture \f(CW\*(C`\-u\*(C'\fR\`
 eval \`dpkg\-architecture \f(CW\*(C`\-u\*(C'\fR\`
 .PP
 .PP
-Check if the current architecture or a given one are equal:
+Check if an architecture is equal to the current architecture or a given
+one:
 .PP
 .PP
 dpkg\-architecture \-elinux\-alpha
 dpkg\-architecture \-elinux\-alpha
 .PP
 .PP
 dpkg\-architecture \-amips \-elinux\-mips
 dpkg\-architecture \-amips \-elinux\-mips
 .PP
 .PP
-Check if the current architecture or a given one are Linux systems:
+Check if the current architecture or an architecture provided with -a are
+Linux systems:
 .PP
 .PP
 dpkg\-architecture \-ilinux\-any
 dpkg\-architecture \-ilinux\-any
 .PP
 .PP
@@ -128,7 +132,7 @@ The \s-1GNU\s0 system type of the build machine.
 .IP "\s-1DEB_BUILD_GNU_CPU\s0" 4
 .IP "\s-1DEB_BUILD_GNU_CPU\s0" 4
 The \s-1CPU\s0 part of \s-1DEB_BUILD_GNU_TYPE\s0
 The \s-1CPU\s0 part of \s-1DEB_BUILD_GNU_TYPE\s0
 .IP "\s-1DEB_BUILD_GNU_SYSTEM\s0" 4
 .IP "\s-1DEB_BUILD_GNU_SYSTEM\s0" 4
-The System part of \s-1DEB_BUILD_GNU_TYPE\s0
+The System part of \s-1DEB_BUILD_GNU_TYPE\s0.
 .IP "\s-1DEB_HOST_ARCH\s0" 4
 .IP "\s-1DEB_HOST_ARCH\s0" 4
 The Debian architecture of the host machine.
 The Debian architecture of the host machine.
 .IP "\s-1DEB_HOST_ARCH_OS\s0" 4
 .IP "\s-1DEB_HOST_ARCH_OS\s0" 4
@@ -138,9 +142,9 @@ The Debian cpu name of the host machine.
 .IP "\s-1DEB_HOST_GNU_TYPE\s0" 4
 .IP "\s-1DEB_HOST_GNU_TYPE\s0" 4
 The \s-1GNU\s0 system type of the host machine.
 The \s-1GNU\s0 system type of the host machine.
 .IP "\s-1DEB_HOST_GNU_CPU\s0" 4
 .IP "\s-1DEB_HOST_GNU_CPU\s0" 4
-The \s-1CPU\s0 part of \s-1DEB_HOST_GNU_TYPE\s0
+The \s-1CPU\s0 part of \s-1DEB_HOST_GNU_TYPE\s0.
 .IP "\s-1DEB_HOST_GNU_SYSTEM\s0" 4
 .IP "\s-1DEB_HOST_GNU_SYSTEM\s0" 4
-The System part of \s-1DEB_HOST_GNU_TYPE\s0
+The System part of \s-1DEB_HOST_GNU_TYPE\s0.
 .
 .
 .SH "DEBIAN/RULES"
 .SH "DEBIAN/RULES"
 The environment variables set by \fBdpkg\-architecture\fP are passed to
 The environment variables set by \fBdpkg\-architecture\fP are passed to
@@ -192,7 +196,7 @@ or if you only need to check the CPU or OS type, use the DEB_HOST_ARCH_CPU
 or DEB_HOST_ARCH_OS variables.
 or DEB_HOST_ARCH_OS variables.
 .PP
 .PP
 In general, calling dpkg in the rules file to get architecture information
 In general, calling dpkg in the rules file to get architecture information
-is deprecated (until you want to provide backward compatibility, see below).
+is deprecated (unless you want to provide backward compatibility, see below).
 Especially the \-\-print\-architecture option is unreliable since we have
 Especially the \-\-print\-architecture option is unreliable since we have
 Debian architectures which don't equal a processor name.
 Debian architectures which don't equal a processor name.
 .
 .

+ 4 - 4
man/C/dpkg-source.1

@@ -128,7 +128,7 @@ file. This is understood by
 Use
 Use
 .I maintaineraddress
 .I maintaineraddress
 as the name and email address of the maintainer for this package,
 as the name and email address of the maintainer for this package,
-rather than using the information from the source tree's control.
+rather than using the information from the source tree's control file.
 This is understood by
 This is understood by
 .BR dpkg\-buildpackage " and " dpkg\-genchanges .
 .BR dpkg\-buildpackage " and " dpkg\-genchanges .
 .TP
 .TP
@@ -143,8 +143,8 @@ This is understood by
 .BR \-si ", " \-sa ", " \-sd
 .BR \-si ", " \-sa ", " \-sd
 These options control whether the original source archive is included
 These options control whether the original source archive is included
 in the upload generated by
 in the upload generated by
-.BR dpkg\-buildpackage " and " dpkg\-genchanges
-if any source is being generated (ie,
+.BR dpkg\-buildpackage " or " dpkg\-genchanges
+if any source is being generated (i.e.,
 .BR \-b " or " \-B
 .BR \-b " or " \-B
 haven't been used).
 haven't been used).
 
 
@@ -153,7 +153,7 @@ By default, or if
 is specified, the original source will be included if the version
 is specified, the original source will be included if the version
 number ends in
 number ends in
 .BR \-0 " or " \-1 ,
 .BR \-0 " or " \-1 ,
-ie if the Debian revision part of the version number is
+i.e. if the Debian revision part of the version number is
 .BR 0 " or " 1 .
 .BR 0 " or " 1 .
 
 
 .B \-sa
 .B \-sa

+ 6 - 0
man/ChangeLog

@@ -5,6 +5,12 @@
 	translation.
 	translation.
 	* po4a/dpkg-architecture.1/dpkg-architecture.1.cfg: Add the `fr'
 	* po4a/dpkg-architecture.1/dpkg-architecture.1.cfg: Add the `fr'
 	language.
 	language.
+	* C/dpkg-source.1: Typo fix.
+	* C/dpkg-architecture.1: Likewise.
+	* po4a/dpkg-source.1/po/dpkg-source.1.pot: Regenerated.
+	* man/po4a/dpkg-architecture.1/po/dpkg-architecture.1.pot: Likewise.
+	* man/po4a/dpkg-source.1/po/*.po: Merge with pot file.
+	* man/po4a/dpkg-architecture.1/po/*.po: Likewise.
 
 
 2006-08-02  Helge Kreutzmann  <debian@helgefjell.de>
 2006-08-02  Helge Kreutzmann  <debian@helgefjell.de>
 
 

+ 132 - 127
man/po4a/dpkg-architecture.1/po/dpkg-architecture.1.pot

@@ -6,7 +6,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-07-29 17:37+0200\n"
+"POT-Creation-Date: 2006-08-05 22:28+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -76,107 +76,108 @@ msgstr ""
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-architecture.1:17
 #: ../../../man/po4a/../C/dpkg-architecture.1:17
 msgid ""
 msgid ""
-"The build architecture is always determined by an external call to dpkg, and "
-"can not be set at the command line."
+"The build architecture is always determined by an external call to "
+"B<dpkg>(1), and can not be set at the command line."
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:25
+#: ../../../man/po4a/../C/dpkg-architecture.1:26
 msgid ""
 msgid ""
 "You can specify the host architecture by providing one or both of the "
 "You can specify the host architecture by providing one or both of the "
 "options B<-a> and B<-t>. The default is determined by an external call to "
 "options B<-a> and B<-t>. The default is determined by an external call to "
-"gcc, or the same as the build architecture if \\s-1CC\\s0 or gcc are both "
-"not available. One out of B<-a> and B<-t> is sufficient, the value of the "
-"other will be set to a usable default. Indeed, it is often better to only "
-"specify one, because B<dpkg-architecture> will warn you if your choice does "
-"not match the default."
+"B<gcc>(1), or the same as the build architecture if \\s-1CC\\s0 or gcc are "
+"both not available. One out of B<-a> and B<-t> is sufficient, the value of "
+"the other will be set to a usable default. Indeed, it is often better to "
+"only specify one, because B<dpkg-architecture> will warn you if your choice "
+"does not match the default."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:26
+#: ../../../man/po4a/../C/dpkg-architecture.1:27
 #, no-wrap
 #, no-wrap
 msgid "OPTIONS"
 msgid "OPTIONS"
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:27
+#: ../../../man/po4a/../C/dpkg-architecture.1:28
 #, no-wrap
 #, no-wrap
 msgid "B<-a>I<debian-architecture>"
 msgid "B<-a>I<debian-architecture>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:30
+#: ../../../man/po4a/../C/dpkg-architecture.1:31
 msgid "Set the Debian architecture."
 msgid "Set the Debian architecture."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:30
+#: ../../../man/po4a/../C/dpkg-architecture.1:31
 #, no-wrap
 #, no-wrap
 msgid "B<-t>I<gnu-system-type>"
 msgid "B<-t>I<gnu-system-type>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:33
+#: ../../../man/po4a/../C/dpkg-architecture.1:34
 msgid "Set the GNU system type."
 msgid "Set the GNU system type."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:33
+#: ../../../man/po4a/../C/dpkg-architecture.1:34
 #, no-wrap
 #, no-wrap
 msgid "B<-f>"
 msgid "B<-f>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:39
+#: ../../../man/po4a/../C/dpkg-architecture.1:41
 msgid ""
 msgid ""
-"Existing environment variables with the same name as used by the scripts are "
-"not overwritten, except if this force flag is present. This allows the user "
-"to override a value even when the call to B<dpkg-architecture> is buried in "
-"some other script (for example B<dpkg-buildpackage>)."
+"Values set by existing environment variables with the same name as used by "
+"the scripts are honored (i.e. used by BE<lt>dpkg-architectureE<gt>), except "
+"if this force flag is present. This allows the user to override a value even "
+"when the call to B<dpkg-architecture> is buried in some other script (for "
+"example B<dpkg-buildpackage>(1))."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:40
+#: ../../../man/po4a/../C/dpkg-architecture.1:42
 #, no-wrap
 #, no-wrap
 msgid "ACTIONS"
 msgid "ACTIONS"
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:41
+#: ../../../man/po4a/../C/dpkg-architecture.1:43
 #, no-wrap
 #, no-wrap
 msgid "B<-l>"
 msgid "B<-l>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:45
+#: ../../../man/po4a/../C/dpkg-architecture.1:47
 msgid ""
 msgid ""
 "Print the environment variables, one each line, in the format "
 "Print the environment variables, one each line, in the format "
 "I<VARIABLE=value>. This is the default action."
 "I<VARIABLE=value>. This is the default action."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:45
+#: ../../../man/po4a/../C/dpkg-architecture.1:47
 #, no-wrap
 #, no-wrap
 msgid "B<-e>I<debian-architecture>"
 msgid "B<-e>I<debian-architecture>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:51
+#: ../../../man/po4a/../C/dpkg-architecture.1:53
 msgid ""
 msgid ""
 "Check for equality of architecture. By default I<debian-architecture> is "
 "Check for equality of architecture. By default I<debian-architecture> is "
 "compared against the current Debian architecture, being the host.  This "
 "compared against the current Debian architecture, being the host.  This "
-"option will not expand the architecture wildcards. Command finishes with an "
+"action will not expand the architecture wildcards. Command finishes with an "
 "exit status of 0 if matched, 1 if not matched."
 "exit status of 0 if matched, 1 if not matched."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:51
+#: ../../../man/po4a/../C/dpkg-architecture.1:53
 #, no-wrap
 #, no-wrap
 msgid "B<-i>I<architecture-wildcard>"
 msgid "B<-i>I<architecture-wildcard>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:57
+#: ../../../man/po4a/../C/dpkg-architecture.1:59
 msgid ""
 msgid ""
 "Check for identity of architecture by expanding I<architecture-wildcard> as "
 "Check for identity of architecture by expanding I<architecture-wildcard> as "
 "an architecture wildcard and comparing against the current Debian "
 "an architecture wildcard and comparing against the current Debian "
@@ -185,135 +186,135 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:57
+#: ../../../man/po4a/../C/dpkg-architecture.1:59
 #, no-wrap
 #, no-wrap
-msgid "B<-q>I<variable-Name>"
+msgid "B<-q>I<variable-name>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:60
+#: ../../../man/po4a/../C/dpkg-architecture.1:62
 msgid "Print the value of a single variable."
 msgid "Print the value of a single variable."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:60
+#: ../../../man/po4a/../C/dpkg-architecture.1:62
 #, no-wrap
 #, no-wrap
 msgid "B<-s>"
 msgid "B<-s>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:64
+#: ../../../man/po4a/../C/dpkg-architecture.1:66
 msgid ""
 msgid ""
 "Print an export command. This can be used to set the environment variables "
 "Print an export command. This can be used to set the environment variables "
 "using eval."
 "using eval."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:64
+#: ../../../man/po4a/../C/dpkg-architecture.1:66
 #, no-wrap
 #, no-wrap
 msgid "B<-u>"
 msgid "B<-u>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:67
+#: ../../../man/po4a/../C/dpkg-architecture.1:69
 msgid "Print a similar command to B<-s> but to unset all variables."
 msgid "Print a similar command to B<-s> but to unset all variables."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:67
+#: ../../../man/po4a/../C/dpkg-architecture.1:69
 #, no-wrap
 #, no-wrap
 msgid "B<-c>I< command>"
 msgid "B<-c>I< command>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:71
+#: ../../../man/po4a/../C/dpkg-architecture.1:73
 msgid ""
 msgid ""
 "Execute a I<command> in an environment which has all variables set to the "
 "Execute a I<command> in an environment which has all variables set to the "
 "determined value."
 "determined value."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:71
+#: ../../../man/po4a/../C/dpkg-architecture.1:73
 #, no-wrap
 #, no-wrap
 msgid "B<-L>"
 msgid "B<-L>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:74
+#: ../../../man/po4a/../C/dpkg-architecture.1:76
 msgid "Print a list of valid architecture names."
 msgid "Print a list of valid architecture names."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:74
+#: ../../../man/po4a/../C/dpkg-architecture.1:76
 #, no-wrap
 #, no-wrap
 msgid "B<--help>"
 msgid "B<--help>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:77
+#: ../../../man/po4a/../C/dpkg-architecture.1:79
 msgid "Print a usage message."
 msgid "Print a usage message."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:77
+#: ../../../man/po4a/../C/dpkg-architecture.1:79
 #, no-wrap
 #, no-wrap
 msgid "B<--version>"
 msgid "B<--version>"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:80
+#: ../../../man/po4a/../C/dpkg-architecture.1:82
 msgid "Print program version."
 msgid "Print program version."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:81
+#: ../../../man/po4a/../C/dpkg-architecture.1:83
 #, no-wrap
 #, no-wrap
 msgid "TERMS"
 msgid "TERMS"
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:82
+#: ../../../man/po4a/../C/dpkg-architecture.1:84
 #, no-wrap
 #, no-wrap
 msgid "build machine"
 msgid "build machine"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:84
+#: ../../../man/po4a/../C/dpkg-architecture.1:86
 msgid "The machine the package is built on."
 msgid "The machine the package is built on."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:84
+#: ../../../man/po4a/../C/dpkg-architecture.1:86
 #, no-wrap
 #, no-wrap
 msgid "host machine"
 msgid "host machine"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:86
+#: ../../../man/po4a/../C/dpkg-architecture.1:88
 msgid "The machine the package is built for."
 msgid "The machine the package is built for."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:86
+#: ../../../man/po4a/../C/dpkg-architecture.1:88
 #, no-wrap
 #, no-wrap
 msgid "Debian architecture"
 msgid "Debian architecture"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:89
+#: ../../../man/po4a/../C/dpkg-architecture.1:91
 msgid ""
 msgid ""
 "The Debian architecture string, which specifies the binary tree in the "
 "The Debian architecture string, which specifies the binary tree in the "
 "\\s-1FTP\\s0 archive. Examples: i386, sparc, hurd-i386."
 "\\s-1FTP\\s0 archive. Examples: i386, sparc, hurd-i386."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:89
+#: ../../../man/po4a/../C/dpkg-architecture.1:91
 #, no-wrap
 #, no-wrap
 msgid "architecture wildcard"
 msgid "architecture wildcard"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:93
+#: ../../../man/po4a/../C/dpkg-architecture.1:95
 msgid ""
 msgid ""
 "An architecture wildcard is a special architecture string that will match "
 "An architecture wildcard is a special architecture string that will match "
 "any real architecture being part of it. The general form is "
 "any real architecture being part of it. The general form is "
@@ -322,223 +323,227 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:93
+#: ../../../man/po4a/../C/dpkg-architecture.1:95
 #, no-wrap
 #, no-wrap
 msgid "\\s-1GNU\\s0 system type"
 msgid "\\s-1GNU\\s0 system type"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:97
+#: ../../../man/po4a/../C/dpkg-architecture.1:99
 msgid ""
 msgid ""
-"An architecture specification string consisting of two parts, "
-"cpu-system. Examples: i386-linux-gnu, sparc-linux-gnu, i386-gnu, "
+"An architecture specification string consisting of two parts separated by a "
+"dash: cpu and system. Examples: i386-linux-gnu, sparc-linux-gnu, i386-gnu, "
 "x86_64-netbsd."
 "x86_64-netbsd."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:98
+#: ../../../man/po4a/../C/dpkg-architecture.1:100
 #, no-wrap
 #, no-wrap
 msgid "EXAMPLES"
 msgid "EXAMPLES"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:101
+#: ../../../man/po4a/../C/dpkg-architecture.1:103
 msgid ""
 msgid ""
 "B<dpkg-buildpackage> accepts the B<-a> option and passes it to "
 "B<dpkg-buildpackage> accepts the B<-a> option and passes it to "
 "B<dpkg-architecture>. Other examples:"
 "B<dpkg-architecture>. Other examples:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:103
+#: ../../../man/po4a/../C/dpkg-architecture.1:105
 msgid "CC=i386-gnu-gcc dpkg-architecture CW<\\*(C`-c\\*(C'> debian/rules build"
 msgid "CC=i386-gnu-gcc dpkg-architecture CW<\\*(C`-c\\*(C'> debian/rules build"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:105
+#: ../../../man/po4a/../C/dpkg-architecture.1:107
 msgid "eval \\`dpkg-architecture CW<\\*(C`-u\\*(C'>\\`"
 msgid "eval \\`dpkg-architecture CW<\\*(C`-u\\*(C'>\\`"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:107
-msgid "Check if the current architecture or a given one are equal:"
+#: ../../../man/po4a/../C/dpkg-architecture.1:110
+msgid ""
+"Check if an architecture is equal to the current architecture or a given "
+"one:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:109
+#: ../../../man/po4a/../C/dpkg-architecture.1:112
 msgid "dpkg-architecture -elinux-alpha"
 msgid "dpkg-architecture -elinux-alpha"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:111
+#: ../../../man/po4a/../C/dpkg-architecture.1:114
 msgid "dpkg-architecture -amips -elinux-mips"
 msgid "dpkg-architecture -amips -elinux-mips"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:113
-msgid "Check if the current architecture or a given one are Linux systems:"
+#: ../../../man/po4a/../C/dpkg-architecture.1:117
+msgid ""
+"Check if the current architecture or an architecture provided with -a are "
+"Linux systems:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:115
+#: ../../../man/po4a/../C/dpkg-architecture.1:119
 msgid "dpkg-architecture -ilinux-any"
 msgid "dpkg-architecture -ilinux-any"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:117
+#: ../../../man/po4a/../C/dpkg-architecture.1:121
 msgid "dpkg-architecture -ai386 -ilinux-any"
 msgid "dpkg-architecture -ai386 -ilinux-any"
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:118
+#: ../../../man/po4a/../C/dpkg-architecture.1:122
 #, no-wrap
 #, no-wrap
 msgid "VARIABLES"
 msgid "VARIABLES"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:120
+#: ../../../man/po4a/../C/dpkg-architecture.1:124
 msgid "The following variables are set by B<dpkg-architecture>:"
 msgid "The following variables are set by B<dpkg-architecture>:"
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:120
+#: ../../../man/po4a/../C/dpkg-architecture.1:124
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_BUILD_ARCH\\s0"
 msgid "\\s-1DEB_BUILD_ARCH\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:122
+#: ../../../man/po4a/../C/dpkg-architecture.1:126
 msgid "The Debian architecture of the build machine."
 msgid "The Debian architecture of the build machine."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:122
+#: ../../../man/po4a/../C/dpkg-architecture.1:126
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_BUILD_ARCH_OS\\s0"
 msgid "\\s-1DEB_BUILD_ARCH_OS\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:124
+#: ../../../man/po4a/../C/dpkg-architecture.1:128
 msgid "The Debian system name of the build machine."
 msgid "The Debian system name of the build machine."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:124
+#: ../../../man/po4a/../C/dpkg-architecture.1:128
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_BUILD_ARCH_CPU\\s0"
 msgid "\\s-1DEB_BUILD_ARCH_CPU\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:126
+#: ../../../man/po4a/../C/dpkg-architecture.1:130
 msgid "The Debian cpu name of the build machine."
 msgid "The Debian cpu name of the build machine."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:126
+#: ../../../man/po4a/../C/dpkg-architecture.1:130
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_BUILD_GNU_TYPE\\s0"
 msgid "\\s-1DEB_BUILD_GNU_TYPE\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:128
+#: ../../../man/po4a/../C/dpkg-architecture.1:132
 msgid "The \\s-1GNU\\s0 system type of the build machine."
 msgid "The \\s-1GNU\\s0 system type of the build machine."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:128
+#: ../../../man/po4a/../C/dpkg-architecture.1:132
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_BUILD_GNU_CPU\\s0"
 msgid "\\s-1DEB_BUILD_GNU_CPU\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:130
+#: ../../../man/po4a/../C/dpkg-architecture.1:134
 msgid "The \\s-1CPU\\s0 part of \\s-1DEB_BUILD_GNU_TYPE\\s0"
 msgid "The \\s-1CPU\\s0 part of \\s-1DEB_BUILD_GNU_TYPE\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:130
+#: ../../../man/po4a/../C/dpkg-architecture.1:134
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_BUILD_GNU_SYSTEM\\s0"
 msgid "\\s-1DEB_BUILD_GNU_SYSTEM\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:132
-msgid "The System part of \\s-1DEB_BUILD_GNU_TYPE\\s0"
+#: ../../../man/po4a/../C/dpkg-architecture.1:136
+msgid "The System part of \\s-1DEB_BUILD_GNU_TYPE\\s0."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:132
+#: ../../../man/po4a/../C/dpkg-architecture.1:136
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_HOST_ARCH\\s0"
 msgid "\\s-1DEB_HOST_ARCH\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:134
+#: ../../../man/po4a/../C/dpkg-architecture.1:138
 msgid "The Debian architecture of the host machine."
 msgid "The Debian architecture of the host machine."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:134
+#: ../../../man/po4a/../C/dpkg-architecture.1:138
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_HOST_ARCH_OS\\s0"
 msgid "\\s-1DEB_HOST_ARCH_OS\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:136
+#: ../../../man/po4a/../C/dpkg-architecture.1:140
 msgid "The Debian system name of the host machine."
 msgid "The Debian system name of the host machine."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:136
+#: ../../../man/po4a/../C/dpkg-architecture.1:140
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_HOST_ARCH_CPU\\s0"
 msgid "\\s-1DEB_HOST_ARCH_CPU\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:138
+#: ../../../man/po4a/../C/dpkg-architecture.1:142
 msgid "The Debian cpu name of the host machine."
 msgid "The Debian cpu name of the host machine."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:138
+#: ../../../man/po4a/../C/dpkg-architecture.1:142
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_HOST_GNU_TYPE\\s0"
 msgid "\\s-1DEB_HOST_GNU_TYPE\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:140
+#: ../../../man/po4a/../C/dpkg-architecture.1:144
 msgid "The \\s-1GNU\\s0 system type of the host machine."
 msgid "The \\s-1GNU\\s0 system type of the host machine."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:140
+#: ../../../man/po4a/../C/dpkg-architecture.1:144
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_HOST_GNU_CPU\\s0"
 msgid "\\s-1DEB_HOST_GNU_CPU\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:142
-msgid "The \\s-1CPU\\s0 part of \\s-1DEB_HOST_GNU_TYPE\\s0"
+#: ../../../man/po4a/../C/dpkg-architecture.1:146
+msgid "The \\s-1CPU\\s0 part of \\s-1DEB_HOST_GNU_TYPE\\s0."
 msgstr ""
 msgstr ""
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:142
+#: ../../../man/po4a/../C/dpkg-architecture.1:146
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_HOST_GNU_SYSTEM\\s0"
 msgid "\\s-1DEB_HOST_GNU_SYSTEM\\s0"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:144
-msgid "The System part of \\s-1DEB_HOST_GNU_TYPE\\s0"
+#: ../../../man/po4a/../C/dpkg-architecture.1:148
+msgid "The System part of \\s-1DEB_HOST_GNU_TYPE\\s0."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:145
+#: ../../../man/po4a/../C/dpkg-architecture.1:149
 #, no-wrap
 #, no-wrap
 msgid "DEBIAN/RULES"
 msgid "DEBIAN/RULES"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:153
+#: ../../../man/po4a/../C/dpkg-architecture.1:157
 msgid ""
 msgid ""
 "The environment variables set by B<dpkg-architecture> are passed to "
 "The environment variables set by B<dpkg-architecture> are passed to "
 "I<debian/rules> as make variables (see make documentation). However, you "
 "I<debian/rules> as make variables (see make documentation). However, you "
@@ -549,12 +554,12 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:156 ../../../man/po4a/../C/dpkg-architecture.1:173
+#: ../../../man/po4a/../C/dpkg-architecture.1:160 ../../../man/po4a/../C/dpkg-architecture.1:177
 msgid "Instead of:"
 msgid "Instead of:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:160
+#: ../../../man/po4a/../C/dpkg-architecture.1:164
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "ARCH=\\`dpkg --print-architecture\\`\n"
 "ARCH=\\`dpkg --print-architecture\\`\n"
@@ -562,12 +567,12 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:163
+#: ../../../man/po4a/../C/dpkg-architecture.1:167
 msgid "please use the following:"
 msgid "please use the following:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:167
+#: ../../../man/po4a/../C/dpkg-architecture.1:171
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "\\&\\s-1DEB_BUILD_GNU_TYPE\\s0 := $(shell dpkg-architecture "
 "\\&\\s-1DEB_BUILD_GNU_TYPE\\s0 := $(shell dpkg-architecture "
@@ -577,7 +582,7 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:169
+#: ../../../man/po4a/../C/dpkg-architecture.1:173
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "configure --build=$(\\s-1DEB_BUILD_GNU_TYPE\\s0) "
 "configure --build=$(\\s-1DEB_BUILD_GNU_TYPE\\s0) "
@@ -585,7 +590,7 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:179
+#: ../../../man/po4a/../C/dpkg-architecture.1:183
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "ARCH=\\`dpkg --print-architecture\\`\n"
 "ARCH=\\`dpkg --print-architecture\\`\n"
@@ -595,18 +600,18 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:182
+#: ../../../man/po4a/../C/dpkg-architecture.1:186
 msgid "please use:"
 msgid "please use:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:185
+#: ../../../man/po4a/../C/dpkg-architecture.1:189
 #, no-wrap
 #, no-wrap
 msgid "\\&\\s-1DEB_HOST_ARCH\\s0 := $(shell dpkg-architecture -qDEB_HOST_ARCH)\n"
 msgid "\\&\\s-1DEB_HOST_ARCH\\s0 := $(shell dpkg-architecture -qDEB_HOST_ARCH)\n"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:189
+#: ../../../man/po4a/../C/dpkg-architecture.1:193
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "ifeq ($(\\s-1DEB_HOST_ARCH\\s0),alpha)\n"
 "ifeq ($(\\s-1DEB_HOST_ARCH\\s0),alpha)\n"
@@ -615,29 +620,29 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:193
+#: ../../../man/po4a/../C/dpkg-architecture.1:197
 msgid ""
 msgid ""
 "or if you only need to check the CPU or OS type, use the DEB_HOST_ARCH_CPU "
 "or if you only need to check the CPU or OS type, use the DEB_HOST_ARCH_CPU "
 "or DEB_HOST_ARCH_OS variables."
 "or DEB_HOST_ARCH_OS variables."
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:198
+#: ../../../man/po4a/../C/dpkg-architecture.1:202
 msgid ""
 msgid ""
 "In general, calling dpkg in the rules file to get architecture information "
 "In general, calling dpkg in the rules file to get architecture information "
-"is deprecated (until you want to provide backward compatibility, see "
+"is deprecated (unless you want to provide backward compatibility, see "
 "below).  Especially the --print-architecture option is unreliable since we "
 "below).  Especially the --print-architecture option is unreliable since we "
 "have Debian architectures which don't equal a processor name."
 "have Debian architectures which don't equal a processor name."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:199
+#: ../../../man/po4a/../C/dpkg-architecture.1:203
 #, no-wrap
 #, no-wrap
 msgid "BACKWARD COMPATIBILITY"
 msgid "BACKWARD COMPATIBILITY"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:205
+#: ../../../man/po4a/../C/dpkg-architecture.1:209
 msgid ""
 msgid ""
 "The DEB_HOST_ARCH_CPU and DEB_HOST_ARCH_OS variables were only introduced in "
 "The DEB_HOST_ARCH_CPU and DEB_HOST_ARCH_OS variables were only introduced in "
 "relatively recent versions of B<dpkg-architecture> (since dpkg 1.13.2), "
 "relatively recent versions of B<dpkg-architecture> (since dpkg 1.13.2), "
@@ -647,7 +652,7 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:210
+#: ../../../man/po4a/../C/dpkg-architecture.1:214
 msgid ""
 msgid ""
 "Where I<debian/rules> files check these variables to decide how or what to "
 "Where I<debian/rules> files check these variables to decide how or what to "
 "compile, this should be updated to use the new variables and values.  You "
 "compile, this should be updated to use the new variables and values.  You "
@@ -656,7 +661,7 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:214
+#: ../../../man/po4a/../C/dpkg-architecture.1:218
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU "
 "DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU "
@@ -666,7 +671,7 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:228
+#: ../../../man/po4a/../C/dpkg-architecture.1:232
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "# Take account of old dpkg-architecture output.\n"
 "# Take account of old dpkg-architecture output.\n"
@@ -686,19 +691,19 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:231
+#: ../../../man/po4a/../C/dpkg-architecture.1:235
 msgid "And similarly for DEB_BUILD_ARCH_CPU and DEB_BUILD_ARCH_OS."
 msgid "And similarly for DEB_BUILD_ARCH_CPU and DEB_BUILD_ARCH_OS."
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:234
+#: ../../../man/po4a/../C/dpkg-architecture.1:238
 msgid ""
 msgid ""
 "If you still wish to support versions of dpkg-dev that did not include "
 "If you still wish to support versions of dpkg-dev that did not include "
 "B<dpkg-architecture>, the following does the job:"
 "B<dpkg-architecture>, the following does the job:"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:244
+#: ../../../man/po4a/../C/dpkg-architecture.1:248
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "\\&\\s-1DEB_BUILD_ARCH\\s0 := $(shell dpkg --print-architecture)\n"
 "\\&\\s-1DEB_BUILD_ARCH\\s0 := $(shell dpkg --print-architecture)\n"
@@ -713,7 +718,7 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:249
+#: ../../../man/po4a/../C/dpkg-architecture.1:253
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "\\&\\s-1DEB_HOST_ARCH\\s0 := $(\\s-1DEB_BUILD_ARCH\\s0)\n"
 "\\&\\s-1DEB_HOST_ARCH\\s0 := $(\\s-1DEB_BUILD_ARCH\\s0)\n"
@@ -723,14 +728,14 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:253
+#: ../../../man/po4a/../C/dpkg-architecture.1:257
 msgid ""
 msgid ""
 "Put a subset of these lines at the top of your debian/rules file; these "
 "Put a subset of these lines at the top of your debian/rules file; these "
 "default values will be overwritten if dpkg-architecture is used."
 "default values will be overwritten if dpkg-architecture is used."
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:260
+#: ../../../man/po4a/../C/dpkg-architecture.1:264
 msgid ""
 msgid ""
 "You don't need the full set. Choose a consistent set which contains the "
 "You don't need the full set. Choose a consistent set which contains the "
 "values you use in the rules file. For example, if you only need the host "
 "values you use in the rules file. For example, if you only need the host "
@@ -741,31 +746,31 @@ msgid ""
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:263
+#: ../../../man/po4a/../C/dpkg-architecture.1:267
 msgid ""
 msgid ""
 "The B<-e> and B<-i> options were only introduced in relatively recent "
 "The B<-e> and B<-i> options were only introduced in relatively recent "
 "versions of B<dpkg-architecture> (since dpkg 1.13.13)."
 "versions of B<dpkg-architecture> (since dpkg 1.13.13)."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:264
+#: ../../../man/po4a/../C/dpkg-architecture.1:268
 #, no-wrap
 #, no-wrap
 msgid "SEE ALSO"
 msgid "SEE ALSO"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:267
+#: ../../../man/po4a/../C/dpkg-architecture.1:271
 msgid "B<dpkg-buildpackage>(1), B<dpkg-cross>(1)."
 msgid "B<dpkg-buildpackage>(1), B<dpkg-cross>(1)."
 msgstr ""
 msgstr ""
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:268
+#: ../../../man/po4a/../C/dpkg-architecture.1:272
 #, no-wrap
 #, no-wrap
 msgid "AUTHOR"
 msgid "AUTHOR"
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:272
+#: ../../../man/po4a/../C/dpkg-architecture.1:276
 msgid ""
 msgid ""
 "B<dpkg-architecture> and this man page were initially written by Marcus "
 "B<dpkg-architecture> and this man page were initially written by Marcus "
 "Brinkmann E<lt>brinkmd@debian.orgE<gt>."
 "Brinkmann E<lt>brinkmd@debian.orgE<gt>."

+ 132 - 120
man/po4a/dpkg-architecture.1/po/fr.po

@@ -4,7 +4,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-08-05  2:08+0200\n"
+"POT-Creation-Date: 2006-08-05 22:28+0200\n"
 "PO-Revision-Date: 2006-08-05 15:02+0200\n"
 "PO-Revision-Date: 2006-08-05 15:02+0200\n"
 "Last-Translator: Nicolas François <nicolas.francois@centraliens.net>\n"
 "Last-Translator: Nicolas François <nicolas.francois@centraliens.net>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -99,11 +99,11 @@ msgstr ""
 "Vous pouvez spécifier une architecture hôte en utilisant une des options B<-"
 "Vous pouvez spécifier une architecture hôte en utilisant une des options B<-"
 "a> et B<-t> (ou les deux). Par défaut, la valeur est déterminée par un appel "
 "a> et B<-t> (ou les deux). Par défaut, la valeur est déterminée par un appel "
 "à B<gcc>(1), ou en utilisant l'architecture de construction si \\s-1CC\\s0 "
 "à B<gcc>(1), ou en utilisant l'architecture de construction si \\s-1CC\\s0 "
-"ou gcc ne sont pas disponibles. Utiliser une seule des options B<-a> et "
-"B<-t> est suffisant, la valeur de l'une est utilisée comme valeur par défaut "
-"de l'autre. Bien sûr, il est préférable de n'en préciser qu'une seule, "
-"puisque B<dpkg-architecture> affichera un avertissement si le choix ne "
-"correspond pas à la valeur par défaut."
+"ou gcc ne sont pas disponibles. Utiliser une seule des options B<-a> et B<-"
+"t> est suffisant, la valeur de l'une est utilisée comme valeur par défaut de "
+"l'autre. Bien sûr, il est préférable de n'en préciser qu'une seule, puisque "
+"B<dpkg-architecture> affichera un avertissement si le choix ne correspond "
+"pas à la valeur par défaut."
 
 
 # type: SH
 # type: SH
 #: ../../../man/po4a/../C/dpkg-architecture.1:27
 #: ../../../man/po4a/../C/dpkg-architecture.1:27
@@ -140,12 +140,14 @@ msgid "B<-f>"
 msgstr "B<-f>"
 msgstr "B<-f>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:40
+#: ../../../man/po4a/../C/dpkg-architecture.1:41
+#, fuzzy
 msgid ""
 msgid ""
-"Existing environment variables with the same name as used by the scripts are "
-"not overwritten, except if this force flag is present. This allows the user "
-"to override a value even when the call to B<dpkg-architecture> is buried in "
-"some other script (for example B<dpkg-buildpackage>(1))."
+"Values set by existing environment variables with the same name as used by "
+"the scripts are honored (i.e. used by BE<lt>dpkg-architectureE<gt>), except "
+"if this force flag is present. This allows the user to override a value even "
+"when the call to B<dpkg-architecture> is buried in some other script (for "
+"example B<dpkg-buildpackage>(1))."
 msgstr ""
 msgstr ""
 "Les variables d'environnement ayant le même nom que celles utilisées par les "
 "Les variables d'environnement ayant le même nom que celles utilisées par les "
 "scripts ne sont pas écrasées, sauf si cette option est présente. Ceci permet "
 "scripts ne sont pas écrasées, sauf si cette option est présente. Ceci permet "
@@ -154,19 +156,19 @@ msgstr ""
 "buildpackage>(1))."
 "buildpackage>(1))."
 
 
 # type: SS
 # type: SS
-#: ../../../man/po4a/../C/dpkg-architecture.1:41
+#: ../../../man/po4a/../C/dpkg-architecture.1:42
 #, no-wrap
 #, no-wrap
 msgid "ACTIONS"
 msgid "ACTIONS"
 msgstr "ACTIONS"
 msgstr "ACTIONS"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:42
+#: ../../../man/po4a/../C/dpkg-architecture.1:43
 #, no-wrap
 #, no-wrap
 msgid "B<-l>"
 msgid "B<-l>"
 msgstr "B<-l>"
 msgstr "B<-l>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:46
+#: ../../../man/po4a/../C/dpkg-architecture.1:47
 msgid ""
 msgid ""
 "Print the environment variables, one each line, in the format "
 "Print the environment variables, one each line, in the format "
 "I<VARIABLE=value>. This is the default action."
 "I<VARIABLE=value>. This is the default action."
@@ -175,17 +177,18 @@ msgstr ""
 "I<VARIABLE=valeur>. C'est l'action par défaut."
 "I<VARIABLE=valeur>. C'est l'action par défaut."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:46
+#: ../../../man/po4a/../C/dpkg-architecture.1:47
 #, no-wrap
 #, no-wrap
 msgid "B<-e>I<debian-architecture>"
 msgid "B<-e>I<debian-architecture>"
 msgstr "B<-e>I<architecture-debian>"
 msgstr "B<-e>I<architecture-debian>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:52
+#: ../../../man/po4a/../C/dpkg-architecture.1:53
+#, fuzzy
 msgid ""
 msgid ""
 "Check for equality of architecture. By default I<debian-architecture> is "
 "Check for equality of architecture. By default I<debian-architecture> is "
 "compared against the current Debian architecture, being the host.  This "
 "compared against the current Debian architecture, being the host.  This "
-"option will not expand the architecture wildcards. Command finishes with an "
+"action will not expand the architecture wildcards. Command finishes with an "
 "exit status of 0 if matched, 1 if not matched."
 "exit status of 0 if matched, 1 if not matched."
 msgstr ""
 msgstr ""
 "Vérifie l'égalité d'architectures. Par défaut, I<architecture-debian> est "
 "Vérifie l'égalité d'architectures. Par défaut, I<architecture-debian> est "
@@ -195,13 +198,13 @@ msgstr ""
 "contraire."
 "contraire."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:52
+#: ../../../man/po4a/../C/dpkg-architecture.1:53
 #, no-wrap
 #, no-wrap
 msgid "B<-i>I<architecture-wildcard>"
 msgid "B<-i>I<architecture-wildcard>"
 msgstr "B<-i>I<architecture-joker>"
 msgstr "B<-i>I<architecture-joker>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:58
+#: ../../../man/po4a/../C/dpkg-architecture.1:59
 msgid ""
 msgid ""
 "Check for identity of architecture by expanding I<architecture-wildcard> as "
 "Check for identity of architecture by expanding I<architecture-wildcard> as "
 "an architecture wildcard and comparing against the current Debian "
 "an architecture wildcard and comparing against the current Debian "
@@ -213,24 +216,24 @@ msgstr ""
 "de retour de 0 si l'architecture correspond et de 1 dans le cas contraire."
 "de retour de 0 si l'architecture correspond et de 1 dans le cas contraire."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:58
-#, no-wrap
-msgid "B<-q>I<variable-Name>"
+#: ../../../man/po4a/../C/dpkg-architecture.1:59
+#, fuzzy, no-wrap
+msgid "B<-q>I<variable-name>"
 msgstr "B<-q>I<nom-de-variable>"
 msgstr "B<-q>I<nom-de-variable>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:61
+#: ../../../man/po4a/../C/dpkg-architecture.1:62
 msgid "Print the value of a single variable."
 msgid "Print the value of a single variable."
 msgstr "Affiche la valeur d'une seule variable."
 msgstr "Affiche la valeur d'une seule variable."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:61
+#: ../../../man/po4a/../C/dpkg-architecture.1:62
 #, no-wrap
 #, no-wrap
 msgid "B<-s>"
 msgid "B<-s>"
 msgstr "B<-s>"
 msgstr "B<-s>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:65
+#: ../../../man/po4a/../C/dpkg-architecture.1:66
 msgid ""
 msgid ""
 "Print an export command. This can be used to set the environment variables "
 "Print an export command. This can be used to set the environment variables "
 "using eval."
 "using eval."
@@ -239,26 +242,26 @@ msgstr ""
 "d'environnement avec « eval »."
 "d'environnement avec « eval »."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:65
+#: ../../../man/po4a/../C/dpkg-architecture.1:66
 #, no-wrap
 #, no-wrap
 msgid "B<-u>"
 msgid "B<-u>"
 msgstr "B<-u>"
 msgstr "B<-u>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:68
+#: ../../../man/po4a/../C/dpkg-architecture.1:69
 msgid "Print a similar command to B<-s> but to unset all variables."
 msgid "Print a similar command to B<-s> but to unset all variables."
 msgstr ""
 msgstr ""
 "Produit une commande similaire à celle produite par B<-s>, mais pour "
 "Produit une commande similaire à celle produite par B<-s>, mais pour "
 "supprimer les variables de l'environnement."
 "supprimer les variables de l'environnement."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:68
+#: ../../../man/po4a/../C/dpkg-architecture.1:69
 #, no-wrap
 #, no-wrap
 msgid "B<-c>I< command>"
 msgid "B<-c>I< command>"
 msgstr "B<-c> I<commande>"
 msgstr "B<-c> I<commande>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:72
+#: ../../../man/po4a/../C/dpkg-architecture.1:73
 msgid ""
 msgid ""
 "Execute a I<command> in an environment which has all variables set to the "
 "Execute a I<command> in an environment which has all variables set to the "
 "determined value."
 "determined value."
@@ -267,74 +270,74 @@ msgstr ""
 "positionnées aux valeurs spécifiées."
 "positionnées aux valeurs spécifiées."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:72
+#: ../../../man/po4a/../C/dpkg-architecture.1:73
 #, no-wrap
 #, no-wrap
 msgid "B<-L>"
 msgid "B<-L>"
 msgstr "B<-L>"
 msgstr "B<-L>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:75
+#: ../../../man/po4a/../C/dpkg-architecture.1:76
 msgid "Print a list of valid architecture names."
 msgid "Print a list of valid architecture names."
 msgstr "Affiche une liste des architectures valables."
 msgstr "Affiche une liste des architectures valables."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:75
+#: ../../../man/po4a/../C/dpkg-architecture.1:76
 #, no-wrap
 #, no-wrap
 msgid "B<--help>"
 msgid "B<--help>"
 msgstr "B<--help>"
 msgstr "B<--help>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:78
+#: ../../../man/po4a/../C/dpkg-architecture.1:79
 msgid "Print a usage message."
 msgid "Print a usage message."
 msgstr "Affiche un message d'aide."
 msgstr "Affiche un message d'aide."
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:78
+#: ../../../man/po4a/../C/dpkg-architecture.1:79
 #, no-wrap
 #, no-wrap
 msgid "B<--version>"
 msgid "B<--version>"
 msgstr "B<--version>"
 msgstr "B<--version>"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:81
+#: ../../../man/po4a/../C/dpkg-architecture.1:82
 msgid "Print program version."
 msgid "Print program version."
 msgstr "Affiche la version du programme."
 msgstr "Affiche la version du programme."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:82
+#: ../../../man/po4a/../C/dpkg-architecture.1:83
 #, no-wrap
 #, no-wrap
 msgid "TERMS"
 msgid "TERMS"
 msgstr "TERMINOLOGIE"
 msgstr "TERMINOLOGIE"
 
 
 # type: IX
 # type: IX
-#: ../../../man/po4a/../C/dpkg-architecture.1:83
+#: ../../../man/po4a/../C/dpkg-architecture.1:84
 #, no-wrap
 #, no-wrap
 msgid "build machine"
 msgid "build machine"
 msgstr "Machine de construction"
 msgstr "Machine de construction"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:85
+#: ../../../man/po4a/../C/dpkg-architecture.1:86
 msgid "The machine the package is built on."
 msgid "The machine the package is built on."
 msgstr "Machine sur laquelle le paquet est construit."
 msgstr "Machine sur laquelle le paquet est construit."
 
 
 # type: IX
 # type: IX
-#: ../../../man/po4a/../C/dpkg-architecture.1:85
+#: ../../../man/po4a/../C/dpkg-architecture.1:86
 #, no-wrap
 #, no-wrap
 msgid "host machine"
 msgid "host machine"
 msgstr "Machine hôte"
 msgstr "Machine hôte"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:87
+#: ../../../man/po4a/../C/dpkg-architecture.1:88
 msgid "The machine the package is built for."
 msgid "The machine the package is built for."
 msgstr "Machine pour laquelle le paquet est construit."
 msgstr "Machine pour laquelle le paquet est construit."
 
 
 # type: TH
 # type: TH
-#: ../../../man/po4a/../C/dpkg-architecture.1:87
+#: ../../../man/po4a/../C/dpkg-architecture.1:88
 #, no-wrap
 #, no-wrap
 msgid "Debian architecture"
 msgid "Debian architecture"
 msgstr "Architecture Debian"
 msgstr "Architecture Debian"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:90
+#: ../../../man/po4a/../C/dpkg-architecture.1:91
 msgid ""
 msgid ""
 "The Debian architecture string, which specifies the binary tree in the \\s-"
 "The Debian architecture string, which specifies the binary tree in the \\s-"
 "1FTP\\s0 archive. Examples: i386, sparc, hurd-i386."
 "1FTP\\s0 archive. Examples: i386, sparc, hurd-i386."
@@ -343,13 +346,13 @@ msgstr ""
 "dans l'archive \\s-1FTP\\s0. Par exemple : i386, sparc, hurd-i386."
 "dans l'archive \\s-1FTP\\s0. Par exemple : i386, sparc, hurd-i386."
 
 
 # type: IX
 # type: IX
-#: ../../../man/po4a/../C/dpkg-architecture.1:90
+#: ../../../man/po4a/../C/dpkg-architecture.1:91
 #, no-wrap
 #, no-wrap
 msgid "architecture wildcard"
 msgid "architecture wildcard"
 msgstr "Architecture joker"
 msgstr "Architecture joker"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:94
+#: ../../../man/po4a/../C/dpkg-architecture.1:95
 msgid ""
 msgid ""
 "An architecture wildcard is a special architecture string that will match "
 "An architecture wildcard is a special architecture string that will match "
 "any real architecture being part of it. The general form is E<lt>kernelE<gt>-"
 "any real architecture being part of it. The general form is E<lt>kernelE<gt>-"
@@ -361,30 +364,30 @@ msgstr ""
 "any-i386, hurd-any."
 "any-i386, hurd-any."
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:94
+#: ../../../man/po4a/../C/dpkg-architecture.1:95
 #, no-wrap
 #, no-wrap
 msgid "\\s-1GNU\\s0 system type"
 msgid "\\s-1GNU\\s0 system type"
 msgstr "Type de système \\s-1GNU\\s0"
 msgstr "Type de système \\s-1GNU\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:98
+#: ../../../man/po4a/../C/dpkg-architecture.1:99
 msgid ""
 msgid ""
 "An architecture specification string consisting of two parts separated by a "
 "An architecture specification string consisting of two parts separated by a "
 "dash: cpu and system. Examples: i386-linux-gnu, sparc-linux-gnu, i386-gnu, "
 "dash: cpu and system. Examples: i386-linux-gnu, sparc-linux-gnu, i386-gnu, "
 "x86_64-netbsd."
 "x86_64-netbsd."
 msgstr ""
 msgstr ""
 "Chaîne de caractères définissant l'architecture et constituée de deux "
 "Chaîne de caractères définissant l'architecture et constituée de deux "
-"parties séparées par un tiret : processeur et système. Par exemple : "
-"i386-linux-gnu, sparc-linux-gnu, i386-gnu, x86_64-netbsd."
+"parties séparées par un tiret : processeur et système. Par exemple : i386-"
+"linux-gnu, sparc-linux-gnu, i386-gnu, x86_64-netbsd."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:99
+#: ../../../man/po4a/../C/dpkg-architecture.1:100
 #, no-wrap
 #, no-wrap
 msgid "EXAMPLES"
 msgid "EXAMPLES"
 msgstr "EXEMPLES"
 msgstr "EXEMPLES"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:102
+#: ../../../man/po4a/../C/dpkg-architecture.1:103
 msgid ""
 msgid ""
 "B<dpkg-buildpackage> accepts the B<-a> option and passes it to B<dpkg-"
 "B<dpkg-buildpackage> accepts the B<-a> option and passes it to B<dpkg-"
 "architecture>. Other examples:"
 "architecture>. Other examples:"
@@ -393,199 +396,207 @@ msgstr ""
 "architecture>. Voici d'autres exemples :"
 "architecture>. Voici d'autres exemples :"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:104
+#: ../../../man/po4a/../C/dpkg-architecture.1:105
 msgid "CC=i386-gnu-gcc dpkg-architecture CW<\\*(C`-c\\*(C'> debian/rules build"
 msgid "CC=i386-gnu-gcc dpkg-architecture CW<\\*(C`-c\\*(C'> debian/rules build"
 msgstr ""
 msgstr ""
 "CC=i386-gnu-gcc dpkg-architecture CW<\\*(C`-c\\*(C'> debian/rules build"
 "CC=i386-gnu-gcc dpkg-architecture CW<\\*(C`-c\\*(C'> debian/rules build"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:106
+#: ../../../man/po4a/../C/dpkg-architecture.1:107
 msgid "eval \\`dpkg-architecture CW<\\*(C`-u\\*(C'>\\`"
 msgid "eval \\`dpkg-architecture CW<\\*(C`-u\\*(C'>\\`"
 msgstr "eval \\`dpkg-architecture CW<\\*(C`-u\\*(C'>\\`"
 msgstr "eval \\`dpkg-architecture CW<\\*(C`-u\\*(C'>\\`"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:108
-msgid "Check if the current architecture or a given one are equal:"
+#: ../../../man/po4a/../C/dpkg-architecture.1:110
+#, fuzzy
+msgid ""
+"Check if an architecture is equal to the current architecture or a given one:"
 msgstr ""
 msgstr ""
 "Vérifie si l'architecture actuelle ou celle spécifiée sont identiques :"
 "Vérifie si l'architecture actuelle ou celle spécifiée sont identiques :"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:110
+#: ../../../man/po4a/../C/dpkg-architecture.1:112
 msgid "dpkg-architecture -elinux-alpha"
 msgid "dpkg-architecture -elinux-alpha"
 msgstr "dpkg-architecture -elinux-alpha"
 msgstr "dpkg-architecture -elinux-alpha"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:112
+#: ../../../man/po4a/../C/dpkg-architecture.1:114
 msgid "dpkg-architecture -amips -elinux-mips"
 msgid "dpkg-architecture -amips -elinux-mips"
 msgstr "dpkg-architecture -amips -elinux-mips"
 msgstr "dpkg-architecture -amips -elinux-mips"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:114
-msgid "Check if the current architecture or a given one are Linux systems:"
+#: ../../../man/po4a/../C/dpkg-architecture.1:117
+#, fuzzy
+msgid ""
+"Check if the current architecture or an architecture provided with -a are "
+"Linux systems:"
 msgstr ""
 msgstr ""
 "Vérifie si l'architecture actuelle ou celle spécifiée est un système Linux :"
 "Vérifie si l'architecture actuelle ou celle spécifiée est un système Linux :"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:116
+#: ../../../man/po4a/../C/dpkg-architecture.1:119
 msgid "dpkg-architecture -ilinux-any"
 msgid "dpkg-architecture -ilinux-any"
 msgstr "dpkg-architecture -ilinux-any"
 msgstr "dpkg-architecture -ilinux-any"
 
 
 # type: TP
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:118
+#: ../../../man/po4a/../C/dpkg-architecture.1:121
 msgid "dpkg-architecture -ai386 -ilinux-any"
 msgid "dpkg-architecture -ai386 -ilinux-any"
 msgstr "dpkg-architecture -ai386 -ilinux-any"
 msgstr "dpkg-architecture -ai386 -ilinux-any"
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:119
+#: ../../../man/po4a/../C/dpkg-architecture.1:122
 #, no-wrap
 #, no-wrap
 msgid "VARIABLES"
 msgid "VARIABLES"
 msgstr "VARIABLES D'ENVIRONNEMENT"
 msgstr "VARIABLES D'ENVIRONNEMENT"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:121
+#: ../../../man/po4a/../C/dpkg-architecture.1:124
 msgid "The following variables are set by B<dpkg-architecture>:"
 msgid "The following variables are set by B<dpkg-architecture>:"
 msgstr "Les variables suivantes sont positionnées par B<dpkg-architecture> :"
 msgstr "Les variables suivantes sont positionnées par B<dpkg-architecture> :"
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:121
+#: ../../../man/po4a/../C/dpkg-architecture.1:124
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_BUILD_ARCH\\s0"
 msgid "\\s-1DEB_BUILD_ARCH\\s0"
 msgstr "\\s-1DEB_BUILD_ARCH\\s0"
 msgstr "\\s-1DEB_BUILD_ARCH\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:123
+#: ../../../man/po4a/../C/dpkg-architecture.1:126
 msgid "The Debian architecture of the build machine."
 msgid "The Debian architecture of the build machine."
 msgstr "Architecture Debian de la machine de construction."
 msgstr "Architecture Debian de la machine de construction."
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:123
+#: ../../../man/po4a/../C/dpkg-architecture.1:126
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_BUILD_ARCH_OS\\s0"
 msgid "\\s-1DEB_BUILD_ARCH_OS\\s0"
 msgstr "\\s-1DEB_BUILD_ARCH_OS\\s0"
 msgstr "\\s-1DEB_BUILD_ARCH_OS\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:125
+#: ../../../man/po4a/../C/dpkg-architecture.1:128
 msgid "The Debian system name of the build machine."
 msgid "The Debian system name of the build machine."
 msgstr "Nom du système Debian de la machine de construction."
 msgstr "Nom du système Debian de la machine de construction."
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:125
+#: ../../../man/po4a/../C/dpkg-architecture.1:128
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_BUILD_ARCH_CPU\\s0"
 msgid "\\s-1DEB_BUILD_ARCH_CPU\\s0"
 msgstr "\\s-1DEB_BUILD_ARCH_CPU\\s0"
 msgstr "\\s-1DEB_BUILD_ARCH_CPU\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:127
+#: ../../../man/po4a/../C/dpkg-architecture.1:130
 msgid "The Debian cpu name of the build machine."
 msgid "The Debian cpu name of the build machine."
 msgstr "Nom de processeur Debian de la machine de construction."
 msgstr "Nom de processeur Debian de la machine de construction."
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:127
+#: ../../../man/po4a/../C/dpkg-architecture.1:130
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_BUILD_GNU_TYPE\\s0"
 msgid "\\s-1DEB_BUILD_GNU_TYPE\\s0"
 msgstr "\\s-1DEB_BUILD_GNU_TYPE\\s0"
 msgstr "\\s-1DEB_BUILD_GNU_TYPE\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:129
+#: ../../../man/po4a/../C/dpkg-architecture.1:132
 msgid "The \\s-1GNU\\s0 system type of the build machine."
 msgid "The \\s-1GNU\\s0 system type of the build machine."
 msgstr "Type de système \\s-1GNU\\s0 de la machine de construction."
 msgstr "Type de système \\s-1GNU\\s0 de la machine de construction."
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:129
+#: ../../../man/po4a/../C/dpkg-architecture.1:132
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_BUILD_GNU_CPU\\s0"
 msgid "\\s-1DEB_BUILD_GNU_CPU\\s0"
 msgstr "\\s-1DEB_BUILD_GNU_CPU\\s0"
 msgstr "\\s-1DEB_BUILD_GNU_CPU\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:131
+#: ../../../man/po4a/../C/dpkg-architecture.1:134
 msgid "The \\s-1CPU\\s0 part of \\s-1DEB_BUILD_GNU_TYPE\\s0"
 msgid "The \\s-1CPU\\s0 part of \\s-1DEB_BUILD_GNU_TYPE\\s0"
 msgstr "Partie « processeur » de \\s-1DEB_BUILD_GNU_TYPE\\s0."
 msgstr "Partie « processeur » de \\s-1DEB_BUILD_GNU_TYPE\\s0."
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:131
+#: ../../../man/po4a/../C/dpkg-architecture.1:134
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_BUILD_GNU_SYSTEM\\s0"
 msgid "\\s-1DEB_BUILD_GNU_SYSTEM\\s0"
 msgstr "\\s-1DEB_BUILD_GNU_SYSTEM\\s0"
 msgstr "\\s-1DEB_BUILD_GNU_SYSTEM\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:133
-msgid "The System part of \\s-1DEB_BUILD_GNU_TYPE\\s0"
+#: ../../../man/po4a/../C/dpkg-architecture.1:136
+#, fuzzy
+msgid "The System part of \\s-1DEB_BUILD_GNU_TYPE\\s0."
 msgstr "Partie « système » de \\s-1DEB_BUILD_GNU_TYPE\\s0."
 msgstr "Partie « système » de \\s-1DEB_BUILD_GNU_TYPE\\s0."
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:133
+#: ../../../man/po4a/../C/dpkg-architecture.1:136
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_HOST_ARCH\\s0"
 msgid "\\s-1DEB_HOST_ARCH\\s0"
 msgstr "\\s-1DEB_HOST_ARCH\\s0"
 msgstr "\\s-1DEB_HOST_ARCH\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:135
+#: ../../../man/po4a/../C/dpkg-architecture.1:138
 msgid "The Debian architecture of the host machine."
 msgid "The Debian architecture of the host machine."
 msgstr "Architecture Debian de la machine hôte."
 msgstr "Architecture Debian de la machine hôte."
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:135
+#: ../../../man/po4a/../C/dpkg-architecture.1:138
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_HOST_ARCH_OS\\s0"
 msgid "\\s-1DEB_HOST_ARCH_OS\\s0"
 msgstr "\\s-1DEB_HOST_ARCH_OS\\s0"
 msgstr "\\s-1DEB_HOST_ARCH_OS\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:137
+#: ../../../man/po4a/../C/dpkg-architecture.1:140
 msgid "The Debian system name of the host machine."
 msgid "The Debian system name of the host machine."
 msgstr "Nom du système Debian de la machine hôte."
 msgstr "Nom du système Debian de la machine hôte."
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:137
+#: ../../../man/po4a/../C/dpkg-architecture.1:140
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_HOST_ARCH_CPU\\s0"
 msgid "\\s-1DEB_HOST_ARCH_CPU\\s0"
 msgstr "\\s-1DEB_HOST_ARCH_CPU\\s0"
 msgstr "\\s-1DEB_HOST_ARCH_CPU\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:139
+#: ../../../man/po4a/../C/dpkg-architecture.1:142
 msgid "The Debian cpu name of the host machine."
 msgid "The Debian cpu name of the host machine."
 msgstr "Nom du processeur Debian de la machine hôte."
 msgstr "Nom du processeur Debian de la machine hôte."
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:139
+#: ../../../man/po4a/../C/dpkg-architecture.1:142
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_HOST_GNU_TYPE\\s0"
 msgid "\\s-1DEB_HOST_GNU_TYPE\\s0"
 msgstr "\\s-1DEB_HOST_GNU_TYPE\\s0"
 msgstr "\\s-1DEB_HOST_GNU_TYPE\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:141
+#: ../../../man/po4a/../C/dpkg-architecture.1:144
 msgid "The \\s-1GNU\\s0 system type of the host machine."
 msgid "The \\s-1GNU\\s0 system type of the host machine."
 msgstr "Type de système \\s-1GNU\\s0 de la machine hôte."
 msgstr "Type de système \\s-1GNU\\s0 de la machine hôte."
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:141
+#: ../../../man/po4a/../C/dpkg-architecture.1:144
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_HOST_GNU_CPU\\s0"
 msgid "\\s-1DEB_HOST_GNU_CPU\\s0"
 msgstr "\\s-1DEB_HOST_GNU_CPU\\s0"
 msgstr "\\s-1DEB_HOST_GNU_CPU\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:143
-msgid "The \\s-1CPU\\s0 part of \\s-1DEB_HOST_GNU_TYPE\\s0"
+#: ../../../man/po4a/../C/dpkg-architecture.1:146
+#, fuzzy
+msgid "The \\s-1CPU\\s0 part of \\s-1DEB_HOST_GNU_TYPE\\s0."
 msgstr "Partie « processeur » de \\s-1DEB_HOST_GNU_TYPE\\s0."
 msgstr "Partie « processeur » de \\s-1DEB_HOST_GNU_TYPE\\s0."
 
 
 # type: IP
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:143
+#: ../../../man/po4a/../C/dpkg-architecture.1:146
 #, no-wrap
 #, no-wrap
 msgid "\\s-1DEB_HOST_GNU_SYSTEM\\s0"
 msgid "\\s-1DEB_HOST_GNU_SYSTEM\\s0"
 msgstr "\\s-1DEB_HOST_GNU_SYSTEM\\s0"
 msgstr "\\s-1DEB_HOST_GNU_SYSTEM\\s0"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:145
-msgid "The System part of \\s-1DEB_HOST_GNU_TYPE\\s0"
+#: ../../../man/po4a/../C/dpkg-architecture.1:148
+#, fuzzy
+msgid "The System part of \\s-1DEB_HOST_GNU_TYPE\\s0."
 msgstr "Partie « système » de \\s-1DEB_HOST_GNU_TYPE\\s0."
 msgstr "Partie « système » de \\s-1DEB_HOST_GNU_TYPE\\s0."
 
 
 # type: IX
 # type: IX
-#: ../../../man/po4a/../C/dpkg-architecture.1:146
+#: ../../../man/po4a/../C/dpkg-architecture.1:149
 #, no-wrap
 #, no-wrap
 msgid "DEBIAN/RULES"
 msgid "DEBIAN/RULES"
 msgstr "DEBIAN/RULES"
 msgstr "DEBIAN/RULES"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:154
+#: ../../../man/po4a/../C/dpkg-architecture.1:157
 msgid ""
 msgid ""
 "The environment variables set by B<dpkg-architecture> are passed to I<debian/"
 "The environment variables set by B<dpkg-architecture> are passed to I<debian/"
 "rules> as make variables (see make documentation). However, you should not "
 "rules> as make variables (see make documentation). However, you should not "
@@ -603,13 +614,13 @@ msgstr ""
 "des compilations croisées de votre paquet :"
 "des compilations croisées de votre paquet :"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:157
-#: ../../../man/po4a/../C/dpkg-architecture.1:174
+#: ../../../man/po4a/../C/dpkg-architecture.1:160
+#: ../../../man/po4a/../C/dpkg-architecture.1:177
 msgid "Instead of:"
 msgid "Instead of:"
 msgstr "Au lieu de :"
 msgstr "Au lieu de :"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:161
+#: ../../../man/po4a/../C/dpkg-architecture.1:164
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "ARCH=\\`dpkg --print-architecture\\`\n"
 "ARCH=\\`dpkg --print-architecture\\`\n"
@@ -619,12 +630,12 @@ msgstr ""
 "configure $(\\s-1ARCH\\s0)-linux\n"
 "configure $(\\s-1ARCH\\s0)-linux\n"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:164
+#: ../../../man/po4a/../C/dpkg-architecture.1:167
 msgid "please use the following:"
 msgid "please use the following:"
 msgstr "Veuillez utiliser :"
 msgstr "Veuillez utiliser :"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:168
+#: ../../../man/po4a/../C/dpkg-architecture.1:171
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "\\&\\s-1DEB_BUILD_GNU_TYPE\\s0 := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)\n"
 "\\&\\s-1DEB_BUILD_GNU_TYPE\\s0 := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)\n"
@@ -634,13 +645,13 @@ msgstr ""
 "\\&\\s-1DEB_HOST_GNU_TYPE\\s0 := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)\n"
 "\\&\\s-1DEB_HOST_GNU_TYPE\\s0 := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)\n"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:170
+#: ../../../man/po4a/../C/dpkg-architecture.1:173
 #, no-wrap
 #, no-wrap
 msgid "configure --build=$(\\s-1DEB_BUILD_GNU_TYPE\\s0) --host=$(\\s-1DEB_HOST_GNU_TYPE\\s0)\n"
 msgid "configure --build=$(\\s-1DEB_BUILD_GNU_TYPE\\s0) --host=$(\\s-1DEB_HOST_GNU_TYPE\\s0)\n"
 msgstr "configure --build=$(\\s-1DEB_BUILD_GNU_TYPE\\s0) --host=$(\\s-1DEB_HOST_GNU_TYPE\\s0)\n"
 msgstr "configure --build=$(\\s-1DEB_BUILD_GNU_TYPE\\s0) --host=$(\\s-1DEB_HOST_GNU_TYPE\\s0)\n"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:180
+#: ../../../man/po4a/../C/dpkg-architecture.1:183
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "ARCH=\\`dpkg --print-architecture\\`\n"
 "ARCH=\\`dpkg --print-architecture\\`\n"
@@ -654,18 +665,18 @@ msgstr ""
 "endif\n"
 "endif\n"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:183
+#: ../../../man/po4a/../C/dpkg-architecture.1:186
 msgid "please use:"
 msgid "please use:"
 msgstr "Veuillez utiliser :"
 msgstr "Veuillez utiliser :"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:186
+#: ../../../man/po4a/../C/dpkg-architecture.1:189
 #, no-wrap
 #, no-wrap
 msgid "\\&\\s-1DEB_HOST_ARCH\\s0 := $(shell dpkg-architecture -qDEB_HOST_ARCH)\n"
 msgid "\\&\\s-1DEB_HOST_ARCH\\s0 := $(shell dpkg-architecture -qDEB_HOST_ARCH)\n"
 msgstr "\\&\\s-1DEB_HOST_ARCH\\s0 := $(shell dpkg-architecture -qDEB_HOST_ARCH)\n"
 msgstr "\\&\\s-1DEB_HOST_ARCH\\s0 := $(shell dpkg-architecture -qDEB_HOST_ARCH)\n"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:190
+#: ../../../man/po4a/../C/dpkg-architecture.1:193
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "ifeq ($(\\s-1DEB_HOST_ARCH\\s0),alpha)\n"
 "ifeq ($(\\s-1DEB_HOST_ARCH\\s0),alpha)\n"
@@ -677,7 +688,7 @@ msgstr ""
 "endif\n"
 "endif\n"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:194
+#: ../../../man/po4a/../C/dpkg-architecture.1:197
 msgid ""
 msgid ""
 "or if you only need to check the CPU or OS type, use the DEB_HOST_ARCH_CPU "
 "or if you only need to check the CPU or OS type, use the DEB_HOST_ARCH_CPU "
 "or DEB_HOST_ARCH_OS variables."
 "or DEB_HOST_ARCH_OS variables."
@@ -686,10 +697,11 @@ msgstr ""
 "système, utilisez les variables DEB_HOST_ARCH_CPU ou DEB_HOST_ARCH_OS."
 "système, utilisez les variables DEB_HOST_ARCH_CPU ou DEB_HOST_ARCH_OS."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:199
+#: ../../../man/po4a/../C/dpkg-architecture.1:202
+#, fuzzy
 msgid ""
 msgid ""
 "In general, calling dpkg in the rules file to get architecture information "
 "In general, calling dpkg in the rules file to get architecture information "
-"is deprecated (until you want to provide backward compatibility, see "
+"is deprecated (unless you want to provide backward compatibility, see "
 "below).  Especially the --print-architecture option is unreliable since we "
 "below).  Especially the --print-architecture option is unreliable since we "
 "have Debian architectures which don't equal a processor name."
 "have Debian architectures which don't equal a processor name."
 msgstr ""
 msgstr ""
@@ -700,13 +712,13 @@ msgstr ""
 "aucun nom de processeur."
 "aucun nom de processeur."
 
 
 # type: IX
 # type: IX
-#: ../../../man/po4a/../C/dpkg-architecture.1:200
+#: ../../../man/po4a/../C/dpkg-architecture.1:203
 #, no-wrap
 #, no-wrap
 msgid "BACKWARD COMPATIBILITY"
 msgid "BACKWARD COMPATIBILITY"
 msgstr "COMPATIBILITÉ ARRIÈRE"
 msgstr "COMPATIBILITÉ ARRIÈRE"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:206
+#: ../../../man/po4a/../C/dpkg-architecture.1:209
 msgid ""
 msgid ""
 "The DEB_HOST_ARCH_CPU and DEB_HOST_ARCH_OS variables were only introduced in "
 "The DEB_HOST_ARCH_CPU and DEB_HOST_ARCH_OS variables were only introduced in "
 "relatively recent versions of B<dpkg-architecture> (since dpkg 1.13.2), "
 "relatively recent versions of B<dpkg-architecture> (since dpkg 1.13.2), "
@@ -721,7 +733,7 @@ msgstr ""
 "temps."
 "temps."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:211
+#: ../../../man/po4a/../C/dpkg-architecture.1:214
 msgid ""
 msgid ""
 "Where I<debian/rules> files check these variables to decide how or what to "
 "Where I<debian/rules> files check these variables to decide how or what to "
 "compile, this should be updated to use the new variables and values.  You "
 "compile, this should be updated to use the new variables and values.  You "
@@ -734,7 +746,7 @@ msgstr ""
 "dpkg-dev en utilisant le code suivant :"
 "dpkg-dev en utilisant le code suivant :"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:215
+#: ../../../man/po4a/../C/dpkg-architecture.1:218
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU 2E<gt>/dev/null)\n"
 "DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU 2E<gt>/dev/null)\n"
@@ -744,7 +756,7 @@ msgstr ""
 "DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2E<gt>/dev/null)\n"
 "DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2E<gt>/dev/null)\n"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:229
+#: ../../../man/po4a/../C/dpkg-architecture.1:232
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "# Take account of old dpkg-architecture output.\n"
 "# Take account of old dpkg-architecture output.\n"
@@ -776,12 +788,12 @@ msgstr ""
 "endif\n"
 "endif\n"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:232
+#: ../../../man/po4a/../C/dpkg-architecture.1:235
 msgid "And similarly for DEB_BUILD_ARCH_CPU and DEB_BUILD_ARCH_OS."
 msgid "And similarly for DEB_BUILD_ARCH_CPU and DEB_BUILD_ARCH_OS."
 msgstr "Et de la même façon pour DEB_BUILD_ARCH_CPU et DEB_BUILD_ARCH_OS."
 msgstr "Et de la même façon pour DEB_BUILD_ARCH_CPU et DEB_BUILD_ARCH_OS."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:235
+#: ../../../man/po4a/../C/dpkg-architecture.1:238
 msgid ""
 msgid ""
 "If you still wish to support versions of dpkg-dev that did not include "
 "If you still wish to support versions of dpkg-dev that did not include "
 "B<dpkg-architecture>, the following does the job:"
 "B<dpkg-architecture>, the following does the job:"
@@ -790,7 +802,7 @@ msgstr ""
 "architecture>, vous pouvez utiliser :"
 "architecture>, vous pouvez utiliser :"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:245
+#: ../../../man/po4a/../C/dpkg-architecture.1:248
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "\\&\\s-1DEB_BUILD_ARCH\\s0 := $(shell dpkg --print-architecture)\n"
 "\\&\\s-1DEB_BUILD_ARCH\\s0 := $(shell dpkg --print-architecture)\n"
@@ -812,7 +824,7 @@ msgstr ""
 "DEB_BUILD_GNU_TYPE=$(\\s-1DEB_BUILD_GNU_CPU\\s0)-$(\\s-1DEB_BUILD_GNU_SYSTEM\\s0)\n"
 "DEB_BUILD_GNU_TYPE=$(\\s-1DEB_BUILD_GNU_CPU\\s0)-$(\\s-1DEB_BUILD_GNU_SYSTEM\\s0)\n"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:250
+#: ../../../man/po4a/../C/dpkg-architecture.1:253
 #, no-wrap
 #, no-wrap
 msgid ""
 msgid ""
 "\\&\\s-1DEB_HOST_ARCH\\s0 := $(\\s-1DEB_BUILD_ARCH\\s0)\n"
 "\\&\\s-1DEB_HOST_ARCH\\s0 := $(\\s-1DEB_BUILD_ARCH\\s0)\n"
@@ -826,7 +838,7 @@ msgstr ""
 "\\&\\s-1DEB_HOST_GNU_TYPE\\s0 := $(\\s-1DEB_BUILD_GNU_TYPE\\s0)\n"
 "\\&\\s-1DEB_HOST_GNU_TYPE\\s0 := $(\\s-1DEB_BUILD_GNU_TYPE\\s0)\n"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:254
+#: ../../../man/po4a/../C/dpkg-architecture.1:257
 msgid ""
 msgid ""
 "Put a subset of these lines at the top of your debian/rules file; these "
 "Put a subset of these lines at the top of your debian/rules file; these "
 "default values will be overwritten if dpkg-architecture is used."
 "default values will be overwritten if dpkg-architecture is used."
@@ -835,7 +847,7 @@ msgstr ""
 "Ces valeurs par défaut seront écrasées si dpkg-architecture est utilisé."
 "Ces valeurs par défaut seront écrasées si dpkg-architecture est utilisé."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:261
+#: ../../../man/po4a/../C/dpkg-architecture.1:264
 msgid ""
 msgid ""
 "You don't need the full set. Choose a consistent set which contains the "
 "You don't need the full set. Choose a consistent set which contains the "
 "values you use in the rules file. For example, if you only need the host "
 "values you use in the rules file. For example, if you only need the host "
@@ -852,7 +864,7 @@ msgstr ""
 "compatible avec les anciennes compilations natives)."
 "compatible avec les anciennes compilations natives)."
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:264
+#: ../../../man/po4a/../C/dpkg-architecture.1:267
 msgid ""
 msgid ""
 "The B<-e> and B<-i> options were only introduced in relatively recent "
 "The B<-e> and B<-i> options were only introduced in relatively recent "
 "versions of B<dpkg-architecture> (since dpkg 1.13.13)."
 "versions of B<dpkg-architecture> (since dpkg 1.13.13)."
@@ -861,24 +873,24 @@ msgstr ""
 "B<dpkg-architecture> (depuis la version 1.13.13 de dpkg)."
 "B<dpkg-architecture> (depuis la version 1.13.13 de dpkg)."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:265
+#: ../../../man/po4a/../C/dpkg-architecture.1:268
 #, no-wrap
 #, no-wrap
 msgid "SEE ALSO"
 msgid "SEE ALSO"
 msgstr "VOIR AUSSI"
 msgstr "VOIR AUSSI"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:268
+#: ../../../man/po4a/../C/dpkg-architecture.1:271
 msgid "B<dpkg-buildpackage>(1), B<dpkg-cross>(1)."
 msgid "B<dpkg-buildpackage>(1), B<dpkg-cross>(1)."
 msgstr "B<dpkg-buildpackage>(1), B<dpkg-cross>(1)."
 msgstr "B<dpkg-buildpackage>(1), B<dpkg-cross>(1)."
 
 
 # type: SH
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:269
+#: ../../../man/po4a/../C/dpkg-architecture.1:272
 #, no-wrap
 #, no-wrap
 msgid "AUTHOR"
 msgid "AUTHOR"
 msgstr "AUTEUR"
 msgstr "AUTEUR"
 
 
 # type: Plain text
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:273
+#: ../../../man/po4a/../C/dpkg-architecture.1:276
 msgid ""
 msgid ""
 "B<dpkg-architecture> and this man page were initially written by Marcus "
 "B<dpkg-architecture> and this man page were initially written by Marcus "
 "Brinkmann E<lt>brinkmd@debian.orgE<gt>."
 "Brinkmann E<lt>brinkmd@debian.orgE<gt>."

+ 7 - 6
man/po4a/dpkg-source.1/po/dpkg-source.1.pot

@@ -6,7 +6,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"POT-Creation-Date: 2006-08-05 22:28+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -264,7 +264,8 @@ msgstr ""
 msgid ""
 msgid ""
 "Use I<maintaineraddress> as the name and email address of the maintainer for "
 "Use I<maintaineraddress> as the name and email address of the maintainer for "
 "this package, rather than using the information from the source tree's "
 "this package, rather than using the information from the source tree's "
-"control.  This is understood by B<dpkg-buildpackage> and B<dpkg-genchanges>."
+"control file.  This is understood by B<dpkg-buildpackage> and "
+"B<dpkg-genchanges>."
 msgstr ""
 msgstr ""
 
 
 # type: TP
 # type: TP
@@ -292,16 +293,16 @@ msgstr ""
 #: ../../../man/po4a/../C/dpkg-source.1:150
 #: ../../../man/po4a/../C/dpkg-source.1:150
 msgid ""
 msgid ""
 "These options control whether the original source archive is included in the "
 "These options control whether the original source archive is included in the "
-"upload generated by B<dpkg-buildpackage> and B<dpkg-genchanges> if any "
-"source is being generated (ie, B<-b> or B<-B> haven't been used)."
+"upload generated by B<dpkg-buildpackage> or B<dpkg-genchanges> if any source "
+"is being generated (i.e., B<-b> or B<-B> haven't been used)."
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-source.1:158
 #: ../../../man/po4a/../C/dpkg-source.1:158
 msgid ""
 msgid ""
 "By default, or if B<-si> is specified, the original source will be included "
 "By default, or if B<-si> is specified, the original source will be included "
-"if the version number ends in B<-0> or B<-1>, ie if the Debian revision part "
-"of the version number is B<0> or B<1>."
+"if the version number ends in B<-0> or B<-1>, i.e. if the Debian revision "
+"part of the version number is B<0> or B<1>."
 msgstr ""
 msgstr ""
 
 
 # type: Plain text
 # type: Plain text

+ 7 - 6
man/po4a/dpkg-source.1/po/es.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
-"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"POT-Creation-Date: 2006-08-05 22:28+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "PO-Revision-Date: 2005-07-03 15:04+0200\n"
 "Last-Translator: Unknown translator\n"
 "Last-Translator: Unknown translator\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -334,7 +334,8 @@ msgstr "B<-m>I<direcci
 msgid ""
 msgid ""
 "Use I<maintaineraddress> as the name and email address of the maintainer for "
 "Use I<maintaineraddress> as the name and email address of the maintainer for "
 "this package, rather than using the information from the source tree's "
 "this package, rather than using the information from the source tree's "
-"control.  This is understood by B<dpkg-buildpackage> and B<dpkg-genchanges>."
+"control file.  This is understood by B<dpkg-buildpackage> and B<dpkg-"
+"genchanges>."
 msgstr ""
 msgstr ""
 "Utiliza I<direcciónresponsable> como el nombre y dirección de correo del "
 "Utiliza I<direcciónresponsable> como el nombre y dirección de correo del "
 "responsable de este paquete, en lugar de usar la información de control del "
 "responsable de este paquete, en lugar de usar la información de control del "
@@ -370,8 +371,8 @@ msgstr "B<-si>, B<-sa>, B<-sd>"
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "These options control whether the original source archive is included in the "
 "These options control whether the original source archive is included in the "
-"upload generated by B<dpkg-buildpackage> and B<dpkg-genchanges> if any "
-"source is being generated (ie, B<-b> or B<-B> haven't been used)."
+"upload generated by B<dpkg-buildpackage> or B<dpkg-genchanges> if any source "
+"is being generated (i.e., B<-b> or B<-B> haven't been used)."
 msgstr ""
 msgstr ""
 "Estas opciones controlan si el fichero de fuentes original se incluye en la "
 "Estas opciones controlan si el fichero de fuentes original se incluye en la "
 "subida generada por B<dpkg-buildpackage> y B<dpkg-genchanges> en caso de que "
 "subida generada por B<dpkg-buildpackage> y B<dpkg-genchanges> en caso de que "
@@ -382,8 +383,8 @@ msgstr ""
 #, fuzzy
 #, fuzzy
 msgid ""
 msgid ""
 "By default, or if B<-si> is specified, the original source will be included "
 "By default, or if B<-si> is specified, the original source will be included "
-"if the version number ends in B<-0> or B<-1>, ie if the Debian revision part "
-"of the version number is B<0> or B<1>."
+"if the version number ends in B<-0> or B<-1>, i.e. if the Debian revision "
+"part of the version number is B<0> or B<1>."
 msgstr ""
 msgstr ""
 "Por omisión, o si se especifica B<-si>, el fichero de fuentes original se "
 "Por omisión, o si se especifica B<-si>, el fichero de fuentes original se "
 "incluirá si el número de versión acaba en B<-0> o B<-1>, por ejemplo, si la "
 "incluirá si el número de versión acaba en B<-0> o B<-1>, por ejemplo, si la "

+ 22 - 10
man/po4a/dpkg-source.1/po/fr.po

@@ -5,7 +5,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg.1\n"
 "Project-Id-Version: dpkg.1\n"
-"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"POT-Creation-Date: 2006-08-05 22:28+0200\n"
 "PO-Revision-Date: 2006-06-24 10:13+0200\n"
 "PO-Revision-Date: 2006-06-24 10:13+0200\n"
 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -239,7 +239,10 @@ msgid ""
 "Display the particular program's usage message, including a synopsis of the "
 "Display the particular program's usage message, including a synopsis of the "
 "options it understands.  This option is understood by all the source package "
 "options it understands.  This option is understood by all the source package "
 "tools."
 "tools."
-msgstr "Affiche le message d'aide associé au programme\\ : il comprend un résumé des options acceptées. Tous les outils pour les paquets source comprennent cette option."
+msgstr ""
+"Affiche le message d'aide associé au programme\\ : il comprend un résumé des "
+"options acceptées. Tous les outils pour les paquets source comprennent cette "
+"option."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg-source.1:101
 #: ../../../man/po4a/../C/dpkg-source.1:101
@@ -252,7 +255,10 @@ msgstr "B<--version>"
 msgid ""
 msgid ""
 "Display the particular program's version, including copyright and license "
 "Display the particular program's version, including copyright and license "
 "information.  This option is understood by all the source package tools."
 "information.  This option is understood by all the source package tools."
-msgstr "Affiche la version du programme\\ ; le message comprend des informations sur la licence et le copyright. Tous les outils pour les paquets source comprennent cette option."
+msgstr ""
+"Affiche la version du programme\\ ; le message comprend des informations sur "
+"la licence et le copyright. Tous les outils pour les paquets source "
+"comprennent cette option."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg-source.1:106
 #: ../../../man/po4a/../C/dpkg-source.1:106
@@ -306,10 +312,12 @@ msgstr "B<-m>I<adresse-du-responsable>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-source.1:134
 #: ../../../man/po4a/../C/dpkg-source.1:134
+#, fuzzy
 msgid ""
 msgid ""
 "Use I<maintaineraddress> as the name and email address of the maintainer for "
 "Use I<maintaineraddress> as the name and email address of the maintainer for "
 "this package, rather than using the information from the source tree's "
 "this package, rather than using the information from the source tree's "
-"control.  This is understood by B<dpkg-buildpackage> and B<dpkg-genchanges>."
+"control file.  This is understood by B<dpkg-buildpackage> and B<dpkg-"
+"genchanges>."
 msgstr ""
 msgstr ""
 "Utilise I<adresse-du-responsable> comme nom et adresse électronique du "
 "Utilise I<adresse-du-responsable> comme nom et adresse électronique du "
 "responsable de paquet pour cette mise en place, plutôt que d'utiliser les "
 "responsable de paquet pour cette mise en place, plutôt que d'utiliser les "
@@ -343,10 +351,11 @@ msgstr "B<-si>, B<-sa>, B<-sd>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-source.1:150
 #: ../../../man/po4a/../C/dpkg-source.1:150
+#, fuzzy
 msgid ""
 msgid ""
 "These options control whether the original source archive is included in the "
 "These options control whether the original source archive is included in the "
-"upload generated by B<dpkg-buildpackage> and B<dpkg-genchanges> if any "
-"source is being generated (ie, B<-b> or B<-B> haven't been used)."
+"upload generated by B<dpkg-buildpackage> or B<dpkg-genchanges> if any source "
+"is being generated (i.e., B<-b> or B<-B> haven't been used)."
 msgstr ""
 msgstr ""
 "Ces options contrôlent si l'archive source originale est incluse dans "
 "Ces options contrôlent si l'archive source originale est incluse dans "
 "l'installation produite par B<dpkg-buildpackage> et B<dpkg-genchanges> quand "
 "l'installation produite par B<dpkg-buildpackage> et B<dpkg-genchanges> quand "
@@ -355,10 +364,11 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-source.1:158
 #: ../../../man/po4a/../C/dpkg-source.1:158
+#, fuzzy
 msgid ""
 msgid ""
 "By default, or if B<-si> is specified, the original source will be included "
 "By default, or if B<-si> is specified, the original source will be included "
-"if the version number ends in B<-0> or B<-1>, ie if the Debian revision part "
-"of the version number is B<0> or B<1>."
+"if the version number ends in B<-0> or B<-1>, i.e. if the Debian revision "
+"part of the version number is B<0> or B<1>."
 msgstr ""
 msgstr ""
 "Par défaut, ou quand l'option B<-si> est indiquée, les sources originales "
 "Par défaut, ou quand l'option B<-si> est indiquée, les sources originales "
 "sont incluses si le numéro de version se termine par B<-0> ou B<-1,> i.e., "
 "sont incluses si le numéro de version se termine par B<-0> ou B<-1,> i.e., "
@@ -438,7 +448,7 @@ msgid ""
 "source>, B<dpkg-gencontrol> and B<dpkg-genchanges>."
 "source>, B<dpkg-gencontrol> and B<dpkg-genchanges>."
 msgstr ""
 msgstr ""
 "Supprime en sortie un champ dans le fichier de contrôle. B<dpkg-source>, "
 "Supprime en sortie un champ dans le fichier de contrôle. B<dpkg-source>, "
-"B<dpkg-gencontrol> and B<dpkg-genchanges> acceptent cette option."
+"B<dpkg-gencontrol> et B<dpkg-genchanges> acceptent cette option."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg-source.1:189
 #: ../../../man/po4a/../C/dpkg-source.1:189
@@ -1519,7 +1529,9 @@ msgstr "B<source:Upstream-Version>"
 msgid ""
 msgid ""
 "The upstream source package version, including the Debian version epoch if "
 "The upstream source package version, including the Debian version epoch if "
 "any."
 "any."
-msgstr "La version amont du paquet source, avec éventuellement l'«\\ epoch\\ » de la version debian."
+msgstr ""
+"La version amont du paquet source, avec éventuellement l'«\\ epoch\\ » de la "
+"version debian."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/dpkg-source.1:727
 #: ../../../man/po4a/../C/dpkg-source.1:727