]> git.donarmstrong.com Git - debhelper.git/blobdiff - man/po4a/po/fr.po
releasing version 8.9.3
[debhelper.git] / man / po4a / po / fr.po
index d6ac5996d790b79c113029f5d49cbc9473b9823f..3db644c2412734854b1703a22e09cd547280662f 100644 (file)
@@ -3,7 +3,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debhelper manpages\n"
-"POT-Creation-Date: 2011-06-24 14:29-0400\n"
+"POT-Creation-Date: 2011-07-19 23:26-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"
@@ -609,7 +609,7 @@ msgstr "OPTIONS DU PROCESSUS DE CONSTRUCTION"
 #. type: textblock
 #: debhelper.pod:194
 msgid ""
-"All of the B<dh_auto_>I<*> debhelper programs sets environment variables "
+"All of the B<dh_auto_>I<*> debhelper programs set environment variables "
 "listed by B<dpkg-buildflags>, unless they are already set. They support "
 "DEB_BUILD_OPTIONS=noopt too."
 msgstr ""
@@ -773,238 +773,14 @@ msgstr ""
 "construction automatiquement sélectionné ou celui spécifié manuellement avec "
 "l'option B<--buildsystem>."
 
-# type: =head1
 #. type: =head1
-#: debhelper.pod:257 dh_auto_test:44 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
-#: dh_usrlocal:49
-msgid "NOTES"
-msgstr "REMARQUES"
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:259
-msgid "Multiple binary package support"
-msgstr "Prise en charge de plusieurs paquets binaires"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:261
-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 "
-"source package happens to generate one architecture dependent package, and "
-"another architecture independent package, this is not the correct behavior, "
-"because you need to generate the architecture dependent packages in the "
-"binary-arch F<debian/rules> target, and the architecture independent "
-"packages in the binary-indep F<debian/rules> target."
-msgstr ""
-"Si le paquet source produit plus d'un paquet binaire, les programmes de "
-"debhelper construiront tous les paquets binaires. Si le paquet source doit "
-"construire un paquet dépendant de l'architecture, et un paquet indépendant "
-"de l'architecture, ce comportement ne conviendra pas. En effet, il convient "
-"de construire les paquets dépendants de l'architecture dans « binary-arch » "
-"de F<debian/rules>, et les paquets indépendants de l'architecture dans « "
-"binary-indep »."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:269
-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<-"
-"i>, B<-p>, and B<-s> parameters. These parameters are cumulative.  If none "
-"are given, debhelper programs default to acting on all packages listed in "
-"the control file."
-msgstr ""
-"Pour résoudre ce problème, et pour un meilleur contrôle sur la construction "
-"des paquets par debhelper, tous les programmes de debhelper acceptent les "
-"options B<-a>, B<-i>, B<-p>, et B<-s>. Ces options sont cumulatives. Si "
-"aucune n'est précisée, les programmes de debhelper construisent tous les "
-"paquets énumérés dans le fichier de contrôle."
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:275
-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:277
-msgid ""
-"Some debhelper commands will automatically generate parts of Debian "
-"maintainer scripts. If you want these automatically generated things "
-"included in your existing Debian maintainer scripts, then you need to add "
-"B<#DEBHELPER#> to your scripts, in the place the code should be added.  "
-"B<#DEBHELPER#> will be replaced by any auto-generated code when you run "
-"B<dh_installdeb>."
-msgstr ""
-"Certaines commandes de debhelper produisent automatiquement des lignes de "
-"code de maintenance du paquet. Pour les inclure dans vos propres scripts de "
-"maintenance du paquet, il convient d'ajouter B<#DEBHELPER#> à l'endroit où "
-"les lignes de code générées devront être insérées. B<#DEBHELPER#> sera "
-"remplacé, par les lignes de code générées automatiquement, lors de "
-"l'exécution de B<dh_installdeb>."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:284
-msgid ""
-"If a script does not exist at all and debhelper needs to add something to "
-"it, then debhelper will create the complete script."
-msgstr ""
-"Si un script de maintenance n'existe pas et que debhelper doit y inclure "
-"quelque chose, alors debhelper créera le script de maintenance complètement."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:287
-msgid ""
-"All debhelper commands that automatically generate code in this way let it "
-"be disabled by the -n parameter (see above)."
-msgstr ""
-"Toutes les commandes de debhelper qui produisent automatiquement des lignes "
-"de code de cette façon peuvent inhiber cette production grâce à l'option -n "
-"(voir ci-dessus)."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:290
-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 "
-"is one way to do that (note that I made sure that $1, $2, etc are set with "
-"the set command):"
-msgstr ""
-"Nota : Les lignes de code insérées seront écrites dans le langage de "
-"l'interpréteur de commandes (shell). De ce fait, il est impossible de les "
-"placer directement dans un script Perl. Pour les insérer dans un script "
-"Perl, voici une solution. (S'assurer que $1, $2, etc. sont bien définis par "
-"la commande set.) :"
-
-# type: verbatim
-#. type: verbatim
-#: debhelper.pod:295
-#, no-wrap
-msgid ""
-"  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
-"  #DEBHELPER#\n"
-"  EOF\n"
-"  system ($temp) / 256 == 0\n"
-"  \tor die \"Problem with debhelper scripts: $!\";\n"
-"\n"
-msgstr ""
-" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
-" #DEBHELPER#\n"
-" EOF\n"
-" system ($temp) / 256 == 0\n"
-" \tor die \"Problème avec le script de debhelper : $!\";\n"
-"\n"
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:301
-msgid "Automatic generation of miscellaneous dependencies."
-msgstr "Génération automatique des diverses dépendances."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:303
-msgid ""
-"Some debhelper commands may make the generated package need to depend on "
-"some other packages. For example, if you use L<dh_installdebconf(1)>, your "
-"package will generally need to depend on debconf. Or if you use "
-"L<dh_installxfonts(1)>, your package will generally need to depend on a "
-"particular version of xutils. Keeping track of these miscellaneous "
-"dependencies can be annoying since they are dependant on how debhelper does "
-"things, so debhelper offers a way to automate it."
-msgstr ""
-"Certaines commandes de debhelper peuvent nécessiter des dépendances entre le "
-"paquet construit et d'autres paquets. Par exemple, si L<dh_installdebconf(1)"
-"> est employé, le paquet devra dépendre de debconf. Si L<dh_installxfonts(1)"
-"> est employé, le paquet deviendra dépendant d'une version particulière de "
-"xutils. Maintenir ces dépendances induites peut être pénible puisqu'elles "
-"découlent de la façon dont debhelper travaille. C'est pourquoi debhelper "
-"offre une solution d'automatisation."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:311
-msgid ""
-"All commands of this type, besides documenting what dependencies may be "
-"needed on their man pages, will automatically generate a substvar called B<"
-"${misc:Depends}>. If you put that token into your F<debian/control> file, it "
-"will be expanded to the dependencies debhelper figures you need."
-msgstr ""
-"Toutes les commandes de ce type, outre qu'elles documentent, dans leur page "
-"de manuel, les dépendances qu'elle induisent, généreront automatiquement une "
-"variable de substitution nommée B<${misc:depends}>. Si cette variable est "
-"exploitée dans le dossier F<debian/control>, il sera automatiquement enrichi "
-"des dépendances induites par debhelper."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:316
-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)"
-">.  You can choose not to use any of these, if debhelper's guesses don't "
-"match reality."
-msgstr ""
-"Ce processus est entièrement indépendant de B<${shlibs:Depends}> standard, "
-"produite par L<dh_makeshlibs(1)>, et de B<${perl:Depends}> produite par "
-"L<dh_perl(1)>. Il est également possible de choisir de ne pas les utiliser "
-"si les conjectures de debhelper ne correspondent pas à la réalité."
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:321
-msgid "Package build directories"
-msgstr "Répertoires de construction du paquet"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:323
-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>."
-msgstr ""
-"Par défaut, tous les programmes de debhelper supposent que le répertoire "
-"temporaire utilisé pour construire l'arborescence des fichiers d'un paquet "
-"est debian/I<paquet>."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:326
-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>"
-"\", will use B<debian/tmp> as the temporary directory. Note that if you use "
-"B<-P>, the debhelper programs can only be acting on a single package at a "
-"time. So if you have a package that builds many binary packages, you will "
-"need to also use the B<-p> flag to specify which binary package the "
-"debhelper program will act on."
+#: debhelper.pod:257
+msgid "COMPATABILITY LEVELS"
 msgstr ""
-"Parfois, il peut être souhaitable d'utiliser un autre répertoire temporaire. "
-"Ceci est obtenu grâce au paramètre -P. Par exemple, B<dh_installdocs -"
-"Pdebian/tmp> utilisera B<debian/tmp> comme répertoire temporaire. Nota : "
-"L'usage de B<-P> implique que les programmes de debhelper ne construisent "
-"qu'un seul paquet à la fois. De ce fait, si le paquet source génère "
-"plusieurs paquets binaires, il faudra employer également le paramètre B<-p> "
-"pour préciser l'unique paquet binaire à construire."
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:334
-msgid "Debhelper compatibility levels"
-msgstr "Niveaux de compatibilité de debhelper"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:336
+#: debhelper.pod:259
 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 "
@@ -1024,7 +800,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:343
+#: debhelper.pod:266
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to "
 "F<debian/compat>. For example, to turn on v8 mode:"
@@ -1035,7 +811,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:346
+#: debhelper.pod:269
 #, no-wrap
 msgid ""
 "  % echo 8 > debian/compat\n"
@@ -1046,7 +822,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:348
+#: debhelper.pod:271
 msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
@@ -1064,18 +840,18 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:355
+#: debhelper.pod:278
 msgid "These are the available compatibility levels:"
 msgstr "Les niveaux de compatibilité sont les suivants :"
 
 #. type: =item
-#: debhelper.pod:359
+#: debhelper.pod:282
 msgid "v1"
 msgstr "v1"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:361
+#: debhelper.pod:284
 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 "
@@ -1089,18 +865,18 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:366 debhelper.pod:373 debhelper.pod:396 debhelper.pod:425
+#: debhelper.pod:289 debhelper.pod:296 debhelper.pod:319 debhelper.pod:348
 msgid "This mode is deprecated."
 msgstr "Ce mode est déconseillé."
 
 #. type: =item
-#: debhelper.pod:368
+#: debhelper.pod:291
 msgid "v2"
 msgstr "v2"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:370
+#: debhelper.pod:293
 msgid ""
 "In this mode, debhelper will consistently use debian/I<package> as the "
 "package tree directory for every package that is built."
@@ -1109,31 +885,31 @@ msgstr ""
 "répertoire de l'arborescence de chaque paquet construit."
 
 #. type: =item
-#: debhelper.pod:375
+#: debhelper.pod:298
 msgid "v3"
 msgstr "v3"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:377
+#: debhelper.pod:300
 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:381 debhelper.pod:386 debhelper.pod:390 debhelper.pod:404
-#: debhelper.pod:409 debhelper.pod:414 debhelper.pod:419 debhelper.pod:433
-#: debhelper.pod:437 debhelper.pod:442 debhelper.pod:446 debhelper.pod:458
-#: debhelper.pod:463 debhelper.pod:469 debhelper.pod:475 debhelper.pod:488
-#: debhelper.pod:495 debhelper.pod:499 debhelper.pod:503 debhelper.pod:518
-#: debhelper.pod:522 debhelper.pod:530 debhelper.pod:535 debhelper.pod:549
-#: debhelper.pod:554 debhelper.pod:559
+#: debhelper.pod:304 debhelper.pod:309 debhelper.pod:313 debhelper.pod:327
+#: debhelper.pod:332 debhelper.pod:337 debhelper.pod:342 debhelper.pod:356
+#: debhelper.pod:360 debhelper.pod:365 debhelper.pod:369 debhelper.pod:381
+#: debhelper.pod:386 debhelper.pod:392 debhelper.pod:398 debhelper.pod:411
+#: debhelper.pod:418 debhelper.pod:422 debhelper.pod:426 debhelper.pod:441
+#: debhelper.pod:445 debhelper.pod:453 debhelper.pod:458 debhelper.pod:472
+#: debhelper.pod:477 debhelper.pod:483 debhelper.pod:488
 msgid "-"
 msgstr "-"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:383
+#: debhelper.pod:306
 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."
@@ -1145,7 +921,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:388
+#: debhelper.pod:311
 msgid ""
 "B<dh_makeshlibs> makes the F<postinst> and F<postrm> scripts call "
 "B<ldconfig>."
@@ -1155,7 +931,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:315
 msgid ""
 "Every file in F<etc/> is automatically flagged as a conffile by "
 "B<dh_installdeb>."
@@ -1164,19 +940,19 @@ msgstr ""
 "comme un fichier de configuration."
 
 #. type: =item
-#: debhelper.pod:398
+#: debhelper.pod:321
 msgid "v4"
 msgstr "v4"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:400
+#: debhelper.pod:323
 msgid "Changes from v3 are:"
 msgstr "Les changements par rapport à la version 3 sont :"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:406
+#: debhelper.pod:329
 msgid ""
 "B<dh_makeshlibs -V> will not include the Debian part of the version number "
 "in the generated dependency line in the shlibs file."
@@ -1186,7 +962,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:411
+#: debhelper.pod:334
 msgid ""
 "You are encouraged to put the new B<${misc:Depends}> into F<debian/control> "
 "to supplement the B<${shlibs:Depends}> field."
@@ -1196,7 +972,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:416
+#: debhelper.pod:339
 msgid ""
 "B<dh_fixperms> will make all files in F<bin/> directories and in F<etc/init."
 "d> executable."
@@ -1206,26 +982,26 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:421
+#: debhelper.pod:344
 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:427
+#: debhelper.pod:350
 msgid "v5"
 msgstr "v5"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:429
+#: debhelper.pod:352
 msgid "Changes from v4 are:"
 msgstr "Les changements par rapport à la version 4 sont :"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:435
+#: debhelper.pod:358
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 "Les commentaires sont ignorés dans les fichiers de configuration de "
@@ -1233,7 +1009,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:439
+#: debhelper.pod:362
 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."
@@ -1244,32 +1020,32 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:444
+#: debhelper.pod:367
 msgid "B<dh_installdocs> skips installing empty files."
 msgstr "B<dh_installdocs> saute l'installation des fichiers vides."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:448
+#: debhelper.pod:371
 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:452
+#: debhelper.pod:375
 msgid "v6"
 msgstr "v6"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:454
+#: debhelper.pod:377
 msgid "Changes from v5 are:"
 msgstr "Les changements par rapport à la version 5 sont :"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:460
+#: debhelper.pod:383
 msgid ""
 "Commands that generate maintainer script fragments will order the fragments "
 "in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1279,7 +1055,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:465
+#: debhelper.pod:388
 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 "
@@ -1291,7 +1067,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:471
+#: debhelper.pod:394
 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 "
@@ -1303,7 +1079,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:477
+#: debhelper.pod:400
 msgid ""
 "B<dh_installman> allows overwriting existing man pages in the package build "
 "directory. In previous compatibility levels it silently refuses to do this."
@@ -1313,19 +1089,19 @@ msgstr ""
 "de le faire."
 
 #. type: =item
-#: debhelper.pod:482
+#: debhelper.pod:405
 msgid "v7"
 msgstr "v7"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:484
+#: debhelper.pod:407
 msgid "Changes from v6 are:"
 msgstr "Les changements par rapport à la version 6 sont :"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:413
 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 "
@@ -1341,7 +1117,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:497
+#: debhelper.pod:420
 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 "
@@ -1349,13 +1125,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:501
+#: debhelper.pod:424
 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:505
+#: debhelper.pod:428
 msgid ""
 "B<dh_installchangelogs> will guess at what file is the upstream changelog if "
 "none is specified."
@@ -1364,24 +1140,24 @@ msgstr ""
 "amont si rien n'est spécifié."
 
 #. type: =item
-#: debhelper.pod:510
+#: debhelper.pod:433
 msgid "v8"
 msgstr "v8"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:512
+#: debhelper.pod:435
 msgid "This is the recommended mode of operation."
 msgstr "C'est la version dont l'usage est recommandé."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:514
+#: debhelper.pod:437
 msgid "Changes from v7 are:"
 msgstr "Les changements par rapport à la version 7 sont :"
 
 #. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:443
 msgid ""
 "Commands will fail rather than warning when they are passed unknown options."
 msgstr ""
@@ -1389,7 +1165,7 @@ msgstr ""
 "recevront des options inconnues."
 
 #. type: textblock
-#: debhelper.pod:524
+#: debhelper.pod:447
 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.  "
@@ -1406,7 +1182,7 @@ msgstr ""
 "certains paquets."
 
 #. type: textblock
-#: debhelper.pod:532
+#: debhelper.pod:455
 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 $@>"
@@ -1417,7 +1193,7 @@ msgstr ""
 "faut écrire « B<dh $@ --toto> », et non « B<dh --toto $@> »"
 
 #. type: textblock
-#: debhelper.pod:537
+#: debhelper.pod:460
 msgid ""
 "B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
 "F<Makefile.PL>."
@@ -1426,54 +1202,292 @@ msgstr ""
 "F<Makefile.PL>."
 
 #. type: =item
-#: debhelper.pod:541
+#: debhelper.pod:464
 msgid "v9"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:543
+#: debhelper.pod:466
 msgid ""
-"This compatability level is still open for development; use with caution."
+"This compatibility level is still open for development; use with caution."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:545
+#: debhelper.pod:468
 #, fuzzy
 #| msgid "Changes from v3 are:"
 msgid "Changes from v8 are:"
 msgstr "Les changements par rapport à la version 3 sont :"
 
 #. type: textblock
-#: debhelper.pod:551
+#: debhelper.pod:474
 msgid ""
 "Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
 "directories to autoconf in --libdir and --libexecdir."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:479
 msgid ""
-"dh supports use of standard targets in debian/rules without needing to "
-"manually define the dependencies between targets there."
+"dh allows defining custom build, build-arch, and build-indep targets in "
+"debian/rules, without needing to manually define the other targets that "
+"depend on them."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:561
+#: debhelper.pod:485
 msgid ""
-"<dh_auto_configure> does not include the source package name in --libexecdir "
-"when using autoconf."
+"B<dh_auto_configure> does not include the source package name in --"
+"libexecdir when using autoconf."
 msgstr ""
 
+#. type: textblock
+#: debhelper.pod:490
+msgid "B<dh> does not default to enabling --with=python-support"
+msgstr ""
+
+# type: =head1
+#. type: =head1
+#: debhelper.pod:496 dh_auto_test:44 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
+#: dh_usrlocal:49
+msgid "NOTES"
+msgstr "REMARQUES"
+
+# type: =head2
+#. type: =head2
+#: debhelper.pod:498
+msgid "Multiple binary package support"
+msgstr "Prise en charge de plusieurs paquets binaires"
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:500
+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 "
+"source package happens to generate one architecture dependent package, and "
+"another architecture independent package, this is not the correct behavior, "
+"because you need to generate the architecture dependent packages in the "
+"binary-arch F<debian/rules> target, and the architecture independent "
+"packages in the binary-indep F<debian/rules> target."
+msgstr ""
+"Si le paquet source produit plus d'un paquet binaire, les programmes de "
+"debhelper construiront tous les paquets binaires. Si le paquet source doit "
+"construire un paquet dépendant de l'architecture, et un paquet indépendant "
+"de l'architecture, ce comportement ne conviendra pas. En effet, il convient "
+"de construire les paquets dépendants de l'architecture dans « binary-arch » "
+"de F<debian/rules>, et les paquets indépendants de l'architecture dans « "
+"binary-indep »."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:508
+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<-"
+"i>, B<-p>, and B<-s> parameters. These parameters are cumulative.  If none "
+"are given, debhelper programs default to acting on all packages listed in "
+"the control file."
+msgstr ""
+"Pour résoudre ce problème, et pour un meilleur contrôle sur la construction "
+"des paquets par debhelper, tous les programmes de debhelper acceptent les "
+"options B<-a>, B<-i>, B<-p>, et B<-s>. Ces options sont cumulatives. Si "
+"aucune n'est précisée, les programmes de debhelper construisent tous les "
+"paquets énumérés dans le fichier de contrôle."
+
 # type: =head2
 #. type: =head2
-#: debhelper.pod:568
+#: debhelper.pod:514
+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:516
+msgid ""
+"Some debhelper commands will automatically generate parts of Debian "
+"maintainer scripts. If you want these automatically generated things "
+"included in your existing Debian maintainer scripts, then you need to add "
+"B<#DEBHELPER#> to your scripts, in the place the code should be added.  "
+"B<#DEBHELPER#> will be replaced by any auto-generated code when you run "
+"B<dh_installdeb>."
+msgstr ""
+"Certaines commandes de debhelper produisent automatiquement des lignes de "
+"code de maintenance du paquet. Pour les inclure dans vos propres scripts de "
+"maintenance du paquet, il convient d'ajouter B<#DEBHELPER#> à l'endroit où "
+"les lignes de code générées devront être insérées. B<#DEBHELPER#> sera "
+"remplacé, par les lignes de code générées automatiquement, lors de "
+"l'exécution de B<dh_installdeb>."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:523
+msgid ""
+"If a script does not exist at all and debhelper needs to add something to "
+"it, then debhelper will create the complete script."
+msgstr ""
+"Si un script de maintenance n'existe pas et que debhelper doit y inclure "
+"quelque chose, alors debhelper créera le script de maintenance complètement."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:526
+msgid ""
+"All debhelper commands that automatically generate code in this way let it "
+"be disabled by the -n parameter (see above)."
+msgstr ""
+"Toutes les commandes de debhelper qui produisent automatiquement des lignes "
+"de code de cette façon peuvent inhiber cette production grâce à l'option -n "
+"(voir ci-dessus)."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:529
+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 "
+"is one way to do that (note that I made sure that $1, $2, etc are set with "
+"the set command):"
+msgstr ""
+"Nota : Les lignes de code insérées seront écrites dans le langage de "
+"l'interpréteur de commandes (shell). De ce fait, il est impossible de les "
+"placer directement dans un script Perl. Pour les insérer dans un script "
+"Perl, voici une solution. (S'assurer que $1, $2, etc. sont bien définis par "
+"la commande set.) :"
+
+# type: verbatim
+#. type: verbatim
+#: debhelper.pod:534
+#, no-wrap
+msgid ""
+"  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
+"  #DEBHELPER#\n"
+"  EOF\n"
+"  system ($temp) / 256 == 0\n"
+"  \tor die \"Problem with debhelper scripts: $!\";\n"
+"\n"
+msgstr ""
+" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
+" #DEBHELPER#\n"
+" EOF\n"
+" system ($temp) / 256 == 0\n"
+" \tor die \"Problème avec le script de debhelper : $!\";\n"
+"\n"
+
+# type: =head2
+#. type: =head2
+#: debhelper.pod:540
+msgid "Automatic generation of miscellaneous dependencies."
+msgstr "Génération automatique des diverses dépendances."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:542
+#, fuzzy
+#| msgid ""
+#| "Some debhelper commands may make the generated package need to depend on "
+#| "some other packages. For example, if you use L<dh_installdebconf(1)>, "
+#| "your package will generally need to depend on debconf. Or if you use "
+#| "L<dh_installxfonts(1)>, your package will generally need to depend on a "
+#| "particular version of xutils. Keeping track of these miscellaneous "
+#| "dependencies can be annoying since they are dependant on how debhelper "
+#| "does things, so debhelper offers a way to automate it."
+msgid ""
+"Some debhelper commands may make the generated package need to depend on "
+"some other packages. For example, if you use L<dh_installdebconf(1)>, your "
+"package will generally need to depend on debconf. Or if you use "
+"L<dh_installxfonts(1)>, your package will generally need to depend on a "
+"particular version of xutils. Keeping track of these miscellaneous "
+"dependencies can be annoying since they are dependent on how debhelper does "
+"things, so debhelper offers a way to automate it."
+msgstr ""
+"Certaines commandes de debhelper peuvent nécessiter des dépendances entre le "
+"paquet construit et d'autres paquets. Par exemple, si L<dh_installdebconf(1)"
+"> est employé, le paquet devra dépendre de debconf. Si L<dh_installxfonts(1)"
+"> est employé, le paquet deviendra dépendant d'une version particulière de "
+"xutils. Maintenir ces dépendances induites peut être pénible puisqu'elles "
+"découlent de la façon dont debhelper travaille. C'est pourquoi debhelper "
+"offre une solution d'automatisation."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:550
+msgid ""
+"All commands of this type, besides documenting what dependencies may be "
+"needed on their man pages, will automatically generate a substvar called B<"
+"${misc:Depends}>. If you put that token into your F<debian/control> file, it "
+"will be expanded to the dependencies debhelper figures you need."
+msgstr ""
+"Toutes les commandes de ce type, outre qu'elles documentent, dans leur page "
+"de manuel, les dépendances qu'elle induisent, généreront automatiquement une "
+"variable de substitution nommée B<${misc:depends}>. Si cette variable est "
+"exploitée dans le dossier F<debian/control>, il sera automatiquement enrichi "
+"des dépendances induites par debhelper."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:555
+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)"
+">.  You can choose not to use any of these, if debhelper's guesses don't "
+"match reality."
+msgstr ""
+"Ce processus est entièrement indépendant de B<${shlibs:Depends}> standard, "
+"produite par L<dh_makeshlibs(1)>, et de B<${perl:Depends}> produite par "
+"L<dh_perl(1)>. Il est également possible de choisir de ne pas les utiliser "
+"si les conjectures de debhelper ne correspondent pas à la réalité."
+
+# type: =head2
+#. type: =head2
+#: debhelper.pod:560
+msgid "Package build directories"
+msgstr "Répertoires de construction du paquet"
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:562
+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>."
+msgstr ""
+"Par défaut, tous les programmes de debhelper supposent que le répertoire "
+"temporaire utilisé pour construire l'arborescence des fichiers d'un paquet "
+"est debian/I<paquet>."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:565
+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>"
+"\", will use B<debian/tmp> as the temporary directory. Note that if you use "
+"B<-P>, the debhelper programs can only be acting on a single package at a "
+"time. So if you have a package that builds many binary packages, you will "
+"need to also use the B<-p> flag to specify which binary package the "
+"debhelper program will act on."
+msgstr ""
+"Parfois, il peut être souhaitable d'utiliser un autre répertoire temporaire. "
+"Ceci est obtenu grâce au paramètre -P. Par exemple, B<dh_installdocs -"
+"Pdebian/tmp> utilisera B<debian/tmp> comme répertoire temporaire. Nota : "
+"L'usage de B<-P> implique que les programmes de debhelper ne construisent "
+"qu'un seul paquet à la fois. De ce fait, si le paquet source génère "
+"plusieurs paquets binaires, il faudra employer également le paramètre B<-p> "
+"pour préciser l'unique paquet binaire à construire."
+
+# type: =head2
+#. type: =head2
+#: debhelper.pod:573
 msgid "udebs"
 msgstr "udebs"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:570
+#: debhelper.pod:575
 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 "
@@ -1491,34 +1505,14 @@ msgstr ""
 "un udeb, en omettant les scripts F<preinst>, F<postrm>, F<prerm> et "
 "F<config>, etc."
 
-# type: =head2
 #. type: =head2
-#: debhelper.pod:577
-msgid "Other notes"
-msgstr "Autres remarques"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:579
-msgid ""
-"In general, if any debhelper program needs a directory to exist under "
-"B<debian/>, it will create it. I haven't bothered to document this in all "
-"the man pages, but for example, B<dh_installdeb> knows to make debian/"
-"I<package>/DEBIAN/ before trying to put files there, B<dh_installmenu> knows "
-"you need a debian/I<package>/usr/share/menu/ before installing the menu "
-"files, etc."
+#: debhelper.pod:582
+msgid "Build depends"
 msgstr ""
-"Généralement, si un programme de debhelper a besoin qu'un répertoire existe "
-"dans B<debian/>, il le créera. Ce comportement n'est pas documenté dans "
-"toutes les pages de manuel, mais, par exemple, le B<dh_installdeb> sait "
-"qu'il doit créer le répertoire debian/I<paquet>/DEBIAN/ avant de tenter de "
-"mettre des fichiers dedans. De même, B<dh_installmenu> sait qu'il est "
-"nécessaire d'avoir un répertoire debian/I<paquet>/usr/share/menu/ avant "
-"d'installer les fichiers menu, etc."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:585
+#: debhelper.pod:584
 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 "
@@ -1534,7 +1528,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:591
+#: debhelper.pod:590
 #, no-wrap
 msgid ""
 "  Build-Depends: debhelper (>= 7)\n"
@@ -1545,19 +1539,19 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:593
+#: debhelper.pod:592
 msgid "ENVIRONMENT"
 msgstr "VARIABLES D'ENVIRONNEMENT"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:597
+#: debhelper.pod:596
 msgid "B<DH_VERBOSE>"
 msgstr "B<DH_VERBOSE>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:599
+#: debhelper.pod:598
 msgid ""
 "Set to B<1> to enable verbose mode. Debhelper will output every command it "
 "runs that modifies files on the build system."
@@ -1567,13 +1561,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:602
+#: debhelper.pod:601
 msgid "B<DH_COMPAT>"
 msgstr "B<DH_COMPAT>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:604
+#: debhelper.pod:603
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in F<debian/compat>."
@@ -1583,25 +1577,25 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:607
+#: debhelper.pod:606
 msgid "B<DH_NO_ACT>"
 msgstr "B<DH_NO_ACT>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:609
+#: debhelper.pod:608
 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:611
+#: debhelper.pod:610
 msgid "B<DH_OPTIONS>"
 msgstr "B<DH_OPTIONS>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:613
+#: debhelper.pod:612
 msgid ""
 "Anything in this variable will be prepended to the command line arguments of "
 "all debhelper commands. Command-specific options will be ignored by commands "
@@ -1613,7 +1607,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:617
+#: debhelper.pod:616
 msgid ""
 "This is useful in some situations, for example, if you need to pass B<-p> to "
 "all debhelper commands that will be run. One good way to set B<DH_OPTIONS> "
@@ -1628,13 +1622,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:622
+#: debhelper.pod:621
 msgid "B<DH_ALWAYS_EXCLUDE>"
 msgstr "B<DH_ALWAYS_EXCLUDE>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:624
+#: debhelper.pod:623
 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 "
@@ -1647,7 +1641,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:627
 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 "
@@ -1666,7 +1660,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:635
+#: debhelper.pod:634
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1676,10 +1670,10 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:640 dh:872 dh_auto_build:47 dh_auto_clean:50
+#: debhelper.pod:639 dh:856 dh_auto_build:47 dh_auto_clean:50
 #: dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122
-#: dh_builddeb:91 dh_clean:139 dh_compress:204 dh_desktop:31 dh_fixperms:129
-#: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:280
+#: dh_builddeb:123 dh_clean:142 dh_compress:204 dh_desktop:31 dh_fixperms:129
+#: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279
 #: dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77
 #: dh_installdeb:144 dh_installdebconf:126 dh_installdirs:86
 #: dh_installdocs:307 dh_installemacsen:124 dh_installexamples:106
@@ -1697,35 +1691,35 @@ msgstr "VOIR AUSSI"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:644
+#: debhelper.pod:643
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:646
+#: debhelper.pod:645
 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:648
+#: debhelper.pod:647
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:650
+#: debhelper.pod:649
 msgid "Debhelper web site."
 msgstr "Le site internet de debhelper."
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:654 dh:878 dh_auto_build:53 dh_auto_clean:56
+#: debhelper.pod:653 dh:862 dh_auto_build:53 dh_auto_clean:56
 #: dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130
-#: dh_builddeb:97 dh_clean:145 dh_compress:210 dh_desktop:37 dh_fixperms:135
-#: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:286
+#: dh_builddeb:129 dh_clean:148 dh_compress:210 dh_desktop:37 dh_fixperms:135
+#: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285
 #: dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83
 #: dh_installdeb:150 dh_installdebconf:132 dh_installdirs:92
 #: dh_installdocs:313 dh_installemacsen:130 dh_installexamples:112
@@ -1742,10 +1736,10 @@ msgstr "AUTEUR"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:656 dh:880 dh_auto_build:55 dh_auto_clean:58
-#: dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:99
-#: dh_clean:147 dh_compress:212 dh_fixperms:137 dh_gencontrol:90
-#: dh_install:288 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152
+#: debhelper.pod:655 dh:864 dh_auto_build:55 dh_auto_clean:58
+#: dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:131
+#: dh_clean:150 dh_compress:212 dh_fixperms:137 dh_gencontrol:90
+#: dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152
 #: dh_installdebconf:134 dh_installdirs:94 dh_installdocs:315
 #: dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77
 #: dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58
@@ -2130,24 +2124,27 @@ msgstr ""
 "\t\tchmod 4755 debian/foo/usr/bin/foo\n"
 "\n"
 
-# type: textblock
 #. type: textblock
 #: dh:165
 msgid ""
-"If your package is a Python package, B<dh> will use B<dh_pysupport> by "
-"default. This is how to use B<dh_pycentral> instead."
+"Python tools are not run by dh by default, due to the continual change in "
+"that area. (Before compatability level v9, dh does run B<dh_pysupport>.)  "
+"Here is how to use B<dh_python2>."
 msgstr ""
-"Si le paquet est un paquet Python, B<dh> utilisera B<dh_pysupport> par "
-"défaut. Voici comment utiliser B<dh_pycentral> à la place :"
 
 # type: verbatim
 #. type: verbatim
-#: dh:168
-#, no-wrap
+#: dh:169
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\t#!/usr/bin/make -f\n"
+#| "\t%:\n"
+#| "\t\tdh $@ --with python-central\n"
+#| "\n"
 msgid ""
 "\t#!/usr/bin/make -f\n"
 "\t%:\n"
-"\t\tdh $@ --with python-central\n"
+"\t\tdh $@ --with python2\n"
 "\n"
 msgstr ""
 "\t#!/usr/bin/make -f\n"
@@ -2156,7 +2153,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:172
+#: dh:173
 msgid ""
 "If your package uses autotools and you want to freshen F<config.sub> and "
 "F<config.guess> with newer versions from the B<autotools-dev> package at "
@@ -2171,7 +2168,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:177
+#: dh:178
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2186,7 +2183,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:181
+#: dh:182
 msgid ""
 "Here is how to force use of Perl's B<Module::Build> build system, which can "
 "be necessary if debhelper wrongly detects that the package uses MakeMaker."
@@ -2197,7 +2194,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:185
+#: dh:186
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2212,7 +2209,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:189
+#: dh:190
 #, no-wrap
 msgid ""
 "To patch your package using quilt, you can tell B<dh> to use quilt's B<dh>\n"
@@ -2225,7 +2222,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:192
+#: dh:193
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2240,7 +2237,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:196
+#: dh:197
 msgid ""
 "Here is an example of overriding where the B<dh_auto_>I<*> commands find the "
 "package's source, for a package where the source is located in a "
@@ -2251,7 +2248,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:200
+#: dh:201
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2265,7 +2262,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:204
+#: dh:205
 msgid ""
 "And here is an example of how to tell the B<dh_auto_>I<*> commands to build "
 "in a subdirectory, which will be removed on B<clean>."
@@ -2276,7 +2273,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:207
+#: dh:208
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2290,7 +2287,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:211
+#: dh:212
 msgid ""
 "If your package can be built in parallel, you can support parallel building "
 "as follows. Then B<dpkg-buildpackage -j> will work."
@@ -2300,7 +2297,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:214
+#: dh:215
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2314,7 +2311,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:218
+#: dh:219
 msgid ""
 "Here is a way to prevent B<dh> from running several commands that you don't "
 "want it to run, by defining empty override targets for each command."
@@ -2325,7 +2322,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:221 dh:232 dh:249
+#: dh:222 dh:233 dh:250
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2339,7 +2336,7 @@ msgstr ""
 "\t\n"
 
 #. type: verbatim
-#: dh:225
+#: dh:226
 #, no-wrap
 msgid ""
 "\t# Commands not to run:\n"
@@ -2351,7 +2348,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:228
+#: dh:229
 msgid ""
 "Sometimes, you may need to make an override target only run commands when a "
 "particular package is being built. This can be accomplished using "
@@ -2364,7 +2361,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:236
+#: dh:237
 #, no-wrap
 msgid ""
 "\toverride_dh_fixperms:\n"
@@ -2382,7 +2379,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:242
+#: dh:243
 #, fuzzy
 #| msgid ""
 #| "Finally, remember that you are not limited to using override targets in "
@@ -2410,7 +2407,7 @@ msgstr ""
 "cette génération soit refaite pour chacune des architectures."
 
 #. type: verbatim
-#: dh:253
+#: dh:254
 #, fuzzy, no-wrap
 #| msgid ""
 #| "\tbuild: build-arch build-indep ;\n"
@@ -2434,22 +2431,22 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:258
+#: dh:259
 msgid ""
 "Note that in the example above, dh will arrange for \"debian/rules build\" "
 "to call your build-indep and build-arch targets. You do not need to "
-"explicitly define the dependencies in the rules file when using dh with "
-"compatability level v9. This example would be more complicated with earlier "
-"compatability levels."
+"explicitly define those dependencies in the rules file when using dh with "
+"compatibility level v9. This example would be more complicated with earlier "
+"compatibility levels."
 msgstr ""
 
 #. type: =head1
-#: dh:264
+#: dh:265
 msgid "INTERNALS"
 msgstr "FONCTIONNEMENT INTERNE"
 
 #. type: textblock
-#: dh:266
+#: dh:267
 msgid ""
 "If you're curious about B<dh>'s internals, here's how it works under the "
 "hood."
@@ -2459,7 +2456,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:268
+#: dh:269
 msgid ""
 "Each debhelper command will record when it's successfully run in F<debian/"
 "package.debhelper.log>. (Which B<dh_clean> deletes.) So B<dh> can tell which "
@@ -2474,7 +2471,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:273
+#: dh:274
 msgid ""
 "Each time B<dh> is run, it examines the log, and finds the last logged "
 "command that is in the specified sequence. It then continues with the next "
@@ -2487,21 +2484,21 @@ msgstr ""
 "B<--after> et B<--remaining> permettent de modifier ce comportement."
 
 #. type: textblock
-#: dh:278
+#: dh:279
 msgid ""
 "A sequence can also run dependent targets in debian/rules.  For example, the "
 "\"binary\" sequence runs the \"install\" target."
 msgstr ""
 
 #. type: textblock
-#: dh:281
+#: dh:282
 msgid ""
 "B<dh> sets environment variables listed by B<dpkg-buildflags>, unless they "
 "are already set. It supports DEB_BUILD_OPTIONS=noopt too."
 msgstr ""
 
 #. type: textblock
-#: dh:284
+#: dh:285
 msgid ""
 "B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass "
 "information through to debhelper commands that are run inside override "
@@ -2516,10 +2513,10 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:874 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55
-#: dh_auto_install:87 dh_auto_test:60 dh_builddeb:93 dh_clean:141
+#: dh:858 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55
+#: dh_auto_install:87 dh_auto_test:60 dh_builddeb:125 dh_clean:144
 #: dh_compress:206 dh_fixperms:131 dh_gconf:101 dh_gencontrol:84
-#: dh_install:282 dh_installcatalogs:118 dh_installchangelogs:173
+#: dh_install:281 dh_installcatalogs:118 dh_installchangelogs:173
 #: dh_installcron:79 dh_installdeb:146 dh_installdebconf:128 dh_installdirs:88
 #: dh_installdocs:309 dh_installemacsen:126 dh_installexamples:108
 #: dh_installifupdown:71 dh_installinfo:79 dh_installinit:277
@@ -2535,10 +2532,10 @@ msgstr "L<debhelper(7)>"
 
 # type: textblock
 #. type: textblock
-#: dh:876 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57
-#: dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:95
-#: dh_clean:143 dh_compress:208 dh_desktop:35 dh_fixperms:133 dh_gconf:103
-#: dh_gencontrol:86 dh_icons:69 dh_install:284 dh_installchangelogs:175
+#: dh:860 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57
+#: dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:127
+#: dh_clean:146 dh_compress:208 dh_desktop:35 dh_fixperms:133 dh_gconf:103
+#: dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175
 #: dh_installcron:81 dh_installdeb:148 dh_installdebconf:130 dh_installdirs:90
 #: dh_installdocs:311 dh_installemacsen:128 dh_installexamples:110
 #: dh_installifupdown:73 dh_installinfo:81 dh_installinit:279
@@ -3920,31 +3917,31 @@ msgstr "Cherche dans le répertoire spécifié les fichiers à installer."
 
 #. type: textblock
 #: dh_install:85
+#, fuzzy
+#| msgid ""
+#| "Note that this is not the same as the B<--sourcedirectory> option used by "
+#| "the B<dh_auto_>I<*> commands. You rarely need to use this option, since "
+#| "B<dh_install> automatically looks for files in F<debian/tmp> in debhelper"
 msgid ""
 "Note that this is not the same as the B<--sourcedirectory> option used by "
 "the B<dh_auto_>I<*> commands. You rarely need to use this option, since "
-"B<dh_install> automatically looks for files in F<debian/tmp> in debhelper"
+"B<dh_install> automatically looks for files in F<debian/tmp> in debhelper "
+"compatibility level 7 and above."
 msgstr ""
 "Nota : Cette option ne fait pas la même chose que B<--sourcedirectory> "
 "utilisée par B<dh_auto_>I<*>. Il est rare d'avoir besoin d'utiliser cette "
 "option puisque B<dh_install> cherche automatiquement les fichiers dans "
 "F<debian/tmp> depuis la version 7 de debhelper."
 
-# type: =head2
-#. type: textblock
-#: dh_install:89
-msgid "compatibility level 7 and above."
-msgstr "Compatibilité avec le niveau 7 et suivants."
-
 # type: =item
 #. type: =item
-#: dh_install:91
+#: dh_install:90
 msgid "B<--autodest>"
 msgstr "B<--autodest>"
 
 # type: textblock
 #. type: textblock
-#: dh_install:93
+#: dh_install:92
 msgid ""
 "Guess as the destination directory to install things to. If this is "
 "specified, you should not list destination directories in F<debian/package."
@@ -3959,7 +3956,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh_install:98
+#: dh_install:97
 msgid ""
 "Strip off F<debian/tmp> (or the sourcedir if one is given) from the front of "
 "the filename, if it is present, and install into the dirname of the "
@@ -3977,7 +3974,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh_install:104
+#: dh_install:103
 msgid ""
 "Note that if you list exactly one filename or wildcard-pattern on a line by "
 "itself in a F<debian/package.install> file, with no explicit destination, "
@@ -3991,13 +3988,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: dh_install:109
+#: dh_install:108
 msgid "I<file> ... I<dest>"
 msgstr "I<fichier> ... I<destination>"
 
 # type: textblock
 #. type: textblock
-#: dh_install:111
+#: dh_install:110
 msgid ""
 "Lists files (or directories) to install and where to install them to.  The "
 "files will be installed into the first package F<dh_install> acts on."
@@ -4008,13 +4005,13 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: dh_install:253
+#: dh_install:252
 msgid "EXAMPLE"
 msgstr "EXEMPLE"
 
 # type: textblock
 #. type: textblock
-#: dh_install:255
+#: dh_install:254
 msgid ""
 "Suppose your package's upstream F<Makefile> installs a binary, a man page, "
 "and a library into appropriate subdirectories of F<debian/tmp>. You want to "
@@ -4031,7 +4028,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh_install:261
+#: dh_install:260
 #, no-wrap
 msgid ""
 "  usr/bin\n"
@@ -4044,13 +4041,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh_install:264
+#: dh_install:263
 msgid "While F<debian/libfoo.install> contains:"
 msgstr "Tandis que F<debian/libtoto.install> devra contenir :"
 
 # type: verbatim
 #. type: verbatim
-#: dh_install:266
+#: dh_install:265
 #, no-wrap
 msgid ""
 "  usr/lib/libfoo*.so.*\n"
@@ -4061,7 +4058,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh_install:268
+#: dh_install:267
 msgid ""
 "If you want a libfoo-dev package too, F<debian/libfoo-dev.install> might "
 "contain:"
@@ -4071,7 +4068,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh_install:270
+#: dh_install:269
 #, no-wrap
 msgid ""
 "  usr/include\n"
@@ -4086,13 +4083,13 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: dh_install:274
+#: dh_install:273
 msgid "LIMITATIONS"
 msgstr "LIMITES"
 
 # type: verbatim
 #. type: verbatim
-#: dh_install:276
+#: dh_install:275
 #, no-wrap
 msgid ""
 "B<dh_install> cannot rename files or directories, it can only install them\n"
@@ -7189,7 +7186,7 @@ msgstr "B<--version-info>, B<--version-info=>I<dépendances>"
 msgid ""
 "By default, the shlibs file generated by this program does not make packages "
 "depend on any particular version of the package containing the shared "
-"library. It may be necessary for you to add some version dependancy "
+"library. It may be necessary for you to add some version dependency "
 "information to the shlibs file. If B<-V> is specified with no dependency "
 "information, the current upstream version of the package is plugged into a "
 "dependency that looks like \"I<packagename> B<(E<gt>>= I<packageversion>B<)>"
@@ -7740,10 +7737,15 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: dh_python:19
+#, fuzzy
+#| msgid ""
+#| "Note: This program is deprecated. You should use B<dh_pysupport> or "
+#| "B<dh_pycentral> instead. This program will do nothing if F<debian/"
+#| "pycompat> or a B<Python-Version> F<control> file field exists."
 msgid ""
-"Note: This program is deprecated. You should use B<dh_pysupport> or "
-"B<dh_pycentral> instead. This program will do nothing if F<debian/pycompat> "
-"or a B<Python-Version> F<control> file field exists."
+"Note: This program is deprecated. You should use B<dh_python2> instead.  "
+"This program will do nothing if F<debian/pycompat> or a B<Python-Version> "
+"F<control> file field exists."
 msgstr ""
 "Notez bien que ce programme est obsolète. Il faut utiliser B<dh_pysupport> "
 "ou B<dh_pycentral> à la place. Ce programme ne fera rien si le champ "
@@ -8503,6 +8505,43 @@ msgstr "Charte Debian, version 2.2"
 msgid "Andrew Stribblehill <ads@debian.org>"
 msgstr "Andrew Stribblehill <ads@debian.org>"
 
+# type: =head2
+#~ msgid "Debhelper compatibility levels"
+#~ msgstr "Niveaux de compatibilité de debhelper"
+
+# type: =head2
+#~ msgid "Other notes"
+#~ msgstr "Autres remarques"
+
+# type: textblock
+#~ msgid ""
+#~ "In general, if any debhelper program needs a directory to exist under "
+#~ "B<debian/>, it will create it. I haven't bothered to document this in all "
+#~ "the man pages, but for example, B<dh_installdeb> knows to make debian/"
+#~ "I<package>/DEBIAN/ before trying to put files there, B<dh_installmenu> "
+#~ "knows you need a debian/I<package>/usr/share/menu/ before installing the "
+#~ "menu files, etc."
+#~ msgstr ""
+#~ "Généralement, si un programme de debhelper a besoin qu'un répertoire "
+#~ "existe dans B<debian/>, il le créera. Ce comportement n'est pas documenté "
+#~ "dans toutes les pages de manuel, mais, par exemple, le B<dh_installdeb> "
+#~ "sait qu'il doit créer le répertoire debian/I<paquet>/DEBIAN/ avant de "
+#~ "tenter de mettre des fichiers dedans. De même, B<dh_installmenu> sait "
+#~ "qu'il est nécessaire d'avoir un répertoire debian/I<paquet>/usr/share/"
+#~ "menu/ avant d'installer les fichiers menu, etc."
+
+# type: textblock
+#~ msgid ""
+#~ "If your package is a Python package, B<dh> will use B<dh_pysupport> by "
+#~ "default. This is how to use B<dh_pycentral> instead."
+#~ msgstr ""
+#~ "Si le paquet est un paquet Python, B<dh> utilisera B<dh_pysupport> par "
+#~ "défaut. Voici comment utiliser B<dh_pycentral> à la place :"
+
+# type: =head2
+#~ msgid "compatibility level 7 and above."
+#~ msgstr "Compatibilité avec le niveau 7 et suivants."
+
 # type: =item
 #~ msgid "B<--sourcedir=dir>"
 #~ msgstr "B<--sourcedir=répertoire>"