From 3805701ed61c4712ac74f9c70ec021f2adf10b45 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 Sep 2011 16:26:33 -0400 Subject: releasing version 8.9.8 --- man/po4a/po/debhelper.pot | 280 +++++++++++++++++----------------- man/po4a/po/es.po | 370 +++++++++++++++++++++++++-------------------- man/po4a/po/fr.po | 371 ++++++++++++++++++++++++++-------------------- 3 files changed, 567 insertions(+), 454 deletions(-) diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot index bbcf895e..018e39ee 100644 --- a/man/po4a/po/debhelper.pot +++ b/man/po4a/po/debhelper.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2011-09-11 21:40-0400\n" +"POT-Creation-Date: 2011-09-29 15:41-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -405,28 +405,29 @@ msgid "" "BI<*> 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." +"behavior. Typically these are passed to L, which then passes them to " +"all the BI<*> programs." msgstr "" #. type: =item -#: debhelper.pod:201 +#: debhelper.pod:203 msgid "B<-S>I, B<--buildsystem=>I" msgstr "" #. type: textblock -#: debhelper.pod:203 +#: debhelper.pod:205 msgid "" "Force use of the specified I, instead of trying to auto-select " "one which might be applicable for the package." msgstr "" #. type: =item -#: debhelper.pod:206 +#: debhelper.pod:208 msgid "B<-D>I, B<--sourcedirectory=>I" msgstr "" #. type: textblock -#: debhelper.pod:208 +#: debhelper.pod:210 msgid "" "Assume that the original package source tree is at the specified " "I rather than the top level directory of the Debian source " @@ -434,12 +435,12 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:212 +#: debhelper.pod:214 msgid "B<-B>[I], B<--builddirectory=>[I]" msgstr "" #. type: textblock -#: debhelper.pod:214 +#: debhelper.pod:216 msgid "" "Enable out of source building and use the specified I as the " "build directory. If I parameter is omitted, a default build " @@ -447,7 +448,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:218 +#: debhelper.pod:220 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 " @@ -456,7 +457,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:223 +#: debhelper.pod:225 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 " @@ -464,12 +465,12 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:227 +#: debhelper.pod:229 msgid "B<--parallel>" msgstr "" #. type: textblock -#: debhelper.pod:229 +#: debhelper.pod:231 msgid "" "Enable parallel builds if underlying build system supports them. The number " "of parallel jobs is controlled by the B environment " @@ -478,19 +479,19 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:234 +#: debhelper.pod:236 msgid "" "If this option is not specified, debhelper currently defaults to not " "allowing parallel package builds." msgstr "" #. type: =item -#: debhelper.pod:237 +#: debhelper.pod:239 msgid "B<--max-parallel=>I" msgstr "" #. type: textblock -#: debhelper.pod:239 +#: debhelper.pod:241 msgid "" "This option implies B<--parallel> and allows further limiting the number of " "jobs that can be used in a parallel build. If the package build is known to " @@ -499,12 +500,12 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:244 dh:60 +#: debhelper.pod:246 dh:60 msgid "B<--list>, B<-l>" msgstr "" #. type: textblock -#: debhelper.pod:246 +#: debhelper.pod:248 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 " @@ -513,12 +514,12 @@ msgid "" msgstr "" #. type: =head1 -#: debhelper.pod:253 +#: debhelper.pod:255 msgid "COMPATABILITY LEVELS" msgstr "" #. type: textblock -#: debhelper.pod:255 +#: debhelper.pod:257 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 " @@ -529,14 +530,14 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:262 +#: debhelper.pod:264 msgid "" "Tell debhelper what compatibility level to use by writing a number to " "F. For example, to turn on v8 mode:" msgstr "" #. type: verbatim -#: debhelper.pod:265 +#: debhelper.pod:267 #, no-wrap msgid "" " % echo 8 > debian/compat\n" @@ -544,7 +545,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:267 +#: debhelper.pod:269 msgid "" "Unless otherwise indicated, all debhelper documentation assumes that you are " "using the most recent compatibility level, and in most cases does not " @@ -555,17 +556,17 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:274 +#: debhelper.pod:276 msgid "These are the available compatibility levels:" msgstr "" #. type: =item -#: debhelper.pod:278 +#: debhelper.pod:280 msgid "v1" msgstr "" #. type: textblock -#: debhelper.pod:280 +#: debhelper.pod:282 msgid "" "This is the original debhelper compatibility level, and so it is the default " "one. In this mode, debhelper will use F as the package tree " @@ -575,39 +576,39 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:285 debhelper.pod:292 debhelper.pod:315 debhelper.pod:344 +#: debhelper.pod:287 debhelper.pod:294 debhelper.pod:317 debhelper.pod:346 msgid "This mode is deprecated." msgstr "" #. type: =item -#: debhelper.pod:287 +#: debhelper.pod:289 msgid "v2" msgstr "" #. type: textblock -#: debhelper.pod:289 +#: debhelper.pod:291 msgid "" "In this mode, debhelper will consistently use debian/I as the " "package tree directory for every package that is built." msgstr "" #. type: =item -#: debhelper.pod:294 +#: debhelper.pod:296 msgid "v3" msgstr "" #. type: textblock -#: debhelper.pod:296 +#: debhelper.pod:298 msgid "This mode works like v2, with the following additions:" msgstr "" #. type: =item -#: debhelper.pod:300 debhelper.pod:305 debhelper.pod:309 debhelper.pod:323 debhelper.pod:328 debhelper.pod:333 debhelper.pod:338 debhelper.pod:352 debhelper.pod:356 debhelper.pod:361 debhelper.pod:365 debhelper.pod:377 debhelper.pod:382 debhelper.pod:388 debhelper.pod:394 debhelper.pod:407 debhelper.pod:414 debhelper.pod:418 debhelper.pod:422 debhelper.pod:437 debhelper.pod:441 debhelper.pod:449 debhelper.pod:454 debhelper.pod:468 debhelper.pod:473 debhelper.pod:480 debhelper.pod:485 debhelper.pod:489 +#: debhelper.pod:302 debhelper.pod:307 debhelper.pod:311 debhelper.pod:325 debhelper.pod:330 debhelper.pod:335 debhelper.pod:340 debhelper.pod:354 debhelper.pod:358 debhelper.pod:363 debhelper.pod:367 debhelper.pod:379 debhelper.pod:384 debhelper.pod:390 debhelper.pod:396 debhelper.pod:409 debhelper.pod:416 debhelper.pod:420 debhelper.pod:424 debhelper.pod:439 debhelper.pod:443 debhelper.pod:451 debhelper.pod:456 debhelper.pod:470 debhelper.pod:475 debhelper.pod:482 debhelper.pod:487 debhelper.pod:491 debhelper.pod:497 msgid "-" msgstr "" #. type: textblock -#: debhelper.pod:302 +#: debhelper.pod:304 msgid "" "Debhelper config files support globbing via B<*> and B, when " "appropriate. To turn this off and use those characters raw, just prefix with " @@ -615,106 +616,106 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:307 +#: debhelper.pod:309 msgid "" "B makes the F and F scripts call " "B." msgstr "" #. type: textblock -#: debhelper.pod:311 +#: debhelper.pod:313 msgid "" "Every file in F is automatically flagged as a conffile by " "B." msgstr "" #. type: =item -#: debhelper.pod:317 +#: debhelper.pod:319 msgid "v4" msgstr "" #. type: textblock -#: debhelper.pod:319 +#: debhelper.pod:321 msgid "Changes from v3 are:" msgstr "" #. type: textblock -#: debhelper.pod:325 +#: debhelper.pod:327 msgid "" "B will not include the Debian part of the version number " "in the generated dependency line in the shlibs file." msgstr "" #. type: textblock -#: debhelper.pod:330 +#: debhelper.pod:332 msgid "" "You are encouraged to put the new B<${misc:Depends}> into F " "to supplement the B<${shlibs:Depends}> field." msgstr "" #. type: textblock -#: debhelper.pod:335 +#: debhelper.pod:337 msgid "" "B will make all files in F directories and in " "F executable." msgstr "" #. type: textblock -#: debhelper.pod:340 +#: debhelper.pod:342 msgid "B will correct existing links to conform with policy." msgstr "" #. type: =item -#: debhelper.pod:346 +#: debhelper.pod:348 msgid "v5" msgstr "" #. type: textblock -#: debhelper.pod:348 +#: debhelper.pod:350 msgid "Changes from v4 are:" msgstr "" #. type: textblock -#: debhelper.pod:354 +#: debhelper.pod:356 msgid "Comments are ignored in debhelper config files." msgstr "" #. type: textblock -#: debhelper.pod:358 +#: debhelper.pod:360 msgid "" "B 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:363 +#: debhelper.pod:365 msgid "B skips installing empty files." msgstr "" #. type: textblock -#: debhelper.pod:367 +#: debhelper.pod:369 msgid "B errors out if wildcards expand to nothing." msgstr "" #. type: =item -#: debhelper.pod:371 +#: debhelper.pod:373 msgid "v6" msgstr "" #. type: textblock -#: debhelper.pod:373 +#: debhelper.pod:375 msgid "Changes from v5 are:" msgstr "" #. type: textblock -#: debhelper.pod:379 +#: debhelper.pod:381 msgid "" "Commands that generate maintainer script fragments will order the fragments " "in reverse order for the F and F scripts." msgstr "" #. type: textblock -#: debhelper.pod:384 +#: debhelper.pod:386 msgid "" "B will install a slave manpage link for " "F, if it sees the man page in F " @@ -722,7 +723,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:390 +#: debhelper.pod:392 msgid "" "B did not previously delete everything matching " "B, if it was set to a list of things to exclude, such as " @@ -730,24 +731,24 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:396 +#: debhelper.pod:398 msgid "" "B 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:401 +#: debhelper.pod:403 msgid "v7" msgstr "" #. type: textblock -#: debhelper.pod:403 +#: debhelper.pod:405 msgid "Changes from v6 are:" msgstr "" #. type: textblock -#: debhelper.pod:409 +#: debhelper.pod:411 msgid "" "B, will fall back to looking for files in F if it " "doesn't find them in the current directory (or wherever you tell it look " @@ -757,44 +758,44 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:416 +#: debhelper.pod:418 msgid "B will read F and delete files listed there." msgstr "" #. type: textblock -#: debhelper.pod:420 +#: debhelper.pod:422 msgid "B will delete toplevel F<*-stamp> files." msgstr "" #. type: textblock -#: debhelper.pod:424 +#: debhelper.pod:426 msgid "" "B will guess at what file is the upstream changelog if " "none is specified." msgstr "" #. type: =item -#: debhelper.pod:429 +#: debhelper.pod:431 msgid "v8" msgstr "" #. type: textblock -#: debhelper.pod:431 +#: debhelper.pod:433 msgid "This is the recommended mode of operation." msgstr "" #. type: textblock -#: debhelper.pod:433 +#: debhelper.pod:435 msgid "Changes from v7 are:" msgstr "" #. type: textblock -#: debhelper.pod:439 +#: debhelper.pod:441 msgid "Commands will fail rather than warning when they are passed unknown options." msgstr "" #. type: textblock -#: debhelper.pod:443 +#: debhelper.pod:445 msgid "" "B will run B on all shared libraries that it " "generates shlibs files for. So B<-X> can be used to exclude libraries. " @@ -804,7 +805,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:451 +#: debhelper.pod:453 msgid "" "B requires the sequence to run be specified as the first parameter, and " "any switches come after it. Ie, use \"B\", not \"BI<*> prefer to use Perl's B in preference to " "F." msgstr "" #. type: =item -#: debhelper.pod:460 +#: debhelper.pod:462 msgid "v9" msgstr "" #. type: textblock -#: debhelper.pod:462 +#: debhelper.pod:464 msgid "This compatibility level is still open for development; use with caution." msgstr "" #. type: textblock -#: debhelper.pod:464 +#: debhelper.pod:466 msgid "Changes from v8 are:" msgstr "" #. type: textblock -#: debhelper.pod:470 +#: debhelper.pod:472 msgid "" "Multiarch support. In particular, B passes multiarch " "directories to autoconf in --libdir and --libexecdir." msgstr "" #. type: textblock -#: debhelper.pod:475 +#: debhelper.pod:477 msgid "" "dh is aware of the usual dependencies between targets in debian/rules. So, " "\"dh binary\" will run any build, build-arch, build-indep, install, etc " @@ -850,37 +851,44 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:482 +#: debhelper.pod:484 msgid "" "B does not include the source package name in " "--libexecdir when using autoconf." msgstr "" #. type: textblock -#: debhelper.pod:487 +#: debhelper.pod:489 msgid "B does not default to enabling --with=python-support" msgstr "" #. type: textblock -#: debhelper.pod:491 +#: debhelper.pod:493 msgid "" "All of the BI<*> debhelper programs and B set environment " "variables listed by B, unless they are already set. They " "support DEB_BUILD_OPTIONS=noopt too." msgstr "" +#. type: textblock +#: debhelper.pod:499 +msgid "" +"B passes CFLAGS to F using the OPTIMIZE " +"variable." +msgstr "" + #. type: =head1 -#: debhelper.pod:499 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116 dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49 +#: debhelper.pod:506 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116 dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49 msgid "NOTES" msgstr "" #. type: =head2 -#: debhelper.pod:501 +#: debhelper.pod:508 msgid "Multiple binary package support" msgstr "" #. type: textblock -#: debhelper.pod:503 +#: debhelper.pod:510 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 " @@ -892,7 +900,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:511 +#: debhelper.pod:518 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>, " @@ -902,12 +910,12 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:517 +#: debhelper.pod:524 msgid "Automatic generation of Debian install scripts" msgstr "" #. type: textblock -#: debhelper.pod:519 +#: debhelper.pod:526 msgid "" "Some debhelper commands will automatically generate parts of Debian " "maintainer scripts. If you want these automatically generated things " @@ -918,21 +926,21 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:526 +#: debhelper.pod:533 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:529 +#: debhelper.pod:536 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:532 +#: debhelper.pod:539 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 " @@ -941,7 +949,7 @@ msgid "" msgstr "" #. type: verbatim -#: debhelper.pod:537 +#: debhelper.pod:544 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -953,12 +961,12 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:543 +#: debhelper.pod:550 msgid "Automatic generation of miscellaneous dependencies." msgstr "" #. type: textblock -#: debhelper.pod:545 +#: debhelper.pod:552 msgid "" "Some debhelper commands may make the generated package need to depend on " "some other packages. For example, if you use L, your " @@ -970,7 +978,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:553 +#: debhelper.pod:560 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called " @@ -979,7 +987,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:558 +#: debhelper.pod:565 msgid "" "This is entirely independent of the standard B<${shlibs:Depends}> generated " "by L, and the B<${perl:Depends}> generated by " @@ -988,19 +996,19 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:563 +#: debhelper.pod:570 msgid "Package build directories" msgstr "" #. type: textblock -#: debhelper.pod:565 +#: debhelper.pod:572 msgid "" "By default, all debhelper programs assume that the temporary directory used " "for assembling the tree of files in a package is debian/I." msgstr "" #. type: textblock -#: debhelper.pod:568 +#: debhelper.pod:575 msgid "" "Sometimes, you might want to use some other temporary directory. This is " "supported by the B<-P> flag. For example, \"B\" to the package's stanza in F, and " @@ -1028,12 +1036,12 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:585 +#: debhelper.pod:592 msgid "Build depends" msgstr "" #. type: textblock -#: debhelper.pod:587 +#: debhelper.pod:594 msgid "" "Once your package uses debhelper to build, be sure to add debhelper to your " "Build-Depends line in F. You should build-depend on a " @@ -1042,7 +1050,7 @@ msgid "" msgstr "" #. type: verbatim -#: debhelper.pod:593 +#: debhelper.pod:600 #, no-wrap msgid "" " Build-Depends: debhelper (>= 7)\n" @@ -1050,73 +1058,70 @@ msgid "" msgstr "" #. type: =head1 -#: debhelper.pod:595 +#: debhelper.pod:602 msgid "ENVIRONMENT" msgstr "" #. type: =item -#: debhelper.pod:599 +#: debhelper.pod:606 msgid "B" msgstr "" #. type: textblock -#: debhelper.pod:601 +#: debhelper.pod:608 msgid "" "Set to B<1> to enable verbose mode. Debhelper will output every command it " "runs that modifies files on the build system." msgstr "" #. type: =item -#: debhelper.pod:604 +#: debhelper.pod:611 msgid "B" msgstr "" #. type: textblock -#: debhelper.pod:606 +#: debhelper.pod:613 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in F." msgstr "" #. type: =item -#: debhelper.pod:609 +#: debhelper.pod:616 msgid "B" msgstr "" #. type: textblock -#: debhelper.pod:611 +#: debhelper.pod:618 msgid "Set to B<1> to enable no-act mode." msgstr "" #. type: =item -#: debhelper.pod:613 +#: debhelper.pod:620 msgid "B" msgstr "" #. type: textblock -#: debhelper.pod:615 +#: debhelper.pod:622 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 " -"that do not support them." +"all debhelper commands." msgstr "" #. type: textblock -#: debhelper.pod:619 +#: debhelper.pod:625 msgid "" -"This is useful in some situations, for example, if you need to pass B<-p> to " -"all debhelper commands that will be run. One good way to set B " -"is by using \"Target-specific Variable Values\" in your F " -"file. See the make documentation for details on doing this." +"When using L, it can be passed options that will be passed on to each " +"debhelper command, which is generally better than using DH_OPTIONS." msgstr "" #. type: =item -#: debhelper.pod:624 +#: debhelper.pod:628 msgid "B" msgstr "" #. type: textblock -#: debhelper.pod:626 +#: debhelper.pod:630 msgid "" "If set, this adds the value the variable is set to to the B<-X> options of " "all commands that support the B<-X> option. Moreover, B will " @@ -1124,7 +1129,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:630 +#: debhelper.pod:634 msgid "" "This can be useful if you are doing a build from a CVS source tree, in which " "case setting B will prevent any CVS directories from " @@ -1135,44 +1140,44 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:637 +#: debhelper.pod:641 msgid "" "Multiple things to exclude can be separated with colons, as in " "B" msgstr "" #. type: =head1 -#: debhelper.pod:642 dh:883 dh_auto_build:47 dh_auto_clean:50 dh_auto_configure:53 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122 dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:129 dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279 dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77 dh_installdeb:144 dh_installdebconf:126 dh_installdirs:86 dh_installdocs:307 dh_installemacsen:124 dh_installexamples:106 dh_installifupdown:69 dh_installinfo:77 dh_installinit:275 dh_installlogcheck:78 dh_installlogrotate:50 dh_installman:259 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:87 dh_link:226 dh_lintian:57 dh_listpackages:30 dh_makeshlibs:258 dh_md5sums:90 dh_movefiles:170 dh_perl:146 dh_prep:60 dh_python:280 dh_scrollkeeper:28 dh_shlibdeps:171 dh_strip:230 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_undocumented:28 dh_usrlocal:114 +#: debhelper.pod:646 dh:883 dh_auto_build:47 dh_auto_clean:50 dh_auto_configure:52 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122 dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:127 dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279 dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77 dh_installdeb:144 dh_installdebconf:126 dh_installdirs:86 dh_installdocs:307 dh_installemacsen:124 dh_installexamples:106 dh_installifupdown:69 dh_installinfo:77 dh_installinit:275 dh_installlogcheck:78 dh_installlogrotate:50 dh_installman:259 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:87 dh_link:226 dh_lintian:57 dh_listpackages:30 dh_makeshlibs:258 dh_md5sums:90 dh_movefiles:170 dh_perl:146 dh_prep:60 dh_python:280 dh_scrollkeeper:28 dh_shlibdeps:171 dh_strip:230 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_undocumented:28 dh_usrlocal:114 msgid "SEE ALSO" msgstr "" #. type: =item -#: debhelper.pod:646 +#: debhelper.pod:650 msgid "F" msgstr "" #. type: textblock -#: debhelper.pod:648 +#: debhelper.pod:652 msgid "A set of example F files that use debhelper." msgstr "" #. type: =item -#: debhelper.pod:650 +#: debhelper.pod:654 msgid "L" msgstr "" #. type: textblock -#: debhelper.pod:652 +#: debhelper.pod:656 msgid "Debhelper web site." msgstr "" #. type: =head1 -#: debhelper.pod:656 dh:889 dh_auto_build:53 dh_auto_clean:56 dh_auto_configure:59 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130 dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:135 dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285 dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83 dh_installdeb:150 dh_installdebconf:132 dh_installdirs:92 dh_installdocs:313 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:83 dh_installlogcheck:84 dh_installlogrotate:56 dh_installman:265 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:93 dh_link:232 dh_lintian:65 dh_listpackages:36 dh_makeshlibs:264 dh_md5sums:96 dh_movefiles:176 dh_perl:152 dh_prep:66 dh_python:286 dh_scrollkeeper:34 dh_shlibdeps:177 dh_strip:236 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_undocumented:34 dh_usrlocal:120 +#: debhelper.pod:660 dh:889 dh_auto_build:53 dh_auto_clean:56 dh_auto_configure:58 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130 dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:133 dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285 dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83 dh_installdeb:150 dh_installdebconf:132 dh_installdirs:92 dh_installdocs:313 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:83 dh_installlogcheck:84 dh_installlogrotate:56 dh_installman:265 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:93 dh_link:232 dh_lintian:65 dh_listpackages:36 dh_makeshlibs:264 dh_md5sums:96 dh_movefiles:176 dh_perl:152 dh_prep:66 dh_python:286 dh_scrollkeeper:34 dh_shlibdeps:177 dh_strip:236 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_undocumented:34 dh_usrlocal:120 msgid "AUTHOR" msgstr "" #. type: textblock -#: debhelper.pod:658 dh:891 dh_auto_build:55 dh_auto_clean:58 dh_auto_configure:61 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128 dh_clean:150 dh_compress:214 dh_fixperms:137 dh_gencontrol:90 dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152 dh_installdebconf:134 dh_installdirs:94 dh_installdocs:315 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58 dh_installman:267 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:95 dh_link:234 dh_listpackages:38 dh_makeshlibs:266 dh_md5sums:98 dh_movefiles:178 dh_prep:68 dh_shlibdeps:179 dh_strip:238 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_undocumented:36 +#: debhelper.pod:662 dh:891 dh_auto_build:55 dh_auto_clean:58 dh_auto_configure:60 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128 dh_clean:150 dh_compress:214 dh_fixperms:135 dh_gencontrol:90 dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152 dh_installdebconf:134 dh_installdirs:94 dh_installdocs:315 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58 dh_installman:267 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:95 dh_link:234 dh_listpackages:38 dh_makeshlibs:266 dh_md5sums:98 dh_movefiles:178 dh_prep:68 dh_shlibdeps:179 dh_strip:238 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_undocumented:36 msgid "Joey Hess " msgstr "" @@ -1689,12 +1694,12 @@ msgid "" msgstr "" #. type: textblock -#: dh:885 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55 dh_auto_install:87 dh_auto_test:61 dh_builddeb:122 dh_clean:144 dh_compress:208 dh_fixperms:131 dh_gconf:101 dh_gencontrol:84 dh_install:281 dh_installcatalogs:118 dh_installchangelogs:173 dh_installcron:79 dh_installdeb:146 dh_installdebconf:128 dh_installdirs:88 dh_installdocs:309 dh_installemacsen:126 dh_installexamples:108 dh_installifupdown:71 dh_installinfo:79 dh_installinit:277 dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:261 dh_installmanpages:199 dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110 dh_installxfonts:89 dh_link:228 dh_listpackages:32 dh_makeshlibs:260 dh_md5sums:92 dh_movefiles:172 dh_perl:148 dh_prep:62 dh_python:282 dh_strip:232 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_undocumented:30 dh_usrlocal:116 +#: dh:885 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54 dh_auto_install:87 dh_auto_test:61 dh_builddeb:122 dh_clean:144 dh_compress:208 dh_fixperms:129 dh_gconf:101 dh_gencontrol:84 dh_install:281 dh_installcatalogs:118 dh_installchangelogs:173 dh_installcron:79 dh_installdeb:146 dh_installdebconf:128 dh_installdirs:88 dh_installdocs:309 dh_installemacsen:126 dh_installexamples:108 dh_installifupdown:71 dh_installinfo:79 dh_installinit:277 dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:261 dh_installmanpages:199 dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110 dh_installxfonts:89 dh_link:228 dh_listpackages:32 dh_makeshlibs:260 dh_md5sums:92 dh_movefiles:172 dh_perl:148 dh_prep:62 dh_python:282 dh_strip:232 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_undocumented:30 dh_usrlocal:116 msgid "L" msgstr "" #. type: textblock -#: dh:887 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57 dh_auto_install:89 dh_auto_test:63 dh_bugfiles:128 dh_builddeb:124 dh_clean:146 dh_compress:210 dh_desktop:35 dh_fixperms:133 dh_gconf:103 dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175 dh_installcron:81 dh_installdeb:148 dh_installdebconf:130 dh_installdirs:90 dh_installdocs:311 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:81 dh_installinit:279 dh_installlogrotate:54 dh_installman:263 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:91 dh_link:230 dh_lintian:61 dh_listpackages:34 dh_makeshlibs:262 dh_md5sums:94 dh_movefiles:174 dh_perl:150 dh_prep:64 dh_python:284 dh_scrollkeeper:32 dh_shlibdeps:175 dh_strip:234 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_undocumented:32 dh_usrlocal:118 +#: dh:887 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56 dh_auto_install:89 dh_auto_test:63 dh_bugfiles:128 dh_builddeb:124 dh_clean:146 dh_compress:210 dh_desktop:35 dh_fixperms:131 dh_gconf:103 dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175 dh_installcron:81 dh_installdeb:148 dh_installdebconf:130 dh_installdirs:90 dh_installdocs:311 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:81 dh_installinit:279 dh_installlogrotate:54 dh_installman:263 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:91 dh_link:230 dh_lintian:61 dh_listpackages:34 dh_makeshlibs:262 dh_md5sums:94 dh_movefiles:174 dh_perl:150 dh_prep:64 dh_python:284 dh_scrollkeeper:32 dh_shlibdeps:175 dh_strip:234 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_undocumented:32 dh_usrlocal:118 msgid "This program is a part of debhelper." msgstr "" @@ -1743,8 +1748,8 @@ msgstr "" #. type: textblock #: dh_auto_build:37 msgid "" -"Pass I to the program that is run. These can be used to supplement " -"or override any standard parameters that B passes." +"Pass I to the program that is run, after the parameters that " +"B usually passes." msgstr "" #. type: textblock @@ -1782,8 +1787,8 @@ msgstr "" #. type: textblock #: dh_auto_clean:39 msgid "" -"Pass I to the program that is run. These can be used to supplement " -"or override the any standard parameters that B passes." +"Pass I to the program that is run, after the parameters that " +"B usually passes." msgstr "" #. type: textblock @@ -1822,13 +1827,12 @@ msgstr "" #. type: textblock #: dh_auto_configure:40 msgid "" -"Pass I to the program that is run, after the standard parameters " -"that B passes. This can be used to supplement or override " -"those parameters. For example:" +"Pass I to the program that is run, after the parameters that " +"B usually passes. For example:" msgstr "" #. type: verbatim -#: dh_auto_configure:44 +#: dh_auto_configure:43 #, no-wrap msgid "" " dh_auto_configure -- --with-foo --enable-bar\n" @@ -1902,8 +1906,8 @@ msgstr "" #. type: textblock #: dh_auto_install:58 msgid "" -"Pass I to the program that is run. These can be used to supplement " -"or override the any standard parameters that B passes." +"Pass I to the program that is run, after the parameters that " +"B usually passes." msgstr "" #. type: textblock @@ -1941,8 +1945,8 @@ msgstr "" #. type: textblock #: dh_auto_test:40 msgid "" -"Pass I to the program that is run. These can be used to supplement " -"or override the any standard parameters that B passes." +"Pass I to the program that is run, after the parameters that " +"B usually passes." msgstr "" #. type: textblock @@ -4681,8 +4685,8 @@ msgstr "" #. type: textblock #: dh_link:62 msgid "" -"Do not correct symlinks that contain I anywhere in their filename from " -"being corrected to comply with Debian policy." +"Exclude symlinks that contain I anywhere in their filename from being " +"corrected to comply with Debian policy." msgstr "" #. type: =item diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po index dda684a5..e0164cb5 100644 --- a/man/po4a/po/es.po +++ b/man/po4a/po/es.po @@ -31,7 +31,7 @@ msgid "" msgstr "" "Project-Id-Version: debhelper 8.0.0\n" -"POT-Creation-Date: 2011-09-11 21:40-0400\n" +"POT-Creation-Date: 2011-09-29 15:41-0400\n" "PO-Revision-Date: 2010-11-11 22:28+0100\n" "Last-Translator: Omar Campagne \n" "Language-Team: Debian l10n Spanish \n" @@ -627,12 +627,20 @@ msgstr "OPCIONES DEL SISTEMA DE CONSTRUCCIÓN" #. type: textblock #: debhelper.pod:194 +#, fuzzy +#| msgid "" +#| "The following command line options are supported by all of the " +#| "BI<*> 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." msgid "" "The following command line options are supported by all of the " "BI<*> 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." +"behavior. Typically these are passed to L, which then passes them to " +"all the BI<*> programs." msgstr "" "Las siguientes opciones de línea de órdenes son compatibles con todos los " "programas BI<*> de debhelper. Estos programas permiten una " @@ -642,13 +650,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:201 +#: debhelper.pod:203 msgid "B<-S>I, B<--buildsystem=>I" msgstr "" "B<-S>I, B<--buildsystem=>I" #. type: textblock -#: debhelper.pod:203 +#: debhelper.pod:205 msgid "" "Force use of the specified I, instead of trying to auto-select " "one which might be applicable for the package." @@ -658,12 +666,12 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:206 +#: debhelper.pod:208 msgid "B<-D>I, B<--sourcedirectory=>I" msgstr "B<-D>I, B<--sourcedirectory=>I" #. type: textblock -#: debhelper.pod:208 +#: debhelper.pod:210 msgid "" "Assume that the original package source tree is at the specified " "I rather than the top level directory of the Debian source " @@ -675,12 +683,12 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:212 +#: debhelper.pod:214 msgid "B<-B>[I], B<--builddirectory=>[I]" msgstr "B<-B>[I], B<--builddirectory=>[I]" #. type: textblock -#: debhelper.pod:214 +#: debhelper.pod:216 msgid "" "Enable out of source building and use the specified I as the " "build directory. If I parameter is omitted, a default build " @@ -691,7 +699,7 @@ msgstr "" "de construcción predeterminado si se omite el parámetro I." #. type: textblock -#: debhelper.pod:218 +#: debhelper.pod:220 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 " @@ -705,7 +713,7 @@ msgstr "" "builddirectory>." #. type: textblock -#: debhelper.pod:223 +#: debhelper.pod:225 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 " @@ -718,12 +726,12 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:227 +#: debhelper.pod:229 msgid "B<--parallel>" msgstr "B<--parallel>" #. type: textblock -#: debhelper.pod:229 +#: debhelper.pod:231 msgid "" "Enable parallel builds if underlying build system supports them. The number " "of parallel jobs is controlled by the B environment " @@ -737,7 +745,7 @@ msgstr "" "sistema de construcción." #. type: textblock -#: debhelper.pod:234 +#: debhelper.pod:236 msgid "" "If this option is not specified, debhelper currently defaults to not " "allowing parallel package builds." @@ -746,12 +754,12 @@ msgstr "" "paralelo de paquetes de forma predeterminada." #. type: =item -#: debhelper.pod:237 +#: debhelper.pod:239 msgid "B<--max-parallel=>I" msgstr "B<--max-parallel=>I" #. type: textblock -#: debhelper.pod:239 +#: debhelper.pod:241 msgid "" "This option implies B<--parallel> and allows further limiting the number of " "jobs that can be used in a parallel build. If the package build is known to " @@ -766,12 +774,12 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:244 dh:60 +#: debhelper.pod:246 dh:60 msgid "B<--list>, B<-l>" msgstr "B<--list>, B<-l>" #. type: textblock -#: debhelper.pod:246 +#: debhelper.pod:248 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 " @@ -785,13 +793,13 @@ msgstr "" "buildsystem>." #. type: =head1 -#: debhelper.pod:253 +#: debhelper.pod:255 msgid "COMPATABILITY LEVELS" msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:255 +#: debhelper.pod:257 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 " @@ -810,7 +818,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:262 +#: debhelper.pod:264 msgid "" "Tell debhelper what compatibility level to use by writing a number to " "F. For example, to turn on v8 mode:" @@ -820,7 +828,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: debhelper.pod:265 +#: debhelper.pod:267 #, no-wrap msgid "" " % echo 8 > debian/compat\n" @@ -831,7 +839,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:267 +#: debhelper.pod:269 msgid "" "Unless otherwise indicated, all debhelper documentation assumes that you are " "using the most recent compatibility level, and in most cases does not " @@ -848,18 +856,18 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:274 +#: debhelper.pod:276 msgid "These are the available compatibility levels:" msgstr "Los niveles de compatibilidad disponibles son:" #. type: =item -#: debhelper.pod:278 +#: debhelper.pod:280 msgid "v1" msgstr "v1" # type: textblock #. type: textblock -#: debhelper.pod:280 +#: debhelper.pod:282 msgid "" "This is the original debhelper compatibility level, and so it is the default " "one. In this mode, debhelper will use F as the package tree " @@ -873,18 +881,18 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:285 debhelper.pod:292 debhelper.pod:315 debhelper.pod:344 +#: debhelper.pod:287 debhelper.pod:294 debhelper.pod:317 debhelper.pod:346 msgid "This mode is deprecated." msgstr "Este modo está obsoleto." #. type: =item -#: debhelper.pod:287 +#: debhelper.pod:289 msgid "v2" msgstr "v2" # type: textblock #. type: textblock -#: debhelper.pod:289 +#: debhelper.pod:291 msgid "" "In this mode, debhelper will consistently use debian/I as the " "package tree directory for every package that is built." @@ -893,31 +901,32 @@ msgstr "" "el árbol de directorios para cada paquete que se construya." #. type: =item -#: debhelper.pod:294 +#: debhelper.pod:296 msgid "v3" msgstr "v3" # type: textblock #. type: textblock -#: debhelper.pod:296 +#: debhelper.pod:298 msgid "This mode works like v2, with the following additions:" msgstr "Este modo funciona como v2, con los siguientes añadidos:" # type: =item #. type: =item -#: debhelper.pod:300 debhelper.pod:305 debhelper.pod:309 debhelper.pod:323 -#: debhelper.pod:328 debhelper.pod:333 debhelper.pod:338 debhelper.pod:352 -#: debhelper.pod:356 debhelper.pod:361 debhelper.pod:365 debhelper.pod:377 -#: debhelper.pod:382 debhelper.pod:388 debhelper.pod:394 debhelper.pod:407 -#: debhelper.pod:414 debhelper.pod:418 debhelper.pod:422 debhelper.pod:437 -#: debhelper.pod:441 debhelper.pod:449 debhelper.pod:454 debhelper.pod:468 -#: debhelper.pod:473 debhelper.pod:480 debhelper.pod:485 debhelper.pod:489 +#: debhelper.pod:302 debhelper.pod:307 debhelper.pod:311 debhelper.pod:325 +#: debhelper.pod:330 debhelper.pod:335 debhelper.pod:340 debhelper.pod:354 +#: debhelper.pod:358 debhelper.pod:363 debhelper.pod:367 debhelper.pod:379 +#: debhelper.pod:384 debhelper.pod:390 debhelper.pod:396 debhelper.pod:409 +#: debhelper.pod:416 debhelper.pod:420 debhelper.pod:424 debhelper.pod:439 +#: debhelper.pod:443 debhelper.pod:451 debhelper.pod:456 debhelper.pod:470 +#: debhelper.pod:475 debhelper.pod:482 debhelper.pod:487 debhelper.pod:491 +#: debhelper.pod:497 msgid "-" msgstr "-" # type: textblock #. type: textblock -#: debhelper.pod:302 +#: debhelper.pod:304 msgid "" "Debhelper config files support globbing via B<*> and B, when appropriate. " "To turn this off and use those characters raw, just prefix with a backslash." @@ -928,7 +937,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:307 +#: debhelper.pod:309 msgid "" "B makes the F and F scripts call " "B." @@ -938,7 +947,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:311 +#: debhelper.pod:313 msgid "" "Every file in F is automatically flagged as a conffile by " "B." @@ -947,18 +956,18 @@ msgstr "" "conffiles." #. type: =item -#: debhelper.pod:317 +#: debhelper.pod:319 msgid "v4" msgstr "v4" #. type: textblock -#: debhelper.pod:319 +#: debhelper.pod:321 msgid "Changes from v3 are:" msgstr "Los cambios desde el nivel v3 son:" # type: textblock #. type: textblock -#: debhelper.pod:325 +#: debhelper.pod:327 msgid "" "B will not include the Debian part of the version number " "in the generated dependency line in the shlibs file." @@ -968,7 +977,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:330 +#: debhelper.pod:332 msgid "" "You are encouraged to put the new B<${misc:Depends}> into F " "to supplement the B<${shlibs:Depends}> field." @@ -978,7 +987,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:335 +#: debhelper.pod:337 msgid "" "B will make all files in F directories and in F executable." @@ -988,32 +997,32 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:340 +#: debhelper.pod:342 msgid "B will correct existing links to conform with policy." msgstr "" "B corregirá los enlaces existentes para ajustarse a las normas de " "Debian." #. type: =item -#: debhelper.pod:346 +#: debhelper.pod:348 msgid "v5" msgstr "v5" #. type: textblock -#: debhelper.pod:348 +#: debhelper.pod:350 msgid "Changes from v4 are:" msgstr "Los cambios desde el nivel v4 son:" # type: textblock #. type: textblock -#: debhelper.pod:354 +#: debhelper.pod:356 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:358 +#: debhelper.pod:360 msgid "" "B now specifies the name of a package to put " "debugging symbols in, not the packages to take the symbols from." @@ -1024,31 +1033,31 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:363 +#: debhelper.pod:365 msgid "B skips installing empty files." msgstr "B omite la instalación de ficheros vacíos." # type: textblock #. type: textblock -#: debhelper.pod:367 +#: debhelper.pod:369 msgid "B errors out if wildcards expand to nothing." msgstr "" "B devuelve un error si los comodines se expanden a un valor " "vacío." #. type: =item -#: debhelper.pod:371 +#: debhelper.pod:373 msgid "v6" msgstr "v6" #. type: textblock -#: debhelper.pod:373 +#: debhelper.pod:375 msgid "Changes from v5 are:" msgstr "Los cambios desde el nivel v5 son:" # type: textblock #. type: textblock -#: debhelper.pod:379 +#: debhelper.pod:381 msgid "" "Commands that generate maintainer script fragments will order the fragments " "in reverse order for the F and F scripts." @@ -1058,7 +1067,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:384 +#: debhelper.pod:386 msgid "" "B will install a slave manpage link for F, if it sees the man page in F in the package build " @@ -1070,7 +1079,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:390 +#: debhelper.pod:392 msgid "" "B did not previously delete everything matching " "B, if it was set to a list of things to exclude, such as " @@ -1082,7 +1091,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:396 +#: debhelper.pod:398 msgid "" "B allows overwriting existing man pages in the package build " "directory. In previous compatibility levels it silently refuses to do this." @@ -1092,18 +1101,18 @@ msgstr "" "anteriores simplemente rechazaba hacerlo, de forma silenciosa." #. type: =item -#: debhelper.pod:401 +#: debhelper.pod:403 msgid "v7" msgstr "v7" #. type: textblock -#: debhelper.pod:403 +#: debhelper.pod:405 msgid "Changes from v6 are:" msgstr "Los cambios desde el nivel v6 son:" # type: textblock #. type: textblock -#: debhelper.pod:409 +#: debhelper.pod:411 msgid "" "B, will fall back to looking for files in F if it " "doesn't find them in the current directory (or wherever you tell it look " @@ -1119,20 +1128,20 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:416 +#: debhelper.pod:418 msgid "B will read F and delete files listed there." msgstr "" "B leerá F y eliminará los ficheros ahí listados." # type: textblock #. type: textblock -#: debhelper.pod:420 +#: debhelper.pod:422 msgid "B will delete toplevel F<*-stamp> files." msgstr "B eliminará ficheros F<*-stamp> del nivel superior." # type: textblock #. type: textblock -#: debhelper.pod:424 +#: debhelper.pod:426 msgid "" "B will guess at what file is the upstream changelog if " "none is specified." @@ -1141,23 +1150,23 @@ msgstr "" "cambios de la fuente original si no se especifica ninguno." #. type: =item -#: debhelper.pod:429 +#: debhelper.pod:431 msgid "v8" msgstr "v8" # type: textblock #. type: textblock -#: debhelper.pod:431 +#: debhelper.pod:433 msgid "This is the recommended mode of operation." msgstr "Este es el modo de operación aconsejado." #. type: textblock -#: debhelper.pod:433 +#: debhelper.pod:435 msgid "Changes from v7 are:" msgstr "Los cambios desde el nivel v7 son:" #. type: textblock -#: debhelper.pod:439 +#: debhelper.pod:441 msgid "" "Commands will fail rather than warning when they are passed unknown options." msgstr "" @@ -1165,7 +1174,7 @@ msgstr "" "opciones desconocidas." #. type: textblock -#: debhelper.pod:443 +#: debhelper.pod:445 msgid "" "B will run B on all shared libraries that it " "generates shlibs files for. So B<-X> can be used to exclude libraries. " @@ -1180,7 +1189,7 @@ msgstr "" "comportamiento que puede impedir la construcción de algunos paquetes." #. type: textblock -#: debhelper.pod:451 +#: debhelper.pod:453 msgid "" "B requires the sequence to run be specified as the first parameter, and " "any switches come after it. Ie, use \"B\", not \"B" @@ -1191,7 +1200,7 @@ msgstr "" "B, no B." #. type: textblock -#: debhelper.pod:456 +#: debhelper.pod:458 msgid "" "BI<*> prefer to use Perl's B in preference to " "F." @@ -1200,32 +1209,32 @@ msgstr "" "preferencia a un fichero F." #. type: =item -#: debhelper.pod:460 +#: debhelper.pod:462 msgid "v9" msgstr "" #. type: textblock -#: debhelper.pod:462 +#: debhelper.pod:464 msgid "" "This compatibility level is still open for development; use with caution." msgstr "" #. type: textblock -#: debhelper.pod:464 +#: debhelper.pod:466 #, fuzzy #| msgid "Changes from v3 are:" msgid "Changes from v8 are:" msgstr "Los cambios desde el nivel v3 son:" #. type: textblock -#: debhelper.pod:470 +#: debhelper.pod:472 msgid "" "Multiarch support. In particular, B passes multiarch " "directories to autoconf in --libdir and --libexecdir." msgstr "" #. type: textblock -#: debhelper.pod:475 +#: debhelper.pod:477 msgid "" "dh is aware of the usual dependencies between targets in debian/rules. So, " "\"dh binary\" will run any build, build-arch, build-indep, install, etc " @@ -1234,28 +1243,35 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:482 +#: debhelper.pod:484 msgid "" "B does not include the source package name in --" "libexecdir when using autoconf." msgstr "" #. type: textblock -#: debhelper.pod:487 +#: debhelper.pod:489 msgid "B does not default to enabling --with=python-support" msgstr "" #. type: textblock -#: debhelper.pod:491 +#: debhelper.pod:493 msgid "" "All of the BI<*> debhelper programs and B set environment " "variables listed by B, unless they are already set. They " "support DEB_BUILD_OPTIONS=noopt too." msgstr "" +#. type: textblock +#: debhelper.pod:499 +msgid "" +"B passes CFLAGS to F using the OPTIMIZE " +"variable." +msgstr "" + # type: =head1 #. type: =head1 -#: debhelper.pod:499 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116 +#: debhelper.pod:506 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116 #: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 #: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55 #: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 @@ -1265,13 +1281,13 @@ msgstr "NOTAS" # type: =head2 #. type: =head2 -#: debhelper.pod:501 +#: debhelper.pod:508 msgid "Multiple binary package support" msgstr "Compatibilidad con varios paquetes binarios" # type: textblock #. type: textblock -#: debhelper.pod:503 +#: debhelper.pod:510 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 " @@ -1292,7 +1308,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:511 +#: debhelper.pod:518 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<-" @@ -1308,13 +1324,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:517 +#: debhelper.pod:524 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:519 +#: debhelper.pod:526 msgid "" "Some debhelper commands will automatically generate parts of Debian " "maintainer scripts. If you want these automatically generated things " @@ -1332,7 +1348,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:526 +#: debhelper.pod:533 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." @@ -1342,7 +1358,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:529 +#: debhelper.pod:536 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." @@ -1352,7 +1368,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:532 +#: debhelper.pod:539 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 " @@ -1366,7 +1382,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: debhelper.pod:537 +#: debhelper.pod:544 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -1385,13 +1401,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:543 +#: debhelper.pod:550 msgid "Automatic generation of miscellaneous dependencies." msgstr "Generación automática de diversas dependencias." # type: textblock #. type: textblock -#: debhelper.pod:545 +#: debhelper.pod:552 #, fuzzy #| msgid "" #| "Some debhelper commands may make the generated package need to depend on " @@ -1419,7 +1435,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:553 +#: debhelper.pod:560 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called B<" @@ -1434,7 +1450,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:558 +#: debhelper.pod:565 msgid "" "This is entirely independent of the standard B<${shlibs:Depends}> generated " "by L, and the B<${perl:Depends}> generated by L." @@ -1465,7 +1481,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:568 +#: debhelper.pod:575 msgid "" "Sometimes, you might want to use some other temporary directory. This is " "supported by the B<-P> flag. For example, \"B" @@ -1485,13 +1501,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:576 +#: debhelper.pod:583 msgid "udebs" msgstr "udebs" # type: textblock #. type: textblock -#: debhelper.pod:578 +#: debhelper.pod:585 msgid "" "Debhelper includes support for udebs. To create a udeb with debhelper, add " "\"B\" to the package's stanza in F, and " @@ -1509,13 +1525,13 @@ msgstr "" "F, F, F, scripts F, etc." #. type: =head2 -#: debhelper.pod:585 +#: debhelper.pod:592 msgid "Build depends" msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:587 +#: debhelper.pod:594 msgid "" "Once your package uses debhelper to build, be sure to add debhelper to your " "Build-Depends line in F. You should build-depend on a " @@ -1530,7 +1546,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: debhelper.pod:593 +#: debhelper.pod:600 #, no-wrap msgid "" " Build-Depends: debhelper (>= 7)\n" @@ -1541,19 +1557,19 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:595 +#: debhelper.pod:602 msgid "ENVIRONMENT" msgstr "ENTORNO" # type: =item #. type: =item -#: debhelper.pod:599 +#: debhelper.pod:606 msgid "B" msgstr "B" # type: textblock #. type: textblock -#: debhelper.pod:601 +#: debhelper.pod:608 msgid "" "Set to B<1> to enable verbose mode. Debhelper will output every command it " "runs that modifies files on the build system." @@ -1564,13 +1580,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:604 +#: debhelper.pod:611 msgid "B" msgstr "B" # type: textblock #. type: textblock -#: debhelper.pod:606 +#: debhelper.pod:613 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in F." @@ -1580,58 +1596,54 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:609 +#: debhelper.pod:616 msgid "B" msgstr "B" # type: textblock #. type: textblock -#: debhelper.pod:611 +#: debhelper.pod:618 msgid "Set to B<1> to enable no-act mode." msgstr "Defina como B<1> para habilitar el modo no-act." # type: =item #. type: =item -#: debhelper.pod:613 +#: debhelper.pod:620 msgid "B" msgstr "B" # type: textblock #. type: textblock -#: debhelper.pod:615 +#: debhelper.pod:622 +#, fuzzy +#| 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 that do not support them." 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 " -"that do not support them." +"all debhelper commands." msgstr "" "Cualquier dato contenido en esta variable se añadirá a los argumentos de " "línea de órdenes de todas las órdenes de debhelper. Las opciones específicas " "a ciertas ordenes se ignorarán por las órdenes que no las acepten." -# type: textblock #. type: textblock -#: debhelper.pod:619 +#: debhelper.pod:625 msgid "" -"This is useful in some situations, for example, if you need to pass B<-p> to " -"all debhelper commands that will be run. One good way to set B " -"is by using \"Target-specific Variable Values\" in your F " -"file. See the make documentation for details on doing this." +"When using L, it can be passed options that will be passed on to each " +"debhelper command, which is generally better than using DH_OPTIONS." msgstr "" -"Esto es útil en algunas situaciones, por ejemplo, si necesita introducir la " -"opción B<-p> a todas las órdenes de debhelper que va a utilizar. Una buena " -"manera de dar un valor a B es usando «Target-specific Variable " -"Valores» en su fichero F. Consulte la documentación de make " -"para los detalles sobre cómo hacer esto." # type: =item #. type: =item -#: debhelper.pod:624 +#: debhelper.pod:628 msgid "B" msgstr "B" # type: textblock #. type: textblock -#: debhelper.pod:626 +#: debhelper.pod:630 msgid "" "If set, this adds the value the variable is set to to the B<-X> options of " "all commands that support the B<-X> option. Moreover, B will " @@ -1643,7 +1655,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:630 +#: debhelper.pod:634 msgid "" "This can be useful if you are doing a build from a CVS source tree, in which " "case setting B will prevent any CVS directories from " @@ -1661,7 +1673,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:637 +#: debhelper.pod:641 msgid "" "Multiple things to exclude can be separated with colons, as in " "B" @@ -1671,9 +1683,9 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:642 dh:883 dh_auto_build:47 dh_auto_clean:50 -#: dh_auto_configure:53 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122 -#: dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:129 +#: debhelper.pod:646 dh:883 dh_auto_build:47 dh_auto_clean:50 +#: dh_auto_configure:52 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122 +#: dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:127 #: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279 #: dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77 #: dh_installdeb:144 dh_installdebconf:126 dh_installdirs:86 @@ -1692,33 +1704,33 @@ msgstr "VÉASE TAMBIÉN" # type: =item #. type: =item -#: debhelper.pod:646 +#: debhelper.pod:650 msgid "F" msgstr "F" # type: textblock #. type: textblock -#: debhelper.pod:648 +#: debhelper.pod:652 msgid "A set of example F files that use debhelper." msgstr "Varios ficheros de ejemplo F que usan debhelper." # type: =item #. type: =item -#: debhelper.pod:650 +#: debhelper.pod:654 msgid "L" msgstr "L" # type: textblock #. type: textblock -#: debhelper.pod:652 +#: debhelper.pod:656 msgid "Debhelper web site." msgstr "Sitio web de Debhelper." # type: =head1 #. type: =head1 -#: debhelper.pod:656 dh:889 dh_auto_build:53 dh_auto_clean:56 -#: dh_auto_configure:59 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130 -#: dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:135 +#: debhelper.pod:660 dh:889 dh_auto_build:53 dh_auto_clean:56 +#: dh_auto_configure:58 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130 +#: dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:133 #: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285 #: dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83 #: dh_installdeb:150 dh_installdebconf:132 dh_installdirs:92 @@ -1736,9 +1748,9 @@ msgstr "AUTOR" # type: textblock #. type: textblock -#: debhelper.pod:658 dh:891 dh_auto_build:55 dh_auto_clean:58 -#: dh_auto_configure:61 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128 -#: dh_clean:150 dh_compress:214 dh_fixperms:137 dh_gencontrol:90 +#: debhelper.pod:662 dh:891 dh_auto_build:55 dh_auto_clean:58 +#: dh_auto_configure:60 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128 +#: dh_clean:150 dh_compress:214 dh_fixperms:135 dh_gencontrol:90 #: dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152 #: dh_installdebconf:134 dh_installdirs:94 dh_installdocs:315 #: dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 @@ -2484,9 +2496,9 @@ msgstr "" # type: textblock #. type: textblock -#: dh:885 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55 +#: dh:885 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54 #: dh_auto_install:87 dh_auto_test:61 dh_builddeb:122 dh_clean:144 -#: dh_compress:208 dh_fixperms:131 dh_gconf:101 dh_gencontrol:84 +#: dh_compress:208 dh_fixperms:129 dh_gconf:101 dh_gencontrol:84 #: dh_install:281 dh_installcatalogs:118 dh_installchangelogs:173 #: dh_installcron:79 dh_installdeb:146 dh_installdebconf:128 dh_installdirs:88 #: dh_installdocs:309 dh_installemacsen:126 dh_installexamples:108 @@ -2503,9 +2515,9 @@ msgstr "L" # type: textblock #. type: textblock -#: dh:887 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57 +#: dh:887 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56 #: dh_auto_install:89 dh_auto_test:63 dh_bugfiles:128 dh_builddeb:124 -#: dh_clean:146 dh_compress:210 dh_desktop:35 dh_fixperms:133 dh_gconf:103 +#: dh_clean:146 dh_compress:210 dh_desktop:35 dh_fixperms:131 dh_gconf:103 #: dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175 #: dh_installcron:81 dh_installdeb:148 dh_installdebconf:130 dh_installdirs:90 #: dh_installdocs:311 dh_installemacsen:128 dh_installexamples:110 @@ -2583,9 +2595,14 @@ msgstr "B<--> I" #. type: textblock #: dh_auto_build:37 +#, fuzzy +#| msgid "" +#| "Pass I to the program that is run. These can be used to " +#| "supplement or override any standard parameters that B " +#| "passes." msgid "" -"Pass I to the program that is run. These can be used to supplement " -"or override any standard parameters that B passes." +"Pass I to the program that is run, after the parameters that " +"B usually passes." msgstr "" "Introduce los I al programa que ejecuta. Se puede usar para " "añadir o anular cualquier parámetro estándar que introduce B." @@ -2637,9 +2654,14 @@ msgstr "" #. type: textblock #: dh_auto_clean:39 +#, fuzzy +#| msgid "" +#| "Pass I to the program that is run. These can be used to " +#| "supplement or override the any standard parameters that B " +#| "passes." msgid "" -"Pass I to the program that is run. These can be used to supplement " -"or override the any standard parameters that B passes." +"Pass I to the program that is run, after the parameters that " +"B usually passes." msgstr "" "Introduce los I al programa que ejecuta. Se puede usar para " "añadir o anular cualquier parámetro estándar que introduce B." @@ -2695,17 +2717,21 @@ msgstr "" #. type: textblock #: dh_auto_configure:40 +#, fuzzy +#| msgid "" +#| "Pass I to the program that is run, after the standard parameters " +#| "that B passes. This can be used to supplement or " +#| "override those parameters. For example:" msgid "" -"Pass I to the program that is run, after the standard parameters " -"that B passes. This can be used to supplement or override " -"those parameters. For example:" +"Pass I to the program that is run, after the parameters that " +"B usually passes. For example:" msgstr "" "Introduce los I al programa a ejecutar, después de que " "B introduzca los parámetros estándar. Se puede usar para " "añadir o anular esos parámetros. Por ejemplo:" #. type: verbatim -#: dh_auto_configure:44 +#: dh_auto_configure:43 #, no-wrap msgid "" " dh_auto_configure -- --with-foo --enable-bar\n" @@ -2807,9 +2833,14 @@ msgstr "" #. type: textblock #: dh_auto_install:58 +#, fuzzy +#| msgid "" +#| "Pass I to the program that is run. These can be used to " +#| "supplement or override the any standard parameters that " +#| "B passes." msgid "" -"Pass I to the program that is run. These can be used to supplement " -"or override the any standard parameters that B passes." +"Pass I to the program that is run, after the parameters that " +"B usually passes." msgstr "" "Introduce los I al programa a ejecutar. Se puede usar para " "añadir o anular cualquiera de los parámetros estándar que introduce " @@ -2864,9 +2895,14 @@ msgstr "" #. type: textblock #: dh_auto_test:40 +#, fuzzy +#| msgid "" +#| "Pass I to the program that is run. These can be used to " +#| "supplement or override the any standard parameters that B " +#| "passes." msgid "" -"Pass I to the program that is run. These can be used to supplement " -"or override the any standard parameters that B passes." +"Pass I to the program that is run, after the parameters that " +"B usually passes." msgstr "" "Introduce los I al programa que ejecuta. Se puede usar para " "añadir o anular cualquier parámetro estándar que introduce B." @@ -6715,9 +6751,13 @@ msgstr "" # type: textblock #. type: textblock #: dh_link:62 +#, fuzzy +#| msgid "" +#| "Do not correct symlinks that contain I anywhere in their filename " +#| "from being corrected to comply with Debian policy." msgid "" -"Do not correct symlinks that contain I anywhere in their filename from " -"being corrected to comply with Debian policy." +"Exclude symlinks that contain I anywhere in their filename from being " +"corrected to comply with Debian policy." msgstr "" "No corrige enlaces simbólicos, para que cumplan con las normas de Debian, " "que contienen I en cualquier parte de su nombre de ficheros." @@ -8312,6 +8352,20 @@ msgstr "Normas de Debian, versión 2.2" msgid "Andrew Stribblehill " msgstr "Andrew Stribblehill " +# type: textblock +#~ msgid "" +#~ "This is useful in some situations, for example, if you need to pass B<-p> " +#~ "to all debhelper commands that will be run. One good way to set " +#~ "B is by using \"Target-specific Variable Values\" in your " +#~ "F file. See the make documentation for details on doing " +#~ "this." +#~ msgstr "" +#~ "Esto es útil en algunas situaciones, por ejemplo, si necesita introducir " +#~ "la opción B<-p> a todas las órdenes de debhelper que va a utilizar. Una " +#~ "buena manera de dar un valor a B es usando «Target-specific " +#~ "Variable Valores» en su fichero F. Consulte la " +#~ "documentación de make para los detalles sobre cómo hacer esto." + #~ msgid "" #~ "Sometimes, you may need to make an override target only run commands when " #~ "a particular package is being built. This can be accomplished using " diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po index a707daf2..6a389d37 100644 --- a/man/po4a/po/fr.po +++ b/man/po4a/po/fr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: debhelper manpages\n" -"POT-Creation-Date: 2011-09-11 21:40-0400\n" +"POT-Creation-Date: 2011-09-29 15:41-0400\n" "PO-Revision-Date: 2011-04-03 17:37+0200\n" "Last-Translator: Valery Perrin \n" "Language-Team: Français \n" @@ -608,12 +608,20 @@ msgstr "OPTIONS DU PROCESSUS DE CONSTRUCTION" #. type: textblock #: debhelper.pod:194 +#, fuzzy +#| msgid "" +#| "The following command line options are supported by all of the " +#| "BI<*> 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." msgid "" "The following command line options are supported by all of the " "BI<*> 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." +"behavior. Typically these are passed to L, which then passes them to " +"all the BI<*> programs." msgstr "" "Les programmes debhelper BI<*> comportent plusieurs processus de " "construction et déterminent, de manière heuristique, lequel utiliser et " @@ -622,14 +630,14 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:201 +#: debhelper.pod:203 msgid "B<-S>I, B<--buildsystem=>I" msgstr "" "B<-S>I, B<--buildsystem=>I" #. type: textblock -#: debhelper.pod:203 +#: debhelper.pod:205 msgid "" "Force use of the specified I, instead of trying to auto-select " "one which might be applicable for the package." @@ -639,12 +647,12 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:206 +#: debhelper.pod:208 msgid "B<-D>I, B<--sourcedirectory=>I" msgstr "B<-D>I, B<--sourcedirectory=>I" #. type: textblock -#: debhelper.pod:208 +#: debhelper.pod:210 msgid "" "Assume that the original package source tree is at the specified " "I rather than the top level directory of the Debian source " @@ -655,12 +663,12 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:212 +#: debhelper.pod:214 msgid "B<-B>[I], B<--builddirectory=>[I]" msgstr "B<-B>[I], B<--builddirectory=>[I]" #. type: textblock -#: debhelper.pod:214 +#: debhelper.pod:216 msgid "" "Enable out of source building and use the specified I as the " "build directory. If I parameter is omitted, a default build " @@ -672,7 +680,7 @@ msgstr "" "sera choisi." #. type: textblock -#: debhelper.pod:218 +#: debhelper.pod:220 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 " @@ -685,7 +693,7 @@ msgstr "" "utilisé même si B<--builddirectory> n'est pas spécifié." #. type: textblock -#: debhelper.pod:223 +#: debhelper.pod:225 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 " @@ -699,12 +707,12 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:227 +#: debhelper.pod:229 msgid "B<--parallel>" msgstr "B<--parallel>" #. type: textblock -#: debhelper.pod:229 +#: debhelper.pod:231 msgid "" "Enable parallel builds if underlying build system supports them. The number " "of parallel jobs is controlled by the B environment " @@ -718,7 +726,7 @@ msgstr "" "spécifiques du système." #. type: textblock -#: debhelper.pod:234 +#: debhelper.pod:236 msgid "" "If this option is not specified, debhelper currently defaults to not " "allowing parallel package builds." @@ -727,12 +735,12 @@ msgstr "" "le parallélisme lors de la construction." #. type: =item -#: debhelper.pod:237 +#: debhelper.pod:239 msgid "B<--max-parallel=>I" msgstr "B<--max-parallel=>I" #. type: textblock -#: debhelper.pod:239 +#: debhelper.pod:241 msgid "" "This option implies B<--parallel> and allows further limiting the number of " "jobs that can be used in a parallel build. If the package build is known to " @@ -747,12 +755,12 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:244 dh:60 +#: debhelper.pod:246 dh:60 msgid "B<--list>, B<-l>" msgstr "B<--list>, B<-l>" #. type: textblock -#: debhelper.pod:246 +#: debhelper.pod:248 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 " @@ -766,13 +774,13 @@ msgstr "" "l'option B<--buildsystem>." #. type: =head1 -#: debhelper.pod:253 +#: debhelper.pod:255 msgid "COMPATABILITY LEVELS" msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:255 +#: debhelper.pod:257 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 " @@ -792,7 +800,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:262 +#: debhelper.pod:264 msgid "" "Tell debhelper what compatibility level to use by writing a number to " "F. For example, to turn on v8 mode:" @@ -803,7 +811,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: debhelper.pod:265 +#: debhelper.pod:267 #, no-wrap msgid "" " % echo 8 > debian/compat\n" @@ -814,7 +822,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:267 +#: debhelper.pod:269 msgid "" "Unless otherwise indicated, all debhelper documentation assumes that you are " "using the most recent compatibility level, and in most cases does not " @@ -832,18 +840,18 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:274 +#: debhelper.pod:276 msgid "These are the available compatibility levels:" msgstr "Les niveaux de compatibilité sont les suivants :" #. type: =item -#: debhelper.pod:278 +#: debhelper.pod:280 msgid "v1" msgstr "v1" # type: textblock #. type: textblock -#: debhelper.pod:280 +#: debhelper.pod:282 msgid "" "This is the original debhelper compatibility level, and so it is the default " "one. In this mode, debhelper will use F as the package tree " @@ -857,18 +865,18 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:285 debhelper.pod:292 debhelper.pod:315 debhelper.pod:344 +#: debhelper.pod:287 debhelper.pod:294 debhelper.pod:317 debhelper.pod:346 msgid "This mode is deprecated." msgstr "Ce mode est déconseillé." #. type: =item -#: debhelper.pod:287 +#: debhelper.pod:289 msgid "v2" msgstr "v2" # type: textblock #. type: textblock -#: debhelper.pod:289 +#: debhelper.pod:291 msgid "" "In this mode, debhelper will consistently use debian/I as the " "package tree directory for every package that is built." @@ -877,31 +885,32 @@ msgstr "" "répertoire de l'arborescence de chaque paquet construit." #. type: =item -#: debhelper.pod:294 +#: debhelper.pod:296 msgid "v3" msgstr "v3" # type: textblock #. type: textblock -#: debhelper.pod:296 +#: debhelper.pod:298 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:300 debhelper.pod:305 debhelper.pod:309 debhelper.pod:323 -#: debhelper.pod:328 debhelper.pod:333 debhelper.pod:338 debhelper.pod:352 -#: debhelper.pod:356 debhelper.pod:361 debhelper.pod:365 debhelper.pod:377 -#: debhelper.pod:382 debhelper.pod:388 debhelper.pod:394 debhelper.pod:407 -#: debhelper.pod:414 debhelper.pod:418 debhelper.pod:422 debhelper.pod:437 -#: debhelper.pod:441 debhelper.pod:449 debhelper.pod:454 debhelper.pod:468 -#: debhelper.pod:473 debhelper.pod:480 debhelper.pod:485 debhelper.pod:489 +#: debhelper.pod:302 debhelper.pod:307 debhelper.pod:311 debhelper.pod:325 +#: debhelper.pod:330 debhelper.pod:335 debhelper.pod:340 debhelper.pod:354 +#: debhelper.pod:358 debhelper.pod:363 debhelper.pod:367 debhelper.pod:379 +#: debhelper.pod:384 debhelper.pod:390 debhelper.pod:396 debhelper.pod:409 +#: debhelper.pod:416 debhelper.pod:420 debhelper.pod:424 debhelper.pod:439 +#: debhelper.pod:443 debhelper.pod:451 debhelper.pod:456 debhelper.pod:470 +#: debhelper.pod:475 debhelper.pod:482 debhelper.pod:487 debhelper.pod:491 +#: debhelper.pod:497 msgid "-" msgstr "-" # type: textblock #. type: textblock -#: debhelper.pod:302 +#: debhelper.pod:304 msgid "" "Debhelper config files support globbing via B<*> and B, when appropriate. " "To turn this off and use those characters raw, just prefix with a backslash." @@ -913,7 +922,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:307 +#: debhelper.pod:309 msgid "" "B makes the F and F scripts call " "B." @@ -923,7 +932,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:311 +#: debhelper.pod:313 msgid "" "Every file in F is automatically flagged as a conffile by " "B." @@ -932,19 +941,19 @@ msgstr "" "comme un fichier de configuration." #. type: =item -#: debhelper.pod:317 +#: debhelper.pod:319 msgid "v4" msgstr "v4" # type: textblock #. type: textblock -#: debhelper.pod:319 +#: debhelper.pod:321 msgid "Changes from v3 are:" msgstr "Les changements par rapport à la version 3 sont :" # type: textblock #. type: textblock -#: debhelper.pod:325 +#: debhelper.pod:327 msgid "" "B will not include the Debian part of the version number " "in the generated dependency line in the shlibs file." @@ -954,7 +963,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:330 +#: debhelper.pod:332 msgid "" "You are encouraged to put the new B<${misc:Depends}> into F " "to supplement the B<${shlibs:Depends}> field." @@ -964,7 +973,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:335 +#: debhelper.pod:337 msgid "" "B will make all files in F directories and in F executable." @@ -974,26 +983,26 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:340 +#: debhelper.pod:342 msgid "B will correct existing links to conform with policy." msgstr "" "B corrigera les liens existants pour les rendre conformes à la " "Charte Debian." #. type: =item -#: debhelper.pod:346 +#: debhelper.pod:348 msgid "v5" msgstr "v5" # type: textblock #. type: textblock -#: debhelper.pod:348 +#: debhelper.pod:350 msgid "Changes from v4 are:" msgstr "Les changements par rapport à la version 4 sont :" # type: textblock #. type: textblock -#: debhelper.pod:354 +#: debhelper.pod:356 msgid "Comments are ignored in debhelper config files." msgstr "" "Les commentaires sont ignorés dans les fichiers de configuration de " @@ -1001,7 +1010,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:358 +#: debhelper.pod:360 msgid "" "B now specifies the name of a package to put " "debugging symbols in, not the packages to take the symbols from." @@ -1012,32 +1021,32 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:363 +#: debhelper.pod:365 msgid "B skips installing empty files." msgstr "B saute l'installation des fichiers vides." # type: textblock #. type: textblock -#: debhelper.pod:367 +#: debhelper.pod:369 msgid "B errors out if wildcards expand to nothing." msgstr "" "B génère des erreurs si les jokers (wildcards) ne correspondent " "à rien." #. type: =item -#: debhelper.pod:371 +#: debhelper.pod:373 msgid "v6" msgstr "v6" # type: textblock #. type: textblock -#: debhelper.pod:373 +#: debhelper.pod:375 msgid "Changes from v5 are:" msgstr "Les changements par rapport à la version 5 sont :" # type: textblock #. type: textblock -#: debhelper.pod:379 +#: debhelper.pod:381 msgid "" "Commands that generate maintainer script fragments will order the fragments " "in reverse order for the F and F scripts." @@ -1047,7 +1056,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:384 +#: debhelper.pod:386 msgid "" "B will install a slave manpage link for F, if it sees the man page in F in the package build " @@ -1059,7 +1068,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:390 +#: debhelper.pod:392 msgid "" "B did not previously delete everything matching " "B, if it was set to a list of things to exclude, such as " @@ -1071,7 +1080,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:396 +#: debhelper.pod:398 msgid "" "B allows overwriting existing man pages in the package build " "directory. In previous compatibility levels it silently refuses to do this." @@ -1081,19 +1090,19 @@ msgstr "" "de le faire." #. type: =item -#: debhelper.pod:401 +#: debhelper.pod:403 msgid "v7" msgstr "v7" # type: textblock #. type: textblock -#: debhelper.pod:403 +#: debhelper.pod:405 msgid "Changes from v6 are:" msgstr "Les changements par rapport à la version 6 sont :" # type: textblock #. type: textblock -#: debhelper.pod:409 +#: debhelper.pod:411 msgid "" "B, will fall back to looking for files in F if it " "doesn't find them in the current directory (or wherever you tell it look " @@ -1109,7 +1118,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:416 +#: debhelper.pod:418 msgid "B will read F and delete files listed there." msgstr "" "B lit le répertoire F et supprime les fichiers qui y " @@ -1117,13 +1126,13 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:420 +#: debhelper.pod:422 msgid "B will delete toplevel F<*-stamp> files." msgstr "B supprime les fichiers F<*-stamp>." # type: textblock #. type: textblock -#: debhelper.pod:424 +#: debhelper.pod:426 msgid "" "B will guess at what file is the upstream changelog if " "none is specified." @@ -1132,24 +1141,24 @@ msgstr "" "amont si rien n'est spécifié." #. type: =item -#: debhelper.pod:429 +#: debhelper.pod:431 msgid "v8" msgstr "v8" # type: textblock #. type: textblock -#: debhelper.pod:431 +#: debhelper.pod:433 msgid "This is the recommended mode of operation." msgstr "C'est la version dont l'usage est recommandé." # type: textblock #. type: textblock -#: debhelper.pod:433 +#: debhelper.pod:435 msgid "Changes from v7 are:" msgstr "Les changements par rapport à la version 7 sont :" #. type: textblock -#: debhelper.pod:439 +#: debhelper.pod:441 msgid "" "Commands will fail rather than warning when they are passed unknown options." msgstr "" @@ -1157,7 +1166,7 @@ msgstr "" "recevront des options inconnues." #. type: textblock -#: debhelper.pod:443 +#: debhelper.pod:445 msgid "" "B will run B on all shared libraries that it " "generates shlibs files for. So B<-X> can be used to exclude libraries. " @@ -1174,7 +1183,7 @@ msgstr "" "certains paquets." #. type: textblock -#: debhelper.pod:451 +#: debhelper.pod:453 msgid "" "B requires the sequence to run be specified as the first parameter, and " "any switches come after it. Ie, use \"B\", not \"B" @@ -1185,7 +1194,7 @@ msgstr "" "faut écrire « B », et non « B »" #. type: textblock -#: debhelper.pod:456 +#: debhelper.pod:458 msgid "" "BI<*> prefer to use Perl's B in preference to " "F." @@ -1194,33 +1203,33 @@ msgstr "" "F." #. type: =item -#: debhelper.pod:460 +#: debhelper.pod:462 msgid "v9" msgstr "" #. type: textblock -#: debhelper.pod:462 +#: debhelper.pod:464 msgid "" "This compatibility level is still open for development; use with caution." msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:464 +#: debhelper.pod:466 #, fuzzy #| msgid "Changes from v3 are:" msgid "Changes from v8 are:" msgstr "Les changements par rapport à la version 3 sont :" #. type: textblock -#: debhelper.pod:470 +#: debhelper.pod:472 msgid "" "Multiarch support. In particular, B passes multiarch " "directories to autoconf in --libdir and --libexecdir." msgstr "" #. type: textblock -#: debhelper.pod:475 +#: debhelper.pod:477 msgid "" "dh is aware of the usual dependencies between targets in debian/rules. So, " "\"dh binary\" will run any build, build-arch, build-indep, install, etc " @@ -1229,28 +1238,35 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:482 +#: debhelper.pod:484 msgid "" "B does not include the source package name in --" "libexecdir when using autoconf." msgstr "" #. type: textblock -#: debhelper.pod:487 +#: debhelper.pod:489 msgid "B does not default to enabling --with=python-support" msgstr "" #. type: textblock -#: debhelper.pod:491 +#: debhelper.pod:493 msgid "" "All of the BI<*> debhelper programs and B set environment " "variables listed by B, unless they are already set. They " "support DEB_BUILD_OPTIONS=noopt too." msgstr "" +#. type: textblock +#: debhelper.pod:499 +msgid "" +"B passes CFLAGS to F using the OPTIMIZE " +"variable." +msgstr "" + # type: =head1 #. type: =head1 -#: debhelper.pod:499 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116 +#: debhelper.pod:506 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116 #: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 #: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55 #: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 @@ -1260,13 +1276,13 @@ msgstr "REMARQUES" # type: =head2 #. type: =head2 -#: debhelper.pod:501 +#: debhelper.pod:508 msgid "Multiple binary package support" msgstr "Prise en charge de plusieurs paquets binaires" # type: textblock #. type: textblock -#: debhelper.pod:503 +#: debhelper.pod:510 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 " @@ -1286,7 +1302,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:511 +#: debhelper.pod:518 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<-" @@ -1302,13 +1318,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:517 +#: debhelper.pod:524 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:519 +#: debhelper.pod:526 msgid "" "Some debhelper commands will automatically generate parts of Debian " "maintainer scripts. If you want these automatically generated things " @@ -1326,7 +1342,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:526 +#: debhelper.pod:533 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." @@ -1336,7 +1352,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:529 +#: debhelper.pod:536 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." @@ -1347,7 +1363,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:532 +#: debhelper.pod:539 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 " @@ -1362,7 +1378,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: debhelper.pod:537 +#: debhelper.pod:544 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -1381,13 +1397,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:543 +#: debhelper.pod:550 msgid "Automatic generation of miscellaneous dependencies." msgstr "Génération automatique des diverses dépendances." # type: textblock #. type: textblock -#: debhelper.pod:545 +#: debhelper.pod:552 #, fuzzy #| msgid "" #| "Some debhelper commands may make the generated package need to depend on " @@ -1416,7 +1432,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:553 +#: debhelper.pod:560 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called B<" @@ -1431,7 +1447,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:558 +#: debhelper.pod:565 msgid "" "This is entirely independent of the standard B<${shlibs:Depends}> generated " "by L, and the B<${perl:Depends}> generated by L." @@ -1462,7 +1478,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:568 +#: debhelper.pod:575 msgid "" "Sometimes, you might want to use some other temporary directory. This is " "supported by the B<-P> flag. For example, \"B" @@ -1482,13 +1498,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:576 +#: debhelper.pod:583 msgid "udebs" msgstr "udebs" # type: textblock #. type: textblock -#: debhelper.pod:578 +#: debhelper.pod:585 msgid "" "Debhelper includes support for udebs. To create a udeb with debhelper, add " "\"B\" to the package's stanza in F, and " @@ -1507,13 +1523,13 @@ msgstr "" "F, etc." #. type: =head2 -#: debhelper.pod:585 +#: debhelper.pod:592 msgid "Build depends" msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:587 +#: debhelper.pod:594 msgid "" "Once your package uses debhelper to build, be sure to add debhelper to your " "Build-Depends line in F. You should build-depend on a " @@ -1529,7 +1545,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: debhelper.pod:593 +#: debhelper.pod:600 #, no-wrap msgid "" " Build-Depends: debhelper (>= 7)\n" @@ -1540,19 +1556,19 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:595 +#: debhelper.pod:602 msgid "ENVIRONMENT" msgstr "VARIABLES D'ENVIRONNEMENT" # type: =item #. type: =item -#: debhelper.pod:599 +#: debhelper.pod:606 msgid "B" msgstr "B" # type: textblock #. type: textblock -#: debhelper.pod:601 +#: debhelper.pod:608 msgid "" "Set to B<1> to enable verbose mode. Debhelper will output every command it " "runs that modifies files on the build system." @@ -1562,13 +1578,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:604 +#: debhelper.pod:611 msgid "B" msgstr "B" # type: textblock #. type: textblock -#: debhelper.pod:606 +#: debhelper.pod:613 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in F." @@ -1578,58 +1594,54 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:609 +#: debhelper.pod:616 msgid "B" msgstr "B" # type: textblock #. type: textblock -#: debhelper.pod:611 +#: debhelper.pod:618 msgid "Set to B<1> to enable no-act mode." msgstr "Mettre cette variable à B<1> pour activer le mode simulation (no-act)." # type: =item #. type: =item -#: debhelper.pod:613 +#: debhelper.pod:620 msgid "B" msgstr "B" # type: textblock #. type: textblock -#: debhelper.pod:615 +#: debhelper.pod:622 +#, fuzzy +#| 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 that do not support them." 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 " -"that do not support them." +"all debhelper commands." msgstr "" "Tout ce qui est indiqué dans cette variable sera passé en argument à toutes " "les commandes debhelper. Les options spécifiques à une commande seront " "ignorées par les commandes qui n'exploitent pas cette option." -# type: textblock #. type: textblock -#: debhelper.pod:619 +#: debhelper.pod:625 msgid "" -"This is useful in some situations, for example, if you need to pass B<-p> to " -"all debhelper commands that will be run. One good way to set B " -"is by using \"Target-specific Variable Values\" in your F " -"file. See the make documentation for details on doing this." +"When using L, it can be passed options that will be passed on to each " +"debhelper command, which is generally better than using DH_OPTIONS." msgstr "" -"Ce comportement est utile dans quelques situations, par exemple, pour passer " -"B<-p> à toutes les commandes de debhelper qui seront exécutées. Une bonne " -"façon d'employer B est d'utiliser des triplets « Cible-" -"spécifique Variable Valeurs » dans le fichier F. Consulter la " -"documentation de make pour obtenir des précisions sur cette méthode." # type: =item #. type: =item -#: debhelper.pod:624 +#: debhelper.pod:628 msgid "B" msgstr "B" # type: textblock #. type: textblock -#: debhelper.pod:626 +#: debhelper.pod:630 msgid "" "If set, this adds the value the variable is set to to the B<-X> options of " "all commands that support the B<-X> option. Moreover, B will " @@ -1642,7 +1654,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:630 +#: debhelper.pod:634 msgid "" "This can be useful if you are doing a build from a CVS source tree, in which " "case setting B will prevent any CVS directories from " @@ -1661,7 +1673,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:637 +#: debhelper.pod:641 msgid "" "Multiple things to exclude can be separated with colons, as in " "B" @@ -1671,9 +1683,9 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:642 dh:883 dh_auto_build:47 dh_auto_clean:50 -#: dh_auto_configure:53 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122 -#: dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:129 +#: debhelper.pod:646 dh:883 dh_auto_build:47 dh_auto_clean:50 +#: dh_auto_configure:52 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122 +#: dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:127 #: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279 #: dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77 #: dh_installdeb:144 dh_installdebconf:126 dh_installdirs:86 @@ -1692,34 +1704,34 @@ msgstr "VOIR AUSSI" # type: =item #. type: =item -#: debhelper.pod:646 +#: debhelper.pod:650 msgid "F" msgstr "F" # type: textblock #. type: textblock -#: debhelper.pod:648 +#: debhelper.pod:652 msgid "A set of example F files that use debhelper." msgstr "" "Un ensemble d'exemples de fichiers F qui utilisent debhelper." # type: =item #. type: =item -#: debhelper.pod:650 +#: debhelper.pod:654 msgid "L" msgstr "L" # type: textblock #. type: textblock -#: debhelper.pod:652 +#: debhelper.pod:656 msgid "Debhelper web site." msgstr "Le site internet de debhelper." # type: =head1 #. type: =head1 -#: debhelper.pod:656 dh:889 dh_auto_build:53 dh_auto_clean:56 -#: dh_auto_configure:59 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130 -#: dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:135 +#: debhelper.pod:660 dh:889 dh_auto_build:53 dh_auto_clean:56 +#: dh_auto_configure:58 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130 +#: dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:133 #: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285 #: dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83 #: dh_installdeb:150 dh_installdebconf:132 dh_installdirs:92 @@ -1737,9 +1749,9 @@ msgstr "AUTEUR" # type: textblock #. type: textblock -#: debhelper.pod:658 dh:891 dh_auto_build:55 dh_auto_clean:58 -#: dh_auto_configure:61 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128 -#: dh_clean:150 dh_compress:214 dh_fixperms:137 dh_gencontrol:90 +#: debhelper.pod:662 dh:891 dh_auto_build:55 dh_auto_clean:58 +#: dh_auto_configure:60 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128 +#: dh_clean:150 dh_compress:214 dh_fixperms:135 dh_gencontrol:90 #: dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152 #: dh_installdebconf:134 dh_installdirs:94 dh_installdocs:315 #: dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 @@ -2524,9 +2536,9 @@ msgstr "" # type: textblock #. type: textblock -#: dh:885 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55 +#: dh:885 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54 #: dh_auto_install:87 dh_auto_test:61 dh_builddeb:122 dh_clean:144 -#: dh_compress:208 dh_fixperms:131 dh_gconf:101 dh_gencontrol:84 +#: dh_compress:208 dh_fixperms:129 dh_gconf:101 dh_gencontrol:84 #: dh_install:281 dh_installcatalogs:118 dh_installchangelogs:173 #: dh_installcron:79 dh_installdeb:146 dh_installdebconf:128 dh_installdirs:88 #: dh_installdocs:309 dh_installemacsen:126 dh_installexamples:108 @@ -2543,9 +2555,9 @@ msgstr "L" # type: textblock #. type: textblock -#: dh:887 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57 +#: dh:887 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56 #: dh_auto_install:89 dh_auto_test:63 dh_bugfiles:128 dh_builddeb:124 -#: dh_clean:146 dh_compress:210 dh_desktop:35 dh_fixperms:133 dh_gconf:103 +#: dh_clean:146 dh_compress:210 dh_desktop:35 dh_fixperms:131 dh_gconf:103 #: dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175 #: dh_installcron:81 dh_installdeb:148 dh_installdebconf:130 dh_installdirs:90 #: dh_installdocs:311 dh_installemacsen:128 dh_installexamples:110 @@ -2629,9 +2641,14 @@ msgstr "B<--> I" # type: textblock #. type: textblock #: dh_auto_build:37 +#, fuzzy +#| msgid "" +#| "Pass I to the program that is run. These can be used to " +#| "supplement or override any standard parameters that B " +#| "passes." msgid "" -"Pass I to the program that is run. These can be used to supplement " -"or override any standard parameters that B passes." +"Pass I to the program that is run, after the parameters that " +"B usually passes." msgstr "" "Transmet les I au programme exécuté. Ceci peut être utilisé en " "complément ou en remplacement de tous les paramètres standard que " @@ -2692,9 +2709,14 @@ msgstr "" # type: textblock #. type: textblock #: dh_auto_clean:39 +#, fuzzy +#| msgid "" +#| "Pass I to the program that is run. These can be used to " +#| "supplement or override the any standard parameters that B " +#| "passes." msgid "" -"Pass I to the program that is run. These can be used to supplement " -"or override the any standard parameters that B passes." +"Pass I to the program that is run, after the parameters that " +"B usually passes." msgstr "" "Transmet les I au programme exécuté. Ceci peut être utilisé en " "complément ou en remplacement de tous les paramètres standard que " @@ -2756,10 +2778,14 @@ msgstr "" # type: textblock #. type: textblock #: dh_auto_configure:40 +#, fuzzy +#| msgid "" +#| "Pass I to the program that is run, after the standard parameters " +#| "that B passes. This can be used to supplement or " +#| "override those parameters. For example:" msgid "" -"Pass I to the program that is run, after the standard parameters " -"that B passes. This can be used to supplement or override " -"those parameters. For example:" +"Pass I to the program that is run, after the parameters that " +"B usually passes. For example:" msgstr "" "Transmet les I au programme exécuté. Ceci peut être utilisé en " "complément ou en remplacement de tous les paramètres standard que " @@ -2767,7 +2793,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh_auto_configure:44 +#: dh_auto_configure:43 #, no-wrap msgid "" " dh_auto_configure -- --with-foo --enable-bar\n" @@ -2878,9 +2904,14 @@ msgstr "" # type: textblock #. type: textblock #: dh_auto_install:58 +#, fuzzy +#| msgid "" +#| "Pass I to the program that is run. These can be used to " +#| "supplement or override the any standard parameters that " +#| "B passes." msgid "" -"Pass I to the program that is run. These can be used to supplement " -"or override the any standard parameters that B passes." +"Pass I to the program that is run, after the parameters that " +"B usually passes." msgstr "" "Transmet les I au programme exécuté. Ceci peut être utilisé en " "complément ou en remplacement de tous les paramètres standard que " @@ -2938,9 +2969,14 @@ msgstr "" # type: textblock #. type: textblock #: dh_auto_test:40 +#, fuzzy +#| msgid "" +#| "Pass I to the program that is run. These can be used to " +#| "supplement or override the any standard parameters that B " +#| "passes." msgid "" -"Pass I to the program that is run. These can be used to supplement " -"or override the any standard parameters that B passes." +"Pass I to the program that is run, after the parameters that " +"B usually passes." msgstr "" "Transmet les I au programme exécuté. Ceci peut être utilisé en " "complément ou en remplacement de tous les paramètres standard que " @@ -6911,9 +6947,13 @@ msgstr "" # type: textblock #. type: textblock #: dh_link:62 +#, fuzzy +#| msgid "" +#| "Do not correct symlinks that contain I anywhere in their filename " +#| "from being corrected to comply with Debian policy." msgid "" -"Do not correct symlinks that contain I anywhere in their filename from " -"being corrected to comply with Debian policy." +"Exclude symlinks that contain I anywhere in their filename from being " +"corrected to comply with Debian policy." msgstr "" "Ne corrige pas les liens symboliques qui comportent I<élément>, n'importe où " "dans leur nom, alors qu'ils auraient dû l'être pour se conformer à la charte " @@ -8533,6 +8573,21 @@ msgstr "Charte Debian, version 2.2" msgid "Andrew Stribblehill " msgstr "Andrew Stribblehill " +# type: textblock +#~ msgid "" +#~ "This is useful in some situations, for example, if you need to pass B<-p> " +#~ "to all debhelper commands that will be run. One good way to set " +#~ "B is by using \"Target-specific Variable Values\" in your " +#~ "F file. See the make documentation for details on doing " +#~ "this." +#~ msgstr "" +#~ "Ce comportement est utile dans quelques situations, par exemple, pour " +#~ "passer B<-p> à toutes les commandes de debhelper qui seront exécutées. " +#~ "Une bonne façon d'employer B est d'utiliser des triplets " +#~ "« Cible-spécifique Variable Valeurs » dans le fichier F. " +#~ "Consulter la documentation de make pour obtenir des précisions sur cette " +#~ "méthode." + #~ msgid "" #~ "Sometimes, you may need to make an override target only run commands when " #~ "a particular package is being built. This can be accomplished using " -- cgit v1.2.3