]> err.no Git - dpkg/commitdiff
Apply Helge Kreutzmann's suggestions on the dpkg-source.1 and
authorNicolas FRANCOIS <nekral-guest@users.alioth.debian.org>
Sat, 5 Aug 2006 20:42:13 +0000 (20:42 +0000)
committerNicolas FRANCOIS <nekral-guest@users.alioth.debian.org>
Sat, 5 Aug 2006 20:42:13 +0000 (20:42 +0000)
dpkg-architecture.1 man pages and regenertae the POTs and POs.

man/C/dpkg-architecture.1
man/C/dpkg-source.1
man/ChangeLog
man/po4a/dpkg-architecture.1/po/dpkg-architecture.1.pot
man/po4a/dpkg-architecture.1/po/fr.po
man/po4a/dpkg-source.1/po/dpkg-source.1.pot
man/po4a/dpkg-source.1/po/es.po
man/po4a/dpkg-source.1/po/fr.po

index ff29f4eb35b688de3bdcf13fcc8196fc4819a4d4..2f04421baa94d01cebd48023efcdb40c5036919e 100644 (file)
@@ -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
 host architecture for package building.
 .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
 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
 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
@@ -32,10 +33,11 @@ Set the Debian architecture.
 Set the GNU system type.
 .TP
 .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
-in some other script (for example \fBdpkg\-buildpackage\fP).
+in some other script (for example \fBdpkg\-buildpackage\fP(1)).
 .
 .SH ACTIONS
 .TP
@@ -46,7 +48,7 @@ Print the environment variables, one each line, in the format
 .BI \-e debian-architecture
 Check for equality of architecture. By default \fIdebian-architecture\fP
 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.
 .TP
 .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
 not matched.
 .TP
-.BI \-q variable-Name
+.BI \-q variable-name
 Print the value of a single variable.
 .TP
 .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>.
 Examples: linux\-any, linux\-alpha, any\-i386, hurd\-any.
 .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"
 \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
 eval \`dpkg\-architecture \f(CW\*(C`\-u\*(C'\fR\`
 .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
 dpkg\-architecture \-elinux\-alpha
 .PP
 dpkg\-architecture \-amips \-elinux\-mips
 .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
 dpkg\-architecture \-ilinux\-any
 .PP
@@ -128,7 +132,7 @@ The \s-1GNU\s0 system type of the build machine.
 .IP "\s-1DEB_BUILD_GNU_CPU\s0" 4
 The \s-1CPU\s0 part of \s-1DEB_BUILD_GNU_TYPE\s0
 .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
 The Debian architecture of the host machine.
 .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
 The \s-1GNU\s0 system type of the host machine.
 .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
-The System part of \s-1DEB_HOST_GNU_TYPE\s0
+The System part of \s-1DEB_HOST_GNU_TYPE\s0.
 .
 .SH "DEBIAN/RULES"
 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.
 .PP
 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
 Debian architectures which don't equal a processor name.
 .
index 197984dbebb2b980860d410a37767c9c78e43aa6..521e9bd4e2569f49051a3ce5f8aaac80837e177f 100644 (file)
@@ -128,7 +128,7 @@ file. This is understood by
 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 control.
+rather than using the information from the source tree's control file.
 This is understood by
 .BR dpkg\-buildpackage " and " dpkg\-genchanges .
 .TP
@@ -143,8 +143,8 @@ This is understood by
 .BR \-si ", " \-sa ", " \-sd
 These options control whether the original source archive is included
 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
 haven't been used).
 
@@ -153,7 +153,7 @@ By default, or if
 is specified, the original source will be included if the version
 number ends in
 .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 .
 
 .B \-sa
index a9ac3bc1a2744be991c5cae52213dea02dc9ff99..6681097b8f219f3bfaca2cbe782d727956b60d1d 100644 (file)
@@ -5,6 +5,12 @@
        translation.
        * po4a/dpkg-architecture.1/dpkg-architecture.1.cfg: Add the `fr'
        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>
 
index cb64a57921819484f38b9f7702151d29eb8244c6..ab18c66e131bfa3d15b931e72fe2258fa273b3cb 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "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"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -76,107 +76,108 @@ msgstr ""
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-architecture.1:17
 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 ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:25
+#: ../../../man/po4a/../C/dpkg-architecture.1:26
 msgid ""
 "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 "
-"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 ""
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:26
+#: ../../../man/po4a/../C/dpkg-architecture.1:27
 #, no-wrap
 msgid "OPTIONS"
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:27
+#: ../../../man/po4a/../C/dpkg-architecture.1:28
 #, no-wrap
 msgid "B<-a>I<debian-architecture>"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:30
+#: ../../../man/po4a/../C/dpkg-architecture.1:31
 msgid "Set the Debian architecture."
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:30
+#: ../../../man/po4a/../C/dpkg-architecture.1:31
 #, no-wrap
 msgid "B<-t>I<gnu-system-type>"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:33
+#: ../../../man/po4a/../C/dpkg-architecture.1:34
 msgid "Set the GNU system type."
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:33
+#: ../../../man/po4a/../C/dpkg-architecture.1:34
 #, no-wrap
 msgid "B<-f>"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:39
+#: ../../../man/po4a/../C/dpkg-architecture.1:41
 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 ""
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:40
+#: ../../../man/po4a/../C/dpkg-architecture.1:42
 #, no-wrap
 msgid "ACTIONS"
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:41
+#: ../../../man/po4a/../C/dpkg-architecture.1:43
 #, no-wrap
 msgid "B<-l>"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:45
+#: ../../../man/po4a/../C/dpkg-architecture.1:47
 msgid ""
 "Print the environment variables, one each line, in the format "
 "I<VARIABLE=value>. This is the default action."
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:45
+#: ../../../man/po4a/../C/dpkg-architecture.1:47
 #, no-wrap
 msgid "B<-e>I<debian-architecture>"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:51
+#: ../../../man/po4a/../C/dpkg-architecture.1:53
 msgid ""
 "Check for equality of architecture. By default I<debian-architecture> is "
 "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."
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:51
+#: ../../../man/po4a/../C/dpkg-architecture.1:53
 #, no-wrap
 msgid "B<-i>I<architecture-wildcard>"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:57
+#: ../../../man/po4a/../C/dpkg-architecture.1:59
 msgid ""
 "Check for identity of architecture by expanding I<architecture-wildcard> as "
 "an architecture wildcard and comparing against the current Debian "
@@ -185,135 +186,135 @@ msgid ""
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:57
+#: ../../../man/po4a/../C/dpkg-architecture.1:59
 #, no-wrap
-msgid "B<-q>I<variable-Name>"
+msgid "B<-q>I<variable-name>"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:60
+#: ../../../man/po4a/../C/dpkg-architecture.1:62
 #, no-wrap
 msgid "B<-s>"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:64
+#: ../../../man/po4a/../C/dpkg-architecture.1:66
 msgid ""
 "Print an export command. This can be used to set the environment variables "
 "using eval."
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:64
+#: ../../../man/po4a/../C/dpkg-architecture.1:66
 #, no-wrap
 msgid "B<-u>"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:67
+#: ../../../man/po4a/../C/dpkg-architecture.1:69
 #, no-wrap
 msgid "B<-c>I< command>"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:71
+#: ../../../man/po4a/../C/dpkg-architecture.1:73
 msgid ""
 "Execute a I<command> in an environment which has all variables set to the "
 "determined value."
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:71
+#: ../../../man/po4a/../C/dpkg-architecture.1:73
 #, no-wrap
 msgid "B<-L>"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:74
+#: ../../../man/po4a/../C/dpkg-architecture.1:76
 #, no-wrap
 msgid "B<--help>"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:77
+#: ../../../man/po4a/../C/dpkg-architecture.1:79
 msgid "Print a usage message."
 msgstr ""
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:77
+#: ../../../man/po4a/../C/dpkg-architecture.1:79
 #, no-wrap
 msgid "B<--version>"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:80
+#: ../../../man/po4a/../C/dpkg-architecture.1:82
 msgid "Print program version."
 msgstr ""
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:81
+#: ../../../man/po4a/../C/dpkg-architecture.1:83
 #, no-wrap
 msgid "TERMS"
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:82
+#: ../../../man/po4a/../C/dpkg-architecture.1:84
 #, no-wrap
 msgid "build machine"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:84
+#: ../../../man/po4a/../C/dpkg-architecture.1:86
 #, no-wrap
 msgid "host machine"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:86
+#: ../../../man/po4a/../C/dpkg-architecture.1:88
 #, no-wrap
 msgid "Debian architecture"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:89
+#: ../../../man/po4a/../C/dpkg-architecture.1:91
 msgid ""
 "The Debian architecture string, which specifies the binary tree in the "
 "\\s-1FTP\\s0 archive. Examples: i386, sparc, hurd-i386."
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:89
+#: ../../../man/po4a/../C/dpkg-architecture.1:91
 #, no-wrap
 msgid "architecture wildcard"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:93
+#: ../../../man/po4a/../C/dpkg-architecture.1:95
 msgid ""
 "An architecture wildcard is a special architecture string that will match "
 "any real architecture being part of it. The general form is "
@@ -322,223 +323,227 @@ msgid ""
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:93
+#: ../../../man/po4a/../C/dpkg-architecture.1:95
 #, no-wrap
 msgid "\\s-1GNU\\s0 system type"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:97
+#: ../../../man/po4a/../C/dpkg-architecture.1:99
 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."
 msgstr ""
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:98
+#: ../../../man/po4a/../C/dpkg-architecture.1:100
 #, no-wrap
 msgid "EXAMPLES"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:101
+#: ../../../man/po4a/../C/dpkg-architecture.1:103
 msgid ""
 "B<dpkg-buildpackage> accepts the B<-a> option and passes it to "
 "B<dpkg-architecture>. Other examples:"
 msgstr ""
 
 # 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"
 msgstr ""
 
 # 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'>\\`"
 msgstr ""
 
 # 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 ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:109
+#: ../../../man/po4a/../C/dpkg-architecture.1:112
 msgid "dpkg-architecture -elinux-alpha"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:111
+#: ../../../man/po4a/../C/dpkg-architecture.1:114
 msgid "dpkg-architecture -amips -elinux-mips"
 msgstr ""
 
 # 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 ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:115
+#: ../../../man/po4a/../C/dpkg-architecture.1:119
 msgid "dpkg-architecture -ilinux-any"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:117
+#: ../../../man/po4a/../C/dpkg-architecture.1:121
 msgid "dpkg-architecture -ai386 -ilinux-any"
 msgstr ""
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:118
+#: ../../../man/po4a/../C/dpkg-architecture.1:122
 #, no-wrap
 msgid "VARIABLES"
 msgstr ""
 
 # 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>:"
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:120
+#: ../../../man/po4a/../C/dpkg-architecture.1:124
 #, no-wrap
 msgid "\\s-1DEB_BUILD_ARCH\\s0"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:122
+#: ../../../man/po4a/../C/dpkg-architecture.1:126
 #, no-wrap
 msgid "\\s-1DEB_BUILD_ARCH_OS\\s0"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:124
+#: ../../../man/po4a/../C/dpkg-architecture.1:128
 #, no-wrap
 msgid "\\s-1DEB_BUILD_ARCH_CPU\\s0"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:126
+#: ../../../man/po4a/../C/dpkg-architecture.1:130
 #, no-wrap
 msgid "\\s-1DEB_BUILD_GNU_TYPE\\s0"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:128
+#: ../../../man/po4a/../C/dpkg-architecture.1:132
 #, no-wrap
 msgid "\\s-1DEB_BUILD_GNU_CPU\\s0"
 msgstr ""
 
 # 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"
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:130
+#: ../../../man/po4a/../C/dpkg-architecture.1:134
 #, no-wrap
 msgid "\\s-1DEB_BUILD_GNU_SYSTEM\\s0"
 msgstr ""
 
 # 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 ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:132
+#: ../../../man/po4a/../C/dpkg-architecture.1:136
 #, no-wrap
 msgid "\\s-1DEB_HOST_ARCH\\s0"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:134
+#: ../../../man/po4a/../C/dpkg-architecture.1:138
 #, no-wrap
 msgid "\\s-1DEB_HOST_ARCH_OS\\s0"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:136
+#: ../../../man/po4a/../C/dpkg-architecture.1:140
 #, no-wrap
 msgid "\\s-1DEB_HOST_ARCH_CPU\\s0"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:138
+#: ../../../man/po4a/../C/dpkg-architecture.1:142
 #, no-wrap
 msgid "\\s-1DEB_HOST_GNU_TYPE\\s0"
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:140
+#: ../../../man/po4a/../C/dpkg-architecture.1:144
 #, no-wrap
 msgid "\\s-1DEB_HOST_GNU_CPU\\s0"
 msgstr ""
 
 # 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 ""
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:142
+#: ../../../man/po4a/../C/dpkg-architecture.1:146
 #, no-wrap
 msgid "\\s-1DEB_HOST_GNU_SYSTEM\\s0"
 msgstr ""
 
 # 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 ""
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:145
+#: ../../../man/po4a/../C/dpkg-architecture.1:149
 #, no-wrap
 msgid "DEBIAN/RULES"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:153
+#: ../../../man/po4a/../C/dpkg-architecture.1:157
 msgid ""
 "The environment variables set by B<dpkg-architecture> are passed to "
 "I<debian/rules> as make variables (see make documentation). However, you "
@@ -549,12 +554,12 @@ msgid ""
 msgstr ""
 
 # 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:"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:160
+#: ../../../man/po4a/../C/dpkg-architecture.1:164
 #, no-wrap
 msgid ""
 "ARCH=\\`dpkg --print-architecture\\`\n"
@@ -562,12 +567,12 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:163
+#: ../../../man/po4a/../C/dpkg-architecture.1:167
 msgid "please use the following:"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:167
+#: ../../../man/po4a/../C/dpkg-architecture.1:171
 #, no-wrap
 msgid ""
 "\\&\\s-1DEB_BUILD_GNU_TYPE\\s0 := $(shell dpkg-architecture "
@@ -577,7 +582,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:169
+#: ../../../man/po4a/../C/dpkg-architecture.1:173
 #, no-wrap
 msgid ""
 "configure --build=$(\\s-1DEB_BUILD_GNU_TYPE\\s0) "
@@ -585,7 +590,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:179
+#: ../../../man/po4a/../C/dpkg-architecture.1:183
 #, no-wrap
 msgid ""
 "ARCH=\\`dpkg --print-architecture\\`\n"
@@ -595,18 +600,18 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:182
+#: ../../../man/po4a/../C/dpkg-architecture.1:186
 msgid "please use:"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:185
+#: ../../../man/po4a/../C/dpkg-architecture.1:189
 #, no-wrap
 msgid "\\&\\s-1DEB_HOST_ARCH\\s0 := $(shell dpkg-architecture -qDEB_HOST_ARCH)\n"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:189
+#: ../../../man/po4a/../C/dpkg-architecture.1:193
 #, no-wrap
 msgid ""
 "ifeq ($(\\s-1DEB_HOST_ARCH\\s0),alpha)\n"
@@ -615,29 +620,29 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:193
+#: ../../../man/po4a/../C/dpkg-architecture.1:197
 msgid ""
 "or if you only need to check the CPU or OS type, use the DEB_HOST_ARCH_CPU "
 "or DEB_HOST_ARCH_OS variables."
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:198
+#: ../../../man/po4a/../C/dpkg-architecture.1:202
 msgid ""
 "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 "
 "have Debian architectures which don't equal a processor name."
 msgstr ""
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:199
+#: ../../../man/po4a/../C/dpkg-architecture.1:203
 #, no-wrap
 msgid "BACKWARD COMPATIBILITY"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:205
+#: ../../../man/po4a/../C/dpkg-architecture.1:209
 msgid ""
 "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), "
@@ -647,7 +652,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:210
+#: ../../../man/po4a/../C/dpkg-architecture.1:214
 msgid ""
 "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 "
@@ -656,7 +661,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:214
+#: ../../../man/po4a/../C/dpkg-architecture.1:218
 #, no-wrap
 msgid ""
 "DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU "
@@ -666,7 +671,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:228
+#: ../../../man/po4a/../C/dpkg-architecture.1:232
 #, no-wrap
 msgid ""
 "# Take account of old dpkg-architecture output.\n"
@@ -686,19 +691,19 @@ msgid ""
 msgstr ""
 
 # 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."
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:234
+#: ../../../man/po4a/../C/dpkg-architecture.1:238
 msgid ""
 "If you still wish to support versions of dpkg-dev that did not include "
 "B<dpkg-architecture>, the following does the job:"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:244
+#: ../../../man/po4a/../C/dpkg-architecture.1:248
 #, no-wrap
 msgid ""
 "\\&\\s-1DEB_BUILD_ARCH\\s0 := $(shell dpkg --print-architecture)\n"
@@ -713,7 +718,7 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:249
+#: ../../../man/po4a/../C/dpkg-architecture.1:253
 #, no-wrap
 msgid ""
 "\\&\\s-1DEB_HOST_ARCH\\s0 := $(\\s-1DEB_BUILD_ARCH\\s0)\n"
@@ -723,14 +728,14 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:253
+#: ../../../man/po4a/../C/dpkg-architecture.1:257
 msgid ""
 "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."
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:260
+#: ../../../man/po4a/../C/dpkg-architecture.1:264
 msgid ""
 "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 "
@@ -741,31 +746,31 @@ msgid ""
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:263
+#: ../../../man/po4a/../C/dpkg-architecture.1:267
 msgid ""
 "The B<-e> and B<-i> options were only introduced in relatively recent "
 "versions of B<dpkg-architecture> (since dpkg 1.13.13)."
 msgstr ""
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:264
+#: ../../../man/po4a/../C/dpkg-architecture.1:268
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 # 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)."
 msgstr ""
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:268
+#: ../../../man/po4a/../C/dpkg-architecture.1:272
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:272
+#: ../../../man/po4a/../C/dpkg-architecture.1:276
 msgid ""
 "B<dpkg-architecture> and this man page were initially written by Marcus "
 "Brinkmann E<lt>brinkmd@debian.orgE<gt>."
index 9fa3daecf2b9922eeef3b94315f312276677ee0d..338dbdc215f6aaae39cdc8f795c4c3398d98e3ff 100644 (file)
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "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"
 "Last-Translator: Nicolas François <nicolas.francois@centraliens.net>\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<-"
 "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 "
-"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
 #: ../../../man/po4a/../C/dpkg-architecture.1:27
@@ -140,12 +140,14 @@ msgid "B<-f>"
 msgstr "B<-f>"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:40
+#: ../../../man/po4a/../C/dpkg-architecture.1:41
+#, fuzzy
 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 ""
 "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 "
@@ -154,19 +156,19 @@ msgstr ""
 "buildpackage>(1))."
 
 # type: SS
-#: ../../../man/po4a/../C/dpkg-architecture.1:41
+#: ../../../man/po4a/../C/dpkg-architecture.1:42
 #, no-wrap
 msgid "ACTIONS"
 msgstr "ACTIONS"
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:42
+#: ../../../man/po4a/../C/dpkg-architecture.1:43
 #, no-wrap
 msgid "B<-l>"
 msgstr "B<-l>"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:46
+#: ../../../man/po4a/../C/dpkg-architecture.1:47
 msgid ""
 "Print the environment variables, one each line, in the format "
 "I<VARIABLE=value>. This is the default action."
@@ -175,17 +177,18 @@ msgstr ""
 "I<VARIABLE=valeur>. C'est l'action par défaut."
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:46
+#: ../../../man/po4a/../C/dpkg-architecture.1:47
 #, no-wrap
 msgid "B<-e>I<debian-architecture>"
 msgstr "B<-e>I<architecture-debian>"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:52
+#: ../../../man/po4a/../C/dpkg-architecture.1:53
+#, fuzzy
 msgid ""
 "Check for equality of architecture. By default I<debian-architecture> is "
 "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."
 msgstr ""
 "Vérifie l'égalité d'architectures. Par défaut, I<architecture-debian> est "
@@ -195,13 +198,13 @@ msgstr ""
 "contraire."
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:52
+#: ../../../man/po4a/../C/dpkg-architecture.1:53
 #, no-wrap
 msgid "B<-i>I<architecture-wildcard>"
 msgstr "B<-i>I<architecture-joker>"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:58
+#: ../../../man/po4a/../C/dpkg-architecture.1:59
 msgid ""
 "Check for identity of architecture by expanding I<architecture-wildcard> as "
 "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."
 
 # 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>"
 
 # 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."
 msgstr "Affiche la valeur d'une seule variable."
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:61
+#: ../../../man/po4a/../C/dpkg-architecture.1:62
 #, no-wrap
 msgid "B<-s>"
 msgstr "B<-s>"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:65
+#: ../../../man/po4a/../C/dpkg-architecture.1:66
 msgid ""
 "Print an export command. This can be used to set the environment variables "
 "using eval."
@@ -239,26 +242,26 @@ msgstr ""
 "d'environnement avec « eval »."
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:65
+#: ../../../man/po4a/../C/dpkg-architecture.1:66
 #, no-wrap
 msgid "B<-u>"
 msgstr "B<-u>"
 
 # 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."
 msgstr ""
 "Produit une commande similaire à celle produite par B<-s>, mais pour "
 "supprimer les variables de l'environnement."
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:68
+#: ../../../man/po4a/../C/dpkg-architecture.1:69
 #, no-wrap
 msgid "B<-c>I< command>"
 msgstr "B<-c> I<commande>"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:72
+#: ../../../man/po4a/../C/dpkg-architecture.1:73
 msgid ""
 "Execute a I<command> in an environment which has all variables set to the "
 "determined value."
@@ -267,74 +270,74 @@ msgstr ""
 "positionnées aux valeurs spécifiées."
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:72
+#: ../../../man/po4a/../C/dpkg-architecture.1:73
 #, no-wrap
 msgid "B<-L>"
 msgstr "B<-L>"
 
 # 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."
 msgstr "Affiche une liste des architectures valables."
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:75
+#: ../../../man/po4a/../C/dpkg-architecture.1:76
 #, no-wrap
 msgid "B<--help>"
 msgstr "B<--help>"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:78
+#: ../../../man/po4a/../C/dpkg-architecture.1:79
 msgid "Print a usage message."
 msgstr "Affiche un message d'aide."
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:78
+#: ../../../man/po4a/../C/dpkg-architecture.1:79
 #, no-wrap
 msgid "B<--version>"
 msgstr "B<--version>"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:81
+#: ../../../man/po4a/../C/dpkg-architecture.1:82
 msgid "Print program version."
 msgstr "Affiche la version du programme."
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:82
+#: ../../../man/po4a/../C/dpkg-architecture.1:83
 #, no-wrap
 msgid "TERMS"
 msgstr "TERMINOLOGIE"
 
 # type: IX
-#: ../../../man/po4a/../C/dpkg-architecture.1:83
+#: ../../../man/po4a/../C/dpkg-architecture.1:84
 #, no-wrap
 msgid "build machine"
 msgstr "Machine de construction"
 
 # 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."
 msgstr "Machine sur laquelle le paquet est construit."
 
 # type: IX
-#: ../../../man/po4a/../C/dpkg-architecture.1:85
+#: ../../../man/po4a/../C/dpkg-architecture.1:86
 #, no-wrap
 msgid "host machine"
 msgstr "Machine hôte"
 
 # 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."
 msgstr "Machine pour laquelle le paquet est construit."
 
 # type: TH
-#: ../../../man/po4a/../C/dpkg-architecture.1:87
+#: ../../../man/po4a/../C/dpkg-architecture.1:88
 #, no-wrap
 msgid "Debian architecture"
 msgstr "Architecture Debian"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:90
+#: ../../../man/po4a/../C/dpkg-architecture.1:91
 msgid ""
 "The Debian architecture string, which specifies the binary tree in the \\s-"
 "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."
 
 # type: IX
-#: ../../../man/po4a/../C/dpkg-architecture.1:90
+#: ../../../man/po4a/../C/dpkg-architecture.1:91
 #, no-wrap
 msgid "architecture wildcard"
 msgstr "Architecture joker"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:94
+#: ../../../man/po4a/../C/dpkg-architecture.1:95
 msgid ""
 "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>-"
@@ -361,30 +364,30 @@ msgstr ""
 "any-i386, hurd-any."
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:94
+#: ../../../man/po4a/../C/dpkg-architecture.1:95
 #, no-wrap
 msgid "\\s-1GNU\\s0 system type"
 msgstr "Type de système \\s-1GNU\\s0"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:98
+#: ../../../man/po4a/../C/dpkg-architecture.1:99
 msgid ""
 "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."
 msgstr ""
 "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
-#: ../../../man/po4a/../C/dpkg-architecture.1:99
+#: ../../../man/po4a/../C/dpkg-architecture.1:100
 #, no-wrap
 msgid "EXAMPLES"
 msgstr "EXEMPLES"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:102
+#: ../../../man/po4a/../C/dpkg-architecture.1:103
 msgid ""
 "B<dpkg-buildpackage> accepts the B<-a> option and passes it to B<dpkg-"
 "architecture>. Other examples:"
@@ -393,199 +396,207 @@ msgstr ""
 "architecture>. Voici d'autres exemples :"
 
 # 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"
 msgstr ""
 "CC=i386-gnu-gcc dpkg-architecture CW<\\*(C`-c\\*(C'> debian/rules build"
 
 # 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'>\\`"
 msgstr "eval \\`dpkg-architecture CW<\\*(C`-u\\*(C'>\\`"
 
 # 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 ""
 "Vérifie si l'architecture actuelle ou celle spécifiée sont identiques :"
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:110
+#: ../../../man/po4a/../C/dpkg-architecture.1:112
 msgid "dpkg-architecture -elinux-alpha"
 msgstr "dpkg-architecture -elinux-alpha"
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:112
+#: ../../../man/po4a/../C/dpkg-architecture.1:114
 msgid "dpkg-architecture -amips -elinux-mips"
 msgstr "dpkg-architecture -amips -elinux-mips"
 
 # 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 ""
 "Vérifie si l'architecture actuelle ou celle spécifiée est un système Linux :"
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:116
+#: ../../../man/po4a/../C/dpkg-architecture.1:119
 msgid "dpkg-architecture -ilinux-any"
 msgstr "dpkg-architecture -ilinux-any"
 
 # type: TP
-#: ../../../man/po4a/../C/dpkg-architecture.1:118
+#: ../../../man/po4a/../C/dpkg-architecture.1:121
 msgid "dpkg-architecture -ai386 -ilinux-any"
 msgstr "dpkg-architecture -ai386 -ilinux-any"
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:119
+#: ../../../man/po4a/../C/dpkg-architecture.1:122
 #, no-wrap
 msgid "VARIABLES"
 msgstr "VARIABLES D'ENVIRONNEMENT"
 
 # 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>:"
 msgstr "Les variables suivantes sont positionnées par B<dpkg-architecture> :"
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:121
+#: ../../../man/po4a/../C/dpkg-architecture.1:124
 #, no-wrap
 msgid "\\s-1DEB_BUILD_ARCH\\s0"
 msgstr "\\s-1DEB_BUILD_ARCH\\s0"
 
 # 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."
 msgstr "Architecture Debian de la machine de construction."
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:123
+#: ../../../man/po4a/../C/dpkg-architecture.1:126
 #, no-wrap
 msgid "\\s-1DEB_BUILD_ARCH_OS\\s0"
 msgstr "\\s-1DEB_BUILD_ARCH_OS\\s0"
 
 # 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."
 msgstr "Nom du système Debian de la machine de construction."
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:125
+#: ../../../man/po4a/../C/dpkg-architecture.1:128
 #, no-wrap
 msgid "\\s-1DEB_BUILD_ARCH_CPU\\s0"
 msgstr "\\s-1DEB_BUILD_ARCH_CPU\\s0"
 
 # 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."
 msgstr "Nom de processeur Debian de la machine de construction."
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:127
+#: ../../../man/po4a/../C/dpkg-architecture.1:130
 #, no-wrap
 msgid "\\s-1DEB_BUILD_GNU_TYPE\\s0"
 msgstr "\\s-1DEB_BUILD_GNU_TYPE\\s0"
 
 # 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."
 msgstr "Type de système \\s-1GNU\\s0 de la machine de construction."
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:129
+#: ../../../man/po4a/../C/dpkg-architecture.1:132
 #, no-wrap
 msgid "\\s-1DEB_BUILD_GNU_CPU\\s0"
 msgstr "\\s-1DEB_BUILD_GNU_CPU\\s0"
 
 # 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"
 msgstr "Partie « processeur » de \\s-1DEB_BUILD_GNU_TYPE\\s0."
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:131
+#: ../../../man/po4a/../C/dpkg-architecture.1:134
 #, no-wrap
 msgid "\\s-1DEB_BUILD_GNU_SYSTEM\\s0"
 msgstr "\\s-1DEB_BUILD_GNU_SYSTEM\\s0"
 
 # 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."
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:133
+#: ../../../man/po4a/../C/dpkg-architecture.1:136
 #, no-wrap
 msgid "\\s-1DEB_HOST_ARCH\\s0"
 msgstr "\\s-1DEB_HOST_ARCH\\s0"
 
 # 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."
 msgstr "Architecture Debian de la machine hôte."
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:135
+#: ../../../man/po4a/../C/dpkg-architecture.1:138
 #, no-wrap
 msgid "\\s-1DEB_HOST_ARCH_OS\\s0"
 msgstr "\\s-1DEB_HOST_ARCH_OS\\s0"
 
 # 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."
 msgstr "Nom du système Debian de la machine hôte."
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:137
+#: ../../../man/po4a/../C/dpkg-architecture.1:140
 #, no-wrap
 msgid "\\s-1DEB_HOST_ARCH_CPU\\s0"
 msgstr "\\s-1DEB_HOST_ARCH_CPU\\s0"
 
 # 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."
 msgstr "Nom du processeur Debian de la machine hôte."
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:139
+#: ../../../man/po4a/../C/dpkg-architecture.1:142
 #, no-wrap
 msgid "\\s-1DEB_HOST_GNU_TYPE\\s0"
 msgstr "\\s-1DEB_HOST_GNU_TYPE\\s0"
 
 # 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."
 msgstr "Type de système \\s-1GNU\\s0 de la machine hôte."
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:141
+#: ../../../man/po4a/../C/dpkg-architecture.1:144
 #, no-wrap
 msgid "\\s-1DEB_HOST_GNU_CPU\\s0"
 msgstr "\\s-1DEB_HOST_GNU_CPU\\s0"
 
 # 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."
 
 # type: IP
-#: ../../../man/po4a/../C/dpkg-architecture.1:143
+#: ../../../man/po4a/../C/dpkg-architecture.1:146
 #, no-wrap
 msgid "\\s-1DEB_HOST_GNU_SYSTEM\\s0"
 msgstr "\\s-1DEB_HOST_GNU_SYSTEM\\s0"
 
 # 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."
 
 # type: IX
-#: ../../../man/po4a/../C/dpkg-architecture.1:146
+#: ../../../man/po4a/../C/dpkg-architecture.1:149
 #, no-wrap
 msgid "DEBIAN/RULES"
 msgstr "DEBIAN/RULES"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:154
+#: ../../../man/po4a/../C/dpkg-architecture.1:157
 msgid ""
 "The environment variables set by B<dpkg-architecture> are passed to I<debian/"
 "rules> as make variables (see make documentation). However, you should not "
@@ -603,13 +614,13 @@ msgstr ""
 "des compilations croisées de votre paquet :"
 
 # 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:"
 msgstr "Au lieu de :"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:161
+#: ../../../man/po4a/../C/dpkg-architecture.1:164
 #, no-wrap
 msgid ""
 "ARCH=\\`dpkg --print-architecture\\`\n"
@@ -619,12 +630,12 @@ msgstr ""
 "configure $(\\s-1ARCH\\s0)-linux\n"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:164
+#: ../../../man/po4a/../C/dpkg-architecture.1:167
 msgid "please use the following:"
 msgstr "Veuillez utiliser :"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:168
+#: ../../../man/po4a/../C/dpkg-architecture.1:171
 #, no-wrap
 msgid ""
 "\\&\\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"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:170
+#: ../../../man/po4a/../C/dpkg-architecture.1:173
 #, no-wrap
 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"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:180
+#: ../../../man/po4a/../C/dpkg-architecture.1:183
 #, no-wrap
 msgid ""
 "ARCH=\\`dpkg --print-architecture\\`\n"
@@ -654,18 +665,18 @@ msgstr ""
 "endif\n"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:183
+#: ../../../man/po4a/../C/dpkg-architecture.1:186
 msgid "please use:"
 msgstr "Veuillez utiliser :"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:186
+#: ../../../man/po4a/../C/dpkg-architecture.1:189
 #, no-wrap
 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"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:190
+#: ../../../man/po4a/../C/dpkg-architecture.1:193
 #, no-wrap
 msgid ""
 "ifeq ($(\\s-1DEB_HOST_ARCH\\s0),alpha)\n"
@@ -677,7 +688,7 @@ msgstr ""
 "endif\n"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:194
+#: ../../../man/po4a/../C/dpkg-architecture.1:197
 msgid ""
 "or if you only need to check the CPU or OS type, use the DEB_HOST_ARCH_CPU "
 "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."
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:199
+#: ../../../man/po4a/../C/dpkg-architecture.1:202
+#, fuzzy
 msgid ""
 "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 "
 "have Debian architectures which don't equal a processor name."
 msgstr ""
@@ -700,13 +712,13 @@ msgstr ""
 "aucun nom de processeur."
 
 # type: IX
-#: ../../../man/po4a/../C/dpkg-architecture.1:200
+#: ../../../man/po4a/../C/dpkg-architecture.1:203
 #, no-wrap
 msgid "BACKWARD COMPATIBILITY"
 msgstr "COMPATIBILITÉ ARRIÈRE"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:206
+#: ../../../man/po4a/../C/dpkg-architecture.1:209
 msgid ""
 "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), "
@@ -721,7 +733,7 @@ msgstr ""
 "temps."
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:211
+#: ../../../man/po4a/../C/dpkg-architecture.1:214
 msgid ""
 "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 "
@@ -734,7 +746,7 @@ msgstr ""
 "dpkg-dev en utilisant le code suivant :"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:215
+#: ../../../man/po4a/../C/dpkg-architecture.1:218
 #, no-wrap
 msgid ""
 "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"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:229
+#: ../../../man/po4a/../C/dpkg-architecture.1:232
 #, no-wrap
 msgid ""
 "# Take account of old dpkg-architecture output.\n"
@@ -776,12 +788,12 @@ msgstr ""
 "endif\n"
 
 # 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."
 msgstr "Et de la même façon pour DEB_BUILD_ARCH_CPU et DEB_BUILD_ARCH_OS."
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:235
+#: ../../../man/po4a/../C/dpkg-architecture.1:238
 msgid ""
 "If you still wish to support versions of dpkg-dev that did not include "
 "B<dpkg-architecture>, the following does the job:"
@@ -790,7 +802,7 @@ msgstr ""
 "architecture>, vous pouvez utiliser :"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:245
+#: ../../../man/po4a/../C/dpkg-architecture.1:248
 #, no-wrap
 msgid ""
 "\\&\\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"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:250
+#: ../../../man/po4a/../C/dpkg-architecture.1:253
 #, no-wrap
 msgid ""
 "\\&\\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"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:254
+#: ../../../man/po4a/../C/dpkg-architecture.1:257
 msgid ""
 "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."
@@ -835,7 +847,7 @@ msgstr ""
 "Ces valeurs par défaut seront écrasées si dpkg-architecture est utilisé."
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:261
+#: ../../../man/po4a/../C/dpkg-architecture.1:264
 msgid ""
 "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 "
@@ -852,7 +864,7 @@ msgstr ""
 "compatible avec les anciennes compilations natives)."
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:264
+#: ../../../man/po4a/../C/dpkg-architecture.1:267
 msgid ""
 "The B<-e> and B<-i> options were only introduced in relatively recent "
 "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)."
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:265
+#: ../../../man/po4a/../C/dpkg-architecture.1:268
 #, no-wrap
 msgid "SEE ALSO"
 msgstr "VOIR AUSSI"
 
 # 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)."
 msgstr "B<dpkg-buildpackage>(1), B<dpkg-cross>(1)."
 
 # type: SH
-#: ../../../man/po4a/../C/dpkg-architecture.1:269
+#: ../../../man/po4a/../C/dpkg-architecture.1:272
 #, no-wrap
 msgid "AUTHOR"
 msgstr "AUTEUR"
 
 # type: Plain text
-#: ../../../man/po4a/../C/dpkg-architecture.1:273
+#: ../../../man/po4a/../C/dpkg-architecture.1:276
 msgid ""
 "B<dpkg-architecture> and this man page were initially written by Marcus "
 "Brinkmann E<lt>brinkmd@debian.orgE<gt>."
index 9d39ca6e1bbac978c4e6cc60a9c468201e29e467..9a6bd5dd0b6c7f68709921c6208575be06fe3482 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "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"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -264,7 +264,8 @@ msgstr ""
 msgid ""
 "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 "
-"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 ""
 
 # type: TP
@@ -292,16 +293,16 @@ msgstr ""
 #: ../../../man/po4a/../C/dpkg-source.1:150
 msgid ""
 "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 ""
 
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-source.1:158
 msgid ""
 "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 ""
 
 # type: Plain text
index 4d2df691aaecac43238aed2d6f888a6653574d1e..6237539b3e368c69e7e717d913c29979c580354f 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "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"
 "Last-Translator: Unknown translator\n"
 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -334,7 +334,8 @@ msgstr "B<-m>I<direcci
 msgid ""
 "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 "
-"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 ""
 "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 "
@@ -370,8 +371,8 @@ msgstr "B<-si>, B<-sa>, B<-sd>"
 #, fuzzy
 msgid ""
 "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 ""
 "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 "
@@ -382,8 +383,8 @@ msgstr ""
 #, fuzzy
 msgid ""
 "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 ""
 "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 "
index 15d0ca7664dc0a9b71e27c3831083a6fbfda25d7..96e5a4d30eb1328b58c8399d93988a4d4dd370f7 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "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"
 "Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\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 "
 "options it understands.  This option is understood by all the source package "
 "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
 #: ../../../man/po4a/../C/dpkg-source.1:101
@@ -252,7 +255,10 @@ msgstr "B<--version>"
 msgid ""
 "Display the particular program's version, including copyright and license "
 "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
 #: ../../../man/po4a/../C/dpkg-source.1:106
@@ -306,10 +312,12 @@ msgstr "B<-m>I<adresse-du-responsable>"
 
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-source.1:134
+#, fuzzy
 msgid ""
 "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 "
-"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 ""
 "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 "
@@ -343,10 +351,11 @@ msgstr "B<-si>, B<-sa>, B<-sd>"
 
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-source.1:150
+#, fuzzy
 msgid ""
 "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 ""
 "Ces options contrôlent si l'archive source originale est incluse dans "
 "l'installation produite par B<dpkg-buildpackage> et B<dpkg-genchanges> quand "
@@ -355,10 +364,11 @@ msgstr ""
 
 # type: Plain text
 #: ../../../man/po4a/../C/dpkg-source.1:158
+#, fuzzy
 msgid ""
 "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 ""
 "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., "
@@ -438,7 +448,7 @@ msgid ""
 "source>, B<dpkg-gencontrol> and B<dpkg-genchanges>."
 msgstr ""
 "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
 #: ../../../man/po4a/../C/dpkg-source.1:189
@@ -1519,7 +1529,9 @@ msgstr "B<source:Upstream-Version>"
 msgid ""
 "The upstream source package version, including the Debian version epoch if "
 "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
 #: ../../../man/po4a/../C/dpkg-source.1:727