summaryrefslogtreecommitdiff
path: root/man/po4a/po
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-07-17 16:36:04 -0400
committerJoey Hess <joey@kitenet.net>2011-07-17 16:36:04 -0400
commitc003d52881fbd0372d7c4b335f275a1b99fe21c8 (patch)
tree67152f203b5642e73508766e65cb29de1144ec59 /man/po4a/po
parent047394511b43087914a8f4e1e056da29e451ce83 (diff)
releasing version 8.9.1
Diffstat (limited to 'man/po4a/po')
-rw-r--r--man/po4a/po/debhelper.pot589
-rw-r--r--man/po4a/po/es.po858
-rw-r--r--man/po4a/po/fr.po864
3 files changed, 1189 insertions, 1122 deletions
diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot
index 8c061011..8c11284e 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-06-24 14:29-0400\n"
+"POT-Creation-Date: 2011-07-17 16:31-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -401,7 +401,7 @@ msgstr ""
#. type: textblock
#: debhelper.pod:194
msgid ""
-"All of the B<dh_auto_>I<*> debhelper programs sets environment variables "
+"All of the B<dh_auto_>I<*> debhelper programs set environment variables "
"listed by B<dpkg-buildflags>, unless they are already set. They support "
"DEB_BUILD_OPTIONS=noopt too."
msgstr ""
@@ -521,154 +521,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:257 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:116 dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
-msgid "NOTES"
-msgstr ""
-
-#. type: =head2
-#: debhelper.pod:259
-msgid "Multiple binary package support"
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:261
-msgid ""
-"If your source package generates more than one binary package, debhelper "
-"programs will default to acting on all binary packages when run. If your "
-"source package happens to generate one architecture dependent package, and "
-"another architecture independent package, this is not the correct behavior, "
-"because you need to generate the architecture dependent packages in the "
-"binary-arch F<debian/rules> target, and the architecture independent "
-"packages in the binary-indep F<debian/rules> target."
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:269
-msgid ""
-"To facilitate this, as well as give you more control over which packages are "
-"acted on by debhelper programs, all debhelper programs accept the B<-a>, "
-"B<-i>, B<-p>, and B<-s> parameters. These parameters are cumulative. If "
-"none are given, debhelper programs default to acting on all packages listed "
-"in the control file."
-msgstr ""
-
-#. type: =head2
-#: debhelper.pod:275
-msgid "Automatic generation of Debian install scripts"
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:277
-msgid ""
-"Some debhelper commands will automatically generate parts of Debian "
-"maintainer scripts. If you want these automatically generated things "
-"included in your existing Debian maintainer scripts, then you need to add "
-"B<#DEBHELPER#> to your scripts, in the place the code should be added. "
-"B<#DEBHELPER#> will be replaced by any auto-generated code when you run "
-"B<dh_installdeb>."
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:284
-msgid ""
-"If a script does not exist at all and debhelper needs to add something to "
-"it, then debhelper will create the complete script."
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:287
-msgid ""
-"All debhelper commands that automatically generate code in this way let it "
-"be disabled by the -n parameter (see above)."
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:290
-msgid ""
-"Note that the inserted code will be shell code, so you cannot directly use "
-"it in a Perl script. If you would like to embed it into a Perl script, here "
-"is one way to do that (note that I made sure that $1, $2, etc are set with "
-"the set command):"
-msgstr ""
-
-#. type: verbatim
-#: debhelper.pod:295
-#, no-wrap
-msgid ""
-" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
-" #DEBHELPER#\n"
-" EOF\n"
-" system ($temp) / 256 == 0\n"
-" \tor die \"Problem with debhelper scripts: $!\";\n"
-"\n"
-msgstr ""
-
-#. type: =head2
-#: debhelper.pod:301
-msgid "Automatic generation of miscellaneous dependencies."
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:303
-msgid ""
-"Some debhelper commands may make the generated package need to depend on "
-"some other packages. For example, if you use L<dh_installdebconf(1)>, your "
-"package will generally need to depend on debconf. Or if you use "
-"L<dh_installxfonts(1)>, your package will generally need to depend on a "
-"particular version of xutils. Keeping track of these miscellaneous "
-"dependencies can be annoying since they are dependant on how debhelper does "
-"things, so debhelper offers a way to automate it."
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:311
-msgid ""
-"All commands of this type, besides documenting what dependencies may be "
-"needed on their man pages, will automatically generate a substvar called "
-"B<${misc:Depends}>. If you put that token into your F<debian/control> file, "
-"it will be expanded to the dependencies debhelper figures you need."
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:316
-msgid ""
-"This is entirely independent of the standard B<${shlibs:Depends}> generated "
-"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
-"L<dh_perl(1)>. You can choose not to use any of these, if debhelper's "
-"guesses don't match reality."
-msgstr ""
-
-#. type: =head2
-#: debhelper.pod:321
-msgid "Package build directories"
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:323
-msgid ""
-"By default, all debhelper programs assume that the temporary directory used "
-"for assembling the tree of files in a package is debian/I<package>."
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:326
-msgid ""
-"Sometimes, you might want to use some other temporary directory. This is "
-"supported by the B<-P> flag. For example, \"B<dh_installdocs "
-"-Pdebian/tmp>\", will use B<debian/tmp> as the temporary directory. Note "
-"that if you use B<-P>, the debhelper programs can only be acting on a single "
-"package at a time. So if you have a package that builds many binary "
-"packages, you will need to also use the B<-p> flag to specify which binary "
-"package the debhelper program will act on."
-msgstr ""
-
-#. type: =head2
-#: debhelper.pod:334
-msgid "Debhelper compatibility levels"
+#: debhelper.pod:257
+msgid "COMPATABILITY LEVELS"
msgstr ""
#. type: textblock
-#: debhelper.pod:336
+#: debhelper.pod:259
msgid ""
"From time to time, major non-backwards-compatible changes need to be made to "
"debhelper, to keep it clean and well-designed as needs change and its author "
@@ -679,14 +537,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:343
+#: debhelper.pod:266
msgid ""
"Tell debhelper what compatibility level to use by writing a number to "
"F<debian/compat>. For example, to turn on v8 mode:"
msgstr ""
#. type: verbatim
-#: debhelper.pod:346
+#: debhelper.pod:269
#, no-wrap
msgid ""
" % echo 8 > debian/compat\n"
@@ -694,7 +552,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:348
+#: debhelper.pod:271
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -705,17 +563,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:355
+#: debhelper.pod:278
msgid "These are the available compatibility levels:"
msgstr ""
#. type: =item
-#: debhelper.pod:359
+#: debhelper.pod:282
msgid "v1"
msgstr ""
#. type: textblock
-#: debhelper.pod:361
+#: debhelper.pod:284
msgid ""
"This is the original debhelper compatibility level, and so it is the default "
"one. In this mode, debhelper will use F<debian/tmp> as the package tree "
@@ -725,39 +583,39 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:366 debhelper.pod:373 debhelper.pod:396 debhelper.pod:425
+#: debhelper.pod:289 debhelper.pod:296 debhelper.pod:319 debhelper.pod:348
msgid "This mode is deprecated."
msgstr ""
#. type: =item
-#: debhelper.pod:368
+#: debhelper.pod:291
msgid "v2"
msgstr ""
#. type: textblock
-#: debhelper.pod:370
+#: debhelper.pod:293
msgid ""
"In this mode, debhelper will consistently use debian/I<package> as the "
"package tree directory for every package that is built."
msgstr ""
#. type: =item
-#: debhelper.pod:375
+#: debhelper.pod:298
msgid "v3"
msgstr ""
#. type: textblock
-#: debhelper.pod:377
+#: debhelper.pod:300
msgid "This mode works like v2, with the following additions:"
msgstr ""
#. type: =item
-#: debhelper.pod:381 debhelper.pod:386 debhelper.pod:390 debhelper.pod:404 debhelper.pod:409 debhelper.pod:414 debhelper.pod:419 debhelper.pod:433 debhelper.pod:437 debhelper.pod:442 debhelper.pod:446 debhelper.pod:458 debhelper.pod:463 debhelper.pod:469 debhelper.pod:475 debhelper.pod:488 debhelper.pod:495 debhelper.pod:499 debhelper.pod:503 debhelper.pod:518 debhelper.pod:522 debhelper.pod:530 debhelper.pod:535 debhelper.pod:549 debhelper.pod:554 debhelper.pod:559
+#: debhelper.pod:304 debhelper.pod:309 debhelper.pod:313 debhelper.pod:327 debhelper.pod:332 debhelper.pod:337 debhelper.pod:342 debhelper.pod:356 debhelper.pod:360 debhelper.pod:365 debhelper.pod:369 debhelper.pod:381 debhelper.pod:386 debhelper.pod:392 debhelper.pod:398 debhelper.pod:411 debhelper.pod:418 debhelper.pod:422 debhelper.pod:426 debhelper.pod:441 debhelper.pod:445 debhelper.pod:453 debhelper.pod:458 debhelper.pod:472 debhelper.pod:477 debhelper.pod:482 debhelper.pod:487
msgid "-"
msgstr ""
#. type: textblock
-#: debhelper.pod:383
+#: debhelper.pod:306
msgid ""
"Debhelper config files support globbing via B<*> and B<?>, when "
"appropriate. To turn this off and use those characters raw, just prefix with "
@@ -765,106 +623,106 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:388
+#: debhelper.pod:311
msgid ""
"B<dh_makeshlibs> makes the F<postinst> and F<postrm> scripts call "
"B<ldconfig>."
msgstr ""
#. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:315
msgid ""
"Every file in F<etc/> is automatically flagged as a conffile by "
"B<dh_installdeb>."
msgstr ""
#. type: =item
-#: debhelper.pod:398
+#: debhelper.pod:321
msgid "v4"
msgstr ""
#. type: textblock
-#: debhelper.pod:400
+#: debhelper.pod:323
msgid "Changes from v3 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:406
+#: debhelper.pod:329
msgid ""
"B<dh_makeshlibs -V> will not include the Debian part of the version number "
"in the generated dependency line in the shlibs file."
msgstr ""
#. type: textblock
-#: debhelper.pod:411
+#: debhelper.pod:334
msgid ""
"You are encouraged to put the new B<${misc:Depends}> into F<debian/control> "
"to supplement the B<${shlibs:Depends}> field."
msgstr ""
#. type: textblock
-#: debhelper.pod:416
+#: debhelper.pod:339
msgid ""
"B<dh_fixperms> will make all files in F<bin/> directories and in "
"F<etc/init.d> executable."
msgstr ""
#. type: textblock
-#: debhelper.pod:421
+#: debhelper.pod:344
msgid "B<dh_link> will correct existing links to conform with policy."
msgstr ""
#. type: =item
-#: debhelper.pod:427
+#: debhelper.pod:350
msgid "v5"
msgstr ""
#. type: textblock
-#: debhelper.pod:429
+#: debhelper.pod:352
msgid "Changes from v4 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:435
+#: debhelper.pod:358
msgid "Comments are ignored in debhelper config files."
msgstr ""
#. type: textblock
-#: debhelper.pod:439
+#: debhelper.pod:362
msgid ""
"B<dh_strip --dbg-package> now specifies the name of a package to put "
"debugging symbols in, not the packages to take the symbols from."
msgstr ""
#. type: textblock
-#: debhelper.pod:444
+#: debhelper.pod:367
msgid "B<dh_installdocs> skips installing empty files."
msgstr ""
#. type: textblock
-#: debhelper.pod:448
+#: debhelper.pod:371
msgid "B<dh_install> errors out if wildcards expand to nothing."
msgstr ""
#. type: =item
-#: debhelper.pod:452
+#: debhelper.pod:375
msgid "v6"
msgstr ""
#. type: textblock
-#: debhelper.pod:454
+#: debhelper.pod:377
msgid "Changes from v5 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:460
+#: debhelper.pod:383
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
msgstr ""
#. type: textblock
-#: debhelper.pod:465
+#: debhelper.pod:388
msgid ""
"B<dh_installwm> will install a slave manpage link for "
"F<x-window-manager.1.gz>, if it sees the man page in F<usr/share/man/man1> "
@@ -872,7 +730,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:471
+#: debhelper.pod:394
msgid ""
"B<dh_builddeb> did not previously delete everything matching "
"B<DH_ALWAYS_EXCLUDE>, if it was set to a list of things to exclude, such as "
@@ -880,24 +738,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:477
+#: debhelper.pod:400
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
msgstr ""
#. type: =item
-#: debhelper.pod:482
+#: debhelper.pod:405
msgid "v7"
msgstr ""
#. type: textblock
-#: debhelper.pod:484
+#: debhelper.pod:407
msgid "Changes from v6 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:413
msgid ""
"B<dh_install>, will fall back to looking for files in F<debian/tmp> if it "
"doesn't find them in the current directory (or wherever you tell it look "
@@ -907,44 +765,44 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:497
+#: debhelper.pod:420
msgid "B<dh_clean> will read F<debian/clean> and delete files listed there."
msgstr ""
#. type: textblock
-#: debhelper.pod:501
+#: debhelper.pod:424
msgid "B<dh_clean> will delete toplevel F<*-stamp> files."
msgstr ""
#. type: textblock
-#: debhelper.pod:505
+#: debhelper.pod:428
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
msgstr ""
#. type: =item
-#: debhelper.pod:510
+#: debhelper.pod:433
msgid "v8"
msgstr ""
#. type: textblock
-#: debhelper.pod:512
+#: debhelper.pod:435
msgid "This is the recommended mode of operation."
msgstr ""
#. type: textblock
-#: debhelper.pod:514
+#: debhelper.pod:437
msgid "Changes from v7 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:443
msgid "Commands will fail rather than warning when they are passed unknown options."
msgstr ""
#. type: textblock
-#: debhelper.pod:524
+#: debhelper.pod:447
msgid ""
"B<dh_makeshlibs> will run B<dpkg-gensymbols> on all shared libraries that it "
"generates shlibs files for. So B<-X> can be used to exclude libraries. "
@@ -954,7 +812,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:532
+#: debhelper.pod:455
msgid ""
"B<dh> requires the sequence to run be specified as the first parameter, and "
"any switches come after it. Ie, use \"B<dh $@ --foo>\", not \"B<dh --foo "
@@ -962,55 +820,202 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:537
+#: debhelper.pod:460
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
msgstr ""
#. type: =item
-#: debhelper.pod:541
+#: debhelper.pod:464
msgid "v9"
msgstr ""
#. type: textblock
-#: debhelper.pod:543
-msgid "This compatability level is still open for development; use with caution."
+#: debhelper.pod:466
+msgid "This compatibility level is still open for development; use with caution."
msgstr ""
#. type: textblock
-#: debhelper.pod:545
+#: debhelper.pod:468
msgid "Changes from v8 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:551
+#: debhelper.pod:474
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
msgstr ""
#. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:479
msgid ""
"dh supports use of standard targets in debian/rules without needing to "
"manually define the dependencies between targets there."
msgstr ""
#. type: textblock
+#: debhelper.pod:484
+msgid ""
+"B<dh_auto_configure> does not include the source package name in "
+"--libexecdir when using autoconf."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:489
+msgid "B<dh> does not default to enabling --with=python-support"
+msgstr ""
+
+#. type: =head1
+#: debhelper.pod:495 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:116 dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
+msgid "NOTES"
+msgstr ""
+
+#. type: =head2
+#: debhelper.pod:497
+msgid "Multiple binary package support"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:499
+msgid ""
+"If your source package generates more than one binary package, debhelper "
+"programs will default to acting on all binary packages when run. If your "
+"source package happens to generate one architecture dependent package, and "
+"another architecture independent package, this is not the correct behavior, "
+"because you need to generate the architecture dependent packages in the "
+"binary-arch F<debian/rules> target, and the architecture independent "
+"packages in the binary-indep F<debian/rules> target."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:507
+msgid ""
+"To facilitate this, as well as give you more control over which packages are "
+"acted on by debhelper programs, all debhelper programs accept the B<-a>, "
+"B<-i>, B<-p>, and B<-s> parameters. These parameters are cumulative. If "
+"none are given, debhelper programs default to acting on all packages listed "
+"in the control file."
+msgstr ""
+
+#. type: =head2
+#: debhelper.pod:513
+msgid "Automatic generation of Debian install scripts"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:515
+msgid ""
+"Some debhelper commands will automatically generate parts of Debian "
+"maintainer scripts. If you want these automatically generated things "
+"included in your existing Debian maintainer scripts, then you need to add "
+"B<#DEBHELPER#> to your scripts, in the place the code should be added. "
+"B<#DEBHELPER#> will be replaced by any auto-generated code when you run "
+"B<dh_installdeb>."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:522
+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:525
+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:528
+msgid ""
+"Note that the inserted code will be shell code, so you cannot directly use "
+"it in a Perl script. If you would like to embed it into a Perl script, here "
+"is one way to do that (note that I made sure that $1, $2, etc are set with "
+"the set command):"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:533
+#, no-wrap
+msgid ""
+" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
+" #DEBHELPER#\n"
+" EOF\n"
+" system ($temp) / 256 == 0\n"
+" \tor die \"Problem with debhelper scripts: $!\";\n"
+"\n"
+msgstr ""
+
+#. type: =head2
+#: debhelper.pod:539
+msgid "Automatic generation of miscellaneous dependencies."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:541
+msgid ""
+"Some debhelper commands may make the generated package need to depend on "
+"some other packages. For example, if you use L<dh_installdebconf(1)>, your "
+"package will generally need to depend on debconf. Or if you use "
+"L<dh_installxfonts(1)>, your package will generally need to depend on a "
+"particular version of xutils. Keeping track of these miscellaneous "
+"dependencies can be annoying since they are dependent on how debhelper does "
+"things, so debhelper offers a way to automate it."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:549
+msgid ""
+"All commands of this type, besides documenting what dependencies may be "
+"needed on their man pages, will automatically generate a substvar called "
+"B<${misc:Depends}>. If you put that token into your F<debian/control> file, "
+"it will be expanded to the dependencies debhelper figures you need."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:554
+msgid ""
+"This is entirely independent of the standard B<${shlibs:Depends}> generated "
+"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
+"L<dh_perl(1)>. You can choose not to use any of these, if debhelper's "
+"guesses don't match reality."
+msgstr ""
+
+#. type: =head2
+#: debhelper.pod:559
+msgid "Package build directories"
+msgstr ""
+
+#. type: textblock
#: debhelper.pod:561
msgid ""
-"<dh_auto_configure> does not include the source package name in --libexecdir "
-"when using autoconf."
+"By default, all debhelper programs assume that the temporary directory used "
+"for assembling the tree of files in a package is debian/I<package>."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:564
+msgid ""
+"Sometimes, you might want to use some other temporary directory. This is "
+"supported by the B<-P> flag. For example, \"B<dh_installdocs "
+"-Pdebian/tmp>\", will use B<debian/tmp> as the temporary directory. Note "
+"that if you use B<-P>, the debhelper programs can only be acting on a single "
+"package at a time. So if you have a package that builds many binary "
+"packages, you will need to also use the B<-p> flag to specify which binary "
+"package the debhelper program will act on."
msgstr ""
#. type: =head2
-#: debhelper.pod:568
+#: debhelper.pod:572
msgid "udebs"
msgstr ""
#. type: textblock
-#: debhelper.pod:570
+#: debhelper.pod:574
msgid ""
"Debhelper includes support for udebs. To create a udeb with debhelper, add "
"\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control>, and "
@@ -1021,23 +1026,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:577
-msgid "Other notes"
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:579
-msgid ""
-"In general, if any debhelper program needs a directory to exist under "
-"B<debian/>, it will create it. I haven't bothered to document this in all "
-"the man pages, but for example, B<dh_installdeb> knows to make "
-"debian/I<package>/DEBIAN/ before trying to put files there, "
-"B<dh_installmenu> knows you need a debian/I<package>/usr/share/menu/ before "
-"installing the menu files, etc."
+#: debhelper.pod:581
+msgid "Build depends"
msgstr ""
#. type: textblock
-#: debhelper.pod:585
+#: debhelper.pod:583
msgid ""
"Once your package uses debhelper to build, be sure to add debhelper to your "
"Build-Depends line in F<debian/control>. You should build-depend on a "
@@ -1046,7 +1040,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:591
+#: debhelper.pod:589
#, no-wrap
msgid ""
" Build-Depends: debhelper (>= 7)\n"
@@ -1054,51 +1048,51 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:593
+#: debhelper.pod:591
msgid "ENVIRONMENT"
msgstr ""
#. type: =item
-#: debhelper.pod:597
+#: debhelper.pod:595
msgid "B<DH_VERBOSE>"
msgstr ""
#. type: textblock
-#: debhelper.pod:599
+#: debhelper.pod:597
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:602
+#: debhelper.pod:600
msgid "B<DH_COMPAT>"
msgstr ""
#. type: textblock
-#: debhelper.pod:604
+#: debhelper.pod:602
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
msgstr ""
#. type: =item
-#: debhelper.pod:607
+#: debhelper.pod:605
msgid "B<DH_NO_ACT>"
msgstr ""
#. type: textblock
-#: debhelper.pod:609
+#: debhelper.pod:607
msgid "Set to B<1> to enable no-act mode."
msgstr ""
#. type: =item
-#: debhelper.pod:611
+#: debhelper.pod:609
msgid "B<DH_OPTIONS>"
msgstr ""
#. type: textblock
-#: debhelper.pod:613
+#: debhelper.pod:611
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 "
@@ -1106,7 +1100,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:617
+#: debhelper.pod:615
msgid ""
"This is useful in some situations, for example, if you need to pass B<-p> to "
"all debhelper commands that will be run. One good way to set B<DH_OPTIONS> "
@@ -1115,12 +1109,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:622
+#: debhelper.pod:620
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr ""
#. type: textblock
-#: debhelper.pod:624
+#: debhelper.pod:622
msgid ""
"If set, this adds the value the variable is set to to the B<-X> options of "
"all commands that support the B<-X> option. Moreover, B<dh_builddeb> will "
@@ -1128,7 +1122,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:626
msgid ""
"This can be useful if you are doing a build from a CVS source tree, in which "
"case setting B<DH_ALWAYS_EXCLUDE=CVS> will prevent any CVS directories from "
@@ -1139,44 +1133,44 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:635
+#: debhelper.pod:633
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
msgstr ""
#. type: =head1
-#: debhelper.pod:640 dh:872 dh_auto_build:47 dh_auto_clean:50 dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122 dh_builddeb:91 dh_clean:139 dh_compress:204 dh_desktop:31 dh_fixperms:129 dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:280 dh_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:66 dh_installlogrotate:50 dh_installman:258 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:638 dh:875 dh_auto_build:47 dh_auto_clean:50 dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122 dh_builddeb:123 dh_clean:142 dh_compress:204 dh_desktop:31 dh_fixperms:129 dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279 dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77 dh_installdeb:144 dh_installdebconf:126 dh_installdirs:86 dh_installdocs:307 dh_installemacsen:124 dh_installexamples:106 dh_installifupdown:69 dh_installinfo:77 dh_installinit:275 dh_installlogcheck:66 dh_installlogrotate:50 dh_installman:258 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:644
+#: debhelper.pod:642
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr ""
#. type: textblock
-#: debhelper.pod:646
+#: debhelper.pod:644
msgid "A set of example F<debian/rules> files that use debhelper."
msgstr ""
#. type: =item
-#: debhelper.pod:648
+#: debhelper.pod:646
msgid "L<http://kitenet.net/~joey/code/debhelper/>"
msgstr ""
#. type: textblock
-#: debhelper.pod:650
+#: debhelper.pod:648
msgid "Debhelper web site."
msgstr ""
#. type: =head1
-#: debhelper.pod:654 dh:878 dh_auto_build:53 dh_auto_clean:56 dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130 dh_builddeb:97 dh_clean:145 dh_compress:210 dh_desktop:37 dh_fixperms:135 dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:286 dh_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:72 dh_installlogrotate:56 dh_installman:264 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:652 dh:881 dh_auto_build:53 dh_auto_clean:56 dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130 dh_builddeb:129 dh_clean:148 dh_compress:210 dh_desktop:37 dh_fixperms:135 dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285 dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83 dh_installdeb:150 dh_installdebconf:132 dh_installdirs:92 dh_installdocs:313 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:83 dh_installlogcheck:72 dh_installlogrotate:56 dh_installman:264 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:656 dh:880 dh_auto_build:55 dh_auto_clean:58 dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:99 dh_clean:147 dh_compress:212 dh_fixperms:137 dh_gencontrol:90 dh_install:288 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152 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:266 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:654 dh:883 dh_auto_build:55 dh_auto_clean:58 dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:131 dh_clean:150 dh_compress:212 dh_fixperms:137 dh_gencontrol:90 dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152 dh_installdebconf:134 dh_installdirs:94 dh_installdocs:315 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58 dh_installman:266 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 <joeyh@debian.org>"
msgstr ""
@@ -1431,22 +1425,23 @@ msgstr ""
#. type: textblock
#: dh:165
msgid ""
-"If your package is a Python package, B<dh> will use B<dh_pysupport> by "
-"default. This is how to use B<dh_pycentral> instead."
+"Python tools are not run by dh by default, due to the continual change in "
+"that area. (Before compatability level v9, dh does run B<dh_pysupport>.) "
+"Here is how to use B<dh_python2>."
msgstr ""
#. type: verbatim
-#: dh:168
+#: dh:169
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
"\t%:\n"
-"\t\tdh $@ --with python-central\n"
+"\t\tdh $@ --with python2\n"
"\n"
msgstr ""
#. type: textblock
-#: dh:172
+#: dh:173
msgid ""
"If your package uses autotools and you want to freshen F<config.sub> and "
"F<config.guess> with newer versions from the B<autotools-dev> package at "
@@ -1455,7 +1450,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: dh:177
+#: dh:178
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -1465,14 +1460,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:181
+#: dh:182
msgid ""
"Here is how to force use of Perl's B<Module::Build> build system, which can "
"be necessary if debhelper wrongly detects that the package uses MakeMaker."
msgstr ""
#. type: verbatim
-#: dh:185
+#: dh:186
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -1482,7 +1477,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: dh:189
+#: dh:190
#, no-wrap
msgid ""
"To patch your package using quilt, you can tell B<dh> to use quilt's B<dh>\n"
@@ -1491,7 +1486,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: dh:192
+#: dh:193
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -1501,7 +1496,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:196
+#: dh:197
msgid ""
"Here is an example of overriding where the B<dh_auto_>I<*> commands find the "
"package's source, for a package where the source is located in a "
@@ -1509,7 +1504,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: dh:200
+#: dh:201
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -1519,14 +1514,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:204
+#: dh:205
msgid ""
"And here is an example of how to tell the B<dh_auto_>I<*> commands to build "
"in a subdirectory, which will be removed on B<clean>."
msgstr ""
#. type: verbatim
-#: dh:207
+#: dh:208
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -1536,14 +1531,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:211
+#: dh:212
msgid ""
"If your package can be built in parallel, you can support parallel building "
"as follows. Then B<dpkg-buildpackage -j> will work."
msgstr ""
#. type: verbatim
-#: dh:214
+#: dh:215
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -1553,14 +1548,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:218
+#: dh:219
msgid ""
"Here is a way to prevent B<dh> from running several commands that you don't "
"want it to run, by defining empty override targets for each command."
msgstr ""
#. type: verbatim
-#: dh:221 dh:232 dh:249
+#: dh:222 dh:233 dh:250
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -1570,7 +1565,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: dh:225
+#: dh:226
#, no-wrap
msgid ""
"\t# Commands not to run:\n"
@@ -1579,7 +1574,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:228
+#: dh:229
msgid ""
"Sometimes, you may need to make an override target only run commands when a "
"particular package is being built. This can be accomplished using "
@@ -1587,7 +1582,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: dh:236
+#: dh:237
#, no-wrap
msgid ""
"\toverride_dh_fixperms:\n"
@@ -1599,7 +1594,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:242
+#: dh:243
msgid ""
"Finally, remember that you are not limited to using override targets in the "
"rules file when using B<dh>. You can also explicitly define any of the "
@@ -1610,7 +1605,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: dh:253
+#: dh:254
#, no-wrap
msgid ""
"\tbuild-indep:\n"
@@ -1621,29 +1616,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:258
+#: dh:259
msgid ""
"Note that in the example above, dh will arrange for \"debian/rules build\" "
"to call your build-indep and build-arch targets. You do not need to "
"explicitly define the dependencies in the rules file when using dh with "
-"compatability level v9. This example would be more complicated with earlier "
-"compatability levels."
+"compatibility level v9. This example would be more complicated with earlier "
+"compatibility levels."
msgstr ""
#. type: =head1
-#: dh:264
+#: dh:265
msgid "INTERNALS"
msgstr ""
#. type: textblock
-#: dh:266
+#: dh:267
msgid ""
"If you're curious about B<dh>'s internals, here's how it works under the "
"hood."
msgstr ""
#. type: textblock
-#: dh:268
+#: dh:269
msgid ""
"Each debhelper command will record when it's successfully run in "
"F<debian/package.debhelper.log>. (Which B<dh_clean> deletes.) So B<dh> can "
@@ -1652,7 +1647,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:273
+#: dh:274
msgid ""
"Each time B<dh> is run, it examines the log, and finds the last logged "
"command that is in the specified sequence. It then continues with the next "
@@ -1661,21 +1656,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:278
+#: dh:279
msgid ""
"A sequence can also run dependent targets in debian/rules. For example, the "
"\"binary\" sequence runs the \"install\" target."
msgstr ""
#. type: textblock
-#: dh:281
+#: dh:282
msgid ""
"B<dh> sets environment variables listed by B<dpkg-buildflags>, unless they "
"are already set. It supports DEB_BUILD_OPTIONS=noopt too."
msgstr ""
#. type: textblock
-#: dh:284
+#: dh:285
msgid ""
"B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass "
"information through to debhelper commands that are run inside override "
@@ -1684,12 +1679,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:874 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55 dh_auto_install:87 dh_auto_test:60 dh_builddeb:93 dh_clean:141 dh_compress:206 dh_fixperms:131 dh_gconf:101 dh_gencontrol:84 dh_install:282 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:68 dh_installlogrotate:52 dh_installman:260 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:877 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55 dh_auto_install:87 dh_auto_test:60 dh_builddeb:125 dh_clean:144 dh_compress:206 dh_fixperms:131 dh_gconf:101 dh_gencontrol:84 dh_install: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:68 dh_installlogrotate:52 dh_installman:260 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<debhelper(7)>"
msgstr ""
#. type: textblock
-#: dh:876 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57 dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:95 dh_clean:143 dh_compress:208 dh_desktop:35 dh_fixperms:133 dh_gconf:103 dh_gencontrol:86 dh_icons:69 dh_install:284 dh_installchangelogs:175 dh_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:262 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:879 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57 dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:127 dh_clean:146 dh_compress:208 dh_desktop:35 dh_fixperms:133 dh_gconf:103 dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175 dh_installcron:81 dh_installdeb:148 dh_installdebconf:130 dh_installdirs:90 dh_installdocs:311 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:81 dh_installinit:279 dh_installlogrotate:54 dh_installman:262 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 ""
@@ -2624,21 +2619,17 @@ msgstr ""
msgid ""
"Note that this is not the same as the B<--sourcedirectory> option used by "
"the B<dh_auto_>I<*> commands. You rarely need to use this option, since "
-"B<dh_install> automatically looks for files in F<debian/tmp> in debhelper"
-msgstr ""
-
-#. type: textblock
-#: dh_install:89
-msgid "compatibility level 7 and above."
+"B<dh_install> automatically looks for files in F<debian/tmp> in debhelper "
+"compatibility level 7 and above."
msgstr ""
#. type: =item
-#: dh_install:91
+#: dh_install:90
msgid "B<--autodest>"
msgstr ""
#. type: textblock
-#: dh_install:93
+#: dh_install:92
msgid ""
"Guess as the destination directory to install things to. If this is "
"specified, you should not list destination directories in "
@@ -2647,7 +2638,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_install:98
+#: dh_install:97
msgid ""
"Strip off F<debian/tmp> (or the sourcedir if one is given) from the front of "
"the filename, if it is present, and install into the dirname of the "
@@ -2657,7 +2648,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_install:104
+#: dh_install:103
msgid ""
"Note that if you list exactly one filename or wildcard-pattern on a line by "
"itself in a F<debian/package.install> file, with no explicit destination, "
@@ -2666,24 +2657,24 @@ msgid ""
msgstr ""
#. type: =item
-#: dh_install:109
+#: dh_install:108
msgid "I<file> ... I<dest>"
msgstr ""
#. type: textblock
-#: dh_install:111
+#: dh_install:110
msgid ""
"Lists files (or directories) to install and where to install them to. The "
"files will be installed into the first package F<dh_install> acts on."
msgstr ""
#. type: =head1
-#: dh_install:253
+#: dh_install:252
msgid "EXAMPLE"
msgstr ""
#. type: textblock
-#: dh_install:255
+#: dh_install:254
msgid ""
"Suppose your package's upstream F<Makefile> installs a binary, a man page, "
"and a library into appropriate subdirectories of F<debian/tmp>. You want to "
@@ -2693,7 +2684,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: dh_install:261
+#: dh_install:260
#, no-wrap
msgid ""
" usr/bin\n"
@@ -2702,12 +2693,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_install:264
+#: dh_install:263
msgid "While F<debian/libfoo.install> contains:"
msgstr ""
#. type: verbatim
-#: dh_install:266
+#: dh_install:265
#, no-wrap
msgid ""
" usr/lib/libfoo*.so.*\n"
@@ -2715,14 +2706,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_install:268
+#: dh_install:267
msgid ""
"If you want a libfoo-dev package too, F<debian/libfoo-dev.install> might "
"contain:"
msgstr ""
#. type: verbatim
-#: dh_install:270
+#: dh_install:269
#, no-wrap
msgid ""
" usr/include\n"
@@ -2732,12 +2723,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: dh_install:274
+#: dh_install:273
msgid "LIMITATIONS"
msgstr ""
#. type: verbatim
-#: dh_install:276
+#: dh_install:275
#, no-wrap
msgid ""
"B<dh_install> cannot rename files or directories, it can only install them\n"
@@ -4870,7 +4861,7 @@ msgstr ""
msgid ""
"By default, the shlibs file generated by this program does not make packages "
"depend on any particular version of the package containing the shared "
-"library. It may be necessary for you to add some version dependancy "
+"library. It may be necessary for you to add some version dependency "
"information to the shlibs file. If B<-V> is specified with no dependency "
"information, the current upstream version of the package is plugged into a "
"dependency that looks like \"I<packagename> B<(E<gt>>= "
@@ -5245,9 +5236,9 @@ msgstr ""
#. type: textblock
#: dh_python:19
msgid ""
-"Note: This program is deprecated. You should use B<dh_pysupport> or "
-"B<dh_pycentral> instead. This program will do nothing if F<debian/pycompat> "
-"or a B<Python-Version> F<control> file field exists."
+"Note: This program is deprecated. You should use B<dh_python2> instead. "
+"This program will do nothing if F<debian/pycompat> or a B<Python-Version> "
+"F<control> file field exists."
msgstr ""
#. type: textblock
diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po
index 3eca79b4..ce2c42c5 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-06-24 14:29-0400\n"
+"POT-Creation-Date: 2011-07-17 16:31-0400\n"
"PO-Revision-Date: 2010-11-11 22:28+0100\n"
"Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -628,7 +628,7 @@ msgstr "OPCIONES DEL SISTEMA DE CONSTRUCCIÓN"
#. type: textblock
#: debhelper.pod:194
msgid ""
-"All of the B<dh_auto_>I<*> debhelper programs sets environment variables "
+"All of the B<dh_auto_>I<*> debhelper programs set environment variables "
"listed by B<dpkg-buildflags>, unless they are already set. They support "
"DEB_BUILD_OPTIONS=noopt too."
msgstr ""
@@ -792,236 +792,14 @@ msgstr ""
"seleccionará automáticamente, o cuál está definido mediante la opción B<--"
"buildsystem>."
-# type: =head1
#. type: =head1
-#: debhelper.pod:257 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:116
-#: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
-#: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55
-#: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68
-#: dh_usrlocal:49
-msgid "NOTES"
-msgstr "NOTAS"
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:259
-msgid "Multiple binary package support"
-msgstr "Compatibilidad con varios paquetes binarios"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:261
-msgid ""
-"If your source package generates more than one binary package, debhelper "
-"programs will default to acting on all binary packages when run. If your "
-"source package happens to generate one architecture dependent package, and "
-"another architecture independent package, this is not the correct behavior, "
-"because you need to generate the architecture dependent packages in the "
-"binary-arch F<debian/rules> target, and the architecture independent "
-"packages in the binary-indep F<debian/rules> target."
-msgstr ""
-"Si su paquete fuente genera más de un paquete binario, los programas de "
-"debhelper actuarán sobre todos los paquetes binarios de forma "
-"predeterminada. Si se diera el caso de que su paquete fuente genera un "
-"paquete dependiente de la arquitectura, y otro independiente, éste no sería "
-"un comportamiento correcto porque necesitará generar los paquetes "
-"dependientes de la arquitectura en el objetivo binary-arch de F<debian/"
-"rules>, y los paquetes independientes de la arquitectura en el objetivo "
-"binary-indep de F<debian/rules>."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:269
-msgid ""
-"To facilitate this, as well as give you more control over which packages are "
-"acted on by debhelper programs, all debhelper programs accept the B<-a>, B<-"
-"i>, B<-p>, and B<-s> parameters. These parameters are cumulative. If none "
-"are given, debhelper programs default to acting on all packages listed in "
-"the control file."
-msgstr ""
-"Para facilitar esto, así como para dar mayor control sobre qué paquetes "
-"actúan los programas de debhelper, todos estos aceptan los parámetros B<-a>, "
-"B<-i>, B<-p>, y B<-s>. Estos parámetros son acumulativos. Si no se "
-"especifica ninguno, los programas de debhelper actúan por omisión en todos "
-"los paquetes listados en el fichero de control."
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:275
-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:277
-msgid ""
-"Some debhelper commands will automatically generate parts of Debian "
-"maintainer scripts. If you want these automatically generated things "
-"included in your existing Debian maintainer scripts, then you need to add "
-"B<#DEBHELPER#> to your scripts, in the place the code should be added. "
-"B<#DEBHELPER#> will be replaced by any auto-generated code when you run "
-"B<dh_installdeb>."
-msgstr ""
-"Algunas órdenes de debhelper generarán automáticamente parte de los scripts "
-"de instalación de Debian. Si quiere que estas órdenes generen "
-"automáticamente lo que esté incluido en sus scripts de instalación de "
-"Debian, necesitará añadir B<#DEBHELPER#> a sus scripts, en el lugar donde el "
-"código se deba añadir. B<#DEBHELPER#> será remplazado por cualquier código "
-"auto-generado cuando ejecute B<dh_installdeb>."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:284
-msgid ""
-"If a script does not exist at all and debhelper needs to add something to "
-"it, then debhelper will create the complete script."
-msgstr ""
-"Si el script no existe y debhelper necesita añadir algo en particular, "
-"creará el script por completo."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:287
-msgid ""
-"All debhelper commands that automatically generate code in this way let it "
-"be disabled by the -n parameter (see above)."
-msgstr ""
-"Todas las órdenes de debhelper que generan código automáticamente de esta "
-"manera se pueden deshabilitar con el parámetro «-n» (ver arriba)."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:290
-msgid ""
-"Note that the inserted code will be shell code, so you cannot directly use "
-"it in a Perl script. If you would like to embed it into a Perl script, here "
-"is one way to do that (note that I made sure that $1, $2, etc are set with "
-"the set command):"
-msgstr ""
-"Observe que el código insertado sera código de consola, y por ello no puede "
-"usarlo directamente en un script de Perl. Si desea introducirlo en un script "
-"de Perl, hágalo de la siguiente forma (tenga en cuenta que en este caso "
-"comprobé que $1, $2, etc se definen con la orden «set»)."
-
-# type: verbatim
-#. type: verbatim
-#: debhelper.pod:295
-#, no-wrap
-msgid ""
-" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
-" #DEBHELPER#\n"
-" EOF\n"
-" system ($temp) / 256 == 0\n"
-" \tor die \"Problem with debhelper scripts: $!\";\n"
-"\n"
-msgstr ""
-" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
-" #DEBHELPER#\n"
-" EOF\n"
-" system ($temp) / 256 == 0\n"
-" \tor die \"Problema con los scripts de debhelper: $!\";\n"
-"\n"
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:301
-msgid "Automatic generation of miscellaneous dependencies."
-msgstr "Generación automática de diversas dependencias."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:303
-msgid ""
-"Some debhelper commands may make the generated package need to depend on "
-"some other packages. For example, if you use L<dh_installdebconf(1)>, your "
-"package will generally need to depend on debconf. Or if you use "
-"L<dh_installxfonts(1)>, your package will generally need to depend on a "
-"particular version of xutils. Keeping track of these miscellaneous "
-"dependencies can be annoying since they are dependant on how debhelper does "
-"things, so debhelper offers a way to automate it."
-msgstr ""
-"Es posible que algunas órdenes de debhelper hagan que los paquetes generados "
-"dependan de otros paquetes. Por ejemplo, si usa L<dh_installdebconf(1)>, el "
-"paquete generado dependerá de debconf. Si usa L<dh_installxfonts(1)>, el "
-"paquete dependerá de una determinada versión de xutils. Llevar la cuenta de "
-"todas estas dependencias puede ser tedioso porque dependen de cómo debhelper "
-"haga las cosas, y por ello debhelper ofrece una manera de automatizarlo."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:311
-msgid ""
-"All commands of this type, besides documenting what dependencies may be "
-"needed on their man pages, will automatically generate a substvar called B<"
-"${misc:Depends}>. If you put that token into your F<debian/control> file, it "
-"will be expanded to the dependencies debhelper figures you need."
-msgstr ""
-"Todas las órdenes de este tipo, además de documentar qué dependencias pueden "
-"ser necesarias en sus páginas de manual, generarán automáticamente una "
-"variable de sustitución llamada B<${misc:Depends}>. Si introduce esta "
-"variable en el fichero F<debian/control>, se expandirá a las dependencias "
-"que debhelper crea oportunas."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:316
-msgid ""
-"This is entirely independent of the standard B<${shlibs:Depends}> generated "
-"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by L<dh_perl(1)"
-">. You can choose not to use any of these, if debhelper's guesses don't "
-"match reality."
-msgstr ""
-"Esto es totalmente independiente del campo estándar B<${shlibs:Depends}> "
-"generado por L<dh_makeshlibs(1)>, y del B<${perl:Depends}> generada por "
-"L<dh_perl(1)>. Puede preferir no usar ninguno de estos si la expansión de "
-"debhelper de estas variables no es correcta."
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:321
-msgid "Package build directories"
-msgstr "Directorios de construcción del paquete"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:323
-msgid ""
-"By default, all debhelper programs assume that the temporary directory used "
-"for assembling the tree of files in a package is debian/I<package>."
+#: debhelper.pod:257
+msgid "COMPATABILITY LEVELS"
msgstr ""
-"Por omisión, todos los programas de debhelper asumen que el directorio "
-"temporal usado para ensamblar el árbol de ficheros en un paquete es «debian/"
-"I<paquete>»."
# type: textblock
#. type: textblock
-#: debhelper.pod:326
-msgid ""
-"Sometimes, you might want to use some other temporary directory. This is "
-"supported by the B<-P> flag. For example, \"B<dh_installdocs -Pdebian/tmp>"
-"\", will use B<debian/tmp> as the temporary directory. Note that if you use "
-"B<-P>, the debhelper programs can only be acting on a single package at a "
-"time. So if you have a package that builds many binary packages, you will "
-"need to also use the B<-p> flag to specify which binary package the "
-"debhelper program will act on."
-msgstr ""
-"Algunas veces, puede que desee usar otro directorio temporal. Esto se puede "
-"conseguir con la opción B<-P>. Por ejemplo, B<dh_installdocs -Pdebian/tmp>, "
-"usará el directorio B<debian/tmp> como directorio temporal. Tenga en cuenta "
-"que si usa la opción B<-P>, los programas de debhelper sólo podrán actuar "
-"sobre un paquete a la vez. Por eso, si tiene un paquete que construye muchos "
-"paquetes binarios, tendrá que hacer uso de la opción B<-p> para especificar "
-"el paquete binario sobre el que debhelper actuará."
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:334
-msgid "Debhelper compatibility levels"
-msgstr "Niveles de compatibilidad de debhelper"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:336
+#: debhelper.pod:259
msgid ""
"From time to time, major non-backwards-compatible changes need to be made to "
"debhelper, to keep it clean and well-designed as needs change and its author "
@@ -1040,7 +818,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:343
+#: debhelper.pod:266
msgid ""
"Tell debhelper what compatibility level to use by writing a number to "
"F<debian/compat>. For example, to turn on v8 mode:"
@@ -1050,7 +828,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:346
+#: debhelper.pod:269
#, no-wrap
msgid ""
" % echo 8 > debian/compat\n"
@@ -1061,7 +839,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:348
+#: debhelper.pod:271
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -1078,18 +856,18 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:355
+#: debhelper.pod:278
msgid "These are the available compatibility levels:"
msgstr "Los niveles de compatibilidad disponibles son:"
#. type: =item
-#: debhelper.pod:359
+#: debhelper.pod:282
msgid "v1"
msgstr "v1"
# type: textblock
#. type: textblock
-#: debhelper.pod:361
+#: debhelper.pod:284
msgid ""
"This is the original debhelper compatibility level, and so it is the default "
"one. In this mode, debhelper will use F<debian/tmp> as the package tree "
@@ -1103,18 +881,18 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:366 debhelper.pod:373 debhelper.pod:396 debhelper.pod:425
+#: debhelper.pod:289 debhelper.pod:296 debhelper.pod:319 debhelper.pod:348
msgid "This mode is deprecated."
msgstr "Este modo está obsoleto."
#. type: =item
-#: debhelper.pod:368
+#: debhelper.pod:291
msgid "v2"
msgstr "v2"
# type: textblock
#. type: textblock
-#: debhelper.pod:370
+#: debhelper.pod:293
msgid ""
"In this mode, debhelper will consistently use debian/I<package> as the "
"package tree directory for every package that is built."
@@ -1123,31 +901,31 @@ msgstr ""
"el árbol de directorios para cada paquete que se construya."
#. type: =item
-#: debhelper.pod:375
+#: debhelper.pod:298
msgid "v3"
msgstr "v3"
# type: textblock
#. type: textblock
-#: debhelper.pod:377
+#: debhelper.pod:300
msgid "This mode works like v2, with the following additions:"
msgstr "Este modo funciona como v2, con los siguientes añadidos:"
# type: =item
#. type: =item
-#: debhelper.pod:381 debhelper.pod:386 debhelper.pod:390 debhelper.pod:404
-#: debhelper.pod:409 debhelper.pod:414 debhelper.pod:419 debhelper.pod:433
-#: debhelper.pod:437 debhelper.pod:442 debhelper.pod:446 debhelper.pod:458
-#: debhelper.pod:463 debhelper.pod:469 debhelper.pod:475 debhelper.pod:488
-#: debhelper.pod:495 debhelper.pod:499 debhelper.pod:503 debhelper.pod:518
-#: debhelper.pod:522 debhelper.pod:530 debhelper.pod:535 debhelper.pod:549
-#: debhelper.pod:554 debhelper.pod:559
+#: debhelper.pod:304 debhelper.pod:309 debhelper.pod:313 debhelper.pod:327
+#: debhelper.pod:332 debhelper.pod:337 debhelper.pod:342 debhelper.pod:356
+#: debhelper.pod:360 debhelper.pod:365 debhelper.pod:369 debhelper.pod:381
+#: debhelper.pod:386 debhelper.pod:392 debhelper.pod:398 debhelper.pod:411
+#: debhelper.pod:418 debhelper.pod:422 debhelper.pod:426 debhelper.pod:441
+#: debhelper.pod:445 debhelper.pod:453 debhelper.pod:458 debhelper.pod:472
+#: debhelper.pod:477 debhelper.pod:482 debhelper.pod:487
msgid "-"
msgstr "-"
# type: textblock
#. type: textblock
-#: debhelper.pod:383
+#: debhelper.pod:306
msgid ""
"Debhelper config files support globbing via B<*> and B<?>, when appropriate. "
"To turn this off and use those characters raw, just prefix with a backslash."
@@ -1158,7 +936,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:388
+#: debhelper.pod:311
msgid ""
"B<dh_makeshlibs> makes the F<postinst> and F<postrm> scripts call "
"B<ldconfig>."
@@ -1168,7 +946,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:315
msgid ""
"Every file in F<etc/> is automatically flagged as a conffile by "
"B<dh_installdeb>."
@@ -1177,18 +955,18 @@ msgstr ""
"conffiles."
#. type: =item
-#: debhelper.pod:398
+#: debhelper.pod:321
msgid "v4"
msgstr "v4"
#. type: textblock
-#: debhelper.pod:400
+#: debhelper.pod:323
msgid "Changes from v3 are:"
msgstr "Los cambios desde el nivel v3 son:"
# type: textblock
#. type: textblock
-#: debhelper.pod:406
+#: debhelper.pod:329
msgid ""
"B<dh_makeshlibs -V> will not include the Debian part of the version number "
"in the generated dependency line in the shlibs file."
@@ -1198,7 +976,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:411
+#: debhelper.pod:334
msgid ""
"You are encouraged to put the new B<${misc:Depends}> into F<debian/control> "
"to supplement the B<${shlibs:Depends}> field."
@@ -1208,7 +986,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:416
+#: debhelper.pod:339
msgid ""
"B<dh_fixperms> will make all files in F<bin/> directories and in F<etc/init."
"d> executable."
@@ -1218,32 +996,32 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:421
+#: debhelper.pod:344
msgid "B<dh_link> will correct existing links to conform with policy."
msgstr ""
"B<dh_link> corregirá los enlaces existentes para ajustarse a las normas de "
"Debian."
#. type: =item
-#: debhelper.pod:427
+#: debhelper.pod:350
msgid "v5"
msgstr "v5"
#. type: textblock
-#: debhelper.pod:429
+#: debhelper.pod:352
msgid "Changes from v4 are:"
msgstr "Los cambios desde el nivel v4 son:"
# type: textblock
#. type: textblock
-#: debhelper.pod:435
+#: debhelper.pod:358
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:439
+#: debhelper.pod:362
msgid ""
"B<dh_strip --dbg-package> now specifies the name of a package to put "
"debugging symbols in, not the packages to take the symbols from."
@@ -1254,31 +1032,31 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:444
+#: debhelper.pod:367
msgid "B<dh_installdocs> skips installing empty files."
msgstr "B<dh_installdocs> omite la instalación de ficheros vacíos."
# type: textblock
#. type: textblock
-#: debhelper.pod:448
+#: debhelper.pod:371
msgid "B<dh_install> errors out if wildcards expand to nothing."
msgstr ""
"B<dh_install> devuelve un error si los comodines se expanden a un valor "
"vacío."
#. type: =item
-#: debhelper.pod:452
+#: debhelper.pod:375
msgid "v6"
msgstr "v6"
#. type: textblock
-#: debhelper.pod:454
+#: debhelper.pod:377
msgid "Changes from v5 are:"
msgstr "Los cambios desde el nivel v5 son:"
# type: textblock
#. type: textblock
-#: debhelper.pod:460
+#: debhelper.pod:383
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1288,7 +1066,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:465
+#: debhelper.pod:388
msgid ""
"B<dh_installwm> will install a slave manpage link for F<x-window-manager.1."
"gz>, if it sees the man page in F<usr/share/man/man1> in the package build "
@@ -1300,7 +1078,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:471
+#: debhelper.pod:394
msgid ""
"B<dh_builddeb> did not previously delete everything matching "
"B<DH_ALWAYS_EXCLUDE>, if it was set to a list of things to exclude, such as "
@@ -1312,7 +1090,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:477
+#: debhelper.pod:400
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -1322,18 +1100,18 @@ msgstr ""
"anteriores simplemente rechazaba hacerlo, de forma silenciosa."
#. type: =item
-#: debhelper.pod:482
+#: debhelper.pod:405
msgid "v7"
msgstr "v7"
#. type: textblock
-#: debhelper.pod:484
+#: debhelper.pod:407
msgid "Changes from v6 are:"
msgstr "Los cambios desde el nivel v6 son:"
# type: textblock
#. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:413
msgid ""
"B<dh_install>, will fall back to looking for files in F<debian/tmp> if it "
"doesn't find them in the current directory (or wherever you tell it look "
@@ -1349,20 +1127,20 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:497
+#: debhelper.pod:420
msgid "B<dh_clean> will read F<debian/clean> and delete files listed there."
msgstr ""
"B<dh_clean> leerá F<debian/clean> y eliminará los ficheros ahí listados."
# type: textblock
#. type: textblock
-#: debhelper.pod:501
+#: debhelper.pod:424
msgid "B<dh_clean> will delete toplevel F<*-stamp> files."
msgstr "B<dh_clean> eliminará ficheros F<*-stamp> del nivel superior."
# type: textblock
#. type: textblock
-#: debhelper.pod:505
+#: debhelper.pod:428
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1371,23 +1149,23 @@ msgstr ""
"cambios de la fuente original si no se especifica ninguno."
#. type: =item
-#: debhelper.pod:510
+#: debhelper.pod:433
msgid "v8"
msgstr "v8"
# type: textblock
#. type: textblock
-#: debhelper.pod:512
+#: debhelper.pod:435
msgid "This is the recommended mode of operation."
msgstr "Este es el modo de operación aconsejado."
#. type: textblock
-#: debhelper.pod:514
+#: debhelper.pod:437
msgid "Changes from v7 are:"
msgstr "Los cambios desde el nivel v7 son:"
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:443
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1395,7 +1173,7 @@ msgstr ""
"opciones desconocidas."
#. type: textblock
-#: debhelper.pod:524
+#: debhelper.pod:447
msgid ""
"B<dh_makeshlibs> will run B<dpkg-gensymbols> on all shared libraries that it "
"generates shlibs files for. So B<-X> can be used to exclude libraries. "
@@ -1410,7 +1188,7 @@ msgstr ""
"comportamiento que puede impedir la construcción de algunos paquetes."
#. type: textblock
-#: debhelper.pod:532
+#: debhelper.pod:455
msgid ""
"B<dh> requires the sequence to run be specified as the first parameter, and "
"any switches come after it. Ie, use \"B<dh $@ --foo>\", not \"B<dh --foo $@>"
@@ -1421,7 +1199,7 @@ msgstr ""
"B<dh $@ --foo>, no B<dh --foo $@>."
#. type: textblock
-#: debhelper.pod:537
+#: debhelper.pod:460
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1430,53 +1208,288 @@ msgstr ""
"preferencia a un fichero F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:541
+#: debhelper.pod:464
msgid "v9"
msgstr ""
#. type: textblock
-#: debhelper.pod:543
+#: debhelper.pod:466
msgid ""
-"This compatability level is still open for development; use with caution."
+"This compatibility level is still open for development; use with caution."
msgstr ""
#. type: textblock
-#: debhelper.pod:545
+#: debhelper.pod:468
#, fuzzy
#| msgid "Changes from v3 are:"
msgid "Changes from v8 are:"
msgstr "Los cambios desde el nivel v3 son:"
#. type: textblock
-#: debhelper.pod:551
+#: debhelper.pod:474
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
msgstr ""
#. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:479
msgid ""
"dh supports use of standard targets in debian/rules without needing to "
"manually define the dependencies between targets there."
msgstr ""
#. type: textblock
+#: debhelper.pod:484
+msgid ""
+"B<dh_auto_configure> does not include the source package name in --"
+"libexecdir when using autoconf."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:489
+msgid "B<dh> does not default to enabling --with=python-support"
+msgstr ""
+
+# type: =head1
+#. type: =head1
+#: debhelper.pod:495 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:116
+#: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
+#: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55
+#: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68
+#: dh_usrlocal:49
+msgid "NOTES"
+msgstr "NOTAS"
+
+# type: =head2
+#. type: =head2
+#: debhelper.pod:497
+msgid "Multiple binary package support"
+msgstr "Compatibilidad con varios paquetes binarios"
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:499
+msgid ""
+"If your source package generates more than one binary package, debhelper "
+"programs will default to acting on all binary packages when run. If your "
+"source package happens to generate one architecture dependent package, and "
+"another architecture independent package, this is not the correct behavior, "
+"because you need to generate the architecture dependent packages in the "
+"binary-arch F<debian/rules> target, and the architecture independent "
+"packages in the binary-indep F<debian/rules> target."
+msgstr ""
+"Si su paquete fuente genera más de un paquete binario, los programas de "
+"debhelper actuarán sobre todos los paquetes binarios de forma "
+"predeterminada. Si se diera el caso de que su paquete fuente genera un "
+"paquete dependiente de la arquitectura, y otro independiente, éste no sería "
+"un comportamiento correcto porque necesitará generar los paquetes "
+"dependientes de la arquitectura en el objetivo binary-arch de F<debian/"
+"rules>, y los paquetes independientes de la arquitectura en el objetivo "
+"binary-indep de F<debian/rules>."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:507
+msgid ""
+"To facilitate this, as well as give you more control over which packages are "
+"acted on by debhelper programs, all debhelper programs accept the B<-a>, B<-"
+"i>, B<-p>, and B<-s> parameters. These parameters are cumulative. If none "
+"are given, debhelper programs default to acting on all packages listed in "
+"the control file."
+msgstr ""
+"Para facilitar esto, así como para dar mayor control sobre qué paquetes "
+"actúan los programas de debhelper, todos estos aceptan los parámetros B<-a>, "
+"B<-i>, B<-p>, y B<-s>. Estos parámetros son acumulativos. Si no se "
+"especifica ninguno, los programas de debhelper actúan por omisión en todos "
+"los paquetes listados en el fichero de control."
+
+# type: =head2
+#. type: =head2
+#: debhelper.pod:513
+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:515
+msgid ""
+"Some debhelper commands will automatically generate parts of Debian "
+"maintainer scripts. If you want these automatically generated things "
+"included in your existing Debian maintainer scripts, then you need to add "
+"B<#DEBHELPER#> to your scripts, in the place the code should be added. "
+"B<#DEBHELPER#> will be replaced by any auto-generated code when you run "
+"B<dh_installdeb>."
+msgstr ""
+"Algunas órdenes de debhelper generarán automáticamente parte de los scripts "
+"de instalación de Debian. Si quiere que estas órdenes generen "
+"automáticamente lo que esté incluido en sus scripts de instalación de "
+"Debian, necesitará añadir B<#DEBHELPER#> a sus scripts, en el lugar donde el "
+"código se deba añadir. B<#DEBHELPER#> será remplazado por cualquier código "
+"auto-generado cuando ejecute B<dh_installdeb>."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:522
+msgid ""
+"If a script does not exist at all and debhelper needs to add something to "
+"it, then debhelper will create the complete script."
+msgstr ""
+"Si el script no existe y debhelper necesita añadir algo en particular, "
+"creará el script por completo."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:525
+msgid ""
+"All debhelper commands that automatically generate code in this way let it "
+"be disabled by the -n parameter (see above)."
+msgstr ""
+"Todas las órdenes de debhelper que generan código automáticamente de esta "
+"manera se pueden deshabilitar con el parámetro «-n» (ver arriba)."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:528
+msgid ""
+"Note that the inserted code will be shell code, so you cannot directly use "
+"it in a Perl script. If you would like to embed it into a Perl script, here "
+"is one way to do that (note that I made sure that $1, $2, etc are set with "
+"the set command):"
+msgstr ""
+"Observe que el código insertado sera código de consola, y por ello no puede "
+"usarlo directamente en un script de Perl. Si desea introducirlo en un script "
+"de Perl, hágalo de la siguiente forma (tenga en cuenta que en este caso "
+"comprobé que $1, $2, etc se definen con la orden «set»)."
+
+# type: verbatim
+#. type: verbatim
+#: debhelper.pod:533
+#, no-wrap
+msgid ""
+" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
+" #DEBHELPER#\n"
+" EOF\n"
+" system ($temp) / 256 == 0\n"
+" \tor die \"Problem with debhelper scripts: $!\";\n"
+"\n"
+msgstr ""
+" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
+" #DEBHELPER#\n"
+" EOF\n"
+" system ($temp) / 256 == 0\n"
+" \tor die \"Problema con los scripts de debhelper: $!\";\n"
+"\n"
+
+# type: =head2
+#. type: =head2
+#: debhelper.pod:539
+msgid "Automatic generation of miscellaneous dependencies."
+msgstr "Generación automática de diversas dependencias."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:541
+#, fuzzy
+#| msgid ""
+#| "Some debhelper commands may make the generated package need to depend on "
+#| "some other packages. For example, if you use L<dh_installdebconf(1)>, "
+#| "your package will generally need to depend on debconf. Or if you use "
+#| "L<dh_installxfonts(1)>, your package will generally need to depend on a "
+#| "particular version of xutils. Keeping track of these miscellaneous "
+#| "dependencies can be annoying since they are dependant on how debhelper "
+#| "does things, so debhelper offers a way to automate it."
+msgid ""
+"Some debhelper commands may make the generated package need to depend on "
+"some other packages. For example, if you use L<dh_installdebconf(1)>, your "
+"package will generally need to depend on debconf. Or if you use "
+"L<dh_installxfonts(1)>, your package will generally need to depend on a "
+"particular version of xutils. Keeping track of these miscellaneous "
+"dependencies can be annoying since they are dependent on how debhelper does "
+"things, so debhelper offers a way to automate it."
+msgstr ""
+"Es posible que algunas órdenes de debhelper hagan que los paquetes generados "
+"dependan de otros paquetes. Por ejemplo, si usa L<dh_installdebconf(1)>, el "
+"paquete generado dependerá de debconf. Si usa L<dh_installxfonts(1)>, el "
+"paquete dependerá de una determinada versión de xutils. Llevar la cuenta de "
+"todas estas dependencias puede ser tedioso porque dependen de cómo debhelper "
+"haga las cosas, y por ello debhelper ofrece una manera de automatizarlo."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:549
+msgid ""
+"All commands of this type, besides documenting what dependencies may be "
+"needed on their man pages, will automatically generate a substvar called B<"
+"${misc:Depends}>. If you put that token into your F<debian/control> file, it "
+"will be expanded to the dependencies debhelper figures you need."
+msgstr ""
+"Todas las órdenes de este tipo, además de documentar qué dependencias pueden "
+"ser necesarias en sus páginas de manual, generarán automáticamente una "
+"variable de sustitución llamada B<${misc:Depends}>. Si introduce esta "
+"variable en el fichero F<debian/control>, se expandirá a las dependencias "
+"que debhelper crea oportunas."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:554
+msgid ""
+"This is entirely independent of the standard B<${shlibs:Depends}> generated "
+"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by L<dh_perl(1)"
+">. You can choose not to use any of these, if debhelper's guesses don't "
+"match reality."
+msgstr ""
+"Esto es totalmente independiente del campo estándar B<${shlibs:Depends}> "
+"generado por L<dh_makeshlibs(1)>, y del B<${perl:Depends}> generada por "
+"L<dh_perl(1)>. Puede preferir no usar ninguno de estos si la expansión de "
+"debhelper de estas variables no es correcta."
+
+# type: =head2
+#. type: =head2
+#: debhelper.pod:559
+msgid "Package build directories"
+msgstr "Directorios de construcción del paquete"
+
+# type: textblock
+#. type: textblock
#: debhelper.pod:561
msgid ""
-"<dh_auto_configure> does not include the source package name in --libexecdir "
-"when using autoconf."
+"By default, all debhelper programs assume that the temporary directory used "
+"for assembling the tree of files in a package is debian/I<package>."
+msgstr ""
+"Por omisión, todos los programas de debhelper asumen que el directorio "
+"temporal usado para ensamblar el árbol de ficheros en un paquete es «debian/"
+"I<paquete>»."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:564
+msgid ""
+"Sometimes, you might want to use some other temporary directory. This is "
+"supported by the B<-P> flag. For example, \"B<dh_installdocs -Pdebian/tmp>"
+"\", will use B<debian/tmp> as the temporary directory. Note that if you use "
+"B<-P>, the debhelper programs can only be acting on a single package at a "
+"time. So if you have a package that builds many binary packages, you will "
+"need to also use the B<-p> flag to specify which binary package the "
+"debhelper program will act on."
msgstr ""
+"Algunas veces, puede que desee usar otro directorio temporal. Esto se puede "
+"conseguir con la opción B<-P>. Por ejemplo, B<dh_installdocs -Pdebian/tmp>, "
+"usará el directorio B<debian/tmp> como directorio temporal. Tenga en cuenta "
+"que si usa la opción B<-P>, los programas de debhelper sólo podrán actuar "
+"sobre un paquete a la vez. Por eso, si tiene un paquete que construye muchos "
+"paquetes binarios, tendrá que hacer uso de la opción B<-p> para especificar "
+"el paquete binario sobre el que debhelper actuará."
# type: =head2
#. type: =head2
-#: debhelper.pod:568
+#: debhelper.pod:572
msgid "udebs"
msgstr "udebs"
# type: textblock
#. type: textblock
-#: debhelper.pod:570
+#: debhelper.pod:574
msgid ""
"Debhelper includes support for udebs. To create a udeb with debhelper, add "
"\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control>, and "
@@ -1493,33 +1506,14 @@ msgstr ""
"no instalando ninguna documentación en un udeb, y omitiendo los scripts "
"F<preinst>, F<postrm>, F<prerm>, scripts F<config>, etc."
-# type: =head2
#. type: =head2
-#: debhelper.pod:577
-msgid "Other notes"
-msgstr "Otras notas"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:579
-msgid ""
-"In general, if any debhelper program needs a directory to exist under "
-"B<debian/>, it will create it. I haven't bothered to document this in all "
-"the man pages, but for example, B<dh_installdeb> knows to make debian/"
-"I<package>/DEBIAN/ before trying to put files there, B<dh_installmenu> knows "
-"you need a debian/I<package>/usr/share/menu/ before installing the menu "
-"files, etc."
+#: debhelper.pod:581
+msgid "Build depends"
msgstr ""
-"En general, si algún programa de debhelper necesita que exista un directorio "
-"bajo B<debian/>, lo creará. No me he preocupado por documentarlo en todas "
-"las páginas de manual, pero por ejemplo, B<dh_installdeb> sabe crear «debian/"
-"I<paquete>/DEBIAN/» antes de tratar de poner ahí los ficheros, "
-"B<dh_installmenu> sabe que necesita «debian/I<paquete>/usr/share/menu/» "
-"antes de instalar los ficheros del menú, etc."
# type: textblock
#. type: textblock
-#: debhelper.pod:585
+#: debhelper.pod:583
msgid ""
"Once your package uses debhelper to build, be sure to add debhelper to your "
"Build-Depends line in F<debian/control>. You should build-depend on a "
@@ -1534,7 +1528,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:591
+#: debhelper.pod:589
#, no-wrap
msgid ""
" Build-Depends: debhelper (>= 7)\n"
@@ -1545,19 +1539,19 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:593
+#: debhelper.pod:591
msgid "ENVIRONMENT"
msgstr "ENTORNO"
# type: =item
#. type: =item
-#: debhelper.pod:597
+#: debhelper.pod:595
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:599
+#: debhelper.pod:597
msgid ""
"Set to B<1> to enable verbose mode. Debhelper will output every command it "
"runs that modifies files on the build system."
@@ -1568,13 +1562,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:602
+#: debhelper.pod:600
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:604
+#: debhelper.pod:602
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
@@ -1584,25 +1578,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:607
+#: debhelper.pod:605
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:609
+#: debhelper.pod:607
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:611
+#: debhelper.pod:609
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
# type: textblock
#. type: textblock
-#: debhelper.pod:613
+#: debhelper.pod:611
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 "
@@ -1614,7 +1608,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:617
+#: debhelper.pod:615
msgid ""
"This is useful in some situations, for example, if you need to pass B<-p> to "
"all debhelper commands that will be run. One good way to set B<DH_OPTIONS> "
@@ -1629,13 +1623,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:622
+#: debhelper.pod:620
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:624
+#: debhelper.pod:622
msgid ""
"If set, this adds the value the variable is set to to the B<-X> options of "
"all commands that support the B<-X> option. Moreover, B<dh_builddeb> will "
@@ -1647,7 +1641,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:626
msgid ""
"This can be useful if you are doing a build from a CVS source tree, in which "
"case setting B<DH_ALWAYS_EXCLUDE=CVS> will prevent any CVS directories from "
@@ -1665,7 +1659,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:635
+#: debhelper.pod:633
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1675,10 +1669,10 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:640 dh:872 dh_auto_build:47 dh_auto_clean:50
+#: debhelper.pod:638 dh:875 dh_auto_build:47 dh_auto_clean:50
#: dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122
-#: dh_builddeb:91 dh_clean:139 dh_compress:204 dh_desktop:31 dh_fixperms:129
-#: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:280
+#: dh_builddeb:123 dh_clean:142 dh_compress:204 dh_desktop:31 dh_fixperms:129
+#: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279
#: dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77
#: dh_installdeb:144 dh_installdebconf:126 dh_installdirs:86
#: dh_installdocs:307 dh_installemacsen:124 dh_installexamples:106
@@ -1696,34 +1690,34 @@ msgstr "VÉASE TAMBIÉN"
# type: =item
#. type: =item
-#: debhelper.pod:644
+#: debhelper.pod:642
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:646
+#: debhelper.pod:644
msgid "A set of example F<debian/rules> files that use debhelper."
msgstr "Varios ficheros de ejemplo F<debian/rules> que usan debhelper."
# type: =item
#. type: =item
-#: debhelper.pod:648
+#: debhelper.pod:646
msgid "L<http://kitenet.net/~joey/code/debhelper/>"
msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:650
+#: debhelper.pod:648
msgid "Debhelper web site."
msgstr "Sitio web de Debhelper."
# type: =head1
#. type: =head1
-#: debhelper.pod:654 dh:878 dh_auto_build:53 dh_auto_clean:56
+#: debhelper.pod:652 dh:881 dh_auto_build:53 dh_auto_clean:56
#: dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130
-#: dh_builddeb:97 dh_clean:145 dh_compress:210 dh_desktop:37 dh_fixperms:135
-#: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:286
+#: dh_builddeb:129 dh_clean:148 dh_compress:210 dh_desktop:37 dh_fixperms:135
+#: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285
#: dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83
#: dh_installdeb:150 dh_installdebconf:132 dh_installdirs:92
#: dh_installdocs:313 dh_installemacsen:130 dh_installexamples:112
@@ -1740,10 +1734,10 @@ msgstr "AUTOR"
# type: textblock
#. type: textblock
-#: debhelper.pod:656 dh:880 dh_auto_build:55 dh_auto_clean:58
-#: dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:99
-#: dh_clean:147 dh_compress:212 dh_fixperms:137 dh_gencontrol:90
-#: dh_install:288 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152
+#: debhelper.pod:654 dh:883 dh_auto_build:55 dh_auto_clean:58
+#: dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:131
+#: dh_clean:150 dh_compress:212 dh_fixperms:137 dh_gencontrol:90
+#: dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152
#: dh_installdebconf:134 dh_installdirs:94 dh_installdocs:315
#: dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77
#: dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58
@@ -2107,20 +2101,23 @@ msgstr ""
#. type: textblock
#: dh:165
msgid ""
-"If your package is a Python package, B<dh> will use B<dh_pysupport> by "
-"default. This is how to use B<dh_pycentral> instead."
+"Python tools are not run by dh by default, due to the continual change in "
+"that area. (Before compatability level v9, dh does run B<dh_pysupport>.) "
+"Here is how to use B<dh_python2>."
msgstr ""
-"Si su paquete es un paquete de Python, B<dh> usará B<dh_pysupport> de forma "
-"predeterminada. A continuación puede ver como usar B<dh_pycentral> en su "
-"lugar."
#. type: verbatim
-#: dh:168
-#, no-wrap
+#: dh:169
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\t#!/usr/bin/make -f\n"
+#| "\t%:\n"
+#| "\t\tdh $@ --with python-central\n"
+#| "\n"
msgid ""
"\t#!/usr/bin/make -f\n"
"\t%:\n"
-"\t\tdh $@ --with python-central\n"
+"\t\tdh $@ --with python2\n"
"\n"
msgstr ""
"\t#!/usr/bin/make -f\n"
@@ -2129,7 +2126,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:172
+#: dh:173
msgid ""
"If your package uses autotools and you want to freshen F<config.sub> and "
"F<config.guess> with newer versions from the B<autotools-dev> package at "
@@ -2142,7 +2139,7 @@ msgstr ""
"que automatizan esto, como puede ver a continuación."
#. type: verbatim
-#: dh:177
+#: dh:178
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2156,7 +2153,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:181
+#: dh:182
msgid ""
"Here is how to force use of Perl's B<Module::Build> build system, which can "
"be necessary if debhelper wrongly detects that the package uses MakeMaker."
@@ -2166,7 +2163,7 @@ msgstr ""
"detecta erróneamente que el paquete usa MakeMaker."
#. type: verbatim
-#: dh:185
+#: dh:186
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2180,7 +2177,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: dh:189
+#: dh:190
#, no-wrap
msgid ""
"To patch your package using quilt, you can tell B<dh> to use quilt's B<dh>\n"
@@ -2192,7 +2189,7 @@ msgstr ""
"\t\n"
#. type: verbatim
-#: dh:192
+#: dh:193
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2206,7 +2203,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:196
+#: dh:197
msgid ""
"Here is an example of overriding where the B<dh_auto_>I<*> commands find the "
"package's source, for a package where the source is located in a "
@@ -2217,7 +2214,7 @@ msgstr ""
"en el que las fuentes se ubican en un subdirectorio."
#. type: verbatim
-#: dh:200
+#: dh:201
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2231,7 +2228,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:204
+#: dh:205
msgid ""
"And here is an example of how to tell the B<dh_auto_>I<*> commands to build "
"in a subdirectory, which will be removed on B<clean>."
@@ -2241,7 +2238,7 @@ msgstr ""
"B<clean>."
#. type: verbatim
-#: dh:207
+#: dh:208
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2255,7 +2252,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:211
+#: dh:212
msgid ""
"If your package can be built in parallel, you can support parallel building "
"as follows. Then B<dpkg-buildpackage -j> will work."
@@ -2265,7 +2262,7 @@ msgstr ""
"j> funcionará."
#. type: verbatim
-#: dh:214
+#: dh:215
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2279,7 +2276,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:218
+#: dh:219
msgid ""
"Here is a way to prevent B<dh> from running several commands that you don't "
"want it to run, by defining empty override targets for each command."
@@ -2289,7 +2286,7 @@ msgstr ""
"cada orden."
#. type: verbatim
-#: dh:221 dh:232 dh:249
+#: dh:222 dh:233 dh:250
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2303,7 +2300,7 @@ msgstr ""
"\t\n"
#. type: verbatim
-#: dh:225
+#: dh:226
#, no-wrap
msgid ""
"\t# Commands not to run:\n"
@@ -2315,7 +2312,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:228
+#: dh:229
msgid ""
"Sometimes, you may need to make an override target only run commands when a "
"particular package is being built. This can be accomplished using "
@@ -2327,7 +2324,7 @@ msgstr ""
"ejemplo:"
#. type: verbatim
-#: dh:236
+#: dh:237
#, fuzzy, no-wrap
#| msgid ""
#| "\toverride_dh_fixperms:\n"
@@ -2352,7 +2349,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:242
+#: dh:243
#, fuzzy
#| msgid ""
#| "Finally, remember that you are not limited to using override targets in "
@@ -2379,7 +2376,7 @@ msgstr ""
"demonios de construcción generen la documentación de forma innecesaria."
#. type: verbatim
-#: dh:253
+#: dh:254
#, fuzzy, no-wrap
#| msgid ""
#| "\tbuild: build-arch build-indep ;\n"
@@ -2403,22 +2400,22 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:258
+#: dh:259
msgid ""
"Note that in the example above, dh will arrange for \"debian/rules build\" "
"to call your build-indep and build-arch targets. You do not need to "
"explicitly define the dependencies in the rules file when using dh with "
-"compatability level v9. This example would be more complicated with earlier "
-"compatability levels."
+"compatibility level v9. This example would be more complicated with earlier "
+"compatibility levels."
msgstr ""
#. type: =head1
-#: dh:264
+#: dh:265
msgid "INTERNALS"
msgstr "FUNCIONAMIENTO INTERNO"
#. type: textblock
-#: dh:266
+#: dh:267
msgid ""
"If you're curious about B<dh>'s internals, here's how it works under the "
"hood."
@@ -2427,7 +2424,7 @@ msgstr ""
"puede ver como funciona por dentro."
#. type: textblock
-#: dh:268
+#: dh:269
msgid ""
"Each debhelper command will record when it's successfully run in F<debian/"
"package.debhelper.log>. (Which B<dh_clean> deletes.) So B<dh> can tell which "
@@ -2440,7 +2437,7 @@ msgstr ""
"esas órdenes otra vez."
#. type: textblock
-#: dh:273
+#: dh:274
msgid ""
"Each time B<dh> is run, it examines the log, and finds the last logged "
"command that is in the specified sequence. It then continues with the next "
@@ -2453,21 +2450,21 @@ msgstr ""
"before>, B<--after> y B<--remaining> pueden anular este comportamiento."
#. type: textblock
-#: dh:278
+#: dh:279
msgid ""
"A sequence can also run dependent targets in debian/rules. For example, the "
"\"binary\" sequence runs the \"install\" target."
msgstr ""
#. type: textblock
-#: dh:281
+#: dh:282
msgid ""
"B<dh> sets environment variables listed by B<dpkg-buildflags>, unless they "
"are already set. It supports DEB_BUILD_OPTIONS=noopt too."
msgstr ""
#. type: textblock
-#: dh:284
+#: dh:285
msgid ""
"B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass "
"information through to debhelper commands that are run inside override "
@@ -2481,10 +2478,10 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh:874 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55
-#: dh_auto_install:87 dh_auto_test:60 dh_builddeb:93 dh_clean:141
+#: dh:877 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55
+#: dh_auto_install:87 dh_auto_test:60 dh_builddeb:125 dh_clean:144
#: dh_compress:206 dh_fixperms:131 dh_gconf:101 dh_gencontrol:84
-#: dh_install:282 dh_installcatalogs:118 dh_installchangelogs:173
+#: dh_install:281 dh_installcatalogs:118 dh_installchangelogs:173
#: dh_installcron:79 dh_installdeb:146 dh_installdebconf:128 dh_installdirs:88
#: dh_installdocs:309 dh_installemacsen:126 dh_installexamples:108
#: dh_installifupdown:71 dh_installinfo:79 dh_installinit:277
@@ -2500,10 +2497,10 @@ msgstr "L<debhelper(7)>"
# type: textblock
#. type: textblock
-#: dh:876 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57
-#: dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:95
-#: dh_clean:143 dh_compress:208 dh_desktop:35 dh_fixperms:133 dh_gconf:103
-#: dh_gencontrol:86 dh_icons:69 dh_install:284 dh_installchangelogs:175
+#: dh:879 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57
+#: dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:127
+#: dh_clean:146 dh_compress:208 dh_desktop:35 dh_fixperms:133 dh_gconf:103
+#: dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175
#: dh_installcron:81 dh_installdeb:148 dh_installdebconf:130 dh_installdirs:90
#: dh_installdocs:311 dh_installemacsen:128 dh_installexamples:110
#: dh_installifupdown:73 dh_installinfo:81 dh_installinit:279
@@ -3826,31 +3823,31 @@ msgstr "Busca en el directorio especificado los ficheros a instalar."
#. type: textblock
#: dh_install:85
+#, fuzzy
+#| msgid ""
+#| "Note that this is not the same as the B<--sourcedirectory> option used by "
+#| "the B<dh_auto_>I<*> commands. You rarely need to use this option, since "
+#| "B<dh_install> automatically looks for files in F<debian/tmp> in debhelper"
msgid ""
"Note that this is not the same as the B<--sourcedirectory> option used by "
"the B<dh_auto_>I<*> commands. You rarely need to use this option, since "
-"B<dh_install> automatically looks for files in F<debian/tmp> in debhelper"
+"B<dh_install> automatically looks for files in F<debian/tmp> in debhelper "
+"compatibility level 7 and above."
msgstr ""
"Tenga en cuenta que no es igual que la opción B<--sourcedirectory> usada por "
"las órdenes B<dh_auto_>I<*>. Rara vez usará esta opción, ya que "
"B<dh_install> busca ficheros en F<debian/tmp> con el nivel 7 de "
"compatibilidad o superior."
-# type: =head2
-#. type: textblock
-#: dh_install:89
-msgid "compatibility level 7 and above."
-msgstr "Nivel de compatibilidad 7 y superior."
-
# type: =item
#. type: =item
-#: dh_install:91
+#: dh_install:90
msgid "B<--autodest>"
msgstr "B<--autodest>"
# type: textblock
#. type: textblock
-#: dh_install:93
+#: dh_install:92
msgid ""
"Guess as the destination directory to install things to. If this is "
"specified, you should not list destination directories in F<debian/package."
@@ -3864,7 +3861,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_install:98
+#: dh_install:97
msgid ""
"Strip off F<debian/tmp> (or the sourcedir if one is given) from the front of "
"the filename, if it is present, and install into the dirname of the "
@@ -3881,7 +3878,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_install:104
+#: dh_install:103
msgid ""
"Note that if you list exactly one filename or wildcard-pattern on a line by "
"itself in a F<debian/package.install> file, with no explicit destination, "
@@ -3895,13 +3892,13 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_install:109
+#: dh_install:108
msgid "I<file> ... I<dest>"
msgstr "I<fichero> ... I<destino>"
# type: textblock
#. type: textblock
-#: dh_install:111
+#: dh_install:110
msgid ""
"Lists files (or directories) to install and where to install them to. The "
"files will be installed into the first package F<dh_install> acts on."
@@ -3912,13 +3909,13 @@ msgstr ""
# type: =head1
#. type: =head1
-#: dh_install:253
+#: dh_install:252
msgid "EXAMPLE"
msgstr "EJEMPLO"
# type: textblock
#. type: textblock
-#: dh_install:255
+#: dh_install:254
msgid ""
"Suppose your package's upstream F<Makefile> installs a binary, a man page, "
"and a library into appropriate subdirectories of F<debian/tmp>. You want to "
@@ -3935,7 +3932,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh_install:261
+#: dh_install:260
#, no-wrap
msgid ""
" usr/bin\n"
@@ -3948,13 +3945,13 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_install:264
+#: dh_install:263
msgid "While F<debian/libfoo.install> contains:"
msgstr "Mientras que F<debian/libtal.install> debe contener:"
# type: verbatim
#. type: verbatim
-#: dh_install:266
+#: dh_install:265
#, no-wrap
msgid ""
" usr/lib/libfoo*.so.*\n"
@@ -3965,7 +3962,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_install:268
+#: dh_install:267
msgid ""
"If you want a libfoo-dev package too, F<debian/libfoo-dev.install> might "
"contain:"
@@ -3975,7 +3972,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh_install:270
+#: dh_install:269
#, no-wrap
msgid ""
" usr/include\n"
@@ -3990,13 +3987,13 @@ msgstr ""
# type: =head1
#. type: =head1
-#: dh_install:274
+#: dh_install:273
msgid "LIMITATIONS"
msgstr "LIMITACIONES"
# type: verbatim
#. type: verbatim
-#: dh_install:276
+#: dh_install:275
#, no-wrap
msgid ""
"B<dh_install> cannot rename files or directories, it can only install them\n"
@@ -6993,7 +6990,7 @@ msgstr "B<--version-info>, B<--version-info=>I<dependencias>"
msgid ""
"By default, the shlibs file generated by this program does not make packages "
"depend on any particular version of the package containing the shared "
-"library. It may be necessary for you to add some version dependancy "
+"library. It may be necessary for you to add some version dependency "
"information to the shlibs file. If B<-V> is specified with no dependency "
"information, the current upstream version of the package is plugged into a "
"dependency that looks like \"I<packagename> B<(E<gt>>= I<packageversion>B<)>"
@@ -7540,10 +7537,15 @@ msgstr ""
# type: textblock
#. type: textblock
#: dh_python:19
+#, fuzzy
+#| msgid ""
+#| "Note: This program is deprecated. You should use B<dh_pysupport> or "
+#| "B<dh_pycentral> instead. This program will do nothing if F<debian/"
+#| "pycompat> or a B<Python-Version> F<control> file field exists."
msgid ""
-"Note: This program is deprecated. You should use B<dh_pysupport> or "
-"B<dh_pycentral> instead. This program will do nothing if F<debian/pycompat> "
-"or a B<Python-Version> F<control> file field exists."
+"Note: This program is deprecated. You should use B<dh_python2> instead. "
+"This program will do nothing if F<debian/pycompat> or a B<Python-Version> "
+"F<control> file field exists."
msgstr ""
"Nota: Este programa está obsoleto. Debería usar B<dh_pysupport> o "
"B<dh_pycentral> en su lugar. Este programa no hará nada si F<debian/"
@@ -8287,6 +8289,42 @@ msgstr "Normas de Debian, versión 2.2"
msgid "Andrew Stribblehill <ads@debian.org>"
msgstr "Andrew Stribblehill <ads@debian.org>"
+# type: =head2
+#~ msgid "Debhelper compatibility levels"
+#~ msgstr "Niveles de compatibilidad de debhelper"
+
+# type: =head2
+#~ msgid "Other notes"
+#~ msgstr "Otras notas"
+
+# type: textblock
+#~ msgid ""
+#~ "In general, if any debhelper program needs a directory to exist under "
+#~ "B<debian/>, it will create it. I haven't bothered to document this in all "
+#~ "the man pages, but for example, B<dh_installdeb> knows to make debian/"
+#~ "I<package>/DEBIAN/ before trying to put files there, B<dh_installmenu> "
+#~ "knows you need a debian/I<package>/usr/share/menu/ before installing the "
+#~ "menu files, etc."
+#~ msgstr ""
+#~ "En general, si algún programa de debhelper necesita que exista un "
+#~ "directorio bajo B<debian/>, lo creará. No me he preocupado por "
+#~ "documentarlo en todas las páginas de manual, pero por ejemplo, "
+#~ "B<dh_installdeb> sabe crear «debian/I<paquete>/DEBIAN/» antes de tratar "
+#~ "de poner ahí los ficheros, B<dh_installmenu> sabe que necesita «debian/"
+#~ "I<paquete>/usr/share/menu/» antes de instalar los ficheros del menú, etc."
+
+#~ msgid ""
+#~ "If your package is a Python package, B<dh> will use B<dh_pysupport> by "
+#~ "default. This is how to use B<dh_pycentral> instead."
+#~ msgstr ""
+#~ "Si su paquete es un paquete de Python, B<dh> usará B<dh_pysupport> de "
+#~ "forma predeterminada. A continuación puede ver como usar B<dh_pycentral> "
+#~ "en su lugar."
+
+# type: =head2
+#~ msgid "compatibility level 7 and above."
+#~ msgstr "Nivel de compatibilidad 7 y superior."
+
# type: =item
#~ msgid "B<--sourcedir=dir>"
#~ msgstr "B<--sourcedir=dir>"
diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po
index d6ac5996..818f90dd 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-06-24 14:29-0400\n"
+"POT-Creation-Date: 2011-07-17 16:31-0400\n"
"PO-Revision-Date: 2011-04-03 17:37+0200\n"
"Last-Translator: Valery Perrin <valery.perrin.debian@free.fr>\n"
"Language-Team: Français <debian-l10n-french@lists.debian.org>\n"
@@ -609,7 +609,7 @@ msgstr "OPTIONS DU PROCESSUS DE CONSTRUCTION"
#. type: textblock
#: debhelper.pod:194
msgid ""
-"All of the B<dh_auto_>I<*> debhelper programs sets environment variables "
+"All of the B<dh_auto_>I<*> debhelper programs set environment variables "
"listed by B<dpkg-buildflags>, unless they are already set. They support "
"DEB_BUILD_OPTIONS=noopt too."
msgstr ""
@@ -773,238 +773,14 @@ msgstr ""
"construction automatiquement sélectionné ou celui spécifié manuellement avec "
"l'option B<--buildsystem>."
-# type: =head1
#. type: =head1
-#: debhelper.pod:257 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:116
-#: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
-#: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55
-#: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68
-#: dh_usrlocal:49
-msgid "NOTES"
-msgstr "REMARQUES"
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:259
-msgid "Multiple binary package support"
-msgstr "Prise en charge de plusieurs paquets binaires"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:261
-msgid ""
-"If your source package generates more than one binary package, debhelper "
-"programs will default to acting on all binary packages when run. If your "
-"source package happens to generate one architecture dependent package, and "
-"another architecture independent package, this is not the correct behavior, "
-"because you need to generate the architecture dependent packages in the "
-"binary-arch F<debian/rules> target, and the architecture independent "
-"packages in the binary-indep F<debian/rules> target."
-msgstr ""
-"Si le paquet source produit plus d'un paquet binaire, les programmes de "
-"debhelper construiront tous les paquets binaires. Si le paquet source doit "
-"construire un paquet dépendant de l'architecture, et un paquet indépendant "
-"de l'architecture, ce comportement ne conviendra pas. En effet, il convient "
-"de construire les paquets dépendants de l'architecture dans « binary-arch » "
-"de F<debian/rules>, et les paquets indépendants de l'architecture dans « "
-"binary-indep »."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:269
-msgid ""
-"To facilitate this, as well as give you more control over which packages are "
-"acted on by debhelper programs, all debhelper programs accept the B<-a>, B<-"
-"i>, B<-p>, and B<-s> parameters. These parameters are cumulative. If none "
-"are given, debhelper programs default to acting on all packages listed in "
-"the control file."
-msgstr ""
-"Pour résoudre ce problème, et pour un meilleur contrôle sur la construction "
-"des paquets par debhelper, tous les programmes de debhelper acceptent les "
-"options B<-a>, B<-i>, B<-p>, et B<-s>. Ces options sont cumulatives. Si "
-"aucune n'est précisée, les programmes de debhelper construisent tous les "
-"paquets énumérés dans le fichier de contrôle."
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:275
-msgid "Automatic generation of Debian install scripts"
-msgstr "Génération automatique des scripts Debian de maintenance du paquet"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:277
-msgid ""
-"Some debhelper commands will automatically generate parts of Debian "
-"maintainer scripts. If you want these automatically generated things "
-"included in your existing Debian maintainer scripts, then you need to add "
-"B<#DEBHELPER#> to your scripts, in the place the code should be added. "
-"B<#DEBHELPER#> will be replaced by any auto-generated code when you run "
-"B<dh_installdeb>."
+#: debhelper.pod:257
+msgid "COMPATABILITY LEVELS"
msgstr ""
-"Certaines commandes de debhelper produisent automatiquement des lignes de "
-"code de maintenance du paquet. Pour les inclure dans vos propres scripts de "
-"maintenance du paquet, il convient d'ajouter B<#DEBHELPER#> à l'endroit où "
-"les lignes de code générées devront être insérées. B<#DEBHELPER#> sera "
-"remplacé, par les lignes de code générées automatiquement, lors de "
-"l'exécution de B<dh_installdeb>."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:284
-msgid ""
-"If a script does not exist at all and debhelper needs to add something to "
-"it, then debhelper will create the complete script."
-msgstr ""
-"Si un script de maintenance n'existe pas et que debhelper doit y inclure "
-"quelque chose, alors debhelper créera le script de maintenance complètement."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:287
-msgid ""
-"All debhelper commands that automatically generate code in this way let it "
-"be disabled by the -n parameter (see above)."
-msgstr ""
-"Toutes les commandes de debhelper qui produisent automatiquement des lignes "
-"de code de cette façon peuvent inhiber cette production grâce à l'option -n "
-"(voir ci-dessus)."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:290
-msgid ""
-"Note that the inserted code will be shell code, so you cannot directly use "
-"it in a Perl script. If you would like to embed it into a Perl script, here "
-"is one way to do that (note that I made sure that $1, $2, etc are set with "
-"the set command):"
-msgstr ""
-"Nota : Les lignes de code insérées seront écrites dans le langage de "
-"l'interpréteur de commandes (shell). De ce fait, il est impossible de les "
-"placer directement dans un script Perl. Pour les insérer dans un script "
-"Perl, voici une solution. (S'assurer que $1, $2, etc. sont bien définis par "
-"la commande set.) :"
-
-# type: verbatim
-#. type: verbatim
-#: debhelper.pod:295
-#, no-wrap
-msgid ""
-" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
-" #DEBHELPER#\n"
-" EOF\n"
-" system ($temp) / 256 == 0\n"
-" \tor die \"Problem with debhelper scripts: $!\";\n"
-"\n"
-msgstr ""
-" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
-" #DEBHELPER#\n"
-" EOF\n"
-" system ($temp) / 256 == 0\n"
-" \tor die \"Problème avec le script de debhelper : $!\";\n"
-"\n"
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:301
-msgid "Automatic generation of miscellaneous dependencies."
-msgstr "Génération automatique des diverses dépendances."
# type: textblock
#. type: textblock
-#: debhelper.pod:303
-msgid ""
-"Some debhelper commands may make the generated package need to depend on "
-"some other packages. For example, if you use L<dh_installdebconf(1)>, your "
-"package will generally need to depend on debconf. Or if you use "
-"L<dh_installxfonts(1)>, your package will generally need to depend on a "
-"particular version of xutils. Keeping track of these miscellaneous "
-"dependencies can be annoying since they are dependant on how debhelper does "
-"things, so debhelper offers a way to automate it."
-msgstr ""
-"Certaines commandes de debhelper peuvent nécessiter des dépendances entre le "
-"paquet construit et d'autres paquets. Par exemple, si L<dh_installdebconf(1)"
-"> est employé, le paquet devra dépendre de debconf. Si L<dh_installxfonts(1)"
-"> est employé, le paquet deviendra dépendant d'une version particulière de "
-"xutils. Maintenir ces dépendances induites peut être pénible puisqu'elles "
-"découlent de la façon dont debhelper travaille. C'est pourquoi debhelper "
-"offre une solution d'automatisation."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:311
-msgid ""
-"All commands of this type, besides documenting what dependencies may be "
-"needed on their man pages, will automatically generate a substvar called B<"
-"${misc:Depends}>. If you put that token into your F<debian/control> file, it "
-"will be expanded to the dependencies debhelper figures you need."
-msgstr ""
-"Toutes les commandes de ce type, outre qu'elles documentent, dans leur page "
-"de manuel, les dépendances qu'elle induisent, généreront automatiquement une "
-"variable de substitution nommée B<${misc:depends}>. Si cette variable est "
-"exploitée dans le dossier F<debian/control>, il sera automatiquement enrichi "
-"des dépendances induites par debhelper."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:316
-msgid ""
-"This is entirely independent of the standard B<${shlibs:Depends}> generated "
-"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by L<dh_perl(1)"
-">. You can choose not to use any of these, if debhelper's guesses don't "
-"match reality."
-msgstr ""
-"Ce processus est entièrement indépendant de B<${shlibs:Depends}> standard, "
-"produite par L<dh_makeshlibs(1)>, et de B<${perl:Depends}> produite par "
-"L<dh_perl(1)>. Il est également possible de choisir de ne pas les utiliser "
-"si les conjectures de debhelper ne correspondent pas à la réalité."
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:321
-msgid "Package build directories"
-msgstr "Répertoires de construction du paquet"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:323
-msgid ""
-"By default, all debhelper programs assume that the temporary directory used "
-"for assembling the tree of files in a package is debian/I<package>."
-msgstr ""
-"Par défaut, tous les programmes de debhelper supposent que le répertoire "
-"temporaire utilisé pour construire l'arborescence des fichiers d'un paquet "
-"est debian/I<paquet>."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:326
-msgid ""
-"Sometimes, you might want to use some other temporary directory. This is "
-"supported by the B<-P> flag. For example, \"B<dh_installdocs -Pdebian/tmp>"
-"\", will use B<debian/tmp> as the temporary directory. Note that if you use "
-"B<-P>, the debhelper programs can only be acting on a single package at a "
-"time. So if you have a package that builds many binary packages, you will "
-"need to also use the B<-p> flag to specify which binary package the "
-"debhelper program will act on."
-msgstr ""
-"Parfois, il peut être souhaitable d'utiliser un autre répertoire temporaire. "
-"Ceci est obtenu grâce au paramètre -P. Par exemple, B<dh_installdocs -"
-"Pdebian/tmp> utilisera B<debian/tmp> comme répertoire temporaire. Nota : "
-"L'usage de B<-P> implique que les programmes de debhelper ne construisent "
-"qu'un seul paquet à la fois. De ce fait, si le paquet source génère "
-"plusieurs paquets binaires, il faudra employer également le paramètre B<-p> "
-"pour préciser l'unique paquet binaire à construire."
-
-# type: =head2
-#. type: =head2
-#: debhelper.pod:334
-msgid "Debhelper compatibility levels"
-msgstr "Niveaux de compatibilité de debhelper"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:336
+#: debhelper.pod:259
msgid ""
"From time to time, major non-backwards-compatible changes need to be made to "
"debhelper, to keep it clean and well-designed as needs change and its author "
@@ -1024,7 +800,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:343
+#: debhelper.pod:266
msgid ""
"Tell debhelper what compatibility level to use by writing a number to "
"F<debian/compat>. For example, to turn on v8 mode:"
@@ -1035,7 +811,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:346
+#: debhelper.pod:269
#, no-wrap
msgid ""
" % echo 8 > debian/compat\n"
@@ -1046,7 +822,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:348
+#: debhelper.pod:271
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -1064,18 +840,18 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:355
+#: debhelper.pod:278
msgid "These are the available compatibility levels:"
msgstr "Les niveaux de compatibilité sont les suivants :"
#. type: =item
-#: debhelper.pod:359
+#: debhelper.pod:282
msgid "v1"
msgstr "v1"
# type: textblock
#. type: textblock
-#: debhelper.pod:361
+#: debhelper.pod:284
msgid ""
"This is the original debhelper compatibility level, and so it is the default "
"one. In this mode, debhelper will use F<debian/tmp> as the package tree "
@@ -1089,18 +865,18 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:366 debhelper.pod:373 debhelper.pod:396 debhelper.pod:425
+#: debhelper.pod:289 debhelper.pod:296 debhelper.pod:319 debhelper.pod:348
msgid "This mode is deprecated."
msgstr "Ce mode est déconseillé."
#. type: =item
-#: debhelper.pod:368
+#: debhelper.pod:291
msgid "v2"
msgstr "v2"
# type: textblock
#. type: textblock
-#: debhelper.pod:370
+#: debhelper.pod:293
msgid ""
"In this mode, debhelper will consistently use debian/I<package> as the "
"package tree directory for every package that is built."
@@ -1109,31 +885,31 @@ msgstr ""
"répertoire de l'arborescence de chaque paquet construit."
#. type: =item
-#: debhelper.pod:375
+#: debhelper.pod:298
msgid "v3"
msgstr "v3"
# type: textblock
#. type: textblock
-#: debhelper.pod:377
+#: debhelper.pod:300
msgid "This mode works like v2, with the following additions:"
msgstr "Ce mode fonctionne comme v2 mais avec les ajouts suivants :"
# type: =item
#. type: =item
-#: debhelper.pod:381 debhelper.pod:386 debhelper.pod:390 debhelper.pod:404
-#: debhelper.pod:409 debhelper.pod:414 debhelper.pod:419 debhelper.pod:433
-#: debhelper.pod:437 debhelper.pod:442 debhelper.pod:446 debhelper.pod:458
-#: debhelper.pod:463 debhelper.pod:469 debhelper.pod:475 debhelper.pod:488
-#: debhelper.pod:495 debhelper.pod:499 debhelper.pod:503 debhelper.pod:518
-#: debhelper.pod:522 debhelper.pod:530 debhelper.pod:535 debhelper.pod:549
-#: debhelper.pod:554 debhelper.pod:559
+#: debhelper.pod:304 debhelper.pod:309 debhelper.pod:313 debhelper.pod:327
+#: debhelper.pod:332 debhelper.pod:337 debhelper.pod:342 debhelper.pod:356
+#: debhelper.pod:360 debhelper.pod:365 debhelper.pod:369 debhelper.pod:381
+#: debhelper.pod:386 debhelper.pod:392 debhelper.pod:398 debhelper.pod:411
+#: debhelper.pod:418 debhelper.pod:422 debhelper.pod:426 debhelper.pod:441
+#: debhelper.pod:445 debhelper.pod:453 debhelper.pod:458 debhelper.pod:472
+#: debhelper.pod:477 debhelper.pod:482 debhelper.pod:487
msgid "-"
msgstr "-"
# type: textblock
#. type: textblock
-#: debhelper.pod:383
+#: debhelper.pod:306
msgid ""
"Debhelper config files support globbing via B<*> and B<?>, when appropriate. "
"To turn this off and use those characters raw, just prefix with a backslash."
@@ -1145,7 +921,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:388
+#: debhelper.pod:311
msgid ""
"B<dh_makeshlibs> makes the F<postinst> and F<postrm> scripts call "
"B<ldconfig>."
@@ -1155,7 +931,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:315
msgid ""
"Every file in F<etc/> is automatically flagged as a conffile by "
"B<dh_installdeb>."
@@ -1164,19 +940,19 @@ msgstr ""
"comme un fichier de configuration."
#. type: =item
-#: debhelper.pod:398
+#: debhelper.pod:321
msgid "v4"
msgstr "v4"
# type: textblock
#. type: textblock
-#: debhelper.pod:400
+#: debhelper.pod:323
msgid "Changes from v3 are:"
msgstr "Les changements par rapport à la version 3 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:406
+#: debhelper.pod:329
msgid ""
"B<dh_makeshlibs -V> will not include the Debian part of the version number "
"in the generated dependency line in the shlibs file."
@@ -1186,7 +962,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:411
+#: debhelper.pod:334
msgid ""
"You are encouraged to put the new B<${misc:Depends}> into F<debian/control> "
"to supplement the B<${shlibs:Depends}> field."
@@ -1196,7 +972,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:416
+#: debhelper.pod:339
msgid ""
"B<dh_fixperms> will make all files in F<bin/> directories and in F<etc/init."
"d> executable."
@@ -1206,26 +982,26 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:421
+#: debhelper.pod:344
msgid "B<dh_link> will correct existing links to conform with policy."
msgstr ""
"B<dh_link> corrigera les liens existants pour les rendre conformes à la "
"Charte Debian."
#. type: =item
-#: debhelper.pod:427
+#: debhelper.pod:350
msgid "v5"
msgstr "v5"
# type: textblock
#. type: textblock
-#: debhelper.pod:429
+#: debhelper.pod:352
msgid "Changes from v4 are:"
msgstr "Les changements par rapport à la version 4 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:435
+#: debhelper.pod:358
msgid "Comments are ignored in debhelper config files."
msgstr ""
"Les commentaires sont ignorés dans les fichiers de configuration de "
@@ -1233,7 +1009,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:439
+#: debhelper.pod:362
msgid ""
"B<dh_strip --dbg-package> now specifies the name of a package to put "
"debugging symbols in, not the packages to take the symbols from."
@@ -1244,32 +1020,32 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:444
+#: debhelper.pod:367
msgid "B<dh_installdocs> skips installing empty files."
msgstr "B<dh_installdocs> saute l'installation des fichiers vides."
# type: textblock
#. type: textblock
-#: debhelper.pod:448
+#: debhelper.pod:371
msgid "B<dh_install> errors out if wildcards expand to nothing."
msgstr ""
"B<dh_install> génère des erreurs si les jokers (wildcards) ne correspondent "
"à rien."
#. type: =item
-#: debhelper.pod:452
+#: debhelper.pod:375
msgid "v6"
msgstr "v6"
# type: textblock
#. type: textblock
-#: debhelper.pod:454
+#: debhelper.pod:377
msgid "Changes from v5 are:"
msgstr "Les changements par rapport à la version 5 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:460
+#: debhelper.pod:383
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1279,7 +1055,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:465
+#: debhelper.pod:388
msgid ""
"B<dh_installwm> will install a slave manpage link for F<x-window-manager.1."
"gz>, if it sees the man page in F<usr/share/man/man1> in the package build "
@@ -1291,7 +1067,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:471
+#: debhelper.pod:394
msgid ""
"B<dh_builddeb> did not previously delete everything matching "
"B<DH_ALWAYS_EXCLUDE>, if it was set to a list of things to exclude, such as "
@@ -1303,7 +1079,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:477
+#: debhelper.pod:400
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -1313,19 +1089,19 @@ msgstr ""
"de le faire."
#. type: =item
-#: debhelper.pod:482
+#: debhelper.pod:405
msgid "v7"
msgstr "v7"
# type: textblock
#. type: textblock
-#: debhelper.pod:484
+#: debhelper.pod:407
msgid "Changes from v6 are:"
msgstr "Les changements par rapport à la version 6 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:413
msgid ""
"B<dh_install>, will fall back to looking for files in F<debian/tmp> if it "
"doesn't find them in the current directory (or wherever you tell it look "
@@ -1341,7 +1117,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:497
+#: debhelper.pod:420
msgid "B<dh_clean> will read F<debian/clean> and delete files listed there."
msgstr ""
"B<dh_clean> lit le répertoire F<debian/clean> et supprime les fichiers qui y "
@@ -1349,13 +1125,13 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:501
+#: debhelper.pod:424
msgid "B<dh_clean> will delete toplevel F<*-stamp> files."
msgstr "B<dh_clean> supprime les fichiers F<*-stamp>."
# type: textblock
#. type: textblock
-#: debhelper.pod:505
+#: debhelper.pod:428
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1364,24 +1140,24 @@ msgstr ""
"amont si rien n'est spécifié."
#. type: =item
-#: debhelper.pod:510
+#: debhelper.pod:433
msgid "v8"
msgstr "v8"
# type: textblock
#. type: textblock
-#: debhelper.pod:512
+#: debhelper.pod:435
msgid "This is the recommended mode of operation."
msgstr "C'est la version dont l'usage est recommandé."
# type: textblock
#. type: textblock
-#: debhelper.pod:514
+#: debhelper.pod:437
msgid "Changes from v7 are:"
msgstr "Les changements par rapport à la version 7 sont :"
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:443
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1389,7 +1165,7 @@ msgstr ""
"recevront des options inconnues."
#. type: textblock
-#: debhelper.pod:524
+#: debhelper.pod:447
msgid ""
"B<dh_makeshlibs> will run B<dpkg-gensymbols> on all shared libraries that it "
"generates shlibs files for. So B<-X> can be used to exclude libraries. "
@@ -1406,7 +1182,7 @@ msgstr ""
"certains paquets."
#. type: textblock
-#: debhelper.pod:532
+#: debhelper.pod:455
msgid ""
"B<dh> requires the sequence to run be specified as the first parameter, and "
"any switches come after it. Ie, use \"B<dh $@ --foo>\", not \"B<dh --foo $@>"
@@ -1417,7 +1193,7 @@ msgstr ""
"faut écrire « B<dh $@ --toto> », et non « B<dh --toto $@> »"
#. type: textblock
-#: debhelper.pod:537
+#: debhelper.pod:460
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1426,54 +1202,291 @@ msgstr ""
"F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:541
+#: debhelper.pod:464
msgid "v9"
msgstr ""
#. type: textblock
-#: debhelper.pod:543
+#: debhelper.pod:466
msgid ""
-"This compatability level is still open for development; use with caution."
+"This compatibility level is still open for development; use with caution."
msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:545
+#: debhelper.pod:468
#, fuzzy
#| msgid "Changes from v3 are:"
msgid "Changes from v8 are:"
msgstr "Les changements par rapport à la version 3 sont :"
#. type: textblock
-#: debhelper.pod:551
+#: debhelper.pod:474
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
msgstr ""
#. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:479
msgid ""
"dh supports use of standard targets in debian/rules without needing to "
"manually define the dependencies between targets there."
msgstr ""
#. type: textblock
+#: debhelper.pod:484
+msgid ""
+"B<dh_auto_configure> does not include the source package name in --"
+"libexecdir when using autoconf."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:489
+msgid "B<dh> does not default to enabling --with=python-support"
+msgstr ""
+
+# type: =head1
+#. type: =head1
+#: debhelper.pod:495 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:116
+#: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
+#: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55
+#: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68
+#: dh_usrlocal:49
+msgid "NOTES"
+msgstr "REMARQUES"
+
+# type: =head2
+#. type: =head2
+#: debhelper.pod:497
+msgid "Multiple binary package support"
+msgstr "Prise en charge de plusieurs paquets binaires"
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:499
+msgid ""
+"If your source package generates more than one binary package, debhelper "
+"programs will default to acting on all binary packages when run. If your "
+"source package happens to generate one architecture dependent package, and "
+"another architecture independent package, this is not the correct behavior, "
+"because you need to generate the architecture dependent packages in the "
+"binary-arch F<debian/rules> target, and the architecture independent "
+"packages in the binary-indep F<debian/rules> target."
+msgstr ""
+"Si le paquet source produit plus d'un paquet binaire, les programmes de "
+"debhelper construiront tous les paquets binaires. Si le paquet source doit "
+"construire un paquet dépendant de l'architecture, et un paquet indépendant "
+"de l'architecture, ce comportement ne conviendra pas. En effet, il convient "
+"de construire les paquets dépendants de l'architecture dans « binary-arch » "
+"de F<debian/rules>, et les paquets indépendants de l'architecture dans « "
+"binary-indep »."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:507
+msgid ""
+"To facilitate this, as well as give you more control over which packages are "
+"acted on by debhelper programs, all debhelper programs accept the B<-a>, B<-"
+"i>, B<-p>, and B<-s> parameters. These parameters are cumulative. If none "
+"are given, debhelper programs default to acting on all packages listed in "
+"the control file."
+msgstr ""
+"Pour résoudre ce problème, et pour un meilleur contrôle sur la construction "
+"des paquets par debhelper, tous les programmes de debhelper acceptent les "
+"options B<-a>, B<-i>, B<-p>, et B<-s>. Ces options sont cumulatives. Si "
+"aucune n'est précisée, les programmes de debhelper construisent tous les "
+"paquets énumérés dans le fichier de contrôle."
+
+# type: =head2
+#. type: =head2
+#: debhelper.pod:513
+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:515
+msgid ""
+"Some debhelper commands will automatically generate parts of Debian "
+"maintainer scripts. If you want these automatically generated things "
+"included in your existing Debian maintainer scripts, then you need to add "
+"B<#DEBHELPER#> to your scripts, in the place the code should be added. "
+"B<#DEBHELPER#> will be replaced by any auto-generated code when you run "
+"B<dh_installdeb>."
+msgstr ""
+"Certaines commandes de debhelper produisent automatiquement des lignes de "
+"code de maintenance du paquet. Pour les inclure dans vos propres scripts de "
+"maintenance du paquet, il convient d'ajouter B<#DEBHELPER#> à l'endroit où "
+"les lignes de code générées devront être insérées. B<#DEBHELPER#> sera "
+"remplacé, par les lignes de code générées automatiquement, lors de "
+"l'exécution de B<dh_installdeb>."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:522
+msgid ""
+"If a script does not exist at all and debhelper needs to add something to "
+"it, then debhelper will create the complete script."
+msgstr ""
+"Si un script de maintenance n'existe pas et que debhelper doit y inclure "
+"quelque chose, alors debhelper créera le script de maintenance complètement."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:525
+msgid ""
+"All debhelper commands that automatically generate code in this way let it "
+"be disabled by the -n parameter (see above)."
+msgstr ""
+"Toutes les commandes de debhelper qui produisent automatiquement des lignes "
+"de code de cette façon peuvent inhiber cette production grâce à l'option -n "
+"(voir ci-dessus)."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:528
+msgid ""
+"Note that the inserted code will be shell code, so you cannot directly use "
+"it in a Perl script. If you would like to embed it into a Perl script, here "
+"is one way to do that (note that I made sure that $1, $2, etc are set with "
+"the set command):"
+msgstr ""
+"Nota : Les lignes de code insérées seront écrites dans le langage de "
+"l'interpréteur de commandes (shell). De ce fait, il est impossible de les "
+"placer directement dans un script Perl. Pour les insérer dans un script "
+"Perl, voici une solution. (S'assurer que $1, $2, etc. sont bien définis par "
+"la commande set.) :"
+
+# type: verbatim
+#. type: verbatim
+#: debhelper.pod:533
+#, no-wrap
+msgid ""
+" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
+" #DEBHELPER#\n"
+" EOF\n"
+" system ($temp) / 256 == 0\n"
+" \tor die \"Problem with debhelper scripts: $!\";\n"
+"\n"
+msgstr ""
+" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
+" #DEBHELPER#\n"
+" EOF\n"
+" system ($temp) / 256 == 0\n"
+" \tor die \"Problème avec le script de debhelper : $!\";\n"
+"\n"
+
+# type: =head2
+#. type: =head2
+#: debhelper.pod:539
+msgid "Automatic generation of miscellaneous dependencies."
+msgstr "Génération automatique des diverses dépendances."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:541
+#, fuzzy
+#| msgid ""
+#| "Some debhelper commands may make the generated package need to depend on "
+#| "some other packages. For example, if you use L<dh_installdebconf(1)>, "
+#| "your package will generally need to depend on debconf. Or if you use "
+#| "L<dh_installxfonts(1)>, your package will generally need to depend on a "
+#| "particular version of xutils. Keeping track of these miscellaneous "
+#| "dependencies can be annoying since they are dependant on how debhelper "
+#| "does things, so debhelper offers a way to automate it."
+msgid ""
+"Some debhelper commands may make the generated package need to depend on "
+"some other packages. For example, if you use L<dh_installdebconf(1)>, your "
+"package will generally need to depend on debconf. Or if you use "
+"L<dh_installxfonts(1)>, your package will generally need to depend on a "
+"particular version of xutils. Keeping track of these miscellaneous "
+"dependencies can be annoying since they are dependent on how debhelper does "
+"things, so debhelper offers a way to automate it."
+msgstr ""
+"Certaines commandes de debhelper peuvent nécessiter des dépendances entre le "
+"paquet construit et d'autres paquets. Par exemple, si L<dh_installdebconf(1)"
+"> est employé, le paquet devra dépendre de debconf. Si L<dh_installxfonts(1)"
+"> est employé, le paquet deviendra dépendant d'une version particulière de "
+"xutils. Maintenir ces dépendances induites peut être pénible puisqu'elles "
+"découlent de la façon dont debhelper travaille. C'est pourquoi debhelper "
+"offre une solution d'automatisation."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:549
+msgid ""
+"All commands of this type, besides documenting what dependencies may be "
+"needed on their man pages, will automatically generate a substvar called B<"
+"${misc:Depends}>. If you put that token into your F<debian/control> file, it "
+"will be expanded to the dependencies debhelper figures you need."
+msgstr ""
+"Toutes les commandes de ce type, outre qu'elles documentent, dans leur page "
+"de manuel, les dépendances qu'elle induisent, généreront automatiquement une "
+"variable de substitution nommée B<${misc:depends}>. Si cette variable est "
+"exploitée dans le dossier F<debian/control>, il sera automatiquement enrichi "
+"des dépendances induites par debhelper."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:554
+msgid ""
+"This is entirely independent of the standard B<${shlibs:Depends}> generated "
+"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by L<dh_perl(1)"
+">. You can choose not to use any of these, if debhelper's guesses don't "
+"match reality."
+msgstr ""
+"Ce processus est entièrement indépendant de B<${shlibs:Depends}> standard, "
+"produite par L<dh_makeshlibs(1)>, et de B<${perl:Depends}> produite par "
+"L<dh_perl(1)>. Il est également possible de choisir de ne pas les utiliser "
+"si les conjectures de debhelper ne correspondent pas à la réalité."
+
+# type: =head2
+#. type: =head2
+#: debhelper.pod:559
+msgid "Package build directories"
+msgstr "Répertoires de construction du paquet"
+
+# type: textblock
+#. type: textblock
#: debhelper.pod:561
msgid ""
-"<dh_auto_configure> does not include the source package name in --libexecdir "
-"when using autoconf."
+"By default, all debhelper programs assume that the temporary directory used "
+"for assembling the tree of files in a package is debian/I<package>."
msgstr ""
+"Par défaut, tous les programmes de debhelper supposent que le répertoire "
+"temporaire utilisé pour construire l'arborescence des fichiers d'un paquet "
+"est debian/I<paquet>."
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:564
+msgid ""
+"Sometimes, you might want to use some other temporary directory. This is "
+"supported by the B<-P> flag. For example, \"B<dh_installdocs -Pdebian/tmp>"
+"\", will use B<debian/tmp> as the temporary directory. Note that if you use "
+"B<-P>, the debhelper programs can only be acting on a single package at a "
+"time. So if you have a package that builds many binary packages, you will "
+"need to also use the B<-p> flag to specify which binary package the "
+"debhelper program will act on."
+msgstr ""
+"Parfois, il peut être souhaitable d'utiliser un autre répertoire temporaire. "
+"Ceci est obtenu grâce au paramètre -P. Par exemple, B<dh_installdocs -"
+"Pdebian/tmp> utilisera B<debian/tmp> comme répertoire temporaire. Nota : "
+"L'usage de B<-P> implique que les programmes de debhelper ne construisent "
+"qu'un seul paquet à la fois. De ce fait, si le paquet source génère "
+"plusieurs paquets binaires, il faudra employer également le paramètre B<-p> "
+"pour préciser l'unique paquet binaire à construire."
# type: =head2
#. type: =head2
-#: debhelper.pod:568
+#: debhelper.pod:572
msgid "udebs"
msgstr "udebs"
# type: textblock
#. type: textblock
-#: debhelper.pod:570
+#: debhelper.pod:574
msgid ""
"Debhelper includes support for udebs. To create a udeb with debhelper, add "
"\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control>, and "
@@ -1491,34 +1504,14 @@ msgstr ""
"un udeb, en omettant les scripts F<preinst>, F<postrm>, F<prerm> et "
"F<config>, etc."
-# type: =head2
#. type: =head2
-#: debhelper.pod:577
-msgid "Other notes"
-msgstr "Autres remarques"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:579
-msgid ""
-"In general, if any debhelper program needs a directory to exist under "
-"B<debian/>, it will create it. I haven't bothered to document this in all "
-"the man pages, but for example, B<dh_installdeb> knows to make debian/"
-"I<package>/DEBIAN/ before trying to put files there, B<dh_installmenu> knows "
-"you need a debian/I<package>/usr/share/menu/ before installing the menu "
-"files, etc."
+#: debhelper.pod:581
+msgid "Build depends"
msgstr ""
-"Généralement, si un programme de debhelper a besoin qu'un répertoire existe "
-"dans B<debian/>, il le créera. Ce comportement n'est pas documenté dans "
-"toutes les pages de manuel, mais, par exemple, le B<dh_installdeb> sait "
-"qu'il doit créer le répertoire debian/I<paquet>/DEBIAN/ avant de tenter de "
-"mettre des fichiers dedans. De même, B<dh_installmenu> sait qu'il est "
-"nécessaire d'avoir un répertoire debian/I<paquet>/usr/share/menu/ avant "
-"d'installer les fichiers menu, etc."
# type: textblock
#. type: textblock
-#: debhelper.pod:585
+#: debhelper.pod:583
msgid ""
"Once your package uses debhelper to build, be sure to add debhelper to your "
"Build-Depends line in F<debian/control>. You should build-depend on a "
@@ -1534,7 +1527,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:591
+#: debhelper.pod:589
#, no-wrap
msgid ""
" Build-Depends: debhelper (>= 7)\n"
@@ -1545,19 +1538,19 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:593
+#: debhelper.pod:591
msgid "ENVIRONMENT"
msgstr "VARIABLES D'ENVIRONNEMENT"
# type: =item
#. type: =item
-#: debhelper.pod:597
+#: debhelper.pod:595
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:599
+#: debhelper.pod:597
msgid ""
"Set to B<1> to enable verbose mode. Debhelper will output every command it "
"runs that modifies files on the build system."
@@ -1567,13 +1560,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:602
+#: debhelper.pod:600
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:604
+#: debhelper.pod:602
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
@@ -1583,25 +1576,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:607
+#: debhelper.pod:605
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:609
+#: debhelper.pod:607
msgid "Set to B<1> to enable no-act mode."
msgstr "Mettre cette variable à B<1> pour activer le mode simulation (no-act)."
# type: =item
#. type: =item
-#: debhelper.pod:611
+#: debhelper.pod:609
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
# type: textblock
#. type: textblock
-#: debhelper.pod:613
+#: debhelper.pod:611
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands. Command-specific options will be ignored by commands "
@@ -1613,7 +1606,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:617
+#: debhelper.pod:615
msgid ""
"This is useful in some situations, for example, if you need to pass B<-p> to "
"all debhelper commands that will be run. One good way to set B<DH_OPTIONS> "
@@ -1628,13 +1621,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:622
+#: debhelper.pod:620
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:624
+#: debhelper.pod:622
msgid ""
"If set, this adds the value the variable is set to to the B<-X> options of "
"all commands that support the B<-X> option. Moreover, B<dh_builddeb> will "
@@ -1647,7 +1640,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:626
msgid ""
"This can be useful if you are doing a build from a CVS source tree, in which "
"case setting B<DH_ALWAYS_EXCLUDE=CVS> will prevent any CVS directories from "
@@ -1666,7 +1659,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:635
+#: debhelper.pod:633
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1676,10 +1669,10 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:640 dh:872 dh_auto_build:47 dh_auto_clean:50
+#: debhelper.pod:638 dh:875 dh_auto_build:47 dh_auto_clean:50
#: dh_auto_configure:53 dh_auto_install:85 dh_auto_test:58 dh_bugfiles:122
-#: dh_builddeb:91 dh_clean:139 dh_compress:204 dh_desktop:31 dh_fixperms:129
-#: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:280
+#: dh_builddeb:123 dh_clean:142 dh_compress:204 dh_desktop:31 dh_fixperms:129
+#: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279
#: dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77
#: dh_installdeb:144 dh_installdebconf:126 dh_installdirs:86
#: dh_installdocs:307 dh_installemacsen:124 dh_installexamples:106
@@ -1697,35 +1690,35 @@ msgstr "VOIR AUSSI"
# type: =item
#. type: =item
-#: debhelper.pod:644
+#: debhelper.pod:642
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:646
+#: debhelper.pod:644
msgid "A set of example F<debian/rules> files that use debhelper."
msgstr ""
"Un ensemble d'exemples de fichiers F<debian/rules> qui utilisent debhelper."
# type: =item
#. type: =item
-#: debhelper.pod:648
+#: debhelper.pod:646
msgid "L<http://kitenet.net/~joey/code/debhelper/>"
msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:650
+#: debhelper.pod:648
msgid "Debhelper web site."
msgstr "Le site internet de debhelper."
# type: =head1
#. type: =head1
-#: debhelper.pod:654 dh:878 dh_auto_build:53 dh_auto_clean:56
+#: debhelper.pod:652 dh:881 dh_auto_build:53 dh_auto_clean:56
#: dh_auto_configure:59 dh_auto_install:91 dh_auto_test:64 dh_bugfiles:130
-#: dh_builddeb:97 dh_clean:145 dh_compress:210 dh_desktop:37 dh_fixperms:135
-#: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:286
+#: dh_builddeb:129 dh_clean:148 dh_compress:210 dh_desktop:37 dh_fixperms:135
+#: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285
#: dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83
#: dh_installdeb:150 dh_installdebconf:132 dh_installdirs:92
#: dh_installdocs:313 dh_installemacsen:130 dh_installexamples:112
@@ -1742,10 +1735,10 @@ msgstr "AUTEUR"
# type: textblock
#. type: textblock
-#: debhelper.pod:656 dh:880 dh_auto_build:55 dh_auto_clean:58
-#: dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:99
-#: dh_clean:147 dh_compress:212 dh_fixperms:137 dh_gencontrol:90
-#: dh_install:288 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152
+#: debhelper.pod:654 dh:883 dh_auto_build:55 dh_auto_clean:58
+#: dh_auto_configure:61 dh_auto_install:93 dh_auto_test:66 dh_builddeb:131
+#: dh_clean:150 dh_compress:212 dh_fixperms:137 dh_gencontrol:90
+#: dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152
#: dh_installdebconf:134 dh_installdirs:94 dh_installdocs:315
#: dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77
#: dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58
@@ -2130,24 +2123,27 @@ msgstr ""
"\t\tchmod 4755 debian/foo/usr/bin/foo\n"
"\n"
-# type: textblock
#. type: textblock
#: dh:165
msgid ""
-"If your package is a Python package, B<dh> will use B<dh_pysupport> by "
-"default. This is how to use B<dh_pycentral> instead."
+"Python tools are not run by dh by default, due to the continual change in "
+"that area. (Before compatability level v9, dh does run B<dh_pysupport>.) "
+"Here is how to use B<dh_python2>."
msgstr ""
-"Si le paquet est un paquet Python, B<dh> utilisera B<dh_pysupport> par "
-"défaut. Voici comment utiliser B<dh_pycentral> à la place :"
# type: verbatim
#. type: verbatim
-#: dh:168
-#, no-wrap
+#: dh:169
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\t#!/usr/bin/make -f\n"
+#| "\t%:\n"
+#| "\t\tdh $@ --with python-central\n"
+#| "\n"
msgid ""
"\t#!/usr/bin/make -f\n"
"\t%:\n"
-"\t\tdh $@ --with python-central\n"
+"\t\tdh $@ --with python2\n"
"\n"
msgstr ""
"\t#!/usr/bin/make -f\n"
@@ -2156,7 +2152,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:172
+#: dh:173
msgid ""
"If your package uses autotools and you want to freshen F<config.sub> and "
"F<config.guess> with newer versions from the B<autotools-dev> package at "
@@ -2171,7 +2167,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh:177
+#: dh:178
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2186,7 +2182,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh:181
+#: dh:182
msgid ""
"Here is how to force use of Perl's B<Module::Build> build system, which can "
"be necessary if debhelper wrongly detects that the package uses MakeMaker."
@@ -2197,7 +2193,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh:185
+#: dh:186
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2212,7 +2208,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh:189
+#: dh:190
#, no-wrap
msgid ""
"To patch your package using quilt, you can tell B<dh> to use quilt's B<dh>\n"
@@ -2225,7 +2221,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh:192
+#: dh:193
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2240,7 +2236,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh:196
+#: dh:197
msgid ""
"Here is an example of overriding where the B<dh_auto_>I<*> commands find the "
"package's source, for a package where the source is located in a "
@@ -2251,7 +2247,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh:200
+#: dh:201
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2265,7 +2261,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:204
+#: dh:205
msgid ""
"And here is an example of how to tell the B<dh_auto_>I<*> commands to build "
"in a subdirectory, which will be removed on B<clean>."
@@ -2276,7 +2272,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh:207
+#: dh:208
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2290,7 +2286,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:211
+#: dh:212
msgid ""
"If your package can be built in parallel, you can support parallel building "
"as follows. Then B<dpkg-buildpackage -j> will work."
@@ -2300,7 +2296,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh:214
+#: dh:215
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2314,7 +2310,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:218
+#: dh:219
msgid ""
"Here is a way to prevent B<dh> from running several commands that you don't "
"want it to run, by defining empty override targets for each command."
@@ -2325,7 +2321,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh:221 dh:232 dh:249
+#: dh:222 dh:233 dh:250
#, no-wrap
msgid ""
"\t#!/usr/bin/make -f\n"
@@ -2339,7 +2335,7 @@ msgstr ""
"\t\n"
#. type: verbatim
-#: dh:225
+#: dh:226
#, no-wrap
msgid ""
"\t# Commands not to run:\n"
@@ -2351,7 +2347,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:228
+#: dh:229
msgid ""
"Sometimes, you may need to make an override target only run commands when a "
"particular package is being built. This can be accomplished using "
@@ -2364,7 +2360,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh:236
+#: dh:237
#, no-wrap
msgid ""
"\toverride_dh_fixperms:\n"
@@ -2382,7 +2378,7 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:242
+#: dh:243
#, fuzzy
#| msgid ""
#| "Finally, remember that you are not limited to using override targets in "
@@ -2410,7 +2406,7 @@ msgstr ""
"cette génération soit refaite pour chacune des architectures."
#. type: verbatim
-#: dh:253
+#: dh:254
#, fuzzy, no-wrap
#| msgid ""
#| "\tbuild: build-arch build-indep ;\n"
@@ -2434,22 +2430,22 @@ msgstr ""
"\n"
#. type: textblock
-#: dh:258
+#: dh:259
msgid ""
"Note that in the example above, dh will arrange for \"debian/rules build\" "
"to call your build-indep and build-arch targets. You do not need to "
"explicitly define the dependencies in the rules file when using dh with "
-"compatability level v9. This example would be more complicated with earlier "
-"compatability levels."
+"compatibility level v9. This example would be more complicated with earlier "
+"compatibility levels."
msgstr ""
#. type: =head1
-#: dh:264
+#: dh:265
msgid "INTERNALS"
msgstr "FONCTIONNEMENT INTERNE"
#. type: textblock
-#: dh:266
+#: dh:267
msgid ""
"If you're curious about B<dh>'s internals, here's how it works under the "
"hood."
@@ -2459,7 +2455,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh:268
+#: dh:269
msgid ""
"Each debhelper command will record when it's successfully run in F<debian/"
"package.debhelper.log>. (Which B<dh_clean> deletes.) So B<dh> can tell which "
@@ -2474,7 +2470,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh:273
+#: dh:274
msgid ""
"Each time B<dh> is run, it examines the log, and finds the last logged "
"command that is in the specified sequence. It then continues with the next "
@@ -2487,21 +2483,21 @@ msgstr ""
"B<--after> et B<--remaining> permettent de modifier ce comportement."
#. type: textblock
-#: dh:278
+#: dh:279
msgid ""
"A sequence can also run dependent targets in debian/rules. For example, the "
"\"binary\" sequence runs the \"install\" target."
msgstr ""
#. type: textblock
-#: dh:281
+#: dh:282
msgid ""
"B<dh> sets environment variables listed by B<dpkg-buildflags>, unless they "
"are already set. It supports DEB_BUILD_OPTIONS=noopt too."
msgstr ""
#. type: textblock
-#: dh:284
+#: dh:285
msgid ""
"B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass "
"information through to debhelper commands that are run inside override "
@@ -2516,10 +2512,10 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh:874 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55
-#: dh_auto_install:87 dh_auto_test:60 dh_builddeb:93 dh_clean:141
+#: dh:877 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55
+#: dh_auto_install:87 dh_auto_test:60 dh_builddeb:125 dh_clean:144
#: dh_compress:206 dh_fixperms:131 dh_gconf:101 dh_gencontrol:84
-#: dh_install:282 dh_installcatalogs:118 dh_installchangelogs:173
+#: dh_install:281 dh_installcatalogs:118 dh_installchangelogs:173
#: dh_installcron:79 dh_installdeb:146 dh_installdebconf:128 dh_installdirs:88
#: dh_installdocs:309 dh_installemacsen:126 dh_installexamples:108
#: dh_installifupdown:71 dh_installinfo:79 dh_installinit:277
@@ -2535,10 +2531,10 @@ msgstr "L<debhelper(7)>"
# type: textblock
#. type: textblock
-#: dh:876 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57
-#: dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:95
-#: dh_clean:143 dh_compress:208 dh_desktop:35 dh_fixperms:133 dh_gconf:103
-#: dh_gencontrol:86 dh_icons:69 dh_install:284 dh_installchangelogs:175
+#: dh:879 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57
+#: dh_auto_install:89 dh_auto_test:62 dh_bugfiles:128 dh_builddeb:127
+#: dh_clean:146 dh_compress:208 dh_desktop:35 dh_fixperms:133 dh_gconf:103
+#: dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175
#: dh_installcron:81 dh_installdeb:148 dh_installdebconf:130 dh_installdirs:90
#: dh_installdocs:311 dh_installemacsen:128 dh_installexamples:110
#: dh_installifupdown:73 dh_installinfo:81 dh_installinit:279
@@ -3920,31 +3916,31 @@ msgstr "Cherche dans le répertoire spécifié les fichiers à installer."
#. type: textblock
#: dh_install:85
+#, fuzzy
+#| msgid ""
+#| "Note that this is not the same as the B<--sourcedirectory> option used by "
+#| "the B<dh_auto_>I<*> commands. You rarely need to use this option, since "
+#| "B<dh_install> automatically looks for files in F<debian/tmp> in debhelper"
msgid ""
"Note that this is not the same as the B<--sourcedirectory> option used by "
"the B<dh_auto_>I<*> commands. You rarely need to use this option, since "
-"B<dh_install> automatically looks for files in F<debian/tmp> in debhelper"
+"B<dh_install> automatically looks for files in F<debian/tmp> in debhelper "
+"compatibility level 7 and above."
msgstr ""
"Nota : Cette option ne fait pas la même chose que B<--sourcedirectory> "
"utilisée par B<dh_auto_>I<*>. Il est rare d'avoir besoin d'utiliser cette "
"option puisque B<dh_install> cherche automatiquement les fichiers dans "
"F<debian/tmp> depuis la version 7 de debhelper."
-# type: =head2
-#. type: textblock
-#: dh_install:89
-msgid "compatibility level 7 and above."
-msgstr "Compatibilité avec le niveau 7 et suivants."
-
# type: =item
#. type: =item
-#: dh_install:91
+#: dh_install:90
msgid "B<--autodest>"
msgstr "B<--autodest>"
# type: textblock
#. type: textblock
-#: dh_install:93
+#: dh_install:92
msgid ""
"Guess as the destination directory to install things to. If this is "
"specified, you should not list destination directories in F<debian/package."
@@ -3959,7 +3955,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_install:98
+#: dh_install:97
msgid ""
"Strip off F<debian/tmp> (or the sourcedir if one is given) from the front of "
"the filename, if it is present, and install into the dirname of the "
@@ -3977,7 +3973,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_install:104
+#: dh_install:103
msgid ""
"Note that if you list exactly one filename or wildcard-pattern on a line by "
"itself in a F<debian/package.install> file, with no explicit destination, "
@@ -3991,13 +3987,13 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_install:109
+#: dh_install:108
msgid "I<file> ... I<dest>"
msgstr "I<fichier> ... I<destination>"
# type: textblock
#. type: textblock
-#: dh_install:111
+#: dh_install:110
msgid ""
"Lists files (or directories) to install and where to install them to. The "
"files will be installed into the first package F<dh_install> acts on."
@@ -4008,13 +4004,13 @@ msgstr ""
# type: =head1
#. type: =head1
-#: dh_install:253
+#: dh_install:252
msgid "EXAMPLE"
msgstr "EXEMPLE"
# type: textblock
#. type: textblock
-#: dh_install:255
+#: dh_install:254
msgid ""
"Suppose your package's upstream F<Makefile> installs a binary, a man page, "
"and a library into appropriate subdirectories of F<debian/tmp>. You want to "
@@ -4031,7 +4027,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh_install:261
+#: dh_install:260
#, no-wrap
msgid ""
" usr/bin\n"
@@ -4044,13 +4040,13 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_install:264
+#: dh_install:263
msgid "While F<debian/libfoo.install> contains:"
msgstr "Tandis que F<debian/libtoto.install> devra contenir :"
# type: verbatim
#. type: verbatim
-#: dh_install:266
+#: dh_install:265
#, no-wrap
msgid ""
" usr/lib/libfoo*.so.*\n"
@@ -4061,7 +4057,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh_install:268
+#: dh_install:267
msgid ""
"If you want a libfoo-dev package too, F<debian/libfoo-dev.install> might "
"contain:"
@@ -4071,7 +4067,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: dh_install:270
+#: dh_install:269
#, no-wrap
msgid ""
" usr/include\n"
@@ -4086,13 +4082,13 @@ msgstr ""
# type: =head1
#. type: =head1
-#: dh_install:274
+#: dh_install:273
msgid "LIMITATIONS"
msgstr "LIMITES"
# type: verbatim
#. type: verbatim
-#: dh_install:276
+#: dh_install:275
#, no-wrap
msgid ""
"B<dh_install> cannot rename files or directories, it can only install them\n"
@@ -7189,7 +7185,7 @@ msgstr "B<--version-info>, B<--version-info=>I<dépendances>"
msgid ""
"By default, the shlibs file generated by this program does not make packages "
"depend on any particular version of the package containing the shared "
-"library. It may be necessary for you to add some version dependancy "
+"library. It may be necessary for you to add some version dependency "
"information to the shlibs file. If B<-V> is specified with no dependency "
"information, the current upstream version of the package is plugged into a "
"dependency that looks like \"I<packagename> B<(E<gt>>= I<packageversion>B<)>"
@@ -7740,10 +7736,15 @@ msgstr ""
# type: textblock
#. type: textblock
#: dh_python:19
+#, fuzzy
+#| msgid ""
+#| "Note: This program is deprecated. You should use B<dh_pysupport> or "
+#| "B<dh_pycentral> instead. This program will do nothing if F<debian/"
+#| "pycompat> or a B<Python-Version> F<control> file field exists."
msgid ""
-"Note: This program is deprecated. You should use B<dh_pysupport> or "
-"B<dh_pycentral> instead. This program will do nothing if F<debian/pycompat> "
-"or a B<Python-Version> F<control> file field exists."
+"Note: This program is deprecated. You should use B<dh_python2> instead. "
+"This program will do nothing if F<debian/pycompat> or a B<Python-Version> "
+"F<control> file field exists."
msgstr ""
"Notez bien que ce programme est obsolète. Il faut utiliser B<dh_pysupport> "
"ou B<dh_pycentral> à la place. Ce programme ne fera rien si le champ "
@@ -8503,6 +8504,43 @@ msgstr "Charte Debian, version 2.2"
msgid "Andrew Stribblehill <ads@debian.org>"
msgstr "Andrew Stribblehill <ads@debian.org>"
+# type: =head2
+#~ msgid "Debhelper compatibility levels"
+#~ msgstr "Niveaux de compatibilité de debhelper"
+
+# type: =head2
+#~ msgid "Other notes"
+#~ msgstr "Autres remarques"
+
+# type: textblock
+#~ msgid ""
+#~ "In general, if any debhelper program needs a directory to exist under "
+#~ "B<debian/>, it will create it. I haven't bothered to document this in all "
+#~ "the man pages, but for example, B<dh_installdeb> knows to make debian/"
+#~ "I<package>/DEBIAN/ before trying to put files there, B<dh_installmenu> "
+#~ "knows you need a debian/I<package>/usr/share/menu/ before installing the "
+#~ "menu files, etc."
+#~ msgstr ""
+#~ "Généralement, si un programme de debhelper a besoin qu'un répertoire "
+#~ "existe dans B<debian/>, il le créera. Ce comportement n'est pas documenté "
+#~ "dans toutes les pages de manuel, mais, par exemple, le B<dh_installdeb> "
+#~ "sait qu'il doit créer le répertoire debian/I<paquet>/DEBIAN/ avant de "
+#~ "tenter de mettre des fichiers dedans. De même, B<dh_installmenu> sait "
+#~ "qu'il est nécessaire d'avoir un répertoire debian/I<paquet>/usr/share/"
+#~ "menu/ avant d'installer les fichiers menu, etc."
+
+# type: textblock
+#~ msgid ""
+#~ "If your package is a Python package, B<dh> will use B<dh_pysupport> by "
+#~ "default. This is how to use B<dh_pycentral> instead."
+#~ msgstr ""
+#~ "Si le paquet est un paquet Python, B<dh> utilisera B<dh_pysupport> par "
+#~ "défaut. Voici comment utiliser B<dh_pycentral> à la place :"
+
+# type: =head2
+#~ msgid "compatibility level 7 and above."
+#~ msgstr "Compatibilité avec le niveau 7 et suivants."
+
# type: =item
#~ msgid "B<--sourcedir=dir>"
#~ msgstr "B<--sourcedir=répertoire>"