]> git.donarmstrong.com Git - debhelper.git/commitdiff
releasing version 7.4.10 7.4.10
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 9 Dec 2009 20:22:38 +0000 (15:22 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 9 Dec 2009 20:22:38 +0000 (15:22 -0500)
debian/changelog
doc/TODO
man/po4a/po/debhelper.pot
man/po4a/po/es.po
man/po4a/po/fr.po

index 8c3cdbdd5f9daa805b5d1c2334a3a968ceb040b7..be0ac27cedebf250af627807225ba2ad213f44d2 100644 (file)
@@ -1,9 +1,12 @@
-debhelper (7.4.10) UNRELEASED; urgency=low
+debhelper (7.4.10) unstable; urgency=low
 
   * Add --parallel option that can be used to enable parallel building
     without limiting the max number of parallel jobs. (Modestas Vainius)
+  * dh_makeshlibs: Temporarily revert fix for #557603, as it caused
+    dpkg-gensymbols to see libraries not in the regular search path and
+    broke builds. This will be re-enabled in v8. Closes: #560217
 
- -- Joey Hess <joeyh@debian.org>  Mon, 07 Dec 2009 14:34:18 -0500
+ -- Joey Hess <joeyh@debian.org>  Wed, 09 Dec 2009 15:17:19 -0500
 
 debhelper (7.4.9) unstable; urgency=low
 
@@ -19,6 +22,8 @@ debhelper (7.4.8) unstable; urgency=low
     be enabled by using the --max-parallel option. This was necessary because
     some buildds build with -j2 by default. (See #532805)
   * dh: Document --no-act. Closes: #557505
+  * dh_makeshlibs: Make -X also exclude libraries from the symbols file.
+    Closes: #557603 (Peter Samuelson)
 
  -- Joey Hess <joeyh@debian.org>  Mon, 23 Nov 2009 13:57:10 -0500
 
index 50418b8df6923057059a1cefd76b67535b84af58..bd9bb295658b491927a99fb12f970dd278792bbd 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -9,6 +9,7 @@ v8:
 * make dh_install use hard links for efficiency
 * dh_installinit --restart-after-upgrade as default?
 * #487006: dh_installman with 3-letter codes
+* apply patch in #557603 (breaks compatability slightly; see #560120)
 
 Deprecated:
 
index 6758eda39ffeaa9257192df429384c2844647580..b8f526b1e88dfba05fe093d6cbc98877cc9eb6b8 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2009-11-30 14:21-0500\n"
+"POT-Creation-Date: 2009-12-09 15:17-0500\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"
@@ -447,40 +447,46 @@ msgstr ""
 
 #. type: =item
 #: debhelper.pod:220
-msgid "B<--max-parallel>I<=maximum>"
+msgid "B<--parallel>"
 msgstr ""
 
 #. type: textblock
 #: debhelper.pod:222
 msgid ""
-"This option allows controlling how many parallel jobs can be used in a "
-"build, if parallel builds are enabled by the DEB_BUILD_OPTIONS environment "
-"variable."
+"Enable parallel builds if underlying build system supports them.  The number "
+"of parallel jobs is controlled by the DEB_BUILD_OPTIONS environment variable "
+"(L<Debian Policy, section 4.9.1>) at build time. It might also be subject to "
+"a build system specific limit."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:226
+#: debhelper.pod:227
 msgid ""
-"If set to 1, parallel builds are disabled -- do this if the package build is "
-"known not to work in parallel. If the package build is known to only work "
-"with certian levels of concurrency, you can set this to the maximum level "
-"that is known to work, or that you wish to support."
+"If this option is not specified, debhelper currently defaults to not "
+"allowing parallel package builds."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:230
+msgid "B<--max-parallel>I<=maximum>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:231
+#: debhelper.pod:232
 msgid ""
-"If this option is not specified, debhelper currently defaults to not "
-"supporting parallel package builds."
+"This option implies L<--parallel> and allows further limiting the number of "
+"jobs that can be used in a parallel build. If the package build is known to "
+"only work with certain levels of concurrency, you can set this to the "
+"maximum level that is known to work, or that you wish to support."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:234 dh:61
+#: debhelper.pod:237 dh:61
 msgid "B<--list>, B<-l>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:236
+#: debhelper.pod:239
 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 "
@@ -489,17 +495,17 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:243 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:110 dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
+#: debhelper.pod:246 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:110 dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
 msgid "NOTES"
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:245
+#: debhelper.pod:248
 msgid "Multiple binary package support"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:247
+#: debhelper.pod:250
 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 "
@@ -511,7 +517,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:255
+#: debhelper.pod:258
 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>, "
@@ -521,12 +527,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:261
+#: debhelper.pod:264
 msgid "Automatic generation of debian install scripts"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:263
+#: debhelper.pod:266
 msgid ""
 "Some debhelper commands will automatically generate parts of debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -537,21 +543,21 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:270
+#: debhelper.pod:273
 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:273
+#: debhelper.pod:276
 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:276
+#: debhelper.pod:279
 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 "
@@ -560,7 +566,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: debhelper.pod:281
+#: debhelper.pod:284
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -572,12 +578,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:287
+#: debhelper.pod:290
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:289
+#: debhelper.pod:292
 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 "
@@ -589,7 +595,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:297
+#: debhelper.pod:300
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called "
@@ -598,7 +604,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:302
+#: debhelper.pod:305
 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)>.  "
@@ -607,19 +613,19 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:307
+#: debhelper.pod:310
 msgid "Package build directories"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:309
+#: debhelper.pod:312
 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:312
+#: debhelper.pod:315
 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 "
@@ -631,12 +637,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:320
+#: debhelper.pod:323
 msgid "Debhelper compatibility levels"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:322
+#: debhelper.pod:325
 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 "
@@ -647,14 +653,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:329
+#: debhelper.pod:332
 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:332
+#: debhelper.pod:335
 #, no-wrap
 msgid ""
 "  % echo 7 > debian/compat\n"
@@ -662,7 +668,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:334
+#: debhelper.pod:337
 msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
@@ -673,17 +679,17 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:341
+#: debhelper.pod:344
 msgid "These are the available compatibility levels:"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:345
+#: debhelper.pod:348
 msgid "V1"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:347
+#: debhelper.pod:350
 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 "
@@ -692,148 +698,148 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:352 debhelper.pod:359 debhelper.pod:382 debhelper.pod:411
+#: debhelper.pod:355 debhelper.pod:362 debhelper.pod:385 debhelper.pod:414
 msgid "This mode is deprecated."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:354
+#: debhelper.pod:357
 msgid "V2"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:356
+#: debhelper.pod:359
 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:361
+#: debhelper.pod:364
 msgid "V3"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:363
+#: debhelper.pod:366
 msgid "This mode works like V2, with the following additions:"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:367 debhelper.pod:372 debhelper.pod:376 debhelper.pod:390 debhelper.pod:395 debhelper.pod:400 debhelper.pod:405 debhelper.pod:419 debhelper.pod:423 debhelper.pod:428 debhelper.pod:432 debhelper.pod:444 debhelper.pod:449 debhelper.pod:455 debhelper.pod:461 debhelper.pod:476 debhelper.pod:483 debhelper.pod:487 debhelper.pod:491
+#: debhelper.pod:370 debhelper.pod:375 debhelper.pod:379 debhelper.pod:393 debhelper.pod:398 debhelper.pod:403 debhelper.pod:408 debhelper.pod:422 debhelper.pod:426 debhelper.pod:431 debhelper.pod:435 debhelper.pod:447 debhelper.pod:452 debhelper.pod:458 debhelper.pod:464 debhelper.pod:479 debhelper.pod:486 debhelper.pod:490 debhelper.pod:494
 msgid "-"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:369
+#: debhelper.pod:372
 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:374
+#: debhelper.pod:377
 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:378
+#: debhelper.pod:381
 msgid "Every file in etc/ is automatically flagged as a conffile by dh_installdeb."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:384
+#: debhelper.pod:387
 msgid "V4"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:389
 msgid "Changes from V3 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:395
 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:397
+#: debhelper.pod:400
 msgid ""
 "You are encouraged to put the new ${misc:Depends} into debian/control to "
 "supplement the ${shlibs:Depends} field."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:402
+#: debhelper.pod:405
 msgid ""
 "dh_fixperms will make all files in bin/ directories and in etc/init.d "
 "executable."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:410
 msgid "dh_link will correct existing links to conform with policy."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:413
+#: debhelper.pod:416
 msgid "V5"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:415
+#: debhelper.pod:418
 msgid "Changes from V4 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:421
+#: debhelper.pod:424
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:425
+#: debhelper.pod:428
 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:430
+#: debhelper.pod:433
 msgid "dh_installdocs skips installing empty files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:434
+#: debhelper.pod:437
 msgid "dh_install errors out if wildcards expand to nothing."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:438
+#: debhelper.pod:441
 msgid "V6"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:440
+#: debhelper.pod:443
 msgid "Changes from V5 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:446
+#: debhelper.pod:449
 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:451
+#: debhelper.pod:454
 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:457
+#: debhelper.pod:460
 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 "
@@ -841,29 +847,29 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:463
+#: debhelper.pod:466
 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:468
+#: debhelper.pod:471
 msgid "V7"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:470
+#: debhelper.pod:473
 msgid "This is the recommended mode of operation."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:472
+#: debhelper.pod:475
 msgid "Changes from V6 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:478
+#: debhelper.pod:481
 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 "
@@ -872,29 +878,29 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:485
+#: debhelper.pod:488
 msgid "dh_clean will read debian/clean and delete files listed there."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:489
+#: debhelper.pod:492
 msgid "dh_clean will delete toplevel *-stamp files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:493
+#: debhelper.pod:496
 msgid ""
 "dh_installchangelogs will guess at what file is the upstream changelog if "
 "none is specified."
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:500
+#: debhelper.pod:503
 msgid "udebs"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:502
+#: debhelper.pod:505
 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 "
@@ -905,12 +911,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:509
+#: debhelper.pod:512
 msgid "Other notes"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:511
+#: debhelper.pod:514
 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 "
@@ -921,7 +927,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:517
+#: debhelper.pod:520
 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 "
@@ -930,7 +936,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: debhelper.pod:523
+#: debhelper.pod:526
 #, no-wrap
 msgid ""
 "  Build-Depends: debhelper (>= 7)\n"
@@ -938,51 +944,51 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:525
+#: debhelper.pod:528
 msgid "ENVIRONMENT"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:529
+#: debhelper.pod:532
 msgid "DH_VERBOSE"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:531
+#: debhelper.pod:534
 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:534
+#: debhelper.pod:537
 msgid "DH_COMPAT"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:536
+#: debhelper.pod:539
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in debian/compat."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:539
+#: debhelper.pod:542
 msgid "DH_NO_ACT"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:541
+#: debhelper.pod:544
 msgid "Set to 1 to enable no-act mode."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:543
+#: debhelper.pod:546
 msgid "DH_OPTIONS"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:545
+#: debhelper.pod:548
 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 "
@@ -990,7 +996,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:549
+#: debhelper.pod:552
 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 "
@@ -999,12 +1005,12 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:554
+#: debhelper.pod:557
 msgid "DH_ALWAYS_EXCLUDE"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:559
 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 "
@@ -1012,7 +1018,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:560
+#: debhelper.pod:563
 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 "
@@ -1023,44 +1029,44 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:567
+#: debhelper.pod:570
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "DH_ALWAYS_EXCLUDE=CVS:.svn"
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:572 dh:615 dh_auto_build:47 dh_auto_clean:48 dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122 dh_builddeb:91 dh_clean:138 dh_compress:199 dh_desktop:31 dh_fixperms:122 dh_gconf:110 dh_gencontrol:82 dh_icons:65 dh_install:274 dh_installcatalogs:116 dh_installchangelogs:169 dh_installcron:77 dh_installdeb:108 dh_installdebconf:129 dh_installdirs:86 dh_installdocs:301 dh_installemacsen:124 dh_installexamples:106 dh_installifupdown:69 dh_installinfo:77 dh_installinit:275 dh_installlogcheck:66 dh_installlogrotate:50 dh_installman:253 dh_installmanpages:197 dh_installmenu:87 dh_installmime:95 dh_installmodules:124 dh_installpam:59 dh_installppp:65 dh_installudev:115 dh_installwm:108 dh_installxfonts:86 dh_link:226 dh_lintian:57 dh_listpackages:29 dh_makeshlibs:239 dh_md5sums:89 dh_movefiles:170 dh_perl:147 dh_prep:60 dh_python:282 dh_scrollkeeper:28 dh_shlibdeps:171 dh_strip:227 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_testversion:75 dh_undocumented:28 dh_usrlocal:114
+#: debhelper.pod:575 dh:615 dh_auto_build:47 dh_auto_clean:48 dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122 dh_builddeb:91 dh_clean:138 dh_compress:199 dh_desktop:31 dh_fixperms:122 dh_gconf:110 dh_gencontrol:82 dh_icons:65 dh_install:274 dh_installcatalogs:116 dh_installchangelogs:169 dh_installcron:77 dh_installdeb:108 dh_installdebconf:129 dh_installdirs:86 dh_installdocs:301 dh_installemacsen:124 dh_installexamples:106 dh_installifupdown:69 dh_installinfo:77 dh_installinit:275 dh_installlogcheck:66 dh_installlogrotate:50 dh_installman:253 dh_installmanpages:197 dh_installmenu:87 dh_installmime:95 dh_installmodules:124 dh_installpam:59 dh_installppp:65 dh_installudev:115 dh_installwm:108 dh_installxfonts:86 dh_link:226 dh_lintian:57 dh_listpackages:29 dh_makeshlibs:237 dh_md5sums:89 dh_movefiles:170 dh_perl:147 dh_prep:60 dh_python:282 dh_scrollkeeper:28 dh_shlibdeps:171 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:576
+#: debhelper.pod:579
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:578
+#: debhelper.pod:581
 msgid "A set of example debian/rules files that use debhelper."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:580
+#: debhelper.pod:583
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:582
+#: debhelper.pod:585
 msgid "Debhelper web site."
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:586 dh:621 dh_auto_build:53 dh_auto_clean:54 dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130 dh_builddeb:97 dh_clean:144 dh_compress:205 dh_desktop:37 dh_fixperms:128 dh_gconf:116 dh_gencontrol:88 dh_icons:71 dh_install:280 dh_installcatalogs:122 dh_installchangelogs:175 dh_installcron:83 dh_installdeb:114 dh_installdebconf:135 dh_installdirs:92 dh_installdocs:307 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:83 dh_installlogcheck:72 dh_installlogrotate:56 dh_installman:259 dh_installmanpages:203 dh_installmenu:95 dh_installmime:101 dh_installmodules:130 dh_installpam:65 dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:92 dh_link:232 dh_lintian:65 dh_listpackages:35 dh_makeshlibs:245 dh_md5sums:95 dh_movefiles:176 dh_perl:153 dh_prep:66 dh_python:288 dh_scrollkeeper:34 dh_shlibdeps:177 dh_strip:233 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34 dh_usrlocal:120
+#: debhelper.pod:589 dh:621 dh_auto_build:53 dh_auto_clean:54 dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130 dh_builddeb:97 dh_clean:144 dh_compress:205 dh_desktop:37 dh_fixperms:128 dh_gconf:116 dh_gencontrol:88 dh_icons:71 dh_install:280 dh_installcatalogs:122 dh_installchangelogs:175 dh_installcron:83 dh_installdeb:114 dh_installdebconf:135 dh_installdirs:92 dh_installdocs:307 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:83 dh_installlogcheck:72 dh_installlogrotate:56 dh_installman:259 dh_installmanpages:203 dh_installmenu:95 dh_installmime:101 dh_installmodules:130 dh_installpam:65 dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:92 dh_link:232 dh_lintian:65 dh_listpackages:35 dh_makeshlibs:243 dh_md5sums:95 dh_movefiles:176 dh_perl:153 dh_prep:66 dh_python:288 dh_scrollkeeper:34 dh_shlibdeps:177 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:588 dh:623 dh_auto_build:55 dh_auto_clean:56 dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:99 dh_clean:146 dh_compress:207 dh_fixperms:130 dh_gencontrol:90 dh_install:282 dh_installchangelogs:177 dh_installcron:85 dh_installdeb:116 dh_installdebconf:137 dh_installdirs:94 dh_installdocs:309 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58 dh_installman:261 dh_installmanpages:205 dh_installmenu:97 dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_installppp:73 dh_installudev:123 dh_installwm:116 dh_installxfonts:94 dh_link:234 dh_listpackages:37 dh_makeshlibs:247 dh_md5sums:97 dh_movefiles:178 dh_prep:68 dh_shlibdeps:179 dh_strip:235 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_testversion:83 dh_undocumented:36
+#: debhelper.pod:591 dh:623 dh_auto_build:55 dh_auto_clean:56 dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:99 dh_clean:146 dh_compress:207 dh_fixperms:130 dh_gencontrol:90 dh_install:282 dh_installchangelogs:177 dh_installcron:85 dh_installdeb:116 dh_installdebconf:137 dh_installdirs:94 dh_installdocs:309 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58 dh_installman:261 dh_installmanpages:205 dh_installmenu:97 dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_installppp:73 dh_installudev:123 dh_installwm:116 dh_installxfonts:94 dh_link:234 dh_listpackages:37 dh_makeshlibs:245 dh_md5sums:97 dh_movefiles:178 dh_prep:68 dh_shlibdeps:179 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 ""
 
@@ -1390,12 +1396,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:617 dh_auto_build:49 dh_auto_clean:50 dh_auto_configure:55 dh_auto_install:87 dh_auto_test:60 dh_builddeb:93 dh_clean:140 dh_compress:201 dh_fixperms:124 dh_gconf:112 dh_gencontrol:84 dh_install:276 dh_installcatalogs:118 dh_installchangelogs:171 dh_installcron:79 dh_installdeb:110 dh_installdebconf:131 dh_installdirs:88 dh_installdocs:303 dh_installemacsen:126 dh_installexamples:108 dh_installifupdown:71 dh_installinfo:79 dh_installinit:277 dh_installlogcheck:68 dh_installlogrotate:52 dh_installman:255 dh_installmanpages:199 dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110 dh_installxfonts:88 dh_link:228 dh_listpackages:31 dh_makeshlibs:241 dh_md5sums:91 dh_movefiles:172 dh_perl:149 dh_prep:62 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:617 dh_auto_build:49 dh_auto_clean:50 dh_auto_configure:55 dh_auto_install:87 dh_auto_test:60 dh_builddeb:93 dh_clean:140 dh_compress:201 dh_fixperms:124 dh_gconf:112 dh_gencontrol:84 dh_install:276 dh_installcatalogs:118 dh_installchangelogs:171 dh_installcron:79 dh_installdeb:110 dh_installdebconf:131 dh_installdirs:88 dh_installdocs:303 dh_installemacsen:126 dh_installexamples:108 dh_installifupdown:71 dh_installinfo:79 dh_installinit:277 dh_installlogcheck:68 dh_installlogrotate:52 dh_installman:255 dh_installmanpages:199 dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110 dh_installxfonts:88 dh_link:228 dh_listpackages:31 dh_makeshlibs:239 dh_md5sums:91 dh_movefiles:172 dh_perl:149 dh_prep:62 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:619 dh_auto_build:51 dh_auto_clean:52 dh_auto_configure:57 dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:95 dh_clean:142 dh_compress:203 dh_desktop:35 dh_fixperms:126 dh_gconf:114 dh_gencontrol:86 dh_icons:69 dh_install:278 dh_installchangelogs:173 dh_installcron:81 dh_installdeb:112 dh_installdebconf:133 dh_installdirs:90 dh_installdocs:305 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:81 dh_installinit:279 dh_installlogrotate:54 dh_installman:257 dh_installmanpages:201 dh_installmenu:93 dh_installmime:99 dh_installmodules:128 dh_installpam:63 dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:90 dh_link:230 dh_lintian:61 dh_listpackages:33 dh_makeshlibs:243 dh_md5sums:93 dh_movefiles:174 dh_perl:151 dh_prep:64 dh_python:286 dh_scrollkeeper:32 dh_shlibdeps:175 dh_strip:231 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_testversion:79 dh_undocumented:32 dh_usrlocal:118
+#: dh:619 dh_auto_build:51 dh_auto_clean:52 dh_auto_configure:57 dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:95 dh_clean:142 dh_compress:203 dh_desktop:35 dh_fixperms:126 dh_gconf:114 dh_gencontrol:86 dh_icons:69 dh_install:278 dh_installchangelogs:173 dh_installcron:81 dh_installdeb:112 dh_installdebconf:133 dh_installdirs:90 dh_installdocs:305 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:81 dh_installinit:279 dh_installlogrotate:54 dh_installman:257 dh_installmanpages:201 dh_installmenu:93 dh_installmime:99 dh_installmodules:128 dh_installpam:63 dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:90 dh_link:230 dh_lintian:61 dh_listpackages:33 dh_makeshlibs:241 dh_md5sums:93 dh_movefiles:174 dh_perl:151 dh_prep:64 dh_python:286 dh_scrollkeeper:32 dh_shlibdeps:175 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 ""
 
index 3582549f760cea97b4240040531be4d2ec63d345..681680493a6ef75116999e8c6cef3ffde26187fb 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2009-11-30 14:21-0500\n"
+"POT-Creation-Date: 2009-12-09 15:17-0500\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"
@@ -640,44 +640,53 @@ msgid ""
 "path that is the same as the source directory path."
 msgstr ""
 
+# type: =item
 #. type: =item
 #: debhelper.pod:220
-msgid "B<--max-parallel>I<=maximum>"
-msgstr ""
+#, fuzzy
+#| msgid "B<--> I<params>"
+msgid "B<--parallel>"
+msgstr "B<--> I<parámetros>"
 
 #. type: textblock
 #: debhelper.pod:222
 msgid ""
-"This option allows controlling how many parallel jobs can be used in a "
-"build, if parallel builds are enabled by the DEB_BUILD_OPTIONS environment "
-"variable."
+"Enable parallel builds if underlying build system supports them.  The number "
+"of parallel jobs is controlled by the DEB_BUILD_OPTIONS environment variable "
+"(L<Debian Policy, section 4.9.1>) at build time. It might also be subject to "
+"a build system specific limit."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:226
+#: debhelper.pod:227
 msgid ""
-"If set to 1, parallel builds are disabled -- do this if the package build is "
-"known not to work in parallel. If the package build is known to only work "
-"with certian levels of concurrency, you can set this to the maximum level "
-"that is known to work, or that you wish to support."
+"If this option is not specified, debhelper currently defaults to not "
+"allowing parallel package builds."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:230
+msgid "B<--max-parallel>I<=maximum>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:231
+#: debhelper.pod:232
 msgid ""
-"If this option is not specified, debhelper currently defaults to not "
-"supporting parallel package builds."
+"This option implies L<--parallel> and allows further limiting the number of "
+"jobs that can be used in a parallel build. If the package build is known to "
+"only work with certain levels of concurrency, you can set this to the "
+"maximum level that is known to work, or that you wish to support."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:234 dh:61
+#: debhelper.pod:237 dh:61
 #, fuzzy
 msgid "B<--list>, B<-l>"
 msgstr "B<-A>, B<--all>"
 
 #. type: textblock
-#: debhelper.pod:236
+#: debhelper.pod:239
 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 "
@@ -687,7 +696,7 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:243 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:110
+#: debhelper.pod:246 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:110
 #: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
 #: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55
 #: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68
@@ -697,13 +706,13 @@ msgstr "NOTAS"
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:245
+#: debhelper.pod:248
 msgid "Multiple binary package support"
 msgstr "Soporte para varios paquetes binarios"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:247
+#: debhelper.pod:250
 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 "
@@ -723,7 +732,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:255
+#: debhelper.pod:258
 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<-"
@@ -739,13 +748,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:261
+#: debhelper.pod:264
 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:263
+#: debhelper.pod:266
 msgid ""
 "Some debhelper commands will automatically generate parts of debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -763,7 +772,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:270
+#: debhelper.pod:273
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
@@ -773,7 +782,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:273
+#: debhelper.pod:276
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
@@ -783,7 +792,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:276
+#: debhelper.pod:279
 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 "
@@ -797,7 +806,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:281
+#: debhelper.pod:284
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -816,13 +825,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:287
+#: debhelper.pod:290
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr "Generación automática de diversas dependencias."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:289
+#: debhelper.pod:292
 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 "
@@ -842,7 +851,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:297
+#: debhelper.pod:300
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called "
@@ -857,7 +866,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:302
+#: debhelper.pod:305
 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)>.  "
@@ -871,13 +880,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:307
+#: debhelper.pod:310
 msgid "Package build directories"
 msgstr "Directorios de construcción del paquete"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:309
+#: debhelper.pod:312
 msgid ""
 "By default, all debhelper programs assume that the temporary directory used "
 "for assembling the tree of files in a package is debian/<package>."
@@ -888,7 +897,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:315
 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 "
@@ -908,13 +917,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:320
+#: debhelper.pod:323
 msgid "Debhelper compatibility levels"
 msgstr "Niveles de compatibilidad de debhelper"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:322
+#: debhelper.pod:325
 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 "
@@ -933,7 +942,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:329
+#: debhelper.pod:332
 #, fuzzy
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to debian/"
@@ -944,7 +953,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:332
+#: debhelper.pod:335
 #, fuzzy, no-wrap
 msgid ""
 "  % echo 7 > debian/compat\n"
@@ -955,7 +964,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:334
+#: debhelper.pod:337
 msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
@@ -966,19 +975,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:341
+#: debhelper.pod:344
 msgid "These are the available compatibility levels:"
 msgstr "Los niveles de compatibilidad disponibles son:"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:345
+#: debhelper.pod:348
 msgid "V1"
 msgstr "V1"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:347
+#: debhelper.pod:350
 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 "
@@ -992,19 +1001,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:352 debhelper.pod:359 debhelper.pod:382 debhelper.pod:411
+#: debhelper.pod:355 debhelper.pod:362 debhelper.pod:385 debhelper.pod:414
 msgid "This mode is deprecated."
 msgstr "Este modo está desaconsejado."
 
 # type: =item
 #. type: =item
-#: debhelper.pod:354
+#: debhelper.pod:357
 msgid "V2"
 msgstr "V2"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:356
+#: debhelper.pod:359
 msgid ""
 "In this mode, debhelper will consistently use debian/<package> as the "
 "package tree directory for every package that is built."
@@ -1014,29 +1023,29 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:361
+#: debhelper.pod:364
 msgid "V3"
 msgstr "V3"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:363
+#: debhelper.pod:366
 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:367 debhelper.pod:372 debhelper.pod:376 debhelper.pod:390
-#: debhelper.pod:395 debhelper.pod:400 debhelper.pod:405 debhelper.pod:419
-#: debhelper.pod:423 debhelper.pod:428 debhelper.pod:432 debhelper.pod:444
-#: debhelper.pod:449 debhelper.pod:455 debhelper.pod:461 debhelper.pod:476
-#: debhelper.pod:483 debhelper.pod:487 debhelper.pod:491
+#: debhelper.pod:370 debhelper.pod:375 debhelper.pod:379 debhelper.pod:393
+#: debhelper.pod:398 debhelper.pod:403 debhelper.pod:408 debhelper.pod:422
+#: debhelper.pod:426 debhelper.pod:431 debhelper.pod:435 debhelper.pod:447
+#: debhelper.pod:452 debhelper.pod:458 debhelper.pod:464 debhelper.pod:479
+#: debhelper.pod:486 debhelper.pod:490 debhelper.pod:494
 msgid "-"
 msgstr "-"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:369
+#: debhelper.pod:372
 msgid ""
 "Debhelper config files support globbing via * and ?, when appropriate. To "
 "turn this off and use those characters raw, just prefix with a backslash."
@@ -1047,14 +1056,14 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:374
+#: debhelper.pod:377
 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:378
+#: debhelper.pod:381
 msgid ""
 "Every file in etc/ is automatically flagged as a conffile by dh_installdeb."
 msgstr ""
@@ -1063,19 +1072,19 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:384
+#: debhelper.pod:387
 msgid "V4"
 msgstr "V4"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:389
 msgid "Changes from V3 are:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:395
 msgid ""
 "dh_makeshlibs -V will not include the debian part of the version number in "
 "the generated dependency line in the shlibs file."
@@ -1085,7 +1094,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:397
+#: debhelper.pod:400
 msgid ""
 "You are encouraged to put the new ${misc:Depends} into debian/control to "
 "supplement the ${shlibs:Depends} field."
@@ -1095,7 +1104,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:402
+#: debhelper.pod:405
 msgid ""
 "dh_fixperms will make all files in bin/ directories and in etc/init.d "
 "executable."
@@ -1105,7 +1114,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:410
 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 "
@@ -1113,26 +1122,26 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:413
+#: debhelper.pod:416
 msgid "V5"
 msgstr "V5"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:415
+#: debhelper.pod:418
 msgid "Changes from V4 are:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:421
+#: debhelper.pod:424
 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:425
+#: debhelper.pod:428
 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."
@@ -1143,31 +1152,31 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:430
+#: debhelper.pod:433
 msgid "dh_installdocs skips installing empty files."
 msgstr "dh_installdocs no instala ficheros vacíos."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:434
+#: debhelper.pod:437
 msgid "dh_install errors out if wildcards expand to nothing."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:438
+#: debhelper.pod:441
 msgid "V6"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:440
+#: debhelper.pod:443
 msgid "Changes from V5 are:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:446
+#: debhelper.pod:449
 msgid ""
 "Commands that generate maintainer script fragments will order the fragments "
 "in reverse order for the prerm and postrm scripts."
@@ -1175,7 +1184,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:451
+#: debhelper.pod:454
 #, fuzzy
 msgid ""
 "dh_installwm will install a slave manpage link for x-window-manager.1.gz, if "
@@ -1184,7 +1193,7 @@ msgstr "dh_installwm - registra un gestor de ventanas"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:457
+#: debhelper.pod:460
 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 "
@@ -1193,7 +1202,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:463
+#: debhelper.pod:466
 msgid ""
 "dh_installman allows overwriting existing man pages in the package build "
 "directory. In previous compatibility levels it silently refuses to do this."
@@ -1201,13 +1210,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:468
+#: debhelper.pod:471
 msgid "V7"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:470
+#: debhelper.pod:473
 #, fuzzy
 msgid "This is the recommended mode of operation."
 msgstr ""
@@ -1215,13 +1224,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:472
+#: debhelper.pod:475
 msgid "Changes from V6 are:"
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:478
+#: debhelper.pod:481
 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 --"
@@ -1231,19 +1240,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:485
+#: debhelper.pod:488
 msgid "dh_clean will read debian/clean and delete files listed there."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:489
+#: debhelper.pod:492
 msgid "dh_clean will delete toplevel *-stamp files."
 msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:493
+#: debhelper.pod:496
 msgid ""
 "dh_installchangelogs will guess at what file is the upstream changelog if "
 "none is specified."
@@ -1251,13 +1260,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:500
+#: debhelper.pod:503
 msgid "udebs"
 msgstr "udebs"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:502
+#: debhelper.pod:505
 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 "
@@ -1276,13 +1285,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:509
+#: debhelper.pod:512
 msgid "Other notes"
 msgstr "Otras notas"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:511
+#: debhelper.pod:514
 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 "
@@ -1299,7 +1308,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:517
+#: debhelper.pod:520
 #, fuzzy
 msgid ""
 "Once your package uses debhelper to build, be sure to add debhelper to your "
@@ -1315,7 +1324,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:523
+#: debhelper.pod:526
 #, fuzzy, no-wrap
 msgid ""
 "  Build-Depends: debhelper (>= 7)\n"
@@ -1326,19 +1335,19 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:525
+#: debhelper.pod:528
 msgid "ENVIRONMENT"
 msgstr "ENTORNO"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:529
+#: debhelper.pod:532
 msgid "DH_VERBOSE"
 msgstr "DH_VERBOSE"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:531
+#: debhelper.pod:534
 msgid ""
 "Set to 1 to enable verbose mode. Debhelper will output every command it runs "
 "that modifies files on the build system."
@@ -1349,13 +1358,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:534
+#: debhelper.pod:537
 msgid "DH_COMPAT"
 msgstr "DH_COMPAT"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:536
+#: debhelper.pod:539
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in debian/compat."
@@ -1365,25 +1374,25 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:539
+#: debhelper.pod:542
 msgid "DH_NO_ACT"
 msgstr "DH_NO_ACT"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:541
+#: debhelper.pod:544
 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:543
+#: debhelper.pod:546
 msgid "DH_OPTIONS"
 msgstr "DH_OPTIONS"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:545
+#: debhelper.pod:548
 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 "
@@ -1392,7 +1401,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:549
+#: debhelper.pod:552
 #, fuzzy
 msgid ""
 "This is useful in some situations, for example, if you need to pass -p to "
@@ -1409,13 +1418,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:554
+#: debhelper.pod:557
 msgid "DH_ALWAYS_EXCLUDE"
 msgstr "DH_ALWAYS_EXCLUDE"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:559
 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 "
@@ -1427,7 +1436,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:560
+#: debhelper.pod:563
 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 "
@@ -1445,7 +1454,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:567
+#: debhelper.pod:570
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "DH_ALWAYS_EXCLUDE=CVS:.svn"
@@ -1455,7 +1464,7 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:572 dh:615 dh_auto_build:47 dh_auto_clean:48
+#: debhelper.pod:575 dh:615 dh_auto_build:47 dh_auto_clean:48
 #: dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122
 #: dh_builddeb:91 dh_clean:138 dh_compress:199 dh_desktop:31 dh_fixperms:122
 #: dh_gconf:110 dh_gencontrol:82 dh_icons:65 dh_install:274
@@ -1467,7 +1476,7 @@ msgstr ""
 #: dh_installmanpages:197 dh_installmenu:87 dh_installmime:95
 #: dh_installmodules:124 dh_installpam:59 dh_installppp:65 dh_installudev:115
 #: dh_installwm:108 dh_installxfonts:86 dh_link:226 dh_lintian:57
-#: dh_listpackages:29 dh_makeshlibs:239 dh_md5sums:89 dh_movefiles:170
+#: dh_listpackages:29 dh_makeshlibs:237 dh_md5sums:89 dh_movefiles:170
 #: dh_perl:147 dh_prep:60 dh_python:282 dh_scrollkeeper:28 dh_shlibdeps:171
 #: dh_strip:227 dh_suidregister:117 dh_testdir:44 dh_testroot:27
 #: dh_testversion:75 dh_undocumented:28 dh_usrlocal:114
@@ -1476,31 +1485,31 @@ msgstr "V
 
 # type: =item
 #. type: =item
-#: debhelper.pod:576
+#: debhelper.pod:579
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:578
+#: debhelper.pod:581
 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:580
+#: debhelper.pod:583
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:582
+#: debhelper.pod:585
 msgid "Debhelper web site."
 msgstr "Web de Debhelper."
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:586 dh:621 dh_auto_build:53 dh_auto_clean:54
+#: debhelper.pod:589 dh:621 dh_auto_build:53 dh_auto_clean:54
 #: dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130
 #: dh_builddeb:97 dh_clean:144 dh_compress:205 dh_desktop:37 dh_fixperms:128
 #: dh_gconf:116 dh_gencontrol:88 dh_icons:71 dh_install:280
@@ -1511,7 +1520,7 @@ msgstr "Web de Debhelper."
 #: dh_installlogrotate:56 dh_installman:259 dh_installmanpages:203
 #: dh_installmenu:95 dh_installmime:101 dh_installmodules:130 dh_installpam:65
 #: dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:92
-#: dh_link:232 dh_lintian:65 dh_listpackages:35 dh_makeshlibs:245
+#: dh_link:232 dh_lintian:65 dh_listpackages:35 dh_makeshlibs:243
 #: dh_md5sums:95 dh_movefiles:176 dh_perl:153 dh_prep:66 dh_python:288
 #: dh_scrollkeeper:34 dh_shlibdeps:177 dh_strip:233 dh_suidregister:123
 #: dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34
@@ -1521,7 +1530,7 @@ msgstr "AUTOR"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:588 dh:623 dh_auto_build:55 dh_auto_clean:56
+#: debhelper.pod:591 dh:623 dh_auto_build:55 dh_auto_clean:56
 #: dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:99
 #: dh_clean:146 dh_compress:207 dh_fixperms:130 dh_gencontrol:90
 #: dh_install:282 dh_installchangelogs:177 dh_installcron:85 dh_installdeb:116
@@ -1531,7 +1540,7 @@ msgstr "AUTOR"
 #: dh_installman:261 dh_installmanpages:205 dh_installmenu:97
 #: dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_installppp:73
 #: dh_installudev:123 dh_installwm:116 dh_installxfonts:94 dh_link:234
-#: dh_listpackages:37 dh_makeshlibs:247 dh_md5sums:97 dh_movefiles:178
+#: dh_listpackages:37 dh_makeshlibs:245 dh_md5sums:97 dh_movefiles:178
 #: dh_prep:68 dh_shlibdeps:179 dh_strip:235 dh_suidregister:125 dh_testdir:52
 #: dh_testroot:35 dh_testversion:83 dh_undocumented:36
 msgid "Joey Hess <joeyh@debian.org>"
@@ -1902,7 +1911,7 @@ msgstr ""
 #: dh_installlogcheck:68 dh_installlogrotate:52 dh_installman:255
 #: dh_installmanpages:199 dh_installmime:97 dh_installmodules:126
 #: dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110
-#: dh_installxfonts:88 dh_link:228 dh_listpackages:31 dh_makeshlibs:241
+#: dh_installxfonts:88 dh_link:228 dh_listpackages:31 dh_makeshlibs:239
 #: dh_md5sums:91 dh_movefiles:172 dh_perl:149 dh_prep:62 dh_python:284
 #: dh_strip:229 dh_suidregister:119 dh_testdir:46 dh_testroot:29
 #: dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
@@ -1921,7 +1930,7 @@ msgstr "L<debhelper(7)>"
 #: dh_installlogrotate:54 dh_installman:257 dh_installmanpages:201
 #: dh_installmenu:93 dh_installmime:99 dh_installmodules:128 dh_installpam:63
 #: dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:90
-#: dh_link:230 dh_lintian:61 dh_listpackages:33 dh_makeshlibs:243
+#: dh_link:230 dh_lintian:61 dh_listpackages:33 dh_makeshlibs:241
 #: dh_md5sums:93 dh_movefiles:174 dh_perl:151 dh_prep:64 dh_python:286
 #: dh_scrollkeeper:32 dh_shlibdeps:175 dh_strip:231 dh_suidregister:121
 #: dh_testdir:48 dh_testroot:31 dh_testversion:79 dh_undocumented:32
index eac45f55543e15672c35c261d532c4eb3b6c223b..3ac4b03bd6a5e78fb988be1ae9726485e7cbd70f 100644 (file)
@@ -3,7 +3,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debhelper manpages\n"
-"POT-Creation-Date: 2009-11-30 14:21-0500\n"
+"POT-Creation-Date: 2009-12-09 15:17-0500\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"
@@ -679,43 +679,52 @@ msgstr ""
 "chemin d'accès au répertoire de construction identique au chemin d'accès au "
 "répertoire source."
 
+# type: =item
 #. type: =item
 #: debhelper.pod:220
-msgid "B<--max-parallel>I<=maximum>"
-msgstr ""
+#, fuzzy
+#| msgid "B<--> I<params>"
+msgid "B<--parallel>"
+msgstr "B<--> I<paramètres>"
 
 #. type: textblock
 #: debhelper.pod:222
 msgid ""
-"This option allows controlling how many parallel jobs can be used in a "
-"build, if parallel builds are enabled by the DEB_BUILD_OPTIONS environment "
-"variable."
+"Enable parallel builds if underlying build system supports them.  The number "
+"of parallel jobs is controlled by the DEB_BUILD_OPTIONS environment variable "
+"(L<Debian Policy, section 4.9.1>) at build time. It might also be subject to "
+"a build system specific limit."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:226
+#: debhelper.pod:227
 msgid ""
-"If set to 1, parallel builds are disabled -- do this if the package build is "
-"known not to work in parallel. If the package build is known to only work "
-"with certian levels of concurrency, you can set this to the maximum level "
-"that is known to work, or that you wish to support."
+"If this option is not specified, debhelper currently defaults to not "
+"allowing parallel package builds."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:230
+msgid "B<--max-parallel>I<=maximum>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:231
+#: debhelper.pod:232
 msgid ""
-"If this option is not specified, debhelper currently defaults to not "
-"supporting parallel package builds."
+"This option implies L<--parallel> and allows further limiting the number of "
+"jobs that can be used in a parallel build. If the package build is known to "
+"only work with certain levels of concurrency, you can set this to the "
+"maximum level that is known to work, or that you wish to support."
 msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:234 dh:61
+#: debhelper.pod:237 dh:61
 msgid "B<--list>, B<-l>"
 msgstr "B<--list>, B<-l>"
 
 #. type: textblock
-#: debhelper.pod:236
+#: debhelper.pod:239
 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 "
@@ -730,7 +739,7 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:243 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:110
+#: debhelper.pod:246 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:110
 #: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
 #: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55
 #: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68
@@ -740,13 +749,13 @@ msgstr "REMARQUES"
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:245
+#: debhelper.pod:248
 msgid "Multiple binary package support"
 msgstr "Prise en charge de plusieurs paquets binaires"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:247
+#: debhelper.pod:250
 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 "
@@ -766,7 +775,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:255
+#: debhelper.pod:258
 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<-"
@@ -782,13 +791,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:261
+#: debhelper.pod:264
 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:263
+#: debhelper.pod:266
 msgid ""
 "Some debhelper commands will automatically generate parts of debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -806,7 +815,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:270
+#: debhelper.pod:273
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
@@ -816,7 +825,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:273
+#: debhelper.pod:276
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
@@ -827,7 +836,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:276
+#: debhelper.pod:279
 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 "
@@ -842,7 +851,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:281
+#: debhelper.pod:284
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -861,13 +870,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:287
+#: debhelper.pod:290
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr "Génération automatique des diverses dépendances."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:289
+#: debhelper.pod:292
 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 "
@@ -887,7 +896,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:297
+#: debhelper.pod:300
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called "
@@ -902,7 +911,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:302
+#: debhelper.pod:305
 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)>.  "
@@ -916,13 +925,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:307
+#: debhelper.pod:310
 msgid "Package build directories"
 msgstr "Répertoires de construction du paquet"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:309
+#: debhelper.pod:312
 msgid ""
 "By default, all debhelper programs assume that the temporary directory used "
 "for assembling the tree of files in a package is debian/<package>."
@@ -933,7 +942,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:315
 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 "
@@ -953,13 +962,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:320
+#: debhelper.pod:323
 msgid "Debhelper compatibility levels"
 msgstr "Niveaux de compatibilité de debhelper"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:322
+#: debhelper.pod:325
 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 "
@@ -979,7 +988,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:329
+#: debhelper.pod:332
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to debian/"
 "compat. For example, to turn on V7 mode:"
@@ -990,7 +999,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:332
+#: debhelper.pod:335
 #, no-wrap
 msgid ""
 "  % echo 7 > debian/compat\n"
@@ -1001,7 +1010,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:334
+#: debhelper.pod:337
 msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
@@ -1019,19 +1028,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:341
+#: debhelper.pod:344
 msgid "These are the available compatibility levels:"
 msgstr "Les niveaux de compatibilité sont les suivants :"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:345
+#: debhelper.pod:348
 msgid "V1"
 msgstr "V1"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:347
+#: debhelper.pod:350
 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 "
@@ -1045,19 +1054,19 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:352 debhelper.pod:359 debhelper.pod:382 debhelper.pod:411
+#: debhelper.pod:355 debhelper.pod:362 debhelper.pod:385 debhelper.pod:414
 msgid "This mode is deprecated."
 msgstr "Ce mode est déconseillé."
 
 # type: =item
 #. type: =item
-#: debhelper.pod:354
+#: debhelper.pod:357
 msgid "V2"
 msgstr "V2"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:356
+#: debhelper.pod:359
 msgid ""
 "In this mode, debhelper will consistently use debian/<package> as the "
 "package tree directory for every package that is built."
@@ -1067,29 +1076,29 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:361
+#: debhelper.pod:364
 msgid "V3"
 msgstr "V3"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:363
+#: debhelper.pod:366
 msgid "This mode works like V2, with the following additions:"
 msgstr "Ce mode fonctionne comme V2 mais avec les ajouts suivants :"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:367 debhelper.pod:372 debhelper.pod:376 debhelper.pod:390
-#: debhelper.pod:395 debhelper.pod:400 debhelper.pod:405 debhelper.pod:419
-#: debhelper.pod:423 debhelper.pod:428 debhelper.pod:432 debhelper.pod:444
-#: debhelper.pod:449 debhelper.pod:455 debhelper.pod:461 debhelper.pod:476
-#: debhelper.pod:483 debhelper.pod:487 debhelper.pod:491
+#: debhelper.pod:370 debhelper.pod:375 debhelper.pod:379 debhelper.pod:393
+#: debhelper.pod:398 debhelper.pod:403 debhelper.pod:408 debhelper.pod:422
+#: debhelper.pod:426 debhelper.pod:431 debhelper.pod:435 debhelper.pod:447
+#: debhelper.pod:452 debhelper.pod:458 debhelper.pod:464 debhelper.pod:479
+#: debhelper.pod:486 debhelper.pod:490 debhelper.pod:494
 msgid "-"
 msgstr "-"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:369
+#: debhelper.pod:372
 msgid ""
 "Debhelper config files support globbing via * and ?, when appropriate. To "
 "turn this off and use those characters raw, just prefix with a backslash."
@@ -1101,7 +1110,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:374
+#: debhelper.pod:377
 msgid "dh_makeshlibs makes the postinst and postrm scripts call ldconfig."
 msgstr ""
 "Les scripts de maintenance du paquet (postinst et postrm) feront appel à "
@@ -1109,7 +1118,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:378
+#: debhelper.pod:381
 msgid ""
 "Every file in etc/ is automatically flagged as a conffile by dh_installdeb."
 msgstr ""
@@ -1118,19 +1127,19 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:384
+#: debhelper.pod:387
 msgid "V4"
 msgstr "V4"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:389
 msgid "Changes from V3 are:"
 msgstr "Les changements par rapport à la version 3 sont :"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:395
 msgid ""
 "dh_makeshlibs -V will not include the debian part of the version number in "
 "the generated dependency line in the shlibs file."
@@ -1140,7 +1149,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:397
+#: debhelper.pod:400
 msgid ""
 "You are encouraged to put the new ${misc:Depends} into debian/control to "
 "supplement the ${shlibs:Depends} field."
@@ -1150,7 +1159,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:402
+#: debhelper.pod:405
 msgid ""
 "dh_fixperms will make all files in bin/ directories and in etc/init.d "
 "executable."
@@ -1160,7 +1169,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:410
 msgid "dh_link will correct existing links to conform with policy."
 msgstr ""
 "dh_link corrigera les liens existants pour les rendre conformes à la Charte "
@@ -1168,19 +1177,19 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:413
+#: debhelper.pod:416
 msgid "V5"
 msgstr "V5"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:415
+#: debhelper.pod:418
 msgid "Changes from V4 are:"
 msgstr "Les changements par rapport à la version 4 sont :"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:421
+#: debhelper.pod:424
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 "Les commentaires sont ignorés dans les fichiers de configuration de "
@@ -1188,7 +1197,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:425
+#: debhelper.pod:428
 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."
@@ -1199,13 +1208,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:430
+#: debhelper.pod:433
 msgid "dh_installdocs skips installing empty files."
 msgstr "dh_installdocs saute l'installation des fichiers vides."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:434
+#: debhelper.pod:437
 msgid "dh_install errors out if wildcards expand to nothing."
 msgstr ""
 "dh_install génère des erreurs si les jokers (wildcards) ne correspondent à "
@@ -1213,19 +1222,19 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:438
+#: debhelper.pod:441
 msgid "V6"
 msgstr "V6"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:440
+#: debhelper.pod:443
 msgid "Changes from V5 are:"
 msgstr "Les changements par rapport à la version 5 sont :"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:446
+#: debhelper.pod:449
 msgid ""
 "Commands that generate maintainer script fragments will order the fragments "
 "in reverse order for the prerm and postrm scripts."
@@ -1235,7 +1244,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:451
+#: debhelper.pod:454
 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."
@@ -1246,7 +1255,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:457
+#: debhelper.pod:460
 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 "
@@ -1258,7 +1267,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:463
+#: debhelper.pod:466
 msgid ""
 "dh_installman allows overwriting existing man pages in the package build "
 "directory. In previous compatibility levels it silently refuses to do this."
@@ -1269,25 +1278,25 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:468
+#: debhelper.pod:471
 msgid "V7"
 msgstr "V7"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:470
+#: debhelper.pod:473
 msgid "This is the recommended mode of operation."
 msgstr "C'est la version dont l'usage est recommandé."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:472
+#: debhelper.pod:475
 msgid "Changes from V6 are:"
 msgstr "Les changements par rapport à la version 6 sont :"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:478
+#: debhelper.pod:481
 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 --"
@@ -1302,7 +1311,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:485
+#: debhelper.pod:488
 msgid "dh_clean will read debian/clean and delete files listed there."
 msgstr ""
 "dh_clean lit le répertoire debian/clean et supprime les fichiers qui y sont "
@@ -1310,13 +1319,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:489
+#: debhelper.pod:492
 msgid "dh_clean will delete toplevel *-stamp files."
 msgstr "dh_clean supprime les fichiers *-stamp."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:493
+#: debhelper.pod:496
 msgid ""
 "dh_installchangelogs will guess at what file is the upstream changelog if "
 "none is specified."
@@ -1326,13 +1335,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:500
+#: debhelper.pod:503
 msgid "udebs"
 msgstr "udebs"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:502
+#: debhelper.pod:505
 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 "
@@ -1351,13 +1360,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:509
+#: debhelper.pod:512
 msgid "Other notes"
 msgstr "Autres remarques"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:511
+#: debhelper.pod:514
 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 "
@@ -1375,7 +1384,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:517
+#: debhelper.pod:520
 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 "
@@ -1391,7 +1400,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:523
+#: debhelper.pod:526
 #, no-wrap
 msgid ""
 "  Build-Depends: debhelper (>= 7)\n"
@@ -1402,19 +1411,19 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:525
+#: debhelper.pod:528
 msgid "ENVIRONMENT"
 msgstr "VARIABLES D'ENVIRONNEMENT"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:529
+#: debhelper.pod:532
 msgid "DH_VERBOSE"
 msgstr "DH_VERBOSE"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:531
+#: debhelper.pod:534
 msgid ""
 "Set to 1 to enable verbose mode. Debhelper will output every command it runs "
 "that modifies files on the build system."
@@ -1424,13 +1433,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:534
+#: debhelper.pod:537
 msgid "DH_COMPAT"
 msgstr "DH_COMPAT"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:536
+#: debhelper.pod:539
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in debian/compat."
@@ -1440,25 +1449,25 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:539
+#: debhelper.pod:542
 msgid "DH_NO_ACT"
 msgstr "DH_NO_ACT"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:541
+#: debhelper.pod:544
 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:543
+#: debhelper.pod:546
 msgid "DH_OPTIONS"
 msgstr "DH_OPTIONS"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:545
+#: debhelper.pod:548
 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 "
@@ -1470,7 +1479,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:549
+#: debhelper.pod:552
 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 "
@@ -1485,13 +1494,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:554
+#: debhelper.pod:557
 msgid "DH_ALWAYS_EXCLUDE"
 msgstr "DH_ALWAYS_EXCLUDE"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:559
 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 "
@@ -1504,7 +1513,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:560
+#: debhelper.pod:563
 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 "
@@ -1523,7 +1532,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:567
+#: debhelper.pod:570
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "DH_ALWAYS_EXCLUDE=CVS:.svn"
@@ -1533,7 +1542,7 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:572 dh:615 dh_auto_build:47 dh_auto_clean:48
+#: debhelper.pod:575 dh:615 dh_auto_build:47 dh_auto_clean:48
 #: dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122
 #: dh_builddeb:91 dh_clean:138 dh_compress:199 dh_desktop:31 dh_fixperms:122
 #: dh_gconf:110 dh_gencontrol:82 dh_icons:65 dh_install:274
@@ -1545,7 +1554,7 @@ msgstr ""
 #: dh_installmanpages:197 dh_installmenu:87 dh_installmime:95
 #: dh_installmodules:124 dh_installpam:59 dh_installppp:65 dh_installudev:115
 #: dh_installwm:108 dh_installxfonts:86 dh_link:226 dh_lintian:57
-#: dh_listpackages:29 dh_makeshlibs:239 dh_md5sums:89 dh_movefiles:170
+#: dh_listpackages:29 dh_makeshlibs:237 dh_md5sums:89 dh_movefiles:170
 #: dh_perl:147 dh_prep:60 dh_python:282 dh_scrollkeeper:28 dh_shlibdeps:171
 #: dh_strip:227 dh_suidregister:117 dh_testdir:44 dh_testroot:27
 #: dh_testversion:75 dh_undocumented:28 dh_usrlocal:114
@@ -1554,32 +1563,32 @@ msgstr "VOIR AUSSI"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:576
+#: debhelper.pod:579
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:578
+#: debhelper.pod:581
 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:580
+#: debhelper.pod:583
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:582
+#: debhelper.pod:585
 msgid "Debhelper web site."
 msgstr "Le site internet de debhelper."
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:586 dh:621 dh_auto_build:53 dh_auto_clean:54
+#: debhelper.pod:589 dh:621 dh_auto_build:53 dh_auto_clean:54
 #: dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130
 #: dh_builddeb:97 dh_clean:144 dh_compress:205 dh_desktop:37 dh_fixperms:128
 #: dh_gconf:116 dh_gencontrol:88 dh_icons:71 dh_install:280
@@ -1590,7 +1599,7 @@ msgstr "Le site internet de debhelper."
 #: dh_installlogrotate:56 dh_installman:259 dh_installmanpages:203
 #: dh_installmenu:95 dh_installmime:101 dh_installmodules:130 dh_installpam:65
 #: dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:92
-#: dh_link:232 dh_lintian:65 dh_listpackages:35 dh_makeshlibs:245
+#: dh_link:232 dh_lintian:65 dh_listpackages:35 dh_makeshlibs:243
 #: dh_md5sums:95 dh_movefiles:176 dh_perl:153 dh_prep:66 dh_python:288
 #: dh_scrollkeeper:34 dh_shlibdeps:177 dh_strip:233 dh_suidregister:123
 #: dh_testdir:50 dh_testroot:33 dh_testversion:81 dh_undocumented:34
@@ -1600,7 +1609,7 @@ msgstr "AUTEUR"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:588 dh:623 dh_auto_build:55 dh_auto_clean:56
+#: debhelper.pod:591 dh:623 dh_auto_build:55 dh_auto_clean:56
 #: dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:99
 #: dh_clean:146 dh_compress:207 dh_fixperms:130 dh_gencontrol:90
 #: dh_install:282 dh_installchangelogs:177 dh_installcron:85 dh_installdeb:116
@@ -1610,7 +1619,7 @@ msgstr "AUTEUR"
 #: dh_installman:261 dh_installmanpages:205 dh_installmenu:97
 #: dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_installppp:73
 #: dh_installudev:123 dh_installwm:116 dh_installxfonts:94 dh_link:234
-#: dh_listpackages:37 dh_makeshlibs:247 dh_md5sums:97 dh_movefiles:178
+#: dh_listpackages:37 dh_makeshlibs:245 dh_md5sums:97 dh_movefiles:178
 #: dh_prep:68 dh_shlibdeps:179 dh_strip:235 dh_suidregister:125 dh_testdir:52
 #: dh_testroot:35 dh_testversion:83 dh_undocumented:36
 msgid "Joey Hess <joeyh@debian.org>"
@@ -2112,7 +2121,7 @@ msgstr ""
 #: dh_installlogcheck:68 dh_installlogrotate:52 dh_installman:255
 #: dh_installmanpages:199 dh_installmime:97 dh_installmodules:126
 #: dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110
-#: dh_installxfonts:88 dh_link:228 dh_listpackages:31 dh_makeshlibs:241
+#: dh_installxfonts:88 dh_link:228 dh_listpackages:31 dh_makeshlibs:239
 #: dh_md5sums:91 dh_movefiles:172 dh_perl:149 dh_prep:62 dh_python:284
 #: dh_strip:229 dh_suidregister:119 dh_testdir:46 dh_testroot:29
 #: dh_testversion:77 dh_undocumented:30 dh_usrlocal:116
@@ -2131,7 +2140,7 @@ msgstr "L<debhelper(7)>"
 #: dh_installlogrotate:54 dh_installman:257 dh_installmanpages:201
 #: dh_installmenu:93 dh_installmime:99 dh_installmodules:128 dh_installpam:63
 #: dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:90
-#: dh_link:230 dh_lintian:61 dh_listpackages:33 dh_makeshlibs:243
+#: dh_link:230 dh_lintian:61 dh_listpackages:33 dh_makeshlibs:241
 #: dh_md5sums:93 dh_movefiles:174 dh_perl:151 dh_prep:64 dh_python:286
 #: dh_scrollkeeper:32 dh_shlibdeps:175 dh_strip:231 dh_suidregister:121
 #: dh_testdir:48 dh_testroot:31 dh_testversion:79 dh_undocumented:32