]> git.donarmstrong.com Git - debhelper.git/commitdiff
releasing version 7.3.0 7.3.0
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 1 Jul 2009 19:49:13 +0000 (15:49 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 1 Jul 2009 19:49:13 +0000 (15:49 -0400)
debian/changelog
man/po4a/po/debhelper.pot
man/po4a/po/es.po
man/po4a/po/fr.po

index 082b0d131870cfdf2a8ae2f7d1942f08d5e24b9d..737ceca4d97995411fb25046377f56bd01046097 100644 (file)
@@ -1,4 +1,4 @@
-debhelper (7.3.0) UNRELEASED; urgency=low
+debhelper (7.3.0) experimental; urgency=low
 
   * Modular object oriented dh_auto_* buildsystem support,
     contributed by Modestas Vainius
@@ -27,7 +27,7 @@ debhelper (7.3.0) UNRELEASED; urgency=low
     and further suppress warnings about such options it passes on to debhelper
     commands. This was attempted incompletely before in version 7.2.17.
 
- -- Joey Hess <joeyh@debian.org>  Mon, 20 Apr 2009 16:26:08 -0400
+ -- Joey Hess <joeyh@debian.org>  Wed, 01 Jul 2009 15:31:20 -0400
 
 debhelper (7.2.19) unstable; urgency=low
 
index 0bd02b0a772f8c0b9d6258d373f20dddc8471622..ff53fb509fbd2f26ba7e2168a503c6e718a06868 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2009-06-29 15:35-0300\n"
+"POT-Creation-Date: 2009-07-01 15:31-0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -360,17 +360,100 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:177 dh_installcatalogs:52 dh_installdocs:81 dh_installemacsen:54 dh_installexamples:50 dh_installinit:110 dh_installman:79 dh_installmime:41 dh_installmodules:60 dh_installwm:53 dh_installxfonts:37 dh_movefiles:58 dh_strip:68 dh_usrlocal:49
+#: debhelper.pod:177
+msgid "BUILD SYSTEM OPTIONS"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:179
+msgid ""
+"The following command line options are supported by all of the dh_auto_* "
+"debhelper programs. These programs support a variety of build systems, and "
+"normally heuristically determine which to use, and how to use them.  You can "
+"use these command line options to override the default behavior."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:186
+msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:188
+msgid ""
+"Force use of the specified I<buildsystem>, instead of trying to auto-select "
+"one which might be applicable for the package."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:191
+msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:193
+msgid ""
+"Assume that the original package source tree is at the specified "
+"I<directory> rather than the top level directory of the Debian source "
+"package tree."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:197
+msgid "B<-B>[I<directory>], B<--builddirectory>=[I<directory>]"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:199
+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 "
+"directory will chosen."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:203
+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 "
+"such a case, the default build directory will be used even if "
+"L<--builddirectory> is not specified."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:208
+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 "
+"path that is the same as the source directory path."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:212
+msgid "B<--list>, B<-l>"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:214
+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 "
+"shows which build system would be automatically selected, or which one is "
+"manually specified with the I<--buildsystem> option."
+msgstr ""
+
+#. type: =head1
+#: debhelper.pod:221 dh_installcatalogs:52 dh_installdocs:81 dh_installemacsen:54 dh_installexamples:50 dh_installinit:110 dh_installman:79 dh_installmime:41 dh_installmodules:60 dh_installwm:53 dh_installxfonts:37 dh_movefiles:58 dh_strip:68 dh_usrlocal:49
 msgid "NOTES"
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:179
+#: debhelper.pod:223
 msgid "Multiple binary package support"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:181
+#: debhelper.pod:225
 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 "
@@ -382,7 +465,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:189
+#: debhelper.pod:233
 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>, "
@@ -392,12 +475,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:195
+#: debhelper.pod:239
 msgid "Automatic generation of debian install scripts"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:197
+#: debhelper.pod:241
 msgid ""
 "Some debhelper commands will automatically generate parts of debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -408,21 +491,21 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:204
+#: debhelper.pod:248
 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 ""
 
 #. type: textblock
-#: debhelper.pod:207
+#: debhelper.pod:251
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:210
+#: debhelper.pod:254
 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 "
@@ -431,7 +514,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: debhelper.pod:215
+#: debhelper.pod:259
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -443,12 +526,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:221
+#: debhelper.pod:265
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:223
+#: debhelper.pod:267
 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 "
@@ -460,7 +543,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:231
+#: debhelper.pod:275
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called "
@@ -469,7 +552,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:236
+#: debhelper.pod:280
 msgid ""
 "This is entirely independent of the standard ${shlibs:Depends} generated by "
 "L<dh_makeshlibs(1)>, and the ${perl:Depends} generated by L<dh_perl(1)>.  "
@@ -478,19 +561,19 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:241
+#: debhelper.pod:285
 msgid "Package build directories"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:243
+#: debhelper.pod:287
 msgid ""
 "By default, all debhelper programs assume that the temporary directory used "
 "for assembling the tree of files in a package is debian/<package>."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:246
+#: debhelper.pod:290
 msgid ""
 "Sometimes, you might want to use some other temporary directory. This is "
 "supported by the -P flag. For example, \"dh_installdocs -Pdebian/tmp\", will "
@@ -502,12 +585,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:254
+#: debhelper.pod:298
 msgid "Debhelper compatibility levels"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:256
+#: debhelper.pod:300
 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 "
@@ -518,14 +601,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:263
+#: debhelper.pod:307
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to "
 "debian/compat. For example, to turn on V7 mode:"
 msgstr ""
 
 #. type: verbatim
-#: debhelper.pod:266
+#: debhelper.pod:310
 #, no-wrap
 msgid ""
 "  % echo 7 > debian/compat\n"
@@ -533,7 +616,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:268
+#: debhelper.pod:312
 msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
@@ -544,17 +627,17 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:275
+#: debhelper.pod:319
 msgid "These are the available compatibility levels:"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:279
+#: debhelper.pod:323
 msgid "V1"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:281
+#: debhelper.pod:325
 msgid ""
 "This is the original debhelper compatibility level, and so it is the default "
 "one. In this mode, debhelper will use debian/tmp as the package tree "
@@ -563,148 +646,148 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:286 debhelper.pod:293 debhelper.pod:316 debhelper.pod:345
+#: debhelper.pod:330 debhelper.pod:337 debhelper.pod:360 debhelper.pod:389
 msgid "This mode is deprecated."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:288
+#: debhelper.pod:332
 msgid "V2"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:290
+#: debhelper.pod:334
 msgid ""
 "In this mode, debhelper will consistently use debian/<package> as the "
 "package tree directory for every package that is built."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:295
+#: debhelper.pod:339
 msgid "V3"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:297
+#: debhelper.pod:341
 msgid "This mode works like V2, with the following additions:"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:301 debhelper.pod:306 debhelper.pod:310 debhelper.pod:324 debhelper.pod:329 debhelper.pod:334 debhelper.pod:339 debhelper.pod:353 debhelper.pod:357 debhelper.pod:362 debhelper.pod:366 debhelper.pod:378 debhelper.pod:383 debhelper.pod:389 debhelper.pod:395 debhelper.pod:410 debhelper.pod:417 debhelper.pod:421 debhelper.pod:425
+#: debhelper.pod:345 debhelper.pod:350 debhelper.pod:354 debhelper.pod:368 debhelper.pod:373 debhelper.pod:378 debhelper.pod:383 debhelper.pod:397 debhelper.pod:401 debhelper.pod:406 debhelper.pod:410 debhelper.pod:422 debhelper.pod:427 debhelper.pod:433 debhelper.pod:439 debhelper.pod:454 debhelper.pod:461 debhelper.pod:465 debhelper.pod:469
 msgid "-"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:347
 msgid ""
 "Debhelper config files support globbing via * and ?, when appropriate. To "
 "turn this off and use those characters raw, just prefix with a backslash."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:308
+#: debhelper.pod:352
 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:356
 msgid "Every file in etc/ is automatically flagged as a conffile by dh_installdeb."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:318
+#: debhelper.pod:362
 msgid "V4"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:320
+#: debhelper.pod:364
 msgid "Changes from V3 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:326
+#: debhelper.pod:370
 msgid ""
 "dh_makeshlibs -V will not include the debian part of the version number in "
 "the generated dependency line in the shlibs file."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:331
+#: debhelper.pod:375
 msgid ""
 "You are encouraged to put the new ${misc:Depends} into debian/control to "
 "supplement the ${shlibs:Depends} field."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:336
+#: debhelper.pod:380
 msgid ""
 "dh_fixperms will make all files in bin/ directories and in etc/init.d "
 "executable."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:341
+#: debhelper.pod:385
 msgid "dh_link will correct existing links to conform with policy."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:347
+#: debhelper.pod:391
 msgid "V5"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:349
+#: debhelper.pod:393
 msgid "Changes from V4 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:355
+#: debhelper.pod:399
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:359
+#: debhelper.pod:403
 msgid ""
 "dh_strip --dbg-package now specifies the name of a package to put debugging "
 "symbols in, not the packages to take the symbols from."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:364
+#: debhelper.pod:408
 msgid "dh_installdocs skips installing empty files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:368
+#: debhelper.pod:412
 msgid "dh_install errors out if wildcards expand to nothing."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:372
+#: debhelper.pod:416
 msgid "V6"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:374
+#: debhelper.pod:418
 msgid "Changes from V5 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:380
+#: debhelper.pod:424
 msgid ""
 "Commands that generate maintainer script fragments will order the fragments "
 "in reverse order for the prerm and postrm scripts."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:385
+#: debhelper.pod:429
 msgid ""
 "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if "
 "it sees the man page in usr/share/man/man1 in the package build directory."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:391
+#: debhelper.pod:435
 msgid ""
 "dh_builddeb did not previously delete everything matching DH_ALWAYS_EXCLUDE, "
 "if it was set to a list of things to exclude, such as \"CVS:.svn:.git\". Now "
@@ -712,29 +795,29 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:397
+#: debhelper.pod:441
 msgid ""
 "dh_installman allows overwriting existing man pages in the package build "
 "directory. In previous compatibility levels it silently refuses to do this."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:402
+#: debhelper.pod:446
 msgid "V7"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:404
+#: debhelper.pod:448
 msgid "This is the recommended mode of operation."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:406
+#: debhelper.pod:450
 msgid "Changes from V6 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:456
 msgid ""
 "dh_install, will fall back to looking for files in debian/tmp if it doesn't "
 "find them in the current directory (or wherever you tell it look using "
@@ -743,29 +826,29 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:419
+#: debhelper.pod:463
 msgid "dh_clean will read debian/clean and delete files listed there."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:423
+#: debhelper.pod:467
 msgid "dh_clean will delete toplevel *-stamp files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:427
+#: debhelper.pod:471
 msgid ""
 "dh_installchangelogs will guess at what file is the upstream changelog if "
 "none is specified."
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:434
+#: debhelper.pod:478
 msgid "Doc directory symlinks"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:436
+#: debhelper.pod:480
 msgid ""
 "Sometimes it is useful to make a package not contain a "
 "/usr/share/doc/package directory at all, instead placing just a dangling "
@@ -779,12 +862,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:445
+#: debhelper.pod:489
 msgid "udebs"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:447
+#: debhelper.pod:491
 msgid ""
 "Debhelper includes support for udebs. To create a udeb with debhelper, add "
 "\"XC-Package-Type: udeb\" to the package's stanza in debian/control, and "
@@ -795,12 +878,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:454
+#: debhelper.pod:498
 msgid "Other notes"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:500
 msgid ""
 "In general, if any debhelper program needs a directory to exist under "
 "debian/, it will create it. I haven't bothered to document this in all the "
@@ -811,7 +894,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:462
+#: debhelper.pod:506
 msgid ""
 "Once your package uses debhelper to build, be sure to add debhelper to your "
 "Build-Depends line in debian/control. You should build-depend on a version "
@@ -820,7 +903,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: debhelper.pod:468
+#: debhelper.pod:512
 #, no-wrap
 msgid ""
 "  Build-Depends: debhelper (>= 7)\n"
@@ -828,51 +911,51 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:470
+#: debhelper.pod:514
 msgid "ENVIRONMENT"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:474
+#: debhelper.pod:518
 msgid "DH_VERBOSE"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:476
+#: debhelper.pod:520
 msgid ""
 "Set to 1 to enable verbose mode. Debhelper will output every command it runs "
 "that modifies files on the build system."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:479
+#: debhelper.pod:523
 msgid "DH_COMPAT"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:481
+#: debhelper.pod:525
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in debian/compat."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:484
+#: debhelper.pod:528
 msgid "DH_NO_ACT"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:486
+#: debhelper.pod:530
 msgid "Set to 1 to enable no-act mode."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:488
+#: debhelper.pod:532
 msgid "DH_OPTIONS"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:534
 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 "
@@ -880,7 +963,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:494
+#: debhelper.pod:538
 msgid ""
 "This is useful in some situations, for example, if you need to pass -p to "
 "all debhelper commands that will be run. One good way to set DH_OPTIONS is "
@@ -889,12 +972,12 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:499
+#: debhelper.pod:543
 msgid "DH_ALWAYS_EXCLUDE"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:501
+#: debhelper.pod:545
 msgid ""
 "If set, this adds the value the variable is set to to the -X options of all "
 "commands that support the -X option. Moreover, dh_builddeb will rm -rf "
@@ -902,7 +985,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:505
+#: debhelper.pod:549
 msgid ""
 "This can be useful if you are doing a build from a CVS source tree, in which "
 "case setting DH_ALWAYS_EXCLUDE=CVS will prevent any CVS directories from "
@@ -913,44 +996,44 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:512
+#: debhelper.pod:556
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "DH_ALWAYS_EXCLUDE=CVS:.svn"
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:517 dh_builddeb:87 dh_clean:130 dh_compress:192 dh_desktop:27 dh_fixperms:122 dh_gconf:104 dh_gencontrol:79 dh_installcatalogs:109 dh_installchangelogs:147 dh_installcron:61 dh_installdebconf:118 dh_installdeb:94 dh_installdirs:83 dh_installdocs:223 dh_installemacsen:111 dh_installexamples:103 dh_installinfo:74 dh_installinit:224 dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:251 dh_installmenu:80 dh_installmime:85 dh_installmodules:124 dh_installpam:52 dh_install:267 dh_installppp:56 dh_installwm:107 dh_installxfonts:86 dh_link:223 dh_listpackages:29 dh_makeshlibs:227 dh_md5sums:89 dh_movefiles:162 dh_perl:152 dh_python:282 dh_scrollkeeper:28 dh_shlibdeps:168 dh_strip:227 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_testversion:75 dh_undocumented:28 dh_usrlocal:114
+#: debhelper.pod:561 dh_builddeb:88 dh_clean:130 dh_compress:192 dh_desktop:27 dh_fixperms:122 dh_gconf:104 dh_gencontrol:79 dh_installcatalogs:109 dh_installchangelogs:147 dh_installcron:61 dh_installdebconf:118 dh_installdeb:94 dh_installdirs:83 dh_installdocs:223 dh_installemacsen:111 dh_installexamples:103 dh_installinfo:74 dh_installinit:224 dh_installlogcheck:51 dh_installlogrotate:50 dh_installmanpages:197 dh_installman:251 dh_installmenu:80 dh_installmime:85 dh_installmodules:124 dh_installpam:52 dh_install:267 dh_installppp:56 dh_installwm:107 dh_installxfonts:86 dh_link:223 dh_listpackages:29 dh_makeshlibs:227 dh_md5sums:89 dh_movefiles:164 dh_perl:152 dh_python:282 dh_scrollkeeper:28 dh_shlibdeps:168 dh_strip:227 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_testversion:75 dh_undocumented:28 dh_usrlocal:114
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:521
+#: debhelper.pod:565
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:523
+#: debhelper.pod:567
 msgid "A set of example debian/rules files that use debhelper."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:525
+#: debhelper.pod:569
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:527
+#: debhelper.pod:571
 msgid "Debhelper web site."
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:531 dh_builddeb:93 dh_clean:136 dh_compress:198 dh_desktop:33 dh_fixperms:128 dh_gconf:110 dh_gencontrol:85 dh_installcatalogs:115 dh_installchangelogs:153 dh_installcron:67 dh_installdebconf:124 dh_installdeb:100 dh_installdirs:89 dh_installdocs:229 dh_installemacsen:117 dh_installexamples:109 dh_installinfo:80 dh_installinit:230 dh_installlogcheck:57 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:257 dh_installmenu:88 dh_installmime:91 dh_installmodules:130 dh_installpam:58 dh_install:273 dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229 dh_listpackages:35 dh_makeshlibs:233 dh_md5sums:95 dh_movefiles:168 dh_perl:158 dh_python:288 dh_scrollkeeper:34 dh_shlibdeps:174 dh_strip:233 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34 dh_usrlocal:120
+#: debhelper.pod:575 dh_builddeb:94 dh_clean:136 dh_compress:198 dh_desktop:33 dh_fixperms:128 dh_gconf:110 dh_gencontrol:85 dh_installcatalogs:115 dh_installchangelogs:153 dh_installcron:67 dh_installdebconf:124 dh_installdeb:100 dh_installdirs:89 dh_installdocs:229 dh_installemacsen:117 dh_installexamples:109 dh_installinfo:80 dh_installinit:230 dh_installlogcheck:57 dh_installlogrotate:56 dh_installmanpages:203 dh_installman:257 dh_installmenu:88 dh_installmime:91 dh_installmodules:130 dh_installpam:58 dh_install:273 dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229 dh_listpackages:35 dh_makeshlibs:233 dh_md5sums:95 dh_movefiles:170 dh_perl:158 dh_python:288 dh_scrollkeeper:34 dh_shlibdeps:174 dh_strip:233 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34 dh_usrlocal:120
 msgid "AUTHOR"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:533 dh_builddeb:95 dh_clean:138 dh_compress:200 dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69 dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 dh_installdocs:231 dh_installemacsen:119 dh_installexamples:111 dh_installinfo:82 dh_installinit:232 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:259 dh_installmenu:90 dh_installmime:93 dh_installmodules:132 dh_installpam:60 dh_install:275 dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231 dh_listpackages:37 dh_makeshlibs:235 dh_md5sums:97 dh_movefiles:170 dh_shlibdeps:176 dh_strip:235 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_testversion:83 dh_undocumented:36
+#: debhelper.pod:577 dh_builddeb:96 dh_clean:138 dh_compress:200 dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69 dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91 dh_installdocs:231 dh_installemacsen:119 dh_installexamples:111 dh_installinfo:82 dh_installinit:232 dh_installlogrotate:58 dh_installmanpages:205 dh_installman:259 dh_installmenu:90 dh_installmime:93 dh_installmodules:132 dh_installpam:60 dh_install:275 dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231 dh_listpackages:37 dh_makeshlibs:235 dh_md5sums:97 dh_movefiles:172 dh_shlibdeps:176 dh_strip:235 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_testversion:83 dh_undocumented:36
 msgid "Joey Hess <joeyh@debian.org>"
 msgstr ""
 
@@ -1018,12 +1101,12 @@ msgid "Pass I<params> to L<dpkg-deb(1)> when it is used to build the package."
 msgstr ""
 
 #. type: textblock
-#: dh_builddeb:89 dh_clean:132 dh_compress:194 dh_fixperms:124 dh_gconf:106 dh_gencontrol:81 dh_installcatalogs:111 dh_installchangelogs:149 dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 dh_installdocs:225 dh_installemacsen:113 dh_installexamples:105 dh_installinfo:76 dh_installinit:226 dh_installlogcheck:53 dh_installlogrotate:52 dh_installmanpages:199 dh_installman:253 dh_installmime:87 dh_installmodules:126 dh_installpam:54 dh_install:269 dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225 dh_listpackages:31 dh_makeshlibs:229 dh_md5sums:91 dh_movefiles:164 dh_perl:154 dh_python:284 dh_strip:229 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
+#: dh_builddeb:90 dh_clean:132 dh_compress:194 dh_fixperms:124 dh_gconf:106 dh_gencontrol:81 dh_installcatalogs:111 dh_installchangelogs:149 dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85 dh_installdocs:225 dh_installemacsen:113 dh_installexamples:105 dh_installinfo:76 dh_installinit:226 dh_installlogcheck:53 dh_installlogrotate:52 dh_installmanpages:199 dh_installman:253 dh_installmime:87 dh_installmodules:126 dh_installpam:54 dh_install:269 dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225 dh_listpackages:31 dh_makeshlibs:229 dh_md5sums:91 dh_movefiles:166 dh_perl:154 dh_python:284 dh_strip:229 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
 msgid "L<debhelper(7)>"
 msgstr ""
 
 #. type: textblock
-#: dh_builddeb:91 dh_clean:134 dh_compress:196 dh_desktop:31 dh_fixperms:126 dh_gconf:108 dh_gencontrol:83 dh_installchangelogs:151 dh_installcron:65 dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:227 dh_installemacsen:115 dh_installexamples:107 dh_installinfo:78 dh_installinit:228 dh_installlogrotate:54 dh_installmanpages:201 dh_installman:255 dh_installmenu:86 dh_installmime:89 dh_installmodules:128 dh_installpam:56 dh_install:271 dh_installppp:60 dh_installwm:111 dh_installxfonts:90 dh_link:227 dh_listpackages:33 dh_makeshlibs:231 dh_md5sums:93 dh_movefiles:166 dh_perl:156 dh_python:286 dh_scrollkeeper:32 dh_shlibdeps:172 dh_strip:231 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_testversion:79 dh_undocumented:32 dh_usrlocal:118
+#: dh_builddeb:92 dh_clean:134 dh_compress:196 dh_desktop:31 dh_fixperms:126 dh_gconf:108 dh_gencontrol:83 dh_installchangelogs:151 dh_installcron:65 dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:227 dh_installemacsen:115 dh_installexamples:107 dh_installinfo:78 dh_installinit:228 dh_installlogrotate:54 dh_installmanpages:201 dh_installman:255 dh_installmenu:86 dh_installmime:89 dh_installmodules:128 dh_installpam:56 dh_install:271 dh_installppp:60 dh_installwm:111 dh_installxfonts:90 dh_link:227 dh_listpackages:33 dh_makeshlibs:231 dh_md5sums:93 dh_movefiles:168 dh_perl:156 dh_python:286 dh_scrollkeeper:32 dh_shlibdeps:172 dh_strip:231 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_testversion:79 dh_undocumented:32 dh_usrlocal:118
 msgid "This program is a part of debhelper."
 msgstr ""
 
@@ -1064,7 +1147,7 @@ msgstr ""
 #: dh_clean:27
 msgid ""
 "It does not run \"make clean\" to clean up after the build process. Use "
-"L<dh_auto_clean(1)> to do that."
+"L<dh_auto_clean(1)> to do things like that."
 msgstr ""
 
 #. type: textblock
@@ -1520,7 +1603,7 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: dh_installchangelogs:56 dh_installdocs:58 dh_installexamples:43 dh_install:93 dh_link:57 dh_movefiles:44
+#: dh_installchangelogs:56 dh_installdocs:58 dh_installexamples:43 dh_install:69 dh_link:57 dh_movefiles:44
 msgid "B<-Xitem>, B<--exclude=item>"
 msgstr ""
 
@@ -1995,7 +2078,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh_installexamples:45 dh_install:95 dh_movefiles:46
+#: dh_installexamples:45 dh_install:71 dh_movefiles:46
 msgid ""
 "Exclude files that contain \"item\" anywhere in their filename from being "
 "installed."
@@ -2718,44 +2801,39 @@ msgstr ""
 
 #. type: =item
 #: dh_install:51
-msgid "B<--autodest>"
+msgid "B<--list-missing>"
 msgstr ""
 
 #. type: textblock
 #: dh_install:53
 msgid ""
-"Guess as the destination directory to install things to. If this is "
-"specified, you should not list destination directories in "
-"debian/package.install files or on the command line. Instead, dh_install "
-"will guess as follows:"
+"This option makes dh_install keep track of the files it installs, and then "
+"at the end, compare that list with the files in the source directory. If any "
+"of the files (and symlinks) in the source directory were not installed to "
+"somewhere, it will warn on stderr about that."
 msgstr ""
 
 #. type: textblock
 #: dh_install:58
 msgid ""
-"Strip off 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 "
-"filename. So if the filename is debian/tmp/usr/bin, then that directory will "
-"be copied to debian/package/usr/. If the filename is debian/tmp/etc/passwd, "
-"it will be copied to debian/package/etc/."
+"This may be useful if you have a large package and want to make sure that "
+"you don't miss installing newly added files in new upstream releases."
 msgstr ""
 
 #. type: textblock
-#: dh_install:64
+#: dh_install:61
 msgid ""
-"Note that if you list exactly one filename or wildcard-pattern on a line by "
-"itself in a debian/package.install file, with no explicit destination, then "
-"dh_install will automatically guess the destination even if this flag is not "
-"set."
+"Note that files that are excluded from being moved via the -X option are not "
+"warned about."
 msgstr ""
 
 #. type: =item
-#: dh_install:69
+#: dh_install:64
 msgid "B<--fail-missing>"
 msgstr ""
 
 #. type: textblock
-#: dh_install:71
+#: dh_install:66
 msgid ""
 "This option is like --list-missing, except if a file was missed, it will not "
 "only list the missing files, but also fail with a nonzero exit code."
@@ -2763,51 +2841,63 @@ msgstr ""
 
 #. type: =item
 #: dh_install:74
-msgid "B<--list-missing>"
+msgid "B<--sourcedir=dir>"
 msgstr ""
 
 #. type: textblock
 #: dh_install:76
-msgid ""
-"This option makes dh_install keep track of the files it installs, and then "
-"at the end, compare that list with the files in the source directory. If any "
-"of the files (and symlinks) in the source directory were not installed to "
-"somewhere, it will warn on stderr about that."
+msgid "Look in the specified directory for files to be installed."
 msgstr ""
 
 #. type: textblock
-#: dh_install:81
+#: dh_install:78
 msgid ""
-"This may be useful if you have a large package and want to make sure that "
-"you don't miss installing newly added files in new upstream releases."
+"Note that this is not the same as the --sourcedirectory option used by the "
+"dh_auto_* commands. You rarely need to use this option, since dh_install "
+"automatically looks for files in debian/tmp in debhelper compatibility level "
+"7 and above."
+msgstr ""
+
+#. type: =item
+#: dh_install:83
+msgid "B<--autodest>"
 msgstr ""
 
 #. type: textblock
-#: dh_install:84
+#: dh_install:85
 msgid ""
-"Note that files that are excluded from being moved via the -X option are not "
-"warned about."
+"Guess as the destination directory to install things to. If this is "
+"specified, you should not list destination directories in "
+"debian/package.install files or on the command line. Instead, dh_install "
+"will guess as follows:"
 msgstr ""
 
-#. type: =item
-#: dh_install:87
-msgid "B<--sourcedir=dir>"
+#. type: textblock
+#: dh_install:90
+msgid ""
+"Strip off 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 "
+"filename. So if the filename is debian/tmp/usr/bin, then that directory will "
+"be copied to debian/package/usr/. If the filename is debian/tmp/etc/passwd, "
+"it will be copied to debian/package/etc/."
 msgstr ""
 
 #. type: textblock
-#: dh_install:89
+#: dh_install:96
 msgid ""
-"Makes all files to be installed be found under dir. If this is specified, it "
-"is akin to all the filenames having \"dir/\" prepended to them."
+"Note that if you list exactly one filename or wildcard-pattern on a line by "
+"itself in a debian/package.install file, with no explicit destination, then "
+"dh_install will automatically guess the destination even if this flag is not "
+"set."
 msgstr ""
 
 #. type: =item
-#: dh_install:98
+#: dh_install:101
 msgid "I<file [...] dest>"
 msgstr ""
 
 #. type: textblock
-#: dh_install:100
+#: dh_install:103
 msgid ""
 "Lists files (or directories) to install and where to install them to.  The "
 "files will be installed into the first package dh_install acts on."
index d20392e44e6c3271c400d2d9542a5cf9b5e461db..af351b611ce199438e12e86d0eab1eb8b2c41528 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2009-06-29 15:35-0300\n"
+"POT-Creation-Date: 2009-07-01 15:31-0300\n"
 "PO-Revision-Date: 2005-09-18 00:11+0200\n"
 "Last-Translator: Rubén Porras Campo <debian-l10n-spanish@lists.debian.org>\n"
 "Language-Team: SPANISH <debian-l10n-spanish@lists.debian.org>\n"
@@ -534,9 +534,100 @@ msgstr ""
 "Hace que los archivos o elementos especificados en la línea de órdenes "
 "tengan efecto en TODOS los paquetes sobre los que actúa, no sólo el primero."
 
+#. type: =head1
+#: debhelper.pod:177
+msgid "BUILD SYSTEM OPTIONS"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:179
+msgid ""
+"The following command line options are supported by all of the dh_auto_* "
+"debhelper programs. These programs support a variety of build systems, and "
+"normally heuristically determine which to use, and how to use them.  You can "
+"use these command line options to override the default behavior."
+msgstr ""
+
+# type: =item
+#. type: =item
+#: debhelper.pod:186
+#, fuzzy
+msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
+msgstr "B<-X>I<elemento>, B<--exclude=>I<elemento>"
+
+#. type: textblock
+#: debhelper.pod:188
+msgid ""
+"Force use of the specified I<buildsystem>, instead of trying to auto-select "
+"one which might be applicable for the package."
+msgstr ""
+
+# type: =item
+#. type: =item
+#: debhelper.pod:191
+#, fuzzy
+msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
+msgstr "B<-l>I<directorio>[:directorio:directorio:..]"
+
+#. type: textblock
+#: debhelper.pod:193
+msgid ""
+"Assume that the original package source tree is at the specified "
+"I<directory> rather than the top level directory of the Debian source "
+"package tree."
+msgstr ""
+
+# type: =item
+#. type: =item
+#: debhelper.pod:197
+#, fuzzy
+msgid "B<-B>[I<directory>], B<--builddirectory>=[I<directory>]"
+msgstr "B<-l>I<directorio>[:directorio:directorio:..]"
+
+#. type: textblock
+#: debhelper.pod:199
+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 "
+"directory will chosen."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:203
+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 "
+"such a case, the default build directory will be used even if L<--"
+"builddirectory> is not specified."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:208
+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 "
+"path that is the same as the source directory path."
+msgstr ""
+
+# type: =item
+#. type: =item
+#: debhelper.pod:212
+#, fuzzy
+msgid "B<--list>, B<-l>"
+msgstr "B<-A>, B<--all>"
+
+#. type: textblock
+#: debhelper.pod:214
+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 "
+"shows which build system would be automatically selected, or which one is "
+"manually specified with the I<--buildsystem> option."
+msgstr ""
+
 # type: =head1
 #. type: =head1
-#: debhelper.pod:177 dh_installcatalogs:52 dh_installdocs:81
+#: debhelper.pod:221 dh_installcatalogs:52 dh_installdocs:81
 #: dh_installemacsen:54 dh_installexamples:50 dh_installinit:110
 #: dh_installman:79 dh_installmime:41 dh_installmodules:60 dh_installwm:53
 #: dh_installxfonts:37 dh_movefiles:58 dh_strip:68 dh_usrlocal:49
@@ -545,13 +636,13 @@ msgstr "NOTAS"
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:179
+#: debhelper.pod:223
 msgid "Multiple binary package support"
 msgstr "Soporte para varios paquetes binarios"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:181
+#: debhelper.pod:225
 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 "
@@ -571,7 +662,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:189
+#: debhelper.pod:233
 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<-"
@@ -587,13 +678,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:195
+#: debhelper.pod:239
 msgid "Automatic generation of debian install scripts"
 msgstr "Generación automática de los scripts de instalación de debian"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:197
+#: debhelper.pod:241
 msgid ""
 "Some debhelper commands will automatically generate parts of debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -611,7 +702,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:204
+#: debhelper.pod:248
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
@@ -621,7 +712,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:207
+#: debhelper.pod:251
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
@@ -631,7 +722,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:210
+#: debhelper.pod:254
 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 "
@@ -645,7 +736,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:215
+#: debhelper.pod:259
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -664,13 +755,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:221
+#: debhelper.pod:265
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr "Generación automática de diversas dependencias."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:223
+#: debhelper.pod:267
 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 "
@@ -690,7 +781,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:231
+#: debhelper.pod:275
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called "
@@ -705,7 +796,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:236
+#: debhelper.pod:280
 msgid ""
 "This is entirely independent of the standard ${shlibs:Depends} generated by "
 "L<dh_makeshlibs(1)>, and the ${perl:Depends} generated by L<dh_perl(1)>.  "
@@ -719,13 +810,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:241
+#: debhelper.pod:285
 msgid "Package build directories"
 msgstr "Directorios de construcción del paquete"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:243
+#: debhelper.pod:287
 msgid ""
 "By default, all debhelper programs assume that the temporary directory used "
 "for assembling the tree of files in a package is debian/<package>."
@@ -736,7 +827,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:246
+#: debhelper.pod:290
 msgid ""
 "Sometimes, you might want to use some other temporary directory. This is "
 "supported by the -P flag. For example, \"dh_installdocs -Pdebian/tmp\", will "
@@ -756,13 +847,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:254
+#: debhelper.pod:298
 msgid "Debhelper compatibility levels"
 msgstr "Niveles de compatibilidad de debhelper"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:256
+#: debhelper.pod:300
 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 "
@@ -781,7 +872,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:263
+#: debhelper.pod:307
 #, fuzzy
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to debian/"
@@ -792,7 +883,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:266
+#: debhelper.pod:310
 #, fuzzy, no-wrap
 msgid ""
 "  % echo 7 > debian/compat\n"
@@ -803,7 +894,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:268
+#: debhelper.pod:312
 msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
@@ -814,19 +905,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:275
+#: debhelper.pod:319
 msgid "These are the available compatibility levels:"
 msgstr "Los niveles de compatibilidad disponibles son:"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:279
+#: debhelper.pod:323
 msgid "V1"
 msgstr "V1"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:281
+#: debhelper.pod:325
 msgid ""
 "This is the original debhelper compatibility level, and so it is the default "
 "one. In this mode, debhelper will use debian/tmp as the package tree "
@@ -840,19 +931,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:286 debhelper.pod:293 debhelper.pod:316 debhelper.pod:345
+#: debhelper.pod:330 debhelper.pod:337 debhelper.pod:360 debhelper.pod:389
 msgid "This mode is deprecated."
 msgstr "Este modo está desaconsejado."
 
 # type: =item
 #. type: =item
-#: debhelper.pod:288
+#: debhelper.pod:332
 msgid "V2"
 msgstr "V2"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:290
+#: debhelper.pod:334
 msgid ""
 "In this mode, debhelper will consistently use debian/<package> as the "
 "package tree directory for every package that is built."
@@ -862,29 +953,29 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:295
+#: debhelper.pod:339
 msgid "V3"
 msgstr "V3"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:297
+#: debhelper.pod:341
 msgid "This mode works like V2, with the following additions:"
 msgstr "Este modo funciona como el V2 con los siguientes añadidos:"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:301 debhelper.pod:306 debhelper.pod:310 debhelper.pod:324
-#: debhelper.pod:329 debhelper.pod:334 debhelper.pod:339 debhelper.pod:353
-#: debhelper.pod:357 debhelper.pod:362 debhelper.pod:366 debhelper.pod:378
-#: debhelper.pod:383 debhelper.pod:389 debhelper.pod:395 debhelper.pod:410
-#: debhelper.pod:417 debhelper.pod:421 debhelper.pod:425
+#: debhelper.pod:345 debhelper.pod:350 debhelper.pod:354 debhelper.pod:368
+#: debhelper.pod:373 debhelper.pod:378 debhelper.pod:383 debhelper.pod:397
+#: debhelper.pod:401 debhelper.pod:406 debhelper.pod:410 debhelper.pod:422
+#: debhelper.pod:427 debhelper.pod:433 debhelper.pod:439 debhelper.pod:454
+#: debhelper.pod:461 debhelper.pod:465 debhelper.pod:469
 msgid "-"
 msgstr "-"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:347
 msgid ""
 "Debhelper config files support globbing via * and ?, when appropriate. To "
 "turn this off and use those characters raw, just prefix with a backslash."
@@ -895,14 +986,14 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:308
+#: debhelper.pod:352
 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig."
 msgstr ""
 "dh_makeshlibs hace que los scripts postinst y postrm ejecuten ldconfig."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:356
 msgid ""
 "Every file in etc/ is automatically flagged as a conffile by dh_installdeb."
 msgstr ""
@@ -911,19 +1002,19 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:318
+#: debhelper.pod:362
 msgid "V4"
 msgstr "V4"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:320
+#: debhelper.pod:364
 msgid "Changes from V3 are:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:326
+#: debhelper.pod:370
 msgid ""
 "dh_makeshlibs -V will not include the debian part of the version number in "
 "the generated dependency line in the shlibs file."
@@ -933,7 +1024,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:331
+#: debhelper.pod:375
 msgid ""
 "You are encouraged to put the new ${misc:Depends} into debian/control to "
 "supplement the ${shlibs:Depends} field."
@@ -943,7 +1034,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:336
+#: debhelper.pod:380
 msgid ""
 "dh_fixperms will make all files in bin/ directories and in etc/init.d "
 "executable."
@@ -953,7 +1044,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:341
+#: debhelper.pod:385
 msgid "dh_link will correct existing links to conform with policy."
 msgstr ""
 "dh_link corregirá los enlaces existentes para ajustarse a la política de "
@@ -961,26 +1052,26 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:347
+#: debhelper.pod:391
 msgid "V5"
 msgstr "V5"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:349
+#: debhelper.pod:393
 msgid "Changes from V4 are:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:355
+#: debhelper.pod:399
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 "Se ignoran los comentarios en los ficheros de configuración de debhelper."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:359
+#: debhelper.pod:403
 msgid ""
 "dh_strip --dbg-package now specifies the name of a package to put debugging "
 "symbols in, not the packages to take the symbols from."
@@ -991,31 +1082,31 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:364
+#: debhelper.pod:408
 msgid "dh_installdocs skips installing empty files."
 msgstr "dh_installdocs no instala ficheros vacíos."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:368
+#: debhelper.pod:412
 msgid "dh_install errors out if wildcards expand to nothing."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:372
+#: debhelper.pod:416
 msgid "V6"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:374
+#: debhelper.pod:418
 msgid "Changes from V5 are:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:380
+#: debhelper.pod:424
 msgid ""
 "Commands that generate maintainer script fragments will order the fragments "
 "in reverse order for the prerm and postrm scripts."
@@ -1023,7 +1114,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:385
+#: debhelper.pod:429
 #, fuzzy
 msgid ""
 "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if "
@@ -1032,7 +1123,7 @@ msgstr "dh_installwm - registra un gestor de ventanas"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:391
+#: debhelper.pod:435
 msgid ""
 "dh_builddeb did not previously delete everything matching DH_ALWAYS_EXCLUDE, "
 "if it was set to a list of things to exclude, such as \"CVS:.svn:.git\". Now "
@@ -1041,7 +1132,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:397
+#: debhelper.pod:441
 msgid ""
 "dh_installman allows overwriting existing man pages in the package build "
 "directory. In previous compatibility levels it silently refuses to do this."
@@ -1049,13 +1140,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:402
+#: debhelper.pod:446
 msgid "V7"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:404
+#: debhelper.pod:448
 #, fuzzy
 msgid "This is the recommended mode of operation."
 msgstr ""
@@ -1063,13 +1154,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:406
+#: debhelper.pod:450
 msgid "Changes from V6 are:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:456
 msgid ""
 "dh_install, will fall back to looking for files in debian/tmp if it doesn't "
 "find them in the current directory (or wherever you tell it look using --"
@@ -1079,19 +1170,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:419
+#: debhelper.pod:463
 msgid "dh_clean will read debian/clean and delete files listed there."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:423
+#: debhelper.pod:467
 msgid "dh_clean will delete toplevel *-stamp files."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:427
+#: debhelper.pod:471
 msgid ""
 "dh_installchangelogs will guess at what file is the upstream changelog if "
 "none is specified."
@@ -1099,13 +1190,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:434
+#: debhelper.pod:478
 msgid "Doc directory symlinks"
 msgstr "Enlaces a los directorios Doc"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:436
+#: debhelper.pod:480
 msgid ""
 "Sometimes it is useful to make a package not contain a /usr/share/doc/"
 "package directory at all, instead placing just a dangling symlink in the "
@@ -1128,13 +1219,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:445
+#: debhelper.pod:489
 msgid "udebs"
 msgstr "udebs"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:447
+#: debhelper.pod:491
 msgid ""
 "Debhelper includes support for udebs. To create a udeb with debhelper, add "
 "\"XC-Package-Type: udeb\" to the package's stanza in debian/control, and "
@@ -1153,13 +1244,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:454
+#: debhelper.pod:498
 msgid "Other notes"
 msgstr "Otras notas"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:500
 msgid ""
 "In general, if any debhelper program needs a directory to exist under "
 "debian/, it will create it. I haven't bothered to document this in all the "
@@ -1176,7 +1267,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:462
+#: debhelper.pod:506
 #, fuzzy
 msgid ""
 "Once your package uses debhelper to build, be sure to add debhelper to your "
@@ -1192,7 +1283,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:468
+#: debhelper.pod:512
 #, fuzzy, no-wrap
 msgid ""
 "  Build-Depends: debhelper (>= 7)\n"
@@ -1203,19 +1294,19 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:470
+#: debhelper.pod:514
 msgid "ENVIRONMENT"
 msgstr "ENTORNO"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:474
+#: debhelper.pod:518
 msgid "DH_VERBOSE"
 msgstr "DH_VERBOSE"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:476
+#: debhelper.pod:520
 msgid ""
 "Set to 1 to enable verbose mode. Debhelper will output every command it runs "
 "that modifies files on the build system."
@@ -1226,13 +1317,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:479
+#: debhelper.pod:523
 msgid "DH_COMPAT"
 msgstr "DH_COMPAT"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:481
+#: debhelper.pod:525
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in debian/compat."
@@ -1242,25 +1333,25 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:484
+#: debhelper.pod:528
 msgid "DH_NO_ACT"
 msgstr "DH_NO_ACT"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:486
+#: debhelper.pod:530
 msgid "Set to 1 to enable no-act mode."
 msgstr "Poner a 1 para habilitar el modo no-act."
 
 # type: =item
 #. type: =item
-#: debhelper.pod:488
+#: debhelper.pod:532
 msgid "DH_OPTIONS"
 msgstr "DH_OPTIONS"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:534
 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 "
@@ -1269,7 +1360,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:494
+#: debhelper.pod:538
 #, fuzzy
 msgid ""
 "This is useful in some situations, for example, if you need to pass -p to "
@@ -1286,13 +1377,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:499
+#: debhelper.pod:543
 msgid "DH_ALWAYS_EXCLUDE"
 msgstr "DH_ALWAYS_EXCLUDE"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:501
+#: debhelper.pod:545
 msgid ""
 "If set, this adds the value the variable is set to to the -X options of all "
 "commands that support the -X option. Moreover, dh_builddeb will rm -rf "
@@ -1304,7 +1395,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:505
+#: debhelper.pod:549
 msgid ""
 "This can be useful if you are doing a build from a CVS source tree, in which "
 "case setting DH_ALWAYS_EXCLUDE=CVS will prevent any CVS directories from "
@@ -1322,7 +1413,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:512
+#: debhelper.pod:556
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "DH_ALWAYS_EXCLUDE=CVS:.svn"
@@ -1332,7 +1423,7 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:517 dh_builddeb:87 dh_clean:130 dh_compress:192 dh_desktop:27
+#: debhelper.pod:561 dh_builddeb:88 dh_clean:130 dh_compress:192 dh_desktop:27
 #: dh_fixperms:122 dh_gconf:104 dh_gencontrol:79 dh_installcatalogs:109
 #: dh_installchangelogs:147 dh_installcron:61 dh_installdebconf:118
 #: dh_installdeb:94 dh_installdirs:83 dh_installdocs:223 dh_installemacsen:111
@@ -1341,7 +1432,7 @@ msgstr ""
 #: dh_installman:251 dh_installmenu:80 dh_installmime:85 dh_installmodules:124
 #: dh_installpam:52 dh_install:267 dh_installppp:56 dh_installwm:107
 #: dh_installxfonts:86 dh_link:223 dh_listpackages:29 dh_makeshlibs:227
-#: dh_md5sums:89 dh_movefiles:162 dh_perl:152 dh_python:282 dh_scrollkeeper:28
+#: dh_md5sums:89 dh_movefiles:164 dh_perl:152 dh_python:282 dh_scrollkeeper:28
 #: dh_shlibdeps:168 dh_strip:227 dh_suidregister:117 dh_testdir:44
 #: dh_testroot:27 dh_testversion:75 dh_undocumented:28 dh_usrlocal:114
 msgid "SEE ALSO"
@@ -1349,31 +1440,31 @@ msgstr "V
 
 # type: =item
 #. type: =item
-#: debhelper.pod:521
+#: debhelper.pod:565
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:523
+#: debhelper.pod:567
 msgid "A set of example debian/rules files that use debhelper."
 msgstr "Varios ficheros de ejemplo debian/rules que usan debhelper."
 
 # type: =item
 #. type: =item
-#: debhelper.pod:525
+#: debhelper.pod:569
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:527
+#: debhelper.pod:571
 msgid "Debhelper web site."
 msgstr "Web de Debhelper."
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:531 dh_builddeb:93 dh_clean:136 dh_compress:198 dh_desktop:33
+#: debhelper.pod:575 dh_builddeb:94 dh_clean:136 dh_compress:198 dh_desktop:33
 #: dh_fixperms:128 dh_gconf:110 dh_gencontrol:85 dh_installcatalogs:115
 #: dh_installchangelogs:153 dh_installcron:67 dh_installdebconf:124
 #: dh_installdeb:100 dh_installdirs:89 dh_installdocs:229
@@ -1382,7 +1473,7 @@ msgstr "Web de Debhelper."
 #: dh_installmanpages:203 dh_installman:257 dh_installmenu:88
 #: dh_installmime:91 dh_installmodules:130 dh_installpam:58 dh_install:273
 #: dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229
-#: dh_listpackages:35 dh_makeshlibs:233 dh_md5sums:95 dh_movefiles:168
+#: dh_listpackages:35 dh_makeshlibs:233 dh_md5sums:95 dh_movefiles:170
 #: dh_perl:158 dh_python:288 dh_scrollkeeper:34 dh_shlibdeps:174 dh_strip:233
 #: dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_testversion:81
 #: dh_undocumented:34 dh_usrlocal:120
@@ -1391,7 +1482,7 @@ msgstr "AUTOR"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:533 dh_builddeb:95 dh_clean:138 dh_compress:200
+#: debhelper.pod:577 dh_builddeb:96 dh_clean:138 dh_compress:200
 #: dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69
 #: dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91
 #: dh_installdocs:231 dh_installemacsen:119 dh_installexamples:111
@@ -1399,7 +1490,7 @@ msgstr "AUTOR"
 #: dh_installmanpages:205 dh_installman:259 dh_installmenu:90
 #: dh_installmime:93 dh_installmodules:132 dh_installpam:60 dh_install:275
 #: dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231
-#: dh_listpackages:37 dh_makeshlibs:235 dh_md5sums:97 dh_movefiles:170
+#: dh_listpackages:37 dh_makeshlibs:235 dh_md5sums:97 dh_movefiles:172
 #: dh_shlibdeps:176 dh_strip:235 dh_suidregister:125 dh_testdir:52
 #: dh_testroot:35 dh_testversion:83 dh_undocumented:36
 msgid "Joey Hess <joeyh@debian.org>"
@@ -1499,7 +1590,7 @@ msgstr "Pasa I<par
 
 # type: textblock
 #. type: textblock
-#: dh_builddeb:89 dh_clean:132 dh_compress:194 dh_fixperms:124 dh_gconf:106
+#: dh_builddeb:90 dh_clean:132 dh_compress:194 dh_fixperms:124 dh_gconf:106
 #: dh_gencontrol:81 dh_installcatalogs:111 dh_installchangelogs:149
 #: dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85
 #: dh_installdocs:225 dh_installemacsen:113 dh_installexamples:105
@@ -1507,7 +1598,7 @@ msgstr "Pasa I<par
 #: dh_installlogrotate:52 dh_installmanpages:199 dh_installman:253
 #: dh_installmime:87 dh_installmodules:126 dh_installpam:54 dh_install:269
 #: dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225
-#: dh_listpackages:31 dh_makeshlibs:229 dh_md5sums:91 dh_movefiles:164
+#: dh_listpackages:31 dh_makeshlibs:229 dh_md5sums:91 dh_movefiles:166
 #: dh_perl:154 dh_python:284 dh_strip:229 dh_suidregister:119 dh_testdir:46
 #: dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
 msgid "L<debhelper(7)>"
@@ -1515,7 +1606,7 @@ msgstr "L<debhelper(7)>"
 
 # type: textblock
 #. type: textblock
-#: dh_builddeb:91 dh_clean:134 dh_compress:196 dh_desktop:31 dh_fixperms:126
+#: dh_builddeb:92 dh_clean:134 dh_compress:196 dh_desktop:31 dh_fixperms:126
 #: dh_gconf:108 dh_gencontrol:83 dh_installchangelogs:151 dh_installcron:65
 #: dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:227
 #: dh_installemacsen:115 dh_installexamples:107 dh_installinfo:78
@@ -1523,7 +1614,7 @@ msgstr "L<debhelper(7)>"
 #: dh_installman:255 dh_installmenu:86 dh_installmime:89 dh_installmodules:128
 #: dh_installpam:56 dh_install:271 dh_installppp:60 dh_installwm:111
 #: dh_installxfonts:90 dh_link:227 dh_listpackages:33 dh_makeshlibs:231
-#: dh_md5sums:93 dh_movefiles:166 dh_perl:156 dh_python:286 dh_scrollkeeper:32
+#: dh_md5sums:93 dh_movefiles:168 dh_perl:156 dh_python:286 dh_scrollkeeper:32
 #: dh_shlibdeps:172 dh_strip:231 dh_suidregister:121 dh_testdir:48
 #: dh_testroot:31 dh_testversion:79 dh_undocumented:32 dh_usrlocal:118
 msgid "This program is a part of debhelper."
@@ -1575,12 +1666,11 @@ msgstr ""
 "Ficheros llamados debian/paquete.info pueden listar otros ficheros a "
 "instalar."
 
-# type: textblock
 #. type: textblock
 #: dh_clean:27
 msgid ""
 "It does not run \"make clean\" to clean up after the build process. Use "
-"L<dh_auto_clean(1)> to do that."
+"L<dh_auto_clean(1)> to do things like that."
 msgstr ""
 
 # type: textblock
@@ -2238,7 +2328,7 @@ msgstr ""
 # type: =item
 #. type: =item
 #: dh_installchangelogs:56 dh_installdocs:58 dh_installexamples:43
-#: dh_install:93 dh_link:57 dh_movefiles:44
+#: dh_install:69 dh_link:57 dh_movefiles:44
 msgid "B<-Xitem>, B<--exclude=item>"
 msgstr "B<-Xelemento>, B<--exclude=elemento>"
 
@@ -2950,7 +3040,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh_installexamples:45 dh_install:95 dh_movefiles:46
+#: dh_installexamples:45 dh_install:71 dh_movefiles:46
 msgid ""
 "Exclude files that contain \"item\" anywhere in their filename from being "
 "installed."
@@ -4002,63 +4092,54 @@ msgstr ""
 # type: =item
 #. type: =item
 #: dh_install:51
-msgid "B<--autodest>"
-msgstr "B<--autodest>"
+msgid "B<--list-missing>"
+msgstr "B<--list-missing>"
 
 # type: textblock
 #. type: textblock
 #: dh_install:53
 msgid ""
-"Guess as the destination directory to install things to. If this is "
-"specified, you should not list destination directories in debian/package."
-"install files or on the command line. Instead, dh_install will guess as "
-"follows:"
+"This option makes dh_install keep track of the files it installs, and then "
+"at the end, compare that list with the files in the source directory. If any "
+"of the files (and symlinks) in the source directory were not installed to "
+"somewhere, it will warn on stderr about that."
 msgstr ""
-"Adivina el directorio donde instalar las cosas. Si se especifica no se deben "
-"listar los directorios de destino en los ficheros debian/paquete.install o "
-"en la línea de órdenes. En vez de esto, dh_install lo adivinará del "
-"siguiente modo:"
+"Esta opción hace que dh_install lleve la cuenta de los ficheros que instala, "
+"y al final, compare esa lista con los ficheros en el directorio fuente. Si "
+"alguno de los ficheros (o enlaces simbólicos) en el directorio fuente no se "
+"instalaron en algún lugar, dará un aviso a través de la salida de error "
+"estándar."
 
 # type: textblock
 #. type: textblock
 #: dh_install:58
 msgid ""
-"Strip off 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 "
-"filename. So if the filename is debian/tmp/usr/bin, then that directory will "
-"be copied to debian/package/usr/. If the filename is debian/tmp/etc/passwd, "
-"it will be copied to debian/package/etc/."
+"This may be useful if you have a large package and want to make sure that "
+"you don't miss installing newly added files in new upstream releases."
 msgstr ""
-"Si está presente elimina debian/tmp (o el \"sourcedir\", si se proporciona) "
-"del principio del nombre del fichero, y después lo instala en el directorio "
-"que forma parte del nombre del fichero. Esto es, si el nombre del fichero es "
-"debian/tmp/usr/bin, el directorio se copiará a debian/paquete/usr/. Si el "
-"nombre del fichero es debian/tmp/etc/passwd, se copiará a debian/paquete/"
-"etc/."
+"Esto puede ser útil si tiene un paquete grande y quiere asegurarse de que no "
+"se olvida de instalar ningún fichero nuevo añadido en una nueva versión del "
+"programa."
 
 # type: textblock
 #. type: textblock
-#: dh_install:64
+#: dh_install:61
 msgid ""
-"Note that if you list exactly one filename or wildcard-pattern on a line by "
-"itself in a debian/package.install file, with no explicit destination, then "
-"dh_install will automatically guess the destination even if this flag is not "
-"set."
+"Note that files that are excluded from being moved via the -X option are not "
+"warned about."
 msgstr ""
-"Dese cuenta que si lista exactamente un nombre o patrón de comodines en una "
-"línea en el fichero debian/paquete.install, sin ningún destino explícito, "
-"entonces dh_install adivinará automáticamente el destino, incluso si no se "
-"ha usado esta opción."
+"Dese cuenta de que no se avisa de los fichero excluidos mediante la opción -"
+"X."
 
 # type: =item
 #. type: =item
-#: dh_install:69
+#: dh_install:64
 msgid "B<--fail-missing>"
 msgstr "B<--fail-missing>"
 
 # type: textblock
 #. type: textblock
-#: dh_install:71
+#: dh_install:66
 msgid ""
 "This option is like --list-missing, except if a file was missed, it will not "
 "only list the missing files, but also fail with a nonzero exit code."
@@ -4070,71 +4151,83 @@ msgstr ""
 # type: =item
 #. type: =item
 #: dh_install:74
-msgid "B<--list-missing>"
-msgstr "B<--list-missing>"
+msgid "B<--sourcedir=dir>"
+msgstr "B<--sourcedir=dir>"
 
-# type: textblock
 #. type: textblock
 #: dh_install:76
+msgid "Look in the specified directory for files to be installed."
+msgstr ""
+
+#. type: textblock
+#: dh_install:78
 msgid ""
-"This option makes dh_install keep track of the files it installs, and then "
-"at the end, compare that list with the files in the source directory. If any "
-"of the files (and symlinks) in the source directory were not installed to "
-"somewhere, it will warn on stderr about that."
+"Note that this is not the same as the --sourcedirectory option used by the "
+"dh_auto_* commands. You rarely need to use this option, since dh_install "
+"automatically looks for files in debian/tmp in debhelper compatibility level "
+"7 and above."
 msgstr ""
-"Esta opción hace que dh_install lleve la cuenta de los ficheros que instala, "
-"y al final, compare esa lista con los ficheros en el directorio fuente. Si "
-"alguno de los ficheros (o enlaces simbólicos) en el directorio fuente no se "
-"instalaron en algún lugar, dará un aviso a través de la salida de error "
-"estándar."
+
+# type: =item
+#. type: =item
+#: dh_install:83
+msgid "B<--autodest>"
+msgstr "B<--autodest>"
 
 # type: textblock
 #. type: textblock
-#: dh_install:81
+#: dh_install:85
 msgid ""
-"This may be useful if you have a large package and want to make sure that "
-"you don't miss installing newly added files in new upstream releases."
+"Guess as the destination directory to install things to. If this is "
+"specified, you should not list destination directories in debian/package."
+"install files or on the command line. Instead, dh_install will guess as "
+"follows:"
 msgstr ""
-"Esto puede ser útil si tiene un paquete grande y quiere asegurarse de que no "
-"se olvida de instalar ningún fichero nuevo añadido en una nueva versión del "
-"programa."
+"Adivina el directorio donde instalar las cosas. Si se especifica no se deben "
+"listar los directorios de destino en los ficheros debian/paquete.install o "
+"en la línea de órdenes. En vez de esto, dh_install lo adivinará del "
+"siguiente modo:"
 
 # type: textblock
 #. type: textblock
-#: dh_install:84
+#: dh_install:90
 msgid ""
-"Note that files that are excluded from being moved via the -X option are not "
-"warned about."
+"Strip off 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 "
+"filename. So if the filename is debian/tmp/usr/bin, then that directory will "
+"be copied to debian/package/usr/. If the filename is debian/tmp/etc/passwd, "
+"it will be copied to debian/package/etc/."
 msgstr ""
-"Dese cuenta de que no se avisa de los fichero excluidos mediante la opción -"
-"X."
-
-# type: =item
-#. type: =item
-#: dh_install:87
-msgid "B<--sourcedir=dir>"
-msgstr "B<--sourcedir=dir>"
+"Si está presente elimina debian/tmp (o el \"sourcedir\", si se proporciona) "
+"del principio del nombre del fichero, y después lo instala en el directorio "
+"que forma parte del nombre del fichero. Esto es, si el nombre del fichero es "
+"debian/tmp/usr/bin, el directorio se copiará a debian/paquete/usr/. Si el "
+"nombre del fichero es debian/tmp/etc/passwd, se copiará a debian/paquete/"
+"etc/."
 
 # type: textblock
 #. type: textblock
-#: dh_install:89
-#, fuzzy
+#: dh_install:96
 msgid ""
-"Makes all files to be installed be found under dir. If this is specified, it "
-"is akin to all the filenames having \"dir/\" prepended to them."
+"Note that if you list exactly one filename or wildcard-pattern on a line by "
+"itself in a debian/package.install file, with no explicit destination, then "
+"dh_install will automatically guess the destination even if this flag is not "
+"set."
 msgstr ""
-"Hace que todos los ficheros fuente se encuentren bajo dir. Si se especifica, "
-"es parecido a anteponer \"dir/\" a todos los nombres de los ficheros fuente."
+"Dese cuenta que si lista exactamente un nombre o patrón de comodines en una "
+"línea en el fichero debian/paquete.install, sin ningún destino explícito, "
+"entonces dh_install adivinará automáticamente el destino, incluso si no se "
+"ha usado esta opción."
 
 # type: =item
 #. type: =item
-#: dh_install:98
+#: dh_install:101
 msgid "I<file [...] dest>"
 msgstr "I<file [...] dest>"
 
 # type: textblock
 #. type: textblock
-#: dh_install:100
+#: dh_install:103
 msgid ""
 "Lists files (or directories) to install and where to install them to.  The "
 "files will be installed into the first package dh_install acts on."
@@ -6061,6 +6154,16 @@ msgstr "Normas de Debian, versi
 msgid "Andrew Stribblehill <ads@debian.org>"
 msgstr "Andrew Stribblehill <ads@debian.org>"
 
+# type: textblock
+#, fuzzy
+#~ msgid ""
+#~ "Makes all files to be installed be found under dir. If this is specified, "
+#~ "it is akin to all the filenames having \"dir/\" prepended to them."
+#~ msgstr ""
+#~ "Hace que todos los ficheros fuente se encuentren bajo dir. Si se "
+#~ "especifica, es parecido a anteponer \"dir/\" a todos los nombres de los "
+#~ "ficheros fuente."
+
 # type: textblock
 #~ msgid ""
 #~ "To make dh_install behave like the old dh_movefiles, move your package."
index c2e469c391f387ae20b6c4154a8e991276b847ce..1a47a46139f7d99ffb5d43890d0e4297d3e2221d 100644 (file)
@@ -3,7 +3,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debhelper manpages\n"
-"POT-Creation-Date: 2009-06-29 15:35-0300\n"
+"POT-Creation-Date: 2009-07-01 15:31-0300\n"
 "PO-Revision-Date: 2006-11-19 20:50+0100\n"
 "Last-Translator: Valery Perrin <valery.perrin.debian@free.fr>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -538,9 +538,100 @@ msgstr ""
 "Précise que les fichiers (ou autres éléments) indiqués dans la ligne de "
 "commande concernent TOUS les paquets construits et pas seulement le premier."
 
+#. type: =head1
+#: debhelper.pod:177
+msgid "BUILD SYSTEM OPTIONS"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:179
+msgid ""
+"The following command line options are supported by all of the dh_auto_* "
+"debhelper programs. These programs support a variety of build systems, and "
+"normally heuristically determine which to use, and how to use them.  You can "
+"use these command line options to override the default behavior."
+msgstr ""
+
+# type: =item
+#. type: =item
+#: debhelper.pod:186
+#, fuzzy
+msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
+msgstr "B<-X>I<élément>, B<--exclude=>I<élément>"
+
+#. type: textblock
+#: debhelper.pod:188
+msgid ""
+"Force use of the specified I<buildsystem>, instead of trying to auto-select "
+"one which might be applicable for the package."
+msgstr ""
+
+# type: =item
+#. type: =item
+#: debhelper.pod:191
+#, fuzzy
+msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
+msgstr "B<-l>I<répertoire>[:répertoire:répertoire:..]"
+
+#. type: textblock
+#: debhelper.pod:193
+msgid ""
+"Assume that the original package source tree is at the specified "
+"I<directory> rather than the top level directory of the Debian source "
+"package tree."
+msgstr ""
+
+# type: =item
+#. type: =item
+#: debhelper.pod:197
+#, fuzzy
+msgid "B<-B>[I<directory>], B<--builddirectory>=[I<directory>]"
+msgstr "B<-l>I<répertoire>[:répertoire:répertoire:..]"
+
+#. type: textblock
+#: debhelper.pod:199
+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 "
+"directory will chosen."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:203
+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 "
+"such a case, the default build directory will be used even if L<--"
+"builddirectory> is not specified."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:208
+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 "
+"path that is the same as the source directory path."
+msgstr ""
+
+# type: =item
+#. type: =item
+#: debhelper.pod:212
+#, fuzzy
+msgid "B<--list>, B<-l>"
+msgstr "B<-A>, B<--all>"
+
+#. type: textblock
+#: debhelper.pod:214
+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 "
+"shows which build system would be automatically selected, or which one is "
+"manually specified with the I<--buildsystem> option."
+msgstr ""
+
 # type: =head1
 #. type: =head1
-#: debhelper.pod:177 dh_installcatalogs:52 dh_installdocs:81
+#: debhelper.pod:221 dh_installcatalogs:52 dh_installdocs:81
 #: dh_installemacsen:54 dh_installexamples:50 dh_installinit:110
 #: dh_installman:79 dh_installmime:41 dh_installmodules:60 dh_installwm:53
 #: dh_installxfonts:37 dh_movefiles:58 dh_strip:68 dh_usrlocal:49
@@ -549,13 +640,13 @@ msgstr "REMARQUES"
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:179
+#: debhelper.pod:223
 msgid "Multiple binary package support"
 msgstr "Prise en charge de plusieurs paquets binaires"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:181
+#: debhelper.pod:225
 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 "
@@ -575,7 +666,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:189
+#: debhelper.pod:233
 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<-"
@@ -591,13 +682,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:195
+#: debhelper.pod:239
 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:197
+#: debhelper.pod:241
 msgid ""
 "Some debhelper commands will automatically generate parts of debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -615,7 +706,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:204
+#: debhelper.pod:248
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
@@ -625,7 +716,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:207
+#: debhelper.pod:251
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
@@ -636,7 +727,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:210
+#: debhelper.pod:254
 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 "
@@ -651,7 +742,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:215
+#: debhelper.pod:259
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -670,13 +761,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:221
+#: debhelper.pod:265
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr "Génération automatique des diverses dépendances."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:223
+#: debhelper.pod:267
 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 "
@@ -696,7 +787,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:231
+#: debhelper.pod:275
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called "
@@ -711,7 +802,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:236
+#: debhelper.pod:280
 msgid ""
 "This is entirely independent of the standard ${shlibs:Depends} generated by "
 "L<dh_makeshlibs(1)>, and the ${perl:Depends} generated by L<dh_perl(1)>.  "
@@ -725,13 +816,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:241
+#: debhelper.pod:285
 msgid "Package build directories"
 msgstr "Répertoires de construction du paquet"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:243
+#: debhelper.pod:287
 msgid ""
 "By default, all debhelper programs assume that the temporary directory used "
 "for assembling the tree of files in a package is debian/<package>."
@@ -742,7 +833,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:246
+#: debhelper.pod:290
 msgid ""
 "Sometimes, you might want to use some other temporary directory. This is "
 "supported by the -P flag. For example, \"dh_installdocs -Pdebian/tmp\", will "
@@ -762,13 +853,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:254
+#: debhelper.pod:298
 msgid "Debhelper compatibility levels"
 msgstr "Niveaux de compatibilité de debhelper"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:256
+#: debhelper.pod:300
 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 "
@@ -788,7 +879,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:263
+#: debhelper.pod:307
 #, fuzzy
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to debian/"
@@ -800,7 +891,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:266
+#: debhelper.pod:310
 #, fuzzy, no-wrap
 msgid ""
 "  % echo 7 > debian/compat\n"
@@ -811,7 +902,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:268
+#: debhelper.pod:312
 msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
@@ -829,19 +920,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:275
+#: debhelper.pod:319
 msgid "These are the available compatibility levels:"
 msgstr "Les niveaux de compatibilité sont les S<suivants :>"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:279
+#: debhelper.pod:323
 msgid "V1"
 msgstr "V1"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:281
+#: debhelper.pod:325
 msgid ""
 "This is the original debhelper compatibility level, and so it is the default "
 "one. In this mode, debhelper will use debian/tmp as the package tree "
@@ -855,19 +946,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:286 debhelper.pod:293 debhelper.pod:316 debhelper.pod:345
+#: debhelper.pod:330 debhelper.pod:337 debhelper.pod:360 debhelper.pod:389
 msgid "This mode is deprecated."
 msgstr "Ce mode est déconseillé."
 
 # type: =item
 #. type: =item
-#: debhelper.pod:288
+#: debhelper.pod:332
 msgid "V2"
 msgstr "V2"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:290
+#: debhelper.pod:334
 msgid ""
 "In this mode, debhelper will consistently use debian/<package> as the "
 "package tree directory for every package that is built."
@@ -877,29 +968,29 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:295
+#: debhelper.pod:339
 msgid "V3"
 msgstr "V3"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:297
+#: debhelper.pod:341
 msgid "This mode works like V2, with the following additions:"
 msgstr "Ce mode fonctionne comme V2 mais avec les ajouts S<suivants :>"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:301 debhelper.pod:306 debhelper.pod:310 debhelper.pod:324
-#: debhelper.pod:329 debhelper.pod:334 debhelper.pod:339 debhelper.pod:353
-#: debhelper.pod:357 debhelper.pod:362 debhelper.pod:366 debhelper.pod:378
-#: debhelper.pod:383 debhelper.pod:389 debhelper.pod:395 debhelper.pod:410
-#: debhelper.pod:417 debhelper.pod:421 debhelper.pod:425
+#: debhelper.pod:345 debhelper.pod:350 debhelper.pod:354 debhelper.pod:368
+#: debhelper.pod:373 debhelper.pod:378 debhelper.pod:383 debhelper.pod:397
+#: debhelper.pod:401 debhelper.pod:406 debhelper.pod:410 debhelper.pod:422
+#: debhelper.pod:427 debhelper.pod:433 debhelper.pod:439 debhelper.pod:454
+#: debhelper.pod:461 debhelper.pod:465 debhelper.pod:469
 msgid "-"
 msgstr "-"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:347
 msgid ""
 "Debhelper config files support globbing via * and ?, when appropriate. To "
 "turn this off and use those characters raw, just prefix with a backslash."
@@ -911,7 +1002,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:308
+#: debhelper.pod:352
 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig."
 msgstr ""
 "Les scripts de maintenance du paquet (postinst et postrm) feront appel à "
@@ -919,7 +1010,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:356
 msgid ""
 "Every file in etc/ is automatically flagged as a conffile by dh_installdeb."
 msgstr ""
@@ -928,19 +1019,19 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:318
+#: debhelper.pod:362
 msgid "V4"
 msgstr "V4"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:320
+#: debhelper.pod:364
 msgid "Changes from V3 are:"
 msgstr "Les changements par rapport à la version 3 S<sont :>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:326
+#: debhelper.pod:370
 msgid ""
 "dh_makeshlibs -V will not include the debian part of the version number in "
 "the generated dependency line in the shlibs file."
@@ -950,7 +1041,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:331
+#: debhelper.pod:375
 msgid ""
 "You are encouraged to put the new ${misc:Depends} into debian/control to "
 "supplement the ${shlibs:Depends} field."
@@ -960,7 +1051,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:336
+#: debhelper.pod:380
 msgid ""
 "dh_fixperms will make all files in bin/ directories and in etc/init.d "
 "executable."
@@ -970,7 +1061,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:341
+#: debhelper.pod:385
 msgid "dh_link will correct existing links to conform with policy."
 msgstr ""
 "dh_link corrigera les liens existants pour les rendre conformes à la Charte "
@@ -978,20 +1069,20 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:347
+#: debhelper.pod:391
 msgid "V5"
 msgstr "V5"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:349
+#: debhelper.pod:393
 #, fuzzy
 msgid "Changes from V4 are:"
 msgstr "Les changements par rapport à la version 3 S<sont :>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:355
+#: debhelper.pod:399
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 "Les commentaires sont ignorés dans les fichiers de configuration de "
@@ -999,7 +1090,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:359
+#: debhelper.pod:403
 msgid ""
 "dh_strip --dbg-package now specifies the name of a package to put debugging "
 "symbols in, not the packages to take the symbols from."
@@ -1010,13 +1101,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:364
+#: debhelper.pod:408
 msgid "dh_installdocs skips installing empty files."
 msgstr "dh_installdocs saute l'installation des fichiers vides."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:368
+#: debhelper.pod:412
 msgid "dh_install errors out if wildcards expand to nothing."
 msgstr ""
 "dh_install génère des erreurs si les jokers (wildcards) ne correspondent à "
@@ -1024,20 +1115,20 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:372
+#: debhelper.pod:416
 msgid "V6"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:374
+#: debhelper.pod:418
 #, fuzzy
 msgid "Changes from V5 are:"
 msgstr "Les changements par rapport à la version 3 S<sont :>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:380
+#: debhelper.pod:424
 msgid ""
 "Commands that generate maintainer script fragments will order the fragments "
 "in reverse order for the prerm and postrm scripts."
@@ -1045,7 +1136,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:385
+#: debhelper.pod:429
 #, fuzzy
 msgid ""
 "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if "
@@ -1054,7 +1145,7 @@ msgstr "dh_installwm - inscrit un gestionnaire de fenêtre (window manager)"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:391
+#: debhelper.pod:435
 msgid ""
 "dh_builddeb did not previously delete everything matching DH_ALWAYS_EXCLUDE, "
 "if it was set to a list of things to exclude, such as \"CVS:.svn:.git\". Now "
@@ -1063,7 +1154,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:397
+#: debhelper.pod:441
 msgid ""
 "dh_installman allows overwriting existing man pages in the package build "
 "directory. In previous compatibility levels it silently refuses to do this."
@@ -1071,13 +1162,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:402
+#: debhelper.pod:446
 msgid "V7"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:404
+#: debhelper.pod:448
 #, fuzzy
 msgid "This is the recommended mode of operation."
 msgstr ""
@@ -1086,14 +1177,14 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:406
+#: debhelper.pod:450
 #, fuzzy
 msgid "Changes from V6 are:"
 msgstr "Les changements par rapport à la version 3 S<sont :>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:456
 msgid ""
 "dh_install, will fall back to looking for files in debian/tmp if it doesn't "
 "find them in the current directory (or wherever you tell it look using --"
@@ -1103,19 +1194,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:419
+#: debhelper.pod:463
 msgid "dh_clean will read debian/clean and delete files listed there."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:423
+#: debhelper.pod:467
 msgid "dh_clean will delete toplevel *-stamp files."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:427
+#: debhelper.pod:471
 msgid ""
 "dh_installchangelogs will guess at what file is the upstream changelog if "
 "none is specified."
@@ -1123,13 +1214,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:434
+#: debhelper.pod:478
 msgid "Doc directory symlinks"
 msgstr "Liens symboliques vers le répertoire de documentation"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:436
+#: debhelper.pod:480
 msgid ""
 "Sometimes it is useful to make a package not contain a /usr/share/doc/"
 "package directory at all, instead placing just a dangling symlink in the "
@@ -1153,13 +1244,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:445
+#: debhelper.pod:489
 msgid "udebs"
 msgstr "udebs"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:447
+#: debhelper.pod:491
 msgid ""
 "Debhelper includes support for udebs. To create a udeb with debhelper, add "
 "\"XC-Package-Type: udeb\" to the package's stanza in debian/control, and "
@@ -1179,13 +1270,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:454
+#: debhelper.pod:498
 msgid "Other notes"
 msgstr "Autres remarques"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:500
 msgid ""
 "In general, if any debhelper program needs a directory to exist under "
 "debian/, it will create it. I haven't bothered to document this in all the "
@@ -1203,7 +1294,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:462
+#: debhelper.pod:506
 #, fuzzy
 msgid ""
 "Once your package uses debhelper to build, be sure to add debhelper to your "
@@ -1220,7 +1311,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:468
+#: debhelper.pod:512
 #, fuzzy, no-wrap
 msgid ""
 "  Build-Depends: debhelper (>= 7)\n"
@@ -1231,19 +1322,19 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:470
+#: debhelper.pod:514
 msgid "ENVIRONMENT"
 msgstr "VARIABLES D'ENVIRONNEMENT"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:474
+#: debhelper.pod:518
 msgid "DH_VERBOSE"
 msgstr "DH_VERBOSE"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:476
+#: debhelper.pod:520
 msgid ""
 "Set to 1 to enable verbose mode. Debhelper will output every command it runs "
 "that modifies files on the build system."
@@ -1253,13 +1344,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:479
+#: debhelper.pod:523
 msgid "DH_COMPAT"
 msgstr "DH_COMPAT"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:481
+#: debhelper.pod:525
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in debian/compat."
@@ -1269,25 +1360,25 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:484
+#: debhelper.pod:528
 msgid "DH_NO_ACT"
 msgstr "DH_NO_ACT"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:486
+#: debhelper.pod:530
 msgid "Set to 1 to enable no-act mode."
 msgstr "Mettre cette variable à 1 pour activer le mode simulation (no-act)."
 
 # type: =item
 #. type: =item
-#: debhelper.pod:488
+#: debhelper.pod:532
 msgid "DH_OPTIONS"
 msgstr "DH_OPTIONS"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:534
 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 "
@@ -1296,7 +1387,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:494
+#: debhelper.pod:538
 #, fuzzy
 msgid ""
 "This is useful in some situations, for example, if you need to pass -p to "
@@ -1314,13 +1405,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:499
+#: debhelper.pod:543
 msgid "DH_ALWAYS_EXCLUDE"
 msgstr "DH_ALWAYS_EXCLUDE"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:501
+#: debhelper.pod:545
 msgid ""
 "If set, this adds the value the variable is set to to the -X options of all "
 "commands that support the -X option. Moreover, dh_builddeb will rm -rf "
@@ -1333,7 +1424,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:505
+#: debhelper.pod:549
 msgid ""
 "This can be useful if you are doing a build from a CVS source tree, in which "
 "case setting DH_ALWAYS_EXCLUDE=CVS will prevent any CVS directories from "
@@ -1352,7 +1443,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:512
+#: debhelper.pod:556
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "DH_ALWAYS_EXCLUDE=CVS:.svn"
@@ -1362,7 +1453,7 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:517 dh_builddeb:87 dh_clean:130 dh_compress:192 dh_desktop:27
+#: debhelper.pod:561 dh_builddeb:88 dh_clean:130 dh_compress:192 dh_desktop:27
 #: dh_fixperms:122 dh_gconf:104 dh_gencontrol:79 dh_installcatalogs:109
 #: dh_installchangelogs:147 dh_installcron:61 dh_installdebconf:118
 #: dh_installdeb:94 dh_installdirs:83 dh_installdocs:223 dh_installemacsen:111
@@ -1371,7 +1462,7 @@ msgstr ""
 #: dh_installman:251 dh_installmenu:80 dh_installmime:85 dh_installmodules:124
 #: dh_installpam:52 dh_install:267 dh_installppp:56 dh_installwm:107
 #: dh_installxfonts:86 dh_link:223 dh_listpackages:29 dh_makeshlibs:227
-#: dh_md5sums:89 dh_movefiles:162 dh_perl:152 dh_python:282 dh_scrollkeeper:28
+#: dh_md5sums:89 dh_movefiles:164 dh_perl:152 dh_python:282 dh_scrollkeeper:28
 #: dh_shlibdeps:168 dh_strip:227 dh_suidregister:117 dh_testdir:44
 #: dh_testroot:27 dh_testversion:75 dh_undocumented:28 dh_usrlocal:114
 msgid "SEE ALSO"
@@ -1379,32 +1470,32 @@ msgstr "VOIR AUSSI"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:521
+#: debhelper.pod:565
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:523
+#: debhelper.pod:567
 msgid "A set of example debian/rules files that use debhelper."
 msgstr ""
 "Un ensemble d'exemples de fichiers debian/rules qui utilisent debhelper."
 
 # type: =item
 #. type: =item
-#: debhelper.pod:525
+#: debhelper.pod:569
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:527
+#: debhelper.pod:571
 msgid "Debhelper web site."
 msgstr "Le site internet de debhelper."
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:531 dh_builddeb:93 dh_clean:136 dh_compress:198 dh_desktop:33
+#: debhelper.pod:575 dh_builddeb:94 dh_clean:136 dh_compress:198 dh_desktop:33
 #: dh_fixperms:128 dh_gconf:110 dh_gencontrol:85 dh_installcatalogs:115
 #: dh_installchangelogs:153 dh_installcron:67 dh_installdebconf:124
 #: dh_installdeb:100 dh_installdirs:89 dh_installdocs:229
@@ -1413,7 +1504,7 @@ msgstr "Le site internet de debhelper."
 #: dh_installmanpages:203 dh_installman:257 dh_installmenu:88
 #: dh_installmime:91 dh_installmodules:130 dh_installpam:58 dh_install:273
 #: dh_installppp:62 dh_installwm:113 dh_installxfonts:92 dh_link:229
-#: dh_listpackages:35 dh_makeshlibs:233 dh_md5sums:95 dh_movefiles:168
+#: dh_listpackages:35 dh_makeshlibs:233 dh_md5sums:95 dh_movefiles:170
 #: dh_perl:158 dh_python:288 dh_scrollkeeper:34 dh_shlibdeps:174 dh_strip:233
 #: dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_testversion:81
 #: dh_undocumented:34 dh_usrlocal:120
@@ -1422,7 +1513,7 @@ msgstr "AUTEUR"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:533 dh_builddeb:95 dh_clean:138 dh_compress:200
+#: debhelper.pod:577 dh_builddeb:96 dh_clean:138 dh_compress:200
 #: dh_fixperms:130 dh_gencontrol:87 dh_installchangelogs:155 dh_installcron:69
 #: dh_installdebconf:126 dh_installdeb:102 dh_installdirs:91
 #: dh_installdocs:231 dh_installemacsen:119 dh_installexamples:111
@@ -1430,7 +1521,7 @@ msgstr "AUTEUR"
 #: dh_installmanpages:205 dh_installman:259 dh_installmenu:90
 #: dh_installmime:93 dh_installmodules:132 dh_installpam:60 dh_install:275
 #: dh_installppp:64 dh_installwm:115 dh_installxfonts:94 dh_link:231
-#: dh_listpackages:37 dh_makeshlibs:235 dh_md5sums:97 dh_movefiles:170
+#: dh_listpackages:37 dh_makeshlibs:235 dh_md5sums:97 dh_movefiles:172
 #: dh_shlibdeps:176 dh_strip:235 dh_suidregister:125 dh_testdir:52
 #: dh_testroot:35 dh_testversion:83 dh_undocumented:36
 msgid "Joey Hess <joeyh@debian.org>"
@@ -1531,7 +1622,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh_builddeb:89 dh_clean:132 dh_compress:194 dh_fixperms:124 dh_gconf:106
+#: dh_builddeb:90 dh_clean:132 dh_compress:194 dh_fixperms:124 dh_gconf:106
 #: dh_gencontrol:81 dh_installcatalogs:111 dh_installchangelogs:149
 #: dh_installcron:63 dh_installdebconf:120 dh_installdeb:96 dh_installdirs:85
 #: dh_installdocs:225 dh_installemacsen:113 dh_installexamples:105
@@ -1539,7 +1630,7 @@ msgstr ""
 #: dh_installlogrotate:52 dh_installmanpages:199 dh_installman:253
 #: dh_installmime:87 dh_installmodules:126 dh_installpam:54 dh_install:269
 #: dh_installppp:58 dh_installwm:109 dh_installxfonts:88 dh_link:225
-#: dh_listpackages:31 dh_makeshlibs:229 dh_md5sums:91 dh_movefiles:164
+#: dh_listpackages:31 dh_makeshlibs:229 dh_md5sums:91 dh_movefiles:166
 #: dh_perl:154 dh_python:284 dh_strip:229 dh_suidregister:119 dh_testdir:46
 #: dh_testroot:29 dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
 msgid "L<debhelper(7)>"
@@ -1547,7 +1638,7 @@ msgstr "L<debhelper(7)>"
 
 # type: textblock
 #. type: textblock
-#: dh_builddeb:91 dh_clean:134 dh_compress:196 dh_desktop:31 dh_fixperms:126
+#: dh_builddeb:92 dh_clean:134 dh_compress:196 dh_desktop:31 dh_fixperms:126
 #: dh_gconf:108 dh_gencontrol:83 dh_installchangelogs:151 dh_installcron:65
 #: dh_installdebconf:122 dh_installdeb:98 dh_installdirs:87 dh_installdocs:227
 #: dh_installemacsen:115 dh_installexamples:107 dh_installinfo:78
@@ -1555,7 +1646,7 @@ msgstr "L<debhelper(7)>"
 #: dh_installman:255 dh_installmenu:86 dh_installmime:89 dh_installmodules:128
 #: dh_installpam:56 dh_install:271 dh_installppp:60 dh_installwm:111
 #: dh_installxfonts:90 dh_link:227 dh_listpackages:33 dh_makeshlibs:231
-#: dh_md5sums:93 dh_movefiles:166 dh_perl:156 dh_python:286 dh_scrollkeeper:32
+#: dh_md5sums:93 dh_movefiles:168 dh_perl:156 dh_python:286 dh_scrollkeeper:32
 #: dh_shlibdeps:172 dh_strip:231 dh_suidregister:121 dh_testdir:48
 #: dh_testroot:31 dh_testversion:79 dh_undocumented:32 dh_usrlocal:118
 msgid "This program is a part of debhelper."
@@ -1603,12 +1694,11 @@ msgstr ""
 "Des fichiers nommés debian/paquet.info peuvent indiquer d'autres fichiers à "
 "installer."
 
-# type: textblock
 #. type: textblock
 #: dh_clean:27
 msgid ""
 "It does not run \"make clean\" to clean up after the build process. Use "
-"L<dh_auto_clean(1)> to do that."
+"L<dh_auto_clean(1)> to do things like that."
 msgstr ""
 
 # type: textblock
@@ -2283,7 +2373,7 @@ msgstr ""
 # type: =item
 #. type: =item
 #: dh_installchangelogs:56 dh_installdocs:58 dh_installexamples:43
-#: dh_install:93 dh_link:57 dh_movefiles:44
+#: dh_install:69 dh_link:57 dh_movefiles:44
 msgid "B<-Xitem>, B<--exclude=item>"
 msgstr "B<-Xélément>, B<--exclude=élément>"
 
@@ -3008,7 +3098,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh_installexamples:45 dh_install:95 dh_movefiles:46
+#: dh_installexamples:45 dh_install:71 dh_movefiles:46
 msgid ""
 "Exclude files that contain \"item\" anywhere in their filename from being "
 "installed."
@@ -4097,64 +4187,54 @@ msgstr ""
 # type: =item
 #. type: =item
 #: dh_install:51
-msgid "B<--autodest>"
-msgstr "B<--autodest>"
+msgid "B<--list-missing>"
+msgstr "B<--list-missing>"
 
 # type: textblock
 #. type: textblock
 #: dh_install:53
 msgid ""
-"Guess as the destination directory to install things to. If this is "
-"specified, you should not list destination directories in debian/package."
-"install files or on the command line. Instead, dh_install will guess as "
-"follows:"
+"This option makes dh_install keep track of the files it installs, and then "
+"at the end, compare that list with the files in the source directory. If any "
+"of the files (and symlinks) in the source directory were not installed to "
+"somewhere, it will warn on stderr about that."
 msgstr ""
-"Avec ce paramètre, dh_install détermine de lui-même le répertoire de "
-"destination des éléments installés. Si cette option est spécifiée, il ne "
-"faut indiquer les répertoires de destination, ni dans les fichiers debian/"
-"paquet.install, ni en ligne de commande. dh_install détermine les "
-"répertoires de destination selon la règle S<suivante :>"
+"Cette option impose à dh_install de garder la trace des fichiers qu'il "
+"installe et, à la fin, de comparer cette liste aux fichiers du répertoire "
+"source. Si un des fichiers (ou des liens symboliques) du répertoire source, "
+"n'était pas installé quelque part, il le signalerait par un message sur "
+"stderr."
 
 # type: textblock
 #. type: textblock
 #: dh_install:58
 msgid ""
-"Strip off 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 "
-"filename. So if the filename is debian/tmp/usr/bin, then that directory will "
-"be copied to debian/package/usr/. If the filename is debian/tmp/etc/passwd, "
-"it will be copied to debian/package/etc/."
+"This may be useful if you have a large package and want to make sure that "
+"you don't miss installing newly added files in new upstream releases."
 msgstr ""
-"Il enlève debian/tmp (ou le nom du répertoire source, s'il a été indiqué) du "
-"début du chemin du fichier, s'il est présent, et copie le fichier dans le "
-"répertoire de construction du paquet, sous l'arborescence indiquée pour le "
-"fichier source. Par exemple, si l'objet à installer est le répertoire debian/"
-"tmp/usr/bin, alors il sera copié dans debian/paquet/usr/. Si le fichier à "
-"installer est debian/tmp/etc/passwd, il sera copié dans debian/paquet/etc/."
+"Cette option peut être utile dans le cas d'un gros paquet pour lequel on "
+"veut être certain de ne pas oublier l'installation d'un des nouveaux "
+"fichiers récemment ajoutés dans la version."
 
 # type: textblock
 #. type: textblock
-#: dh_install:64
+#: dh_install:61
 msgid ""
-"Note that if you list exactly one filename or wildcard-pattern on a line by "
-"itself in a debian/package.install file, with no explicit destination, then "
-"dh_install will automatically guess the destination even if this flag is not "
-"set."
+"Note that files that are excluded from being moved via the -X option are not "
+"warned about."
 msgstr ""
-"S<Nota :> Si le nom du fichier (ou le motif d'un ensemble de fichiers) est "
-"indiqué sur une ligne du fichier debian/paquet.install, sans que la "
-"destination soit précisée, alors dh_install déterminera automatiquement la "
-"destination, même en l'absence de l'option B<--autodest>."
+"S<Nota :> Les fichiers qui sont exclus par l'option -X n'entraînent aucun "
+"message d'erreur."
 
 # type: =item
 #. type: =item
-#: dh_install:69
+#: dh_install:64
 msgid "B<--fail-missing>"
 msgstr "B<--fail-missing>"
 
 # type: textblock
 #. type: textblock
-#: dh_install:71
+#: dh_install:66
 msgid ""
 "This option is like --list-missing, except if a file was missed, it will not "
 "only list the missing files, but also fail with a nonzero exit code."
@@ -4166,72 +4246,84 @@ msgstr ""
 # type: =item
 #. type: =item
 #: dh_install:74
-msgid "B<--list-missing>"
-msgstr "B<--list-missing>"
+msgid "B<--sourcedir=dir>"
+msgstr "B<--sourcedir=répertoire>"
 
-# type: textblock
 #. type: textblock
 #: dh_install:76
+msgid "Look in the specified directory for files to be installed."
+msgstr ""
+
+#. type: textblock
+#: dh_install:78
 msgid ""
-"This option makes dh_install keep track of the files it installs, and then "
-"at the end, compare that list with the files in the source directory. If any "
-"of the files (and symlinks) in the source directory were not installed to "
-"somewhere, it will warn on stderr about that."
+"Note that this is not the same as the --sourcedirectory option used by the "
+"dh_auto_* commands. You rarely need to use this option, since dh_install "
+"automatically looks for files in debian/tmp in debhelper compatibility level "
+"7 and above."
 msgstr ""
-"Cette option impose à dh_install de garder la trace des fichiers qu'il "
-"installe et, à la fin, de comparer cette liste aux fichiers du répertoire "
-"source. Si un des fichiers (ou des liens symboliques) du répertoire source, "
-"n'était pas installé quelque part, il le signalerait par un message sur "
-"stderr."
+
+# type: =item
+#. type: =item
+#: dh_install:83
+msgid "B<--autodest>"
+msgstr "B<--autodest>"
 
 # type: textblock
 #. type: textblock
-#: dh_install:81
+#: dh_install:85
 msgid ""
-"This may be useful if you have a large package and want to make sure that "
-"you don't miss installing newly added files in new upstream releases."
+"Guess as the destination directory to install things to. If this is "
+"specified, you should not list destination directories in debian/package."
+"install files or on the command line. Instead, dh_install will guess as "
+"follows:"
 msgstr ""
-"Cette option peut être utile dans le cas d'un gros paquet pour lequel on "
-"veut être certain de ne pas oublier l'installation d'un des nouveaux "
-"fichiers récemment ajoutés dans la version."
+"Avec ce paramètre, dh_install détermine de lui-même le répertoire de "
+"destination des éléments installés. Si cette option est spécifiée, il ne "
+"faut indiquer les répertoires de destination, ni dans les fichiers debian/"
+"paquet.install, ni en ligne de commande. dh_install détermine les "
+"répertoires de destination selon la règle S<suivante :>"
 
 # type: textblock
 #. type: textblock
-#: dh_install:84
+#: dh_install:90
 msgid ""
-"Note that files that are excluded from being moved via the -X option are not "
-"warned about."
+"Strip off 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 "
+"filename. So if the filename is debian/tmp/usr/bin, then that directory will "
+"be copied to debian/package/usr/. If the filename is debian/tmp/etc/passwd, "
+"it will be copied to debian/package/etc/."
 msgstr ""
-"S<Nota :> Les fichiers qui sont exclus par l'option -X n'entraînent aucun "
-"message d'erreur."
-
-# type: =item
-#. type: =item
-#: dh_install:87
-msgid "B<--sourcedir=dir>"
-msgstr "B<--sourcedir=répertoire>"
+"Il enlève debian/tmp (ou le nom du répertoire source, s'il a été indiqué) du "
+"début du chemin du fichier, s'il est présent, et copie le fichier dans le "
+"répertoire de construction du paquet, sous l'arborescence indiquée pour le "
+"fichier source. Par exemple, si l'objet à installer est le répertoire debian/"
+"tmp/usr/bin, alors il sera copié dans debian/paquet/usr/. Si le fichier à "
+"installer est debian/tmp/etc/passwd, il sera copié dans debian/paquet/etc/."
 
 # type: textblock
 #. type: textblock
-#: dh_install:89
-#, fuzzy
+#: dh_install:96
 msgid ""
-"Makes all files to be installed be found under dir. If this is specified, it "
-"is akin to all the filenames having \"dir/\" prepended to them."
+"Note that if you list exactly one filename or wildcard-pattern on a line by "
+"itself in a debian/package.install file, with no explicit destination, then "
+"dh_install will automatically guess the destination even if this flag is not "
+"set."
 msgstr ""
-"Avec cette option, tous les fichiers source seront trouvés dans le "
-"répertoire indiqué. Cela revient à ce que tous les noms des fichiers source "
-"soient préfixés par S<« répertoire »>."
+"S<Nota :> Si le nom du fichier (ou le motif d'un ensemble de fichiers) est "
+"indiqué sur une ligne du fichier debian/paquet.install, sans que la "
+"destination soit précisée, alors dh_install déterminera automatiquement la "
+"destination, même en l'absence de l'option B<--autodest>."
 
 # type: =item
 #. type: =item
-#: dh_install:98
+#: dh_install:101
 msgid "I<file [...] dest>"
 msgstr "I<fichier [...] destination>"
 
 # type: textblock
 #. type: textblock
-#: dh_install:100
+#: dh_install:103
 msgid ""
 "Lists files (or directories) to install and where to install them to.  The "
 "files will be installed into the first package dh_install acts on."
@@ -6190,6 +6282,16 @@ msgstr "Charte Debian, version 2.2"
 msgid "Andrew Stribblehill <ads@debian.org>"
 msgstr "Andrew Stribblehill <ads@debian.org>"
 
+# type: textblock
+#, fuzzy
+#~ msgid ""
+#~ "Makes all files to be installed be found under dir. If this is specified, "
+#~ "it is akin to all the filenames having \"dir/\" prepended to them."
+#~ msgstr ""
+#~ "Avec cette option, tous les fichiers source seront trouvés dans le "
+#~ "répertoire indiqué. Cela revient à ce que tous les noms des fichiers "
+#~ "source soient préfixés par S<« répertoire »>."
+
 # type: textblock
 #~ msgid ""
 #~ "To make dh_install behave like the old dh_movefiles, move your package."