summaryrefslogtreecommitdiff
path: root/man/po4a/po/fr.po
diff options
context:
space:
mode:
Diffstat (limited to 'man/po4a/po/fr.po')
-rw-r--r--man/po4a/po/fr.po407
1 files changed, 227 insertions, 180 deletions
diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po
index 88fc1ddb..ce8cf876 100644
--- a/man/po4a/po/fr.po
+++ b/man/po4a/po/fr.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: debhelper manpages\n"
-"POT-Creation-Date: 2011-11-16 11:55-0400\n"
+"POT-Creation-Date: 2011-12-09 13:54-0400\n"
"PO-Revision-Date: 2011-04-03 17:37+0200\n"
"Last-Translator: Valery Perrin <valery.perrin.debian@free.fr>\n"
"Language-Team: Français <debian-l10n-french@lists.debian.org>\n"
@@ -250,10 +250,14 @@ msgstr ""
# type: textblock
#. type: textblock
#: debhelper.pod:72
+#, fuzzy
+#| msgid ""
+#| "Note that if a package is the first (or only) binary package listed in "
+#| "F<debian/control>, debhelper will use F<debian/foo> if no F<debian/"
+#| "package.foo> file can be found."
msgid ""
-"Note that if a package is the first (or only) binary package listed in "
-"F<debian/control>, debhelper will use F<debian/foo> if no F<debian/package."
-"foo> file can be found."
+"Note for the first (or only) binary package listed in F<debian/control>, "
+"debhelper will use F<debian/foo> when there's no F<debian/package.foo> file."
msgstr ""
"Nota : Lorsqu'un paquet est le premier (ou le seul) paquet binaire énuméré "
"dans le fichier F<debian/control>, debhelper exploitera F<debian/toto> si "
@@ -281,11 +285,20 @@ msgstr ""
# type: textblock
#. type: textblock
#: debhelper.pod:83
+#, fuzzy
+#| msgid ""
+#| "In many cases, these config files are used to specify various types of "
+#| "files. Documentation or example files to install, files to move, and so "
+#| "on. When appropriate, in cases like these, you can use standard shell "
+#| "wildcard characters (B<?> and B<*> and B<[>I<..>B<]> character classes) "
+#| "in the files."
msgid ""
-"In many cases, these config files are used to specify various types of "
+"Mostly, these config files are used to specify lists of various types of "
"files. Documentation or example files to install, files to move, and so on. "
"When appropriate, in cases like these, you can use standard shell wildcard "
-"characters (B<?> and B<*> and B<[>I<..>B<]> character classes) in the files."
+"characters (B<?> and B<*> and B<[>I<..>B<]> character classes) in the "
+"files. You can also put comments in these files; lines beginning with B<#> "
+"are ignored."
msgstr ""
"Dans beaucoup de cas, ces fichiers de configuration sont employés pour "
"indiquer divers types de fichiers. Documentation, fichiers d'exemples à "
@@ -294,38 +307,38 @@ msgstr ""
"les jokers (wildcard) standard de l'interpréteur de commandes (shell) (B<?> "
"et B<*> et B<[>I<..>B<]>)."
-# type: textblock
#. type: textblock
-#: debhelper.pod:88
+#: debhelper.pod:90
msgid ""
-"You can also put comments in these files; lines beginning with B<#> are "
-"ignored."
+"The syntax of these files is intentionally kept very simple to make then "
+"easy to read, understand, and modify. If you prefer power and complexity, "
+"you can make the file executable, and write a program that outputs whatever "
+"content is appropriate for a given situation. When you do so, the output is "
+"not further processed to expand wildcards or strip comments."
msgstr ""
-"Il est également possible de placer des commentaires dans ces fichiers. Les "
-"lignes débutant par B<#> sont ignorées."
# type: =head1
#. type: =head1
-#: debhelper.pod:91
+#: debhelper.pod:96
msgid "SHARED DEBHELPER OPTIONS"
msgstr "OPTIONS PARTAGÉES DE DEBHELPER"
# type: textblock
#. type: textblock
-#: debhelper.pod:93
+#: debhelper.pod:98
msgid ""
"The following command line options are supported by all debhelper programs."
msgstr "Tous les programmes de debhelper acceptent les options suivantes :"
# type: =item
#. type: =item
-#: debhelper.pod:97
+#: debhelper.pod:102
msgid "B<-v>, B<--verbose>"
msgstr "B<-v>, B<--verbose>"
# type: textblock
#. type: textblock
-#: debhelper.pod:99
+#: debhelper.pod:104
msgid ""
"Verbose mode: show all commands that modify the package build directory."
msgstr ""
@@ -334,13 +347,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:101 dh:64
+#: debhelper.pod:106 dh:64
msgid "B<--no-act>"
msgstr "B<--no-act>"
# type: textblock
#. type: textblock
-#: debhelper.pod:103
+#: debhelper.pod:108
msgid ""
"Do not really do anything. If used with -v, the result is that the command "
"will output what it would have done."
@@ -351,13 +364,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:106
+#: debhelper.pod:111
msgid "B<-a>, B<--arch>"
msgstr "B<-a>, B<--arch>"
# type: textblock
#. type: textblock
-#: debhelper.pod:108
+#: debhelper.pod:113
msgid ""
"Act on architecture dependent packages that should be built for the build "
"architecture."
@@ -365,25 +378,25 @@ msgstr "Construit tous les paquets dépendants de l'architecture."
# type: =item
#. type: =item
-#: debhelper.pod:111
+#: debhelper.pod:116
msgid "B<-i>, B<--indep>"
msgstr "B<-i>, B<--indep>"
# type: textblock
#. type: textblock
-#: debhelper.pod:113
+#: debhelper.pod:118
msgid "Act on all architecture independent packages."
msgstr "Construit tous les paquets indépendants de l'architecture."
# type: =item
#. type: =item
-#: debhelper.pod:115
+#: debhelper.pod:120
msgid "B<-p>I<package>, B<--package=>I<package>"
msgstr "B<-p>I<paquet>, B<--package=>I<paquet>"
# type: textblock
#. type: textblock
-#: debhelper.pod:117
+#: debhelper.pod:122
msgid ""
"Act on the package named I<package>. This option may be specified multiple "
"times to make debhelper operate on a given set of packages."
@@ -393,13 +406,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:120
+#: debhelper.pod:125
msgid "B<-s>, B<--same-arch>"
msgstr "B<-s>, B<--same-arch>"
# type: textblock
#. type: textblock
-#: debhelper.pod:122
+#: debhelper.pod:127
msgid ""
"This used to be a smarter version of the B<-a> flag, but the B<-a> flag is "
"now equally smart."
@@ -409,13 +422,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:125
+#: debhelper.pod:130
msgid "B<-N>I<package>, B<--no-package=>I<package>"
msgstr "B<-N>I<paquet>, B<--no-package=>I<paquet>"
# type: textblock
#. type: textblock
-#: debhelper.pod:127
+#: debhelper.pod:132
msgid ""
"Do not act on the specified package even if an B<-a>, B<-i>, or B<-p> option "
"lists the package as one that should be acted on."
@@ -425,12 +438,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:130
+#: debhelper.pod:135
msgid "B<--remaining-packages>"
msgstr "B<--remaining-packages>"
#. type: textblock
-#: debhelper.pod:132
+#: debhelper.pod:137
msgid ""
"Do not act on the packages which have already been acted on by this "
"debhelper command earlier (i.e. if the command is present in the package "
@@ -448,13 +461,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:138
+#: debhelper.pod:143
msgid "B<--ignore=>I<file>"
msgstr "B<--ignore=>I<fichier>"
# type: textblock
#. type: textblock
-#: debhelper.pod:140
+#: debhelper.pod:145
msgid ""
"Ignore the specified file. This can be used if F<debian/> contains a "
"debhelper config file that a debhelper command should not act on. Note that "
@@ -469,7 +482,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:145
+#: debhelper.pod:150
msgid ""
"For example, if upstream ships a F<debian/init> that you don't want "
"B<dh_installinit> to install, use B<--ignore=debian/init>"
@@ -480,13 +493,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:148
+#: debhelper.pod:153
msgid "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
msgstr "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
# type: textblock
#. type: textblock
-#: debhelper.pod:150
+#: debhelper.pod:155
msgid ""
"Use I<tmpdir> for package build directory. The default is debian/I<package>"
msgstr ""
@@ -495,13 +508,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:152
+#: debhelper.pod:157
msgid "B<--mainpackage=>I<package>"
msgstr "B<--mainpackage=>I<paquet>"
# type: textblock
#. type: textblock
-#: debhelper.pod:154
+#: debhelper.pod:159
msgid ""
"This little-used option changes the package which debhelper considers the "
"\"main package\", that is, the first one listed in F<debian/control>, and "
@@ -515,12 +528,12 @@ msgstr ""
"fichier F<debian/control>."
#. type: =item
-#: debhelper.pod:159
+#: debhelper.pod:164
msgid "B<-O=>I<option>|I<bundle>"
msgstr "B<-O=>I<option>|I<ensemble>"
#. type: textblock
-#: debhelper.pod:161
+#: debhelper.pod:166
msgid ""
"This is used by L<dh(1)> when passing user-specified options to all the "
"commands it runs. If the command supports the specified option or option "
@@ -535,13 +548,13 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:168
+#: debhelper.pod:173
msgid "COMMON DEBHELPER OPTIONS"
msgstr "OPTIONS COURANTES DE DEBHELPER"
# type: textblock
#. type: textblock
-#: debhelper.pod:170
+#: debhelper.pod:175
msgid ""
"The following command line options are supported by some debhelper "
"programs. See the man page of each program for a complete explanation of "
@@ -553,13 +566,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:176
+#: debhelper.pod:181
msgid "B<-n>"
msgstr "B<-n>"
# type: textblock
#. type: textblock
-#: debhelper.pod:178
+#: debhelper.pod:183
msgid "Do not modify F<postinst>, F<postrm>, etc. scripts."
msgstr ""
"Ne pas modifier les scripts de maintenance du paquet (F<postinst>, "
@@ -567,7 +580,7 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:180 dh_compress:52 dh_install:76 dh_installchangelogs:68
+#: debhelper.pod:185 dh_compress:52 dh_install:76 dh_installchangelogs:68
#: dh_installdocs:75 dh_installexamples:41 dh_link:60 dh_makeshlibs:81
#: dh_md5sums:37 dh_shlibdeps:30 dh_strip:39
msgid "B<-X>I<item>, B<--exclude=>I<item>"
@@ -575,7 +588,7 @@ msgstr "B<-X>I<élément>, B<--exclude=>I<élément>"
# type: textblock
#. type: textblock
-#: debhelper.pod:182
+#: debhelper.pod:187
msgid ""
"Exclude an item from processing. This option may be used multiple times, to "
"exclude more than one thing."
@@ -585,7 +598,7 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:185 dh_bugfiles:54 dh_compress:59 dh_installdirs:35
+#: debhelper.pod:190 dh_bugfiles:54 dh_compress:59 dh_installdirs:35
#: dh_installdocs:70 dh_installexamples:36 dh_installinfo:35 dh_installman:64
#: dh_link:55
msgid "B<-A>, B<--all>"
@@ -593,7 +606,7 @@ msgstr "B<-A>, B<--all>"
# type: textblock
#. type: textblock
-#: debhelper.pod:187
+#: debhelper.pod:192
msgid ""
"Makes files or other items that are specified on the command line take "
"effect in ALL packages acted on, not just the first."
@@ -602,12 +615,12 @@ msgstr ""
"commande concernent TOUS les paquets construits et pas seulement le premier."
#. type: =head1
-#: debhelper.pod:192
+#: debhelper.pod:197
msgid "BUILD SYSTEM OPTIONS"
msgstr "OPTIONS DU PROCESSUS DE CONSTRUCTION"
#. type: textblock
-#: debhelper.pod:194
+#: debhelper.pod:199
#, fuzzy
#| msgid ""
#| "The following command line options are supported by all of the "
@@ -630,14 +643,14 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:203
+#: debhelper.pod:208
msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
msgstr ""
"B<-S>I<processus de construction>, B<--buildsystem=>I<processus de "
"construction>"
#. type: textblock
-#: debhelper.pod:205
+#: debhelper.pod:210
msgid ""
"Force use of the specified I<buildsystem>, instead of trying to auto-select "
"one which might be applicable for the package."
@@ -647,12 +660,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:208
+#: debhelper.pod:213
msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
msgstr "B<-D>I<répertoire>, B<--sourcedirectory=>I<répertoire>"
#. type: textblock
-#: debhelper.pod:210
+#: debhelper.pod:215
msgid ""
"Assume that the original package source tree is at the specified "
"I<directory> rather than the top level directory of the Debian source "
@@ -663,12 +676,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:214
+#: debhelper.pod:219
msgid "B<-B>[I<directory>], B<--builddirectory=>[I<directory>]"
msgstr "B<-B>[I<répertoire>], B<--builddirectory=>[I<répertoire>]"
#. type: textblock
-#: debhelper.pod:216
+#: debhelper.pod:221
msgid ""
"Enable out of source building and use the specified I<directory> as the "
"build directory. If I<directory> parameter is omitted, a default build "
@@ -680,7 +693,7 @@ msgstr ""
"sera choisi."
#. type: textblock
-#: debhelper.pod:220
+#: debhelper.pod:225
msgid ""
"If this option is not specified, building will be done in source by default "
"unless the build system requires or prefers out of source tree building. In "
@@ -693,7 +706,7 @@ msgstr ""
"utilisé même si B<--builddirectory> n'est pas spécifié."
#. type: textblock
-#: debhelper.pod:225
+#: debhelper.pod:230
msgid ""
"If the build system prefers out of source tree building but still allows in "
"source building, the latter can be re-enabled by passing a build directory "
@@ -707,12 +720,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:229
+#: debhelper.pod:234
msgid "B<--parallel>"
msgstr "B<--parallel>"
#. type: textblock
-#: debhelper.pod:231
+#: debhelper.pod:236
msgid ""
"Enable parallel builds if underlying build system supports them. The number "
"of parallel jobs is controlled by the B<DEB_BUILD_OPTIONS> environment "
@@ -726,7 +739,7 @@ msgstr ""
"spécifiques du système."
#. type: textblock
-#: debhelper.pod:236
+#: debhelper.pod:241
msgid ""
"If this option is not specified, debhelper currently defaults to not "
"allowing parallel package builds."
@@ -735,12 +748,12 @@ msgstr ""
"le parallélisme lors de la construction."
#. type: =item
-#: debhelper.pod:239
+#: debhelper.pod:244
msgid "B<--max-parallel=>I<maximum>"
msgstr "B<--max-parallel=>I<maximum>"
#. type: textblock
-#: debhelper.pod:241
+#: debhelper.pod:246
msgid ""
"This option implies B<--parallel> and allows further limiting the number of "
"jobs that can be used in a parallel build. If the package build is known to "
@@ -755,12 +768,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:246 dh:60
+#: debhelper.pod:251 dh:60
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:248
+#: debhelper.pod:253
msgid ""
"List all build systems supported by debhelper on this system. The list "
"includes both default and third party build systems (marked as such). Also "
@@ -774,13 +787,13 @@ msgstr ""
"l'option B<--buildsystem>."
#. type: =head1
-#: debhelper.pod:255
+#: debhelper.pod:260
msgid "COMPATABILITY LEVELS"
msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:257
+#: debhelper.pod:262
msgid ""
"From time to time, major non-backwards-compatible changes need to be made to "
"debhelper, to keep it clean and well-designed as needs change and its author "
@@ -800,7 +813,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:264
+#: debhelper.pod:269
msgid ""
"Tell debhelper what compatibility level to use by writing a number to "
"F<debian/compat>. For example, to turn on v8 mode:"
@@ -811,7 +824,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:267
+#: debhelper.pod:272
#, no-wrap
msgid ""
" % echo 8 > debian/compat\n"
@@ -822,7 +835,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:269
+#: debhelper.pod:274
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -840,18 +853,18 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:276
+#: debhelper.pod:281
msgid "These are the available compatibility levels:"
msgstr "Les niveaux de compatibilité sont les suivants :"
#. type: =item
-#: debhelper.pod:280
+#: debhelper.pod:285
msgid "v1"
msgstr "v1"
# type: textblock
#. type: textblock
-#: debhelper.pod:282
+#: debhelper.pod:287
msgid ""
"This is the original debhelper compatibility level, and so it is the default "
"one. In this mode, debhelper will use F<debian/tmp> as the package tree "
@@ -865,18 +878,18 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:287 debhelper.pod:294 debhelper.pod:317 debhelper.pod:346
+#: debhelper.pod:292 debhelper.pod:299 debhelper.pod:322 debhelper.pod:351
msgid "This mode is deprecated."
msgstr "Ce mode est déconseillé."
#. type: =item
-#: debhelper.pod:289
+#: debhelper.pod:294
msgid "v2"
msgstr "v2"
# type: textblock
#. type: textblock
-#: debhelper.pod:291
+#: debhelper.pod:296
msgid ""
"In this mode, debhelper will consistently use debian/I<package> as the "
"package tree directory for every package that is built."
@@ -885,32 +898,32 @@ msgstr ""
"répertoire de l'arborescence de chaque paquet construit."
#. type: =item
-#: debhelper.pod:296
+#: debhelper.pod:301
msgid "v3"
msgstr "v3"
# type: textblock
#. type: textblock
-#: debhelper.pod:298
+#: debhelper.pod:303
msgid "This mode works like v2, with the following additions:"
msgstr "Ce mode fonctionne comme v2 mais avec les ajouts suivants :"
# type: =item
#. type: =item
-#: debhelper.pod:302 debhelper.pod:307 debhelper.pod:311 debhelper.pod:325
-#: debhelper.pod:330 debhelper.pod:335 debhelper.pod:340 debhelper.pod:354
-#: debhelper.pod:358 debhelper.pod:363 debhelper.pod:367 debhelper.pod:379
-#: debhelper.pod:384 debhelper.pod:390 debhelper.pod:396 debhelper.pod:409
-#: debhelper.pod:416 debhelper.pod:420 debhelper.pod:424 debhelper.pod:439
-#: debhelper.pod:443 debhelper.pod:451 debhelper.pod:456 debhelper.pod:470
-#: debhelper.pod:475 debhelper.pod:482 debhelper.pod:487 debhelper.pod:492
-#: debhelper.pod:496 debhelper.pod:502
+#: debhelper.pod:307 debhelper.pod:312 debhelper.pod:316 debhelper.pod:330
+#: debhelper.pod:335 debhelper.pod:340 debhelper.pod:345 debhelper.pod:359
+#: debhelper.pod:363 debhelper.pod:368 debhelper.pod:372 debhelper.pod:384
+#: debhelper.pod:389 debhelper.pod:395 debhelper.pod:401 debhelper.pod:414
+#: debhelper.pod:421 debhelper.pod:425 debhelper.pod:429 debhelper.pod:444
+#: debhelper.pod:448 debhelper.pod:456 debhelper.pod:461 debhelper.pod:475
+#: debhelper.pod:480 debhelper.pod:487 debhelper.pod:492 debhelper.pod:497
+#: debhelper.pod:501 debhelper.pod:507 debhelper.pod:512 debhelper.pod:517
msgid "-"
msgstr "-"
# type: textblock
#. type: textblock
-#: debhelper.pod:304
+#: debhelper.pod:309
msgid ""
"Debhelper config files support globbing via B<*> and B<?>, when appropriate. "
"To turn this off and use those characters raw, just prefix with a backslash."
@@ -922,7 +935,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:309
+#: debhelper.pod:314
msgid ""
"B<dh_makeshlibs> makes the F<postinst> and F<postrm> scripts call "
"B<ldconfig>."
@@ -932,7 +945,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:313
+#: debhelper.pod:318
msgid ""
"Every file in F<etc/> is automatically flagged as a conffile by "
"B<dh_installdeb>."
@@ -941,19 +954,19 @@ msgstr ""
"comme un fichier de configuration."
#. type: =item
-#: debhelper.pod:319
+#: debhelper.pod:324
msgid "v4"
msgstr "v4"
# type: textblock
#. type: textblock
-#: debhelper.pod:321
+#: debhelper.pod:326
msgid "Changes from v3 are:"
msgstr "Les changements par rapport à la version 3 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:327
+#: debhelper.pod:332
msgid ""
"B<dh_makeshlibs -V> will not include the Debian part of the version number "
"in the generated dependency line in the shlibs file."
@@ -963,7 +976,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:332
+#: debhelper.pod:337
msgid ""
"You are encouraged to put the new B<${misc:Depends}> into F<debian/control> "
"to supplement the B<${shlibs:Depends}> field."
@@ -973,7 +986,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:337
+#: debhelper.pod:342
msgid ""
"B<dh_fixperms> will make all files in F<bin/> directories and in F<etc/init."
"d> executable."
@@ -983,26 +996,26 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:342
+#: debhelper.pod:347
msgid "B<dh_link> will correct existing links to conform with policy."
msgstr ""
"B<dh_link> corrigera les liens existants pour les rendre conformes à la "
"Charte Debian."
#. type: =item
-#: debhelper.pod:348
+#: debhelper.pod:353
msgid "v5"
msgstr "v5"
# type: textblock
#. type: textblock
-#: debhelper.pod:350
+#: debhelper.pod:355
msgid "Changes from v4 are:"
msgstr "Les changements par rapport à la version 4 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:356
+#: debhelper.pod:361
msgid "Comments are ignored in debhelper config files."
msgstr ""
"Les commentaires sont ignorés dans les fichiers de configuration de "
@@ -1010,7 +1023,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:360
+#: debhelper.pod:365
msgid ""
"B<dh_strip --dbg-package> now specifies the name of a package to put "
"debugging symbols in, not the packages to take the symbols from."
@@ -1021,32 +1034,32 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:365
+#: debhelper.pod:370
msgid "B<dh_installdocs> skips installing empty files."
msgstr "B<dh_installdocs> saute l'installation des fichiers vides."
# type: textblock
#. type: textblock
-#: debhelper.pod:369
+#: debhelper.pod:374
msgid "B<dh_install> errors out if wildcards expand to nothing."
msgstr ""
"B<dh_install> génère des erreurs si les jokers (wildcards) ne correspondent "
"à rien."
#. type: =item
-#: debhelper.pod:373
+#: debhelper.pod:378
msgid "v6"
msgstr "v6"
# type: textblock
#. type: textblock
-#: debhelper.pod:375
+#: debhelper.pod:380
msgid "Changes from v5 are:"
msgstr "Les changements par rapport à la version 5 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:381
+#: debhelper.pod:386
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1056,7 +1069,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:391
msgid ""
"B<dh_installwm> will install a slave manpage link for F<x-window-manager.1."
"gz>, if it sees the man page in F<usr/share/man/man1> in the package build "
@@ -1068,7 +1081,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:397
msgid ""
"B<dh_builddeb> did not previously delete everything matching "
"B<DH_ALWAYS_EXCLUDE>, if it was set to a list of things to exclude, such as "
@@ -1080,7 +1093,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:398
+#: debhelper.pod:403
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -1090,19 +1103,19 @@ msgstr ""
"de le faire."
#. type: =item
-#: debhelper.pod:403
+#: debhelper.pod:408
msgid "v7"
msgstr "v7"
# type: textblock
#. type: textblock
-#: debhelper.pod:405
+#: debhelper.pod:410
msgid "Changes from v6 are:"
msgstr "Les changements par rapport à la version 6 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:411
+#: debhelper.pod:416
msgid ""
"B<dh_install>, will fall back to looking for files in F<debian/tmp> if it "
"doesn't find them in the current directory (or wherever you tell it look "
@@ -1118,7 +1131,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:418
+#: debhelper.pod:423
msgid "B<dh_clean> will read F<debian/clean> and delete files listed there."
msgstr ""
"B<dh_clean> lit le répertoire F<debian/clean> et supprime les fichiers qui y "
@@ -1126,13 +1139,13 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:422
+#: debhelper.pod:427
msgid "B<dh_clean> will delete toplevel F<*-stamp> files."
msgstr "B<dh_clean> supprime les fichiers F<*-stamp>."
# type: textblock
#. type: textblock
-#: debhelper.pod:426
+#: debhelper.pod:431
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1141,24 +1154,24 @@ msgstr ""
"amont si rien n'est spécifié."
#. type: =item
-#: debhelper.pod:431
+#: debhelper.pod:436
msgid "v8"
msgstr "v8"
# type: textblock
#. type: textblock
-#: debhelper.pod:433
+#: debhelper.pod:438
msgid "This is the recommended mode of operation."
msgstr "C'est la version dont l'usage est recommandé."
# type: textblock
#. type: textblock
-#: debhelper.pod:435
+#: debhelper.pod:440
msgid "Changes from v7 are:"
msgstr "Les changements par rapport à la version 7 sont :"
#. type: textblock
-#: debhelper.pod:441
+#: debhelper.pod:446
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1166,7 +1179,7 @@ msgstr ""
"recevront des options inconnues."
#. type: textblock
-#: debhelper.pod:445
+#: debhelper.pod:450
msgid ""
"B<dh_makeshlibs> will run B<dpkg-gensymbols> on all shared libraries that it "
"generates shlibs files for. So B<-X> can be used to exclude libraries. "
@@ -1183,7 +1196,7 @@ msgstr ""
"certains paquets."
#. type: textblock
-#: debhelper.pod:453
+#: debhelper.pod:458
msgid ""
"B<dh> requires the sequence to run be specified as the first parameter, and "
"any switches come after it. Ie, use \"B<dh $@ --foo>\", not \"B<dh --foo $@>"
@@ -1194,7 +1207,7 @@ msgstr ""
"faut écrire « B<dh $@ --toto> », et non « B<dh --toto $@> »"
#. type: textblock
-#: debhelper.pod:458
+#: debhelper.pod:463
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1203,33 +1216,33 @@ msgstr ""
"F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:462
+#: debhelper.pod:467
msgid "v9"
msgstr ""
#. type: textblock
-#: debhelper.pod:464
+#: debhelper.pod:469
msgid ""
"This compatibility level is still open for development; use with caution."
msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:466
+#: debhelper.pod:471
#, fuzzy
#| msgid "Changes from v3 are:"
msgid "Changes from v8 are:"
msgstr "Les changements par rapport à la version 3 sont :"
#. type: textblock
-#: debhelper.pod:472
+#: debhelper.pod:477
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
msgstr ""
#. type: textblock
-#: debhelper.pod:477
+#: debhelper.pod:482
msgid ""
"dh is aware of the usual dependencies between targets in debian/rules. So, "
"\"dh binary\" will run any build, build-arch, build-indep, install, etc "
@@ -1238,26 +1251,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:484
+#: debhelper.pod:489
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
msgstr ""
#. type: textblock
-#: debhelper.pod:489
+#: debhelper.pod:494
msgid ""
"B<dh_auto_configure> does not include the source package name in --"
"libexecdir when using autoconf."
msgstr ""
#. type: textblock
-#: debhelper.pod:494
+#: debhelper.pod:499
msgid "B<dh> does not default to enabling --with=python-support"
msgstr ""
#. type: textblock
-#: debhelper.pod:498
+#: debhelper.pod:503
msgid ""
"All of the B<dh_auto_>I<*> debhelper programs and B<dh> set environment "
"variables listed by B<dpkg-buildflags>, unless they are already set. They "
@@ -1265,14 +1278,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:504
+#: debhelper.pod:509
msgid ""
"B<dh_auto_configure> passes CFLAGS to perl F<Makefile.PL> and F<Build.PL>"
msgstr ""
+#. type: textblock
+#: debhelper.pod:514
+msgid ""
+"B<dh_strip> puts separated debug symbols in a location based on their build-"
+"id."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:519
+msgid ""
+"Executable debconf config files are run and their output used as the "
+"configuration."
+msgstr ""
+
# type: =head1
#. type: =head1
-#: debhelper.pod:511 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116
+#: debhelper.pod:526 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116
#: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
#: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55
#: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68
@@ -1282,13 +1309,13 @@ msgstr "REMARQUES"
# type: =head2
#. type: =head2
-#: debhelper.pod:513
+#: debhelper.pod:528
msgid "Multiple binary package support"
msgstr "Prise en charge de plusieurs paquets binaires"
# type: textblock
#. type: textblock
-#: debhelper.pod:515
+#: debhelper.pod:530
msgid ""
"If your source package generates more than one binary package, debhelper "
"programs will default to acting on all binary packages when run. If your "
@@ -1308,7 +1335,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:523
+#: debhelper.pod:538
msgid ""
"To facilitate this, as well as give you more control over which packages are "
"acted on by debhelper programs, all debhelper programs accept the B<-a>, B<-"
@@ -1324,13 +1351,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:529
+#: debhelper.pod:544
msgid "Automatic generation of Debian install scripts"
msgstr "Génération automatique des scripts Debian de maintenance du paquet"
# type: textblock
#. type: textblock
-#: debhelper.pod:531
+#: debhelper.pod:546
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -1348,7 +1375,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:538
+#: debhelper.pod:553
msgid ""
"If a script does not exist at all and debhelper needs to add something to "
"it, then debhelper will create the complete script."
@@ -1358,7 +1385,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:541
+#: debhelper.pod:556
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -1369,7 +1396,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:544
+#: debhelper.pod:559
msgid ""
"Note that the inserted code will be shell code, so you cannot directly use "
"it in a Perl script. If you would like to embed it into a Perl script, here "
@@ -1384,7 +1411,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:549
+#: debhelper.pod:564
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1403,13 +1430,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:555
+#: debhelper.pod:570
msgid "Automatic generation of miscellaneous dependencies."
msgstr "Génération automatique des diverses dépendances."
# type: textblock
#. type: textblock
-#: debhelper.pod:557
+#: debhelper.pod:572
#, fuzzy
#| msgid ""
#| "Some debhelper commands may make the generated package need to depend on "
@@ -1438,7 +1465,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:580
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called B<"
@@ -1453,7 +1480,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:570
+#: debhelper.pod:585
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by L<dh_perl(1)"
@@ -1467,13 +1494,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:575
+#: debhelper.pod:590
msgid "Package build directories"
msgstr "Répertoires de construction du paquet"
# type: textblock
#. type: textblock
-#: debhelper.pod:577
+#: debhelper.pod:592
msgid ""
"By default, all debhelper programs assume that the temporary directory used "
"for assembling the tree of files in a package is debian/I<package>."
@@ -1484,7 +1511,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:580
+#: debhelper.pod:595
msgid ""
"Sometimes, you might want to use some other temporary directory. This is "
"supported by the B<-P> flag. For example, \"B<dh_installdocs -Pdebian/tmp>"
@@ -1504,13 +1531,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:588
+#: debhelper.pod:603
msgid "udebs"
msgstr "udebs"
# type: textblock
#. type: textblock
-#: debhelper.pod:590
+#: debhelper.pod:605
msgid ""
"Debhelper includes support for udebs. To create a udeb with debhelper, add "
"\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control>, and "
@@ -1529,13 +1556,13 @@ msgstr ""
"F<config>, etc."
#. type: =head2
-#: debhelper.pod:597
+#: debhelper.pod:612
msgid "Build depends"
msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:599
+#: debhelper.pod:614
msgid ""
"Once your package uses debhelper to build, be sure to add debhelper to your "
"Build-Depends line in F<debian/control>. You should build-depend on a "
@@ -1551,7 +1578,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:605
+#: debhelper.pod:620
#, no-wrap
msgid ""
" Build-Depends: debhelper (>= 7)\n"
@@ -1562,19 +1589,19 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:607
+#: debhelper.pod:622
msgid "ENVIRONMENT"
msgstr "VARIABLES D'ENVIRONNEMENT"
# type: =item
#. type: =item
-#: debhelper.pod:611
+#: debhelper.pod:626
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:613
+#: debhelper.pod:628
msgid ""
"Set to B<1> to enable verbose mode. Debhelper will output every command it "
"runs that modifies files on the build system."
@@ -1584,13 +1611,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:616
+#: debhelper.pod:631
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:618
+#: debhelper.pod:633
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
@@ -1600,25 +1627,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:621
+#: debhelper.pod:636
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:623
+#: debhelper.pod:638
msgid "Set to B<1> to enable no-act mode."
msgstr "Mettre cette variable à B<1> pour activer le mode simulation (no-act)."
# type: =item
#. type: =item
-#: debhelper.pod:625
+#: debhelper.pod:640
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
# type: textblock
#. type: textblock
-#: debhelper.pod:627
+#: debhelper.pod:642
#, fuzzy
#| msgid ""
#| "Anything in this variable will be prepended to the command line arguments "
@@ -1633,7 +1660,7 @@ msgstr ""
"ignorées par les commandes qui n'exploitent pas cette option."
#. type: textblock
-#: debhelper.pod:630
+#: debhelper.pod:645
msgid ""
"When using L<dh(1)>, it can be passed options that will be passed on to each "
"debhelper command, which is generally better than using DH_OPTIONS."
@@ -1641,13 +1668,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:633
+#: debhelper.pod:648
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:635
+#: debhelper.pod:650
msgid ""
"If set, this adds the value the variable is set to to the B<-X> options of "
"all commands that support the B<-X> option. Moreover, B<dh_builddeb> will "
@@ -1660,7 +1687,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:639
+#: debhelper.pod:654
msgid ""
"This can be useful if you are doing a build from a CVS source tree, in which "
"case setting B<DH_ALWAYS_EXCLUDE=CVS> will prevent any CVS directories from "
@@ -1679,7 +1706,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:646
+#: debhelper.pod:661
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1689,7 +1716,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:651 dh:890 dh_auto_build:47 dh_auto_clean:50
+#: debhelper.pod:666 dh:890 dh_auto_build:47 dh_auto_clean:50
#: dh_auto_configure:52 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122
#: dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:127
#: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279
@@ -1703,39 +1730,39 @@ msgstr ""
#: dh_installwm:108 dh_installxfonts:87 dh_link:226 dh_lintian:57
#: dh_listpackages:30 dh_makeshlibs:258 dh_md5sums:90 dh_movefiles:170
#: dh_perl:146 dh_prep:60 dh_python:280 dh_scrollkeeper:28 dh_shlibdeps:171
-#: dh_strip:235 dh_suidregister:117 dh_testdir:44 dh_testroot:27
+#: dh_strip:242 dh_suidregister:117 dh_testdir:44 dh_testroot:27
#: dh_undocumented:28 dh_usrlocal:114
msgid "SEE ALSO"
msgstr "VOIR AUSSI"
# type: =item
#. type: =item
-#: debhelper.pod:655
+#: debhelper.pod:670
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:657
+#: debhelper.pod:672
msgid "A set of example F<debian/rules> files that use debhelper."
msgstr ""
"Un ensemble d'exemples de fichiers F<debian/rules> qui utilisent debhelper."
# type: =item
#. type: =item
-#: debhelper.pod:659
+#: debhelper.pod:674
msgid "L<http://kitenet.net/~joey/code/debhelper/>"
msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:661
+#: debhelper.pod:676
msgid "Debhelper web site."
msgstr "Le site internet de debhelper."
# type: =head1
#. type: =head1
-#: debhelper.pod:665 dh:896 dh_auto_build:53 dh_auto_clean:56
+#: debhelper.pod:680 dh:896 dh_auto_build:53 dh_auto_clean:56
#: dh_auto_configure:58 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130
#: dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:133
#: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285
@@ -1748,14 +1775,14 @@ msgstr "Le site internet de debhelper."
#: dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:93
#: dh_link:232 dh_lintian:65 dh_listpackages:36 dh_makeshlibs:264
#: dh_md5sums:96 dh_movefiles:176 dh_perl:152 dh_prep:66 dh_python:286
-#: dh_scrollkeeper:34 dh_shlibdeps:177 dh_strip:241 dh_suidregister:123
+#: dh_scrollkeeper:34 dh_shlibdeps:177 dh_strip:248 dh_suidregister:123
#: dh_testdir:50 dh_testroot:33 dh_undocumented:34 dh_usrlocal:120
msgid "AUTHOR"
msgstr "AUTEUR"
# type: textblock
#. type: textblock
-#: debhelper.pod:667 dh:898 dh_auto_build:55 dh_auto_clean:58
+#: debhelper.pod:682 dh:898 dh_auto_build:55 dh_auto_clean:58
#: dh_auto_configure:60 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128
#: dh_clean:150 dh_compress:214 dh_fixperms:135 dh_gencontrol:90
#: dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152
@@ -1766,7 +1793,7 @@ msgstr "AUTEUR"
#: dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_installppp:73
#: dh_installudev:123 dh_installwm:116 dh_installxfonts:95 dh_link:234
#: dh_listpackages:38 dh_makeshlibs:266 dh_md5sums:98 dh_movefiles:178
-#: dh_prep:68 dh_shlibdeps:179 dh_strip:243 dh_suidregister:125 dh_testdir:52
+#: dh_prep:68 dh_shlibdeps:179 dh_strip:250 dh_suidregister:125 dh_testdir:52
#: dh_testroot:35 dh_undocumented:36
msgid "Joey Hess <joeyh@debian.org>"
msgstr "Joey Hess <joeyh@debian.org>"
@@ -2563,7 +2590,7 @@ msgstr ""
#: dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110
#: dh_installxfonts:89 dh_link:228 dh_listpackages:32 dh_makeshlibs:260
#: dh_md5sums:92 dh_movefiles:172 dh_perl:148 dh_prep:62 dh_python:282
-#: dh_strip:237 dh_suidregister:119 dh_testdir:46 dh_testroot:29
+#: dh_strip:244 dh_suidregister:119 dh_testdir:46 dh_testroot:29
#: dh_undocumented:30 dh_usrlocal:116
msgid "L<debhelper(7)>"
msgstr "L<debhelper(7)>"
@@ -2582,7 +2609,7 @@ msgstr "L<debhelper(7)>"
#: dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:91
#: dh_link:230 dh_lintian:61 dh_listpackages:34 dh_makeshlibs:262
#: dh_md5sums:94 dh_movefiles:174 dh_perl:150 dh_prep:64 dh_python:284
-#: dh_scrollkeeper:32 dh_shlibdeps:175 dh_strip:239 dh_suidregister:121
+#: dh_scrollkeeper:32 dh_shlibdeps:175 dh_strip:246 dh_suidregister:121
#: dh_testdir:48 dh_testroot:31 dh_undocumented:32 dh_usrlocal:118
msgid "This program is a part of debhelper."
msgstr "Ce programme fait partie de debhelper."
@@ -5505,10 +5532,15 @@ msgstr ""
# type: textblock
#. type: textblock
#: dh_installinit:23
+#, fuzzy
+#| msgid ""
+#| "It also automatically generates the F<postinst> and F<postrm> and "
+#| "F<prerm> commands needed to set up the symlinks in F</etc/rc*.d/> and to "
+#| "start and stop the init scripts."
msgid ""
"It also automatically generates the F<postinst> and F<postrm> and F<prerm> "
-"commands needed to set up the symlinks in F</etc/rc*.d/> and to start and "
-"stop the init scripts."
+"commands needed to set up the symlinks in F</etc/rc*.d/> to start and stop "
+"the init scripts."
msgstr ""
"De plus, il produit automatiquement les lignes de code des scripts de "
"maintenance f<postinst>, F<postrm> et F<prerm> nécessaires à la "
@@ -7899,10 +7931,17 @@ msgstr "I<module répertoires>"
# type: textblock
#. type: textblock
#: dh_python:45
+#, fuzzy
+#| msgid ""
+#| "If your package installs Python modules in non-standard directories, you "
+#| "can make F<dh_python> check those directories by passing their names on "
+#| "the command line. By default, it will check F</usr/lib/site-python, /usr/"
+#| "lib/$PACKAGE>, F</usr/share/$PACKAGE>, F</usr/lib/games/$PACKAGE>, F</usr/"
+#| "share/games/$PACKAGE> and F</usr/lib/python?.?/site-packages>."
msgid ""
"If your package installs Python modules in non-standard directories, you can "
"make F<dh_python> check those directories by passing their names on the "
-"command line. By default, it will check F</usr/lib/site-python, /usr/lib/"
+"command line. By default, it will check F</usr/lib/site-python>, F</usr/lib/"
"$PACKAGE>, F</usr/share/$PACKAGE>, F</usr/lib/games/$PACKAGE>, F</usr/share/"
"games/$PACKAGE> and F</usr/lib/python?.?/site-packages>."
msgstr ""
@@ -8592,6 +8631,14 @@ msgstr "Charte Debian, version 2.2"
msgid "Andrew Stribblehill <ads@debian.org>"
msgstr "Andrew Stribblehill <ads@debian.org>"
+# type: textblock
+#~ msgid ""
+#~ "You can also put comments in these files; lines beginning with B<#> are "
+#~ "ignored."
+#~ msgstr ""
+#~ "Il est également possible de placer des commentaires dans ces fichiers. "
+#~ "Les lignes débutant par B<#> sont ignorées."
+
# type: verbatim
#~ msgid ""
#~ "\toverride_dh_installdocs:\n"