summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-24 14:32:13 -0400
committerJoey Hess <joey@kitenet.net>2011-06-24 14:32:13 -0400
commitbb0a6f300c1a2ace7ca98317165c164ef94f3b8c (patch)
tree3775571b04707a27aee0bde60e1fd7f6d7c1a2b2
parent878f25308d548106ba126715e68776e42ee8b626 (diff)
releasing version 8.9.0
-rw-r--r--debian/changelog4
-rw-r--r--man/po4a/po/debhelper.pot306
-rw-r--r--man/po4a/po/es.po348
-rw-r--r--man/po4a/po/fr.po348
4 files changed, 596 insertions, 410 deletions
diff --git a/debian/changelog b/debian/changelog
index ff81dc30..2c686957 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-debhelper (8.1.7) UNRELEASED; urgency=low
+debhelper (8.9.0) unstable; urgency=low
* dh: In v9, any standard rules file targets, including build-arch,
build-indep, build, install, etc, can be defined in debian/rules
@@ -18,7 +18,7 @@ debhelper (8.1.7) UNRELEASED; urgency=low
* dh_auto_configure: If there is a problem with cmake, display
the CMakeCache.txt.
- -- Joey Hess <joeyh@debian.org> Sat, 21 May 2011 15:24:19 -0400
+ -- Joey Hess <joeyh@debian.org> Fri, 24 Jun 2011 14:28:52 -0400
debhelper (8.1.6) unstable; urgency=low
diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot
index 6e06fc88..8c061011 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-04-22 16:15-0400\n"
+"POT-Creation-Date: 2011-06-24 14:29-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,6 +401,14 @@ msgstr ""
#. type: textblock
#: debhelper.pod:194
msgid ""
+"All of the B<dh_auto_>I<*> debhelper programs sets environment variables "
+"listed by B<dpkg-buildflags>, unless they are already set. They support "
+"DEB_BUILD_OPTIONS=noopt too."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:198
+msgid ""
"The following command line options are supported by all of the "
"B<dh_auto_>I<*> debhelper programs. These programs support a variety of "
"build systems, and normally heuristically determine which to use, and how to "
@@ -409,24 +417,24 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:201
+#: debhelper.pod:205
msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
msgstr ""
#. type: textblock
-#: debhelper.pod:203
+#: debhelper.pod:207
msgid ""
"Force use of the specified I<buildsystem>, instead of trying to auto-select "
"one which might be applicable for the package."
msgstr ""
#. type: =item
-#: debhelper.pod:206
+#: debhelper.pod:210
msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
msgstr ""
#. type: textblock
-#: debhelper.pod:208
+#: debhelper.pod:212
msgid ""
"Assume that the original package source tree is at the specified "
"I<directory> rather than the top level directory of the Debian source "
@@ -434,12 +442,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:212
+#: debhelper.pod:216
msgid "B<-B>[I<directory>], B<--builddirectory=>[I<directory>]"
msgstr ""
#. type: textblock
-#: debhelper.pod:214
+#: debhelper.pod:218
msgid ""
"Enable out of source building and use the specified I<directory> as the "
"build directory. If I<directory> parameter is omitted, a default build "
@@ -447,7 +455,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:218
+#: debhelper.pod:222
msgid ""
"If this option is not specified, building will be done in source by default "
"unless the build system requires or prefers out of source tree building. In "
@@ -456,7 +464,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:223
+#: debhelper.pod:227
msgid ""
"If the build system prefers out of source tree building but still allows in "
"source building, the latter can be re-enabled by passing a build directory "
@@ -464,12 +472,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:227
+#: debhelper.pod:231
msgid "B<--parallel>"
msgstr ""
#. type: textblock
-#: debhelper.pod:229
+#: debhelper.pod:233
msgid ""
"Enable parallel builds if underlying build system supports them. The number "
"of parallel jobs is controlled by the B<DEB_BUILD_OPTIONS> environment "
@@ -478,19 +486,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:234
+#: debhelper.pod:238
msgid ""
"If this option is not specified, debhelper currently defaults to not "
"allowing parallel package builds."
msgstr ""
#. type: =item
-#: debhelper.pod:237
+#: debhelper.pod:241
msgid "B<--max-parallel=>I<maximum>"
msgstr ""
#. type: textblock
-#: debhelper.pod:239
+#: debhelper.pod:243
msgid ""
"This option implies B<--parallel> and allows further limiting the number of "
"jobs that can be used in a parallel build. If the package build is known to "
@@ -499,12 +507,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:244 dh:52
+#: debhelper.pod:248 dh:52
msgid "B<--list>, B<-l>"
msgstr ""
#. type: textblock
-#: debhelper.pod:246
+#: debhelper.pod:250
msgid ""
"List all build systems supported by debhelper on this system. The list "
"includes both default and third party build systems (marked as such). Also "
@@ -513,17 +521,17 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:253 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
+#: 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:255
+#: debhelper.pod:259
msgid "Multiple binary package support"
msgstr ""
#. type: textblock
-#: debhelper.pod:257
+#: 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 "
@@ -535,7 +543,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:265
+#: 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>, "
@@ -545,12 +553,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:271
+#: debhelper.pod:275
msgid "Automatic generation of Debian install scripts"
msgstr ""
#. type: textblock
-#: debhelper.pod:273
+#: debhelper.pod:277
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -561,21 +569,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:280
+#: 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:283
+#: 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:286
+#: 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 "
@@ -584,7 +592,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:291
+#: debhelper.pod:295
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -596,12 +604,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:297
+#: debhelper.pod:301
msgid "Automatic generation of miscellaneous dependencies."
msgstr ""
#. type: textblock
-#: debhelper.pod:299
+#: 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 "
@@ -613,7 +621,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:307
+#: 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 "
@@ -622,7 +630,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:312
+#: 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 "
@@ -631,19 +639,19 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:317
+#: debhelper.pod:321
msgid "Package build directories"
msgstr ""
#. type: textblock
-#: debhelper.pod:319
+#: 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:322
+#: 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 "
@@ -655,12 +663,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:330
+#: debhelper.pod:334
msgid "Debhelper compatibility levels"
msgstr ""
#. type: textblock
-#: debhelper.pod:332
+#: debhelper.pod:336
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 "
@@ -671,14 +679,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:339
+#: debhelper.pod:343
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:342
+#: debhelper.pod:346
#, no-wrap
msgid ""
" % echo 8 > debian/compat\n"
@@ -686,7 +694,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:344
+#: debhelper.pod:348
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -697,17 +705,17 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:351
+#: debhelper.pod:355
msgid "These are the available compatibility levels:"
msgstr ""
#. type: =item
-#: debhelper.pod:355
+#: debhelper.pod:359
msgid "v1"
msgstr ""
#. type: textblock
-#: debhelper.pod:357
+#: debhelper.pod:361
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 "
@@ -717,39 +725,39 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:362 debhelper.pod:369 debhelper.pod:392 debhelper.pod:421
+#: debhelper.pod:366 debhelper.pod:373 debhelper.pod:396 debhelper.pod:425
msgid "This mode is deprecated."
msgstr ""
#. type: =item
-#: debhelper.pod:364
+#: debhelper.pod:368
msgid "v2"
msgstr ""
#. type: textblock
-#: debhelper.pod:366
+#: debhelper.pod:370
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:371
+#: debhelper.pod:375
msgid "v3"
msgstr ""
#. type: textblock
-#: debhelper.pod:373
+#: debhelper.pod:377
msgid "This mode works like v2, with the following additions:"
msgstr ""
#. type: =item
-#: debhelper.pod:377 debhelper.pod:382 debhelper.pod:386 debhelper.pod:400 debhelper.pod:405 debhelper.pod:410 debhelper.pod:415 debhelper.pod:429 debhelper.pod:433 debhelper.pod:438 debhelper.pod:442 debhelper.pod:454 debhelper.pod:459 debhelper.pod:465 debhelper.pod:471 debhelper.pod:484 debhelper.pod:491 debhelper.pod:495 debhelper.pod:499 debhelper.pod:514 debhelper.pod:518 debhelper.pod:526 debhelper.pod:531 debhelper.pod:545
+#: 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
msgid "-"
msgstr ""
#. type: textblock
-#: debhelper.pod:379
+#: debhelper.pod:383
msgid ""
"Debhelper config files support globbing via B<*> and B<?>, when "
"appropriate. To turn this off and use those characters raw, just prefix with "
@@ -757,106 +765,106 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:384
+#: debhelper.pod:388
msgid ""
"B<dh_makeshlibs> makes the F<postinst> and F<postrm> scripts call "
"B<ldconfig>."
msgstr ""
#. type: textblock
-#: debhelper.pod:388
+#: debhelper.pod:392
msgid ""
"Every file in F<etc/> is automatically flagged as a conffile by "
"B<dh_installdeb>."
msgstr ""
#. type: =item
-#: debhelper.pod:394
+#: debhelper.pod:398
msgid "v4"
msgstr ""
#. type: textblock
-#: debhelper.pod:396
+#: debhelper.pod:400
msgid "Changes from v3 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:402
+#: debhelper.pod:406
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:407
+#: debhelper.pod:411
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:412
+#: debhelper.pod:416
msgid ""
"B<dh_fixperms> will make all files in F<bin/> directories and in "
"F<etc/init.d> executable."
msgstr ""
#. type: textblock
-#: debhelper.pod:417
+#: debhelper.pod:421
msgid "B<dh_link> will correct existing links to conform with policy."
msgstr ""
#. type: =item
-#: debhelper.pod:423
+#: debhelper.pod:427
msgid "v5"
msgstr ""
#. type: textblock
-#: debhelper.pod:425
+#: debhelper.pod:429
msgid "Changes from v4 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:431
+#: debhelper.pod:435
msgid "Comments are ignored in debhelper config files."
msgstr ""
#. type: textblock
-#: debhelper.pod:435
+#: debhelper.pod:439
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:440
+#: debhelper.pod:444
msgid "B<dh_installdocs> skips installing empty files."
msgstr ""
#. type: textblock
-#: debhelper.pod:444
+#: debhelper.pod:448
msgid "B<dh_install> errors out if wildcards expand to nothing."
msgstr ""
#. type: =item
-#: debhelper.pod:448
+#: debhelper.pod:452
msgid "v6"
msgstr ""
#. type: textblock
-#: debhelper.pod:450
+#: debhelper.pod:454
msgid "Changes from v5 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:460
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:461
+#: debhelper.pod:465
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> "
@@ -864,7 +872,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:467
+#: debhelper.pod:471
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 "
@@ -872,24 +880,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:473
+#: debhelper.pod:477
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:478
+#: debhelper.pod:482
msgid "v7"
msgstr ""
#. type: textblock
-#: debhelper.pod:480
+#: debhelper.pod:484
msgid "Changes from v6 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:486
+#: debhelper.pod:490
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 "
@@ -899,44 +907,44 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:493
+#: debhelper.pod:497
msgid "B<dh_clean> will read F<debian/clean> and delete files listed there."
msgstr ""
#. type: textblock
-#: debhelper.pod:497
+#: debhelper.pod:501
msgid "B<dh_clean> will delete toplevel F<*-stamp> files."
msgstr ""
#. type: textblock
-#: debhelper.pod:501
+#: debhelper.pod:505
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
msgstr ""
#. type: =item
-#: debhelper.pod:506
+#: debhelper.pod:510
msgid "v8"
msgstr ""
#. type: textblock
-#: debhelper.pod:508
+#: debhelper.pod:512
msgid "This is the recommended mode of operation."
msgstr ""
#. type: textblock
-#: debhelper.pod:510
+#: debhelper.pod:514
msgid "Changes from v7 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:516
+#: debhelper.pod:520
msgid "Commands will fail rather than warning when they are passed unknown options."
msgstr ""
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:524
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. "
@@ -946,7 +954,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:528
+#: debhelper.pod:532
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 "
@@ -954,43 +962,55 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:533
+#: debhelper.pod:537
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
msgstr ""
#. type: =item
-#: debhelper.pod:537
+#: debhelper.pod:541
msgid "v9"
msgstr ""
#. type: textblock
-#: debhelper.pod:539
+#: debhelper.pod:543
msgid "This compatability level is still open for development; use with caution."
msgstr ""
#. type: textblock
-#: debhelper.pod:541
+#: debhelper.pod:545
msgid "Changes from v8 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:547
+#: debhelper.pod:551
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
-"directories to autoconf in --libdir and --libexecdir, while B<dh_makeshlibs> "
-"detects packages containing multiarch directories and sets a Pre-Dependency "
-"on multiarch-support in ${misc:Pre-Depends}"
+"directories to autoconf in --libdir and --libexecdir."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:556
+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:561
+msgid ""
+"<dh_auto_configure> does not include the source package name in --libexecdir "
+"when using autoconf."
msgstr ""
#. type: =head2
-#: debhelper.pod:557
+#: debhelper.pod:568
msgid "udebs"
msgstr ""
#. type: textblock
-#: debhelper.pod:559
+#: debhelper.pod:570
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 "
@@ -1001,12 +1021,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:566
+#: debhelper.pod:577
msgid "Other notes"
msgstr ""
#. type: textblock
-#: debhelper.pod:568
+#: 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 "
@@ -1017,7 +1037,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:574
+#: debhelper.pod:585
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 "
@@ -1026,7 +1046,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:580
+#: debhelper.pod:591
#, no-wrap
msgid ""
" Build-Depends: debhelper (>= 7)\n"
@@ -1034,51 +1054,51 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:582
+#: debhelper.pod:593
msgid "ENVIRONMENT"
msgstr ""
#. type: =item
-#: debhelper.pod:586
+#: debhelper.pod:597
msgid "B<DH_VERBOSE>"
msgstr ""
#. type: textblock
-#: debhelper.pod:588
+#: debhelper.pod:599
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:591
+#: debhelper.pod:602
msgid "B<DH_COMPAT>"
msgstr ""
#. type: textblock
-#: debhelper.pod:593
+#: debhelper.pod:604
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
msgstr ""
#. type: =item
-#: debhelper.pod:596
+#: debhelper.pod:607
msgid "B<DH_NO_ACT>"
msgstr ""
#. type: textblock
-#: debhelper.pod:598
+#: debhelper.pod:609
msgid "Set to B<1> to enable no-act mode."
msgstr ""
#. type: =item
-#: debhelper.pod:600
+#: debhelper.pod:611
msgid "B<DH_OPTIONS>"
msgstr ""
#. type: textblock
-#: debhelper.pod:602
+#: debhelper.pod:613
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 "
@@ -1086,7 +1106,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:606
+#: debhelper.pod:617
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> "
@@ -1095,12 +1115,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:611
+#: debhelper.pod:622
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr ""
#. type: textblock
-#: debhelper.pod:613
+#: debhelper.pod:624
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 "
@@ -1108,7 +1128,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:617
+#: debhelper.pod:628
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 "
@@ -1119,44 +1139,44 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:624
+#: debhelper.pod:635
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
msgstr ""
#. type: =head1
-#: debhelper.pod:629 dh:765 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: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
msgid "SEE ALSO"
msgstr ""
#. type: =item
-#: debhelper.pod:633
+#: debhelper.pod:644
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr ""
#. type: textblock
-#: debhelper.pod:635
+#: debhelper.pod:646
msgid "A set of example F<debian/rules> files that use debhelper."
msgstr ""
#. type: =item
-#: debhelper.pod:637
+#: debhelper.pod:648
msgid "L<http://kitenet.net/~joey/code/debhelper/>"
msgstr ""
#. type: textblock
-#: debhelper.pod:639
+#: debhelper.pod:650
msgid "Debhelper web site."
msgstr ""
#. type: =head1
-#: debhelper.pod:643 dh:771 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: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
msgid "AUTHOR"
msgstr ""
#. type: textblock
-#: debhelper.pod:645 dh:773 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: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
msgid "Joey Hess <joeyh@debian.org>"
msgstr ""
@@ -1584,17 +1604,15 @@ 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 "
"regular rules file targets when it makes sense to do so. A common reason to "
-"do this is if your package needs different B<build-arch> and B<build-indep> "
-"targets. For example, a package with a long document build process can put "
-"it in B<build-indep> to avoid build daemons redundantly building the "
-"documentation."
+"do this is when your package needs different B<build-arch> and "
+"B<build-indep> targets. For example, a package with a long document build "
+"process can put it in B<build-indep>."
msgstr ""
#. type: verbatim
#: dh:253
#, no-wrap
msgid ""
-"\tbuild: build-arch build-indep ;\n"
"\tbuild-indep:\n"
"\t\t$(MAKE) docs\n"
"\tbuild-arch:\n"
@@ -1602,20 +1620,30 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: dh:258
+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."
+msgstr ""
+
#. type: =head1
-#: dh:259
+#: dh:264
msgid "INTERNALS"
msgstr ""
#. type: textblock
-#: dh:261
+#: dh:266
msgid ""
"If you're curious about B<dh>'s internals, here's how it works under the "
"hood."
msgstr ""
#. type: textblock
-#: dh:263
+#: dh:268
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 "
@@ -1624,7 +1652,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:268
+#: dh:273
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 "
@@ -1633,7 +1661,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:273
+#: dh:278
+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
+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
msgid ""
"B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass "
"information through to debhelper commands that are run inside override "
@@ -1642,12 +1684,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:767 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: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
msgid "L<debhelper(7)>"
msgstr ""
#. type: textblock
-#: dh:769 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: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
msgid "This program is a part of debhelper."
msgstr ""
@@ -4775,10 +4817,10 @@ msgstr ""
#. type: textblock
#: dh_makeshlibs:24
msgid ""
-"In v9 mode and above, packages that support multiarch are detected, and a "
-"Pre-Dependency on multiarch-support is set in ${misc:Pre-Depends} ; you "
-"should make sure to put that token into an appropriate place in your "
-"debian/control file for packages supporting multiarch."
+"Packages that support multiarch are detected, and a Pre-Dependency on "
+"multiarch-support is set in ${misc:Pre-Depends} ; you should make sure to "
+"put that token into an appropriate place in your debian/control file for "
+"packages supporting multiarch."
msgstr ""
#. type: =item
@@ -4831,7 +4873,7 @@ msgid ""
"library. It may be necessary for you to add some version dependancy "
"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>> "
+"dependency that looks like \"I<packagename> B<(E<gt>>= "
"I<packageversion>B<)>\". Note that in debhelper compatibility levels before "
"v4, the Debian part of the package version number is also included. If B<-V> "
"is specified with parameters, the parameters can be used to specify the "
diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po
index 1b3871bd..3eca79b4 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-04-22 16:15-0400\n"
+"POT-Creation-Date: 2011-06-24 14:29-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,6 +628,14 @@ 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 "
+"listed by B<dpkg-buildflags>, unless they are already set. They support "
+"DEB_BUILD_OPTIONS=noopt too."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:198
+msgid ""
"The following command line options are supported by all of the "
"B<dh_auto_>I<*> debhelper programs. These programs support a variety of "
"build systems, and normally heuristically determine which to use, and how to "
@@ -642,13 +650,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:201
+#: debhelper.pod:205
msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
msgstr ""
"B<-S>I<sistema-de-construcción>, B<--buildsystem=>I<sistema-de-construcción>"
#. type: textblock
-#: debhelper.pod:203
+#: debhelper.pod:207
msgid ""
"Force use of the specified I<buildsystem>, instead of trying to auto-select "
"one which might be applicable for the package."
@@ -658,12 +666,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:206
+#: debhelper.pod:210
msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
msgstr "B<-D>I<directorio>, B<--sourcedirectory=>I<directorio>"
#. type: textblock
-#: debhelper.pod:208
+#: debhelper.pod:212
msgid ""
"Assume that the original package source tree is at the specified "
"I<directory> rather than the top level directory of the Debian source "
@@ -675,12 +683,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:212
+#: debhelper.pod:216
msgid "B<-B>[I<directory>], B<--builddirectory=>[I<directory>]"
msgstr "B<-B>[I<directorio>], B<--builddirectory=>[I<directorio>]"
#. type: textblock
-#: debhelper.pod:214
+#: debhelper.pod:218
msgid ""
"Enable out of source building and use the specified I<directory> as the "
"build directory. If I<directory> parameter is omitted, a default build "
@@ -691,7 +699,7 @@ msgstr ""
"de construcción predeterminado si se omite el parámetro I<directorio>."
#. type: textblock
-#: debhelper.pod:218
+#: debhelper.pod:222
msgid ""
"If this option is not specified, building will be done in source by default "
"unless the build system requires or prefers out of source tree building. In "
@@ -705,7 +713,7 @@ msgstr ""
"builddirectory>."
#. type: textblock
-#: debhelper.pod:223
+#: debhelper.pod:227
msgid ""
"If the build system prefers out of source tree building but still allows in "
"source building, the latter can be re-enabled by passing a build directory "
@@ -718,12 +726,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:227
+#: debhelper.pod:231
msgid "B<--parallel>"
msgstr "B<--parallel>"
#. type: textblock
-#: debhelper.pod:229
+#: debhelper.pod:233
msgid ""
"Enable parallel builds if underlying build system supports them. The number "
"of parallel jobs is controlled by the B<DEB_BUILD_OPTIONS> environment "
@@ -737,7 +745,7 @@ msgstr ""
"sistema de construcción."
#. type: textblock
-#: debhelper.pod:234
+#: debhelper.pod:238
msgid ""
"If this option is not specified, debhelper currently defaults to not "
"allowing parallel package builds."
@@ -746,12 +754,12 @@ msgstr ""
"paralelo de paquetes de forma predeterminada."
#. type: =item
-#: debhelper.pod:237
+#: debhelper.pod:241
msgid "B<--max-parallel=>I<maximum>"
msgstr "B<--max-parallel=>I<máximo>"
#. type: textblock
-#: debhelper.pod:239
+#: debhelper.pod:243
msgid ""
"This option implies B<--parallel> and allows further limiting the number of "
"jobs that can be used in a parallel build. If the package build is known to "
@@ -766,12 +774,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:244 dh:52
+#: debhelper.pod:248 dh:52
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:246
+#: debhelper.pod:250
msgid ""
"List all build systems supported by debhelper on this system. The list "
"includes both default and third party build systems (marked as such). Also "
@@ -786,7 +794,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:253 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:116
+#: 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
@@ -796,13 +804,13 @@ msgstr "NOTAS"
# type: =head2
#. type: =head2
-#: debhelper.pod:255
+#: debhelper.pod:259
msgid "Multiple binary package support"
msgstr "Compatibilidad con varios paquetes binarios"
# type: textblock
#. type: textblock
-#: debhelper.pod:257
+#: 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 "
@@ -823,7 +831,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:265
+#: 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<-"
@@ -839,13 +847,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:271
+#: 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:273
+#: debhelper.pod:277
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -863,7 +871,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:280
+#: 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."
@@ -873,7 +881,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:283
+#: debhelper.pod:287
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -883,7 +891,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:286
+#: 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 "
@@ -897,7 +905,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:291
+#: debhelper.pod:295
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -916,13 +924,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:297
+#: debhelper.pod:301
msgid "Automatic generation of miscellaneous dependencies."
msgstr "Generación automática de diversas dependencias."
# type: textblock
#. type: textblock
-#: debhelper.pod:299
+#: 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 "
@@ -941,7 +949,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:307
+#: 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<"
@@ -956,7 +964,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:312
+#: 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)"
@@ -970,13 +978,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:317
+#: debhelper.pod:321
msgid "Package build directories"
msgstr "Directorios de construcción del paquete"
# type: textblock
#. type: textblock
-#: debhelper.pod:319
+#: 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>."
@@ -987,7 +995,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:322
+#: 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>"
@@ -1007,13 +1015,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:330
+#: debhelper.pod:334
msgid "Debhelper compatibility levels"
msgstr "Niveles de compatibilidad de debhelper"
# type: textblock
#. type: textblock
-#: debhelper.pod:332
+#: debhelper.pod:336
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 "
@@ -1032,7 +1040,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:339
+#: debhelper.pod:343
msgid ""
"Tell debhelper what compatibility level to use by writing a number to "
"F<debian/compat>. For example, to turn on v8 mode:"
@@ -1042,7 +1050,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:342
+#: debhelper.pod:346
#, no-wrap
msgid ""
" % echo 8 > debian/compat\n"
@@ -1053,7 +1061,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:344
+#: debhelper.pod:348
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -1070,18 +1078,18 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:351
+#: debhelper.pod:355
msgid "These are the available compatibility levels:"
msgstr "Los niveles de compatibilidad disponibles son:"
#. type: =item
-#: debhelper.pod:355
+#: debhelper.pod:359
msgid "v1"
msgstr "v1"
# type: textblock
#. type: textblock
-#: debhelper.pod:357
+#: debhelper.pod:361
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 "
@@ -1095,18 +1103,18 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:362 debhelper.pod:369 debhelper.pod:392 debhelper.pod:421
+#: debhelper.pod:366 debhelper.pod:373 debhelper.pod:396 debhelper.pod:425
msgid "This mode is deprecated."
msgstr "Este modo está obsoleto."
#. type: =item
-#: debhelper.pod:364
+#: debhelper.pod:368
msgid "v2"
msgstr "v2"
# type: textblock
#. type: textblock
-#: debhelper.pod:366
+#: debhelper.pod:370
msgid ""
"In this mode, debhelper will consistently use debian/I<package> as the "
"package tree directory for every package that is built."
@@ -1115,30 +1123,31 @@ msgstr ""
"el árbol de directorios para cada paquete que se construya."
#. type: =item
-#: debhelper.pod:371
+#: debhelper.pod:375
msgid "v3"
msgstr "v3"
# type: textblock
#. type: textblock
-#: debhelper.pod:373
+#: debhelper.pod:377
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:377 debhelper.pod:382 debhelper.pod:386 debhelper.pod:400
-#: debhelper.pod:405 debhelper.pod:410 debhelper.pod:415 debhelper.pod:429
-#: debhelper.pod:433 debhelper.pod:438 debhelper.pod:442 debhelper.pod:454
-#: debhelper.pod:459 debhelper.pod:465 debhelper.pod:471 debhelper.pod:484
-#: debhelper.pod:491 debhelper.pod:495 debhelper.pod:499 debhelper.pod:514
-#: debhelper.pod:518 debhelper.pod:526 debhelper.pod:531 debhelper.pod:545
+#: 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
msgid "-"
msgstr "-"
# type: textblock
#. type: textblock
-#: debhelper.pod:379
+#: debhelper.pod:383
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."
@@ -1149,7 +1158,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:384
+#: debhelper.pod:388
msgid ""
"B<dh_makeshlibs> makes the F<postinst> and F<postrm> scripts call "
"B<ldconfig>."
@@ -1159,7 +1168,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:388
+#: debhelper.pod:392
msgid ""
"Every file in F<etc/> is automatically flagged as a conffile by "
"B<dh_installdeb>."
@@ -1168,18 +1177,18 @@ msgstr ""
"conffiles."
#. type: =item
-#: debhelper.pod:394
+#: debhelper.pod:398
msgid "v4"
msgstr "v4"
#. type: textblock
-#: debhelper.pod:396
+#: debhelper.pod:400
msgid "Changes from v3 are:"
msgstr "Los cambios desde el nivel v3 son:"
# type: textblock
#. type: textblock
-#: debhelper.pod:402
+#: debhelper.pod:406
msgid ""
"B<dh_makeshlibs -V> will not include the Debian part of the version number "
"in the generated dependency line in the shlibs file."
@@ -1189,7 +1198,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:411
msgid ""
"You are encouraged to put the new B<${misc:Depends}> into F<debian/control> "
"to supplement the B<${shlibs:Depends}> field."
@@ -1199,7 +1208,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:416
msgid ""
"B<dh_fixperms> will make all files in F<bin/> directories and in F<etc/init."
"d> executable."
@@ -1209,32 +1218,32 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:417
+#: debhelper.pod:421
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:423
+#: debhelper.pod:427
msgid "v5"
msgstr "v5"
#. type: textblock
-#: debhelper.pod:425
+#: debhelper.pod:429
msgid "Changes from v4 are:"
msgstr "Los cambios desde el nivel v4 son:"
# type: textblock
#. type: textblock
-#: debhelper.pod:431
+#: debhelper.pod:435
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:435
+#: debhelper.pod:439
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."
@@ -1245,31 +1254,31 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:440
+#: debhelper.pod:444
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:444
+#: debhelper.pod:448
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:448
+#: debhelper.pod:452
msgid "v6"
msgstr "v6"
#. type: textblock
-#: debhelper.pod:450
+#: debhelper.pod:454
msgid "Changes from v5 are:"
msgstr "Los cambios desde el nivel v5 son:"
# type: textblock
#. type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:460
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1279,7 +1288,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:461
+#: debhelper.pod:465
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 +1300,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:467
+#: debhelper.pod:471
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 +1312,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:473
+#: debhelper.pod:477
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,18 +1322,18 @@ msgstr ""
"anteriores simplemente rechazaba hacerlo, de forma silenciosa."
#. type: =item
-#: debhelper.pod:478
+#: debhelper.pod:482
msgid "v7"
msgstr "v7"
#. type: textblock
-#: debhelper.pod:480
+#: debhelper.pod:484
msgid "Changes from v6 are:"
msgstr "Los cambios desde el nivel v6 son:"
# type: textblock
#. type: textblock
-#: debhelper.pod:486
+#: debhelper.pod:490
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 "
@@ -1340,20 +1349,20 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:493
+#: debhelper.pod:497
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:497
+#: debhelper.pod:501
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:501
+#: debhelper.pod:505
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1362,23 +1371,23 @@ msgstr ""
"cambios de la fuente original si no se especifica ninguno."
#. type: =item
-#: debhelper.pod:506
+#: debhelper.pod:510
msgid "v8"
msgstr "v8"
# type: textblock
#. type: textblock
-#: debhelper.pod:508
+#: debhelper.pod:512
msgid "This is the recommended mode of operation."
msgstr "Este es el modo de operación aconsejado."
#. type: textblock
-#: debhelper.pod:510
+#: debhelper.pod:514
msgid "Changes from v7 are:"
msgstr "Los cambios desde el nivel v7 son:"
#. type: textblock
-#: debhelper.pod:516
+#: debhelper.pod:520
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1386,7 +1395,7 @@ msgstr ""
"opciones desconocidas."
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:524
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. "
@@ -1401,7 +1410,7 @@ msgstr ""
"comportamiento que puede impedir la construcción de algunos paquetes."
#. type: textblock
-#: debhelper.pod:528
+#: debhelper.pod:532
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 $@>"
@@ -1412,7 +1421,7 @@ msgstr ""
"B<dh $@ --foo>, no B<dh --foo $@>."
#. type: textblock
-#: debhelper.pod:533
+#: debhelper.pod:537
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1421,41 +1430,53 @@ msgstr ""
"preferencia a un fichero F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:537
+#: debhelper.pod:541
msgid "v9"
msgstr ""
#. type: textblock
-#: debhelper.pod:539
+#: debhelper.pod:543
msgid ""
"This compatability level is still open for development; use with caution."
msgstr ""
#. type: textblock
-#: debhelper.pod:541
+#: debhelper.pod:545
#, fuzzy
#| msgid "Changes from v3 are:"
msgid "Changes from v8 are:"
msgstr "Los cambios desde el nivel v3 son:"
#. type: textblock
-#: debhelper.pod:547
+#: debhelper.pod:551
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
-"directories to autoconf in --libdir and --libexecdir, while B<dh_makeshlibs> "
-"detects packages containing multiarch directories and sets a Pre-Dependency "
-"on multiarch-support in ${misc:Pre-Depends}"
+"directories to autoconf in --libdir and --libexecdir."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:556
+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:561
+msgid ""
+"<dh_auto_configure> does not include the source package name in --libexecdir "
+"when using autoconf."
msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:557
+#: debhelper.pod:568
msgid "udebs"
msgstr "udebs"
# type: textblock
#. type: textblock
-#: debhelper.pod:559
+#: debhelper.pod:570
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 "
@@ -1474,13 +1495,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:566
+#: debhelper.pod:577
msgid "Other notes"
msgstr "Otras notas"
# type: textblock
#. type: textblock
-#: debhelper.pod:568
+#: 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 "
@@ -1498,7 +1519,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:574
+#: debhelper.pod:585
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 "
@@ -1513,7 +1534,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:580
+#: debhelper.pod:591
#, no-wrap
msgid ""
" Build-Depends: debhelper (>= 7)\n"
@@ -1524,19 +1545,19 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:582
+#: debhelper.pod:593
msgid "ENVIRONMENT"
msgstr "ENTORNO"
# type: =item
#. type: =item
-#: debhelper.pod:586
+#: debhelper.pod:597
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:588
+#: debhelper.pod:599
msgid ""
"Set to B<1> to enable verbose mode. Debhelper will output every command it "
"runs that modifies files on the build system."
@@ -1547,13 +1568,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:591
+#: debhelper.pod:602
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:593
+#: debhelper.pod:604
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
@@ -1563,25 +1584,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:596
+#: debhelper.pod:607
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:598
+#: debhelper.pod:609
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:600
+#: debhelper.pod:611
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
# type: textblock
#. type: textblock
-#: debhelper.pod:602
+#: debhelper.pod:613
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 "
@@ -1593,7 +1614,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:606
+#: debhelper.pod:617
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> "
@@ -1608,13 +1629,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:611
+#: debhelper.pod:622
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:613
+#: debhelper.pod:624
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 "
@@ -1626,7 +1647,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:617
+#: debhelper.pod:628
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 "
@@ -1644,7 +1665,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:624
+#: debhelper.pod:635
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1654,7 +1675,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:629 dh:765 dh_auto_build:47 dh_auto_clean:50
+#: 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
@@ -1675,31 +1696,31 @@ msgstr "VÉASE TAMBIÉN"
# type: =item
#. type: =item
-#: debhelper.pod:633
+#: debhelper.pod:644
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:635
+#: debhelper.pod:646
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:637
+#: debhelper.pod:648
msgid "L<http://kitenet.net/~joey/code/debhelper/>"
msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:639
+#: debhelper.pod:650
msgid "Debhelper web site."
msgstr "Sitio web de Debhelper."
# type: =head1
#. type: =head1
-#: debhelper.pod:643 dh:771 dh_auto_build:53 dh_auto_clean:56
+#: 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
@@ -1719,7 +1740,7 @@ msgstr "AUTOR"
# type: textblock
#. type: textblock
-#: debhelper.pod:645 dh:773 dh_auto_build:55 dh_auto_clean:58
+#: 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
@@ -2332,14 +2353,22 @@ msgstr ""
#. type: textblock
#: dh:242
+#, fuzzy
+#| 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 regular rules file targets when it makes sense to do so. A common "
+#| "reason to do this is if your package needs different B<build-arch> and "
+#| "B<build-indep> targets. For example, a package with a long document build "
+#| "process can put it in B<build-indep> to avoid build daemons redundantly "
+#| "building the documentation."
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 "
"regular rules file targets when it makes sense to do so. A common reason to "
-"do this is if your package needs different B<build-arch> and B<build-indep> "
-"targets. For example, a package with a long document build process can put "
-"it in B<build-indep> to avoid build daemons redundantly building the "
-"documentation."
+"do this is when your package needs different B<build-arch> and B<build-"
+"indep> targets. For example, a package with a long document build process "
+"can put it in B<build-indep>."
msgstr ""
"Por último, recuerde que no está limitado al uso de objetivos «override» en "
"el fichero «rules» cuando use B<dh>. También puede definir de forma "
@@ -2351,9 +2380,15 @@ msgstr ""
#. type: verbatim
#: dh:253
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tbuild: build-arch build-indep ;\n"
+#| "\tbuild-indep:\n"
+#| "\t\t$(MAKE) docs\n"
+#| "\tbuild-arch:\n"
+#| "\t\t$(MAKE) bins\n"
+#| "\n"
msgid ""
-"\tbuild: build-arch build-indep ;\n"
"\tbuild-indep:\n"
"\t\t$(MAKE) docs\n"
"\tbuild-arch:\n"
@@ -2367,13 +2402,23 @@ msgstr ""
"\t\t$(MAKE) bins\n"
"\n"
+#. type: textblock
+#: dh:258
+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."
+msgstr ""
+
#. type: =head1
-#: dh:259
+#: dh:264
msgid "INTERNALS"
msgstr "FUNCIONAMIENTO INTERNO"
#. type: textblock
-#: dh:261
+#: dh:266
msgid ""
"If you're curious about B<dh>'s internals, here's how it works under the "
"hood."
@@ -2382,7 +2427,7 @@ msgstr ""
"puede ver como funciona por dentro."
#. type: textblock
-#: dh:263
+#: dh:268
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 "
@@ -2395,7 +2440,7 @@ msgstr ""
"esas órdenes otra vez."
#. type: textblock
-#: dh:268
+#: dh:273
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 "
@@ -2408,7 +2453,21 @@ msgstr ""
"before>, B<--after> y B<--remaining> pueden anular este comportamiento."
#. type: textblock
-#: dh:273
+#: dh:278
+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
+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
msgid ""
"B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass "
"information through to debhelper commands that are run inside override "
@@ -2422,7 +2481,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh:767 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55
+#: 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
@@ -2441,7 +2500,7 @@ msgstr "L<debhelper(7)>"
# type: textblock
#. type: textblock
-#: dh:769 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57
+#: 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
@@ -6845,10 +6904,10 @@ msgstr ""
#| "you should make sure to put that token into an appropriate place in your "
#| "debian/control file."
msgid ""
-"In v9 mode and above, packages that support multiarch are detected, and a "
-"Pre-Dependency on multiarch-support is set in ${misc:Pre-Depends} ; you "
-"should make sure to put that token into an appropriate place in your debian/"
-"control file for packages supporting multiarch."
+"Packages that support multiarch are detected, and a Pre-Dependency on "
+"multiarch-support is set in ${misc:Pre-Depends} ; you should make sure to "
+"put that token into an appropriate place in your debian/control file for "
+"packages supporting multiarch."
msgstr ""
"Necesita especificar una predependencia versionada sobre dpkg para usar "
"L<dpkg-maintscript-helper(1)>. Una predependencia adecuada se define en "
@@ -6918,13 +6977,26 @@ msgstr "B<--version-info>, B<--version-info=>I<dependencias>"
# type: textblock
#. type: textblock
#: dh_makeshlibs:58
+#, fuzzy
+#| 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 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<)>\". Note that in debhelper compatibility levels "
+#| "before v4, the Debian part of the package version number is also "
+#| "included. If B<-V> is specified with parameters, the parameters can be "
+#| "used to specify the exact dependency information needed (be sure to "
+#| "include the package name)."
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 "
"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<)>"
+"dependency that looks like \"I<packagename> B<(E<gt>>= I<packageversion>B<)>"
"\". Note that in debhelper compatibility levels before v4, the Debian part "
"of the package version number is also included. If B<-V> is specified with "
"parameters, the parameters can be used to specify the exact dependency "
diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po
index 1ac46e58..d6ac5996 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-04-22 16:15-0400\n"
+"POT-Creation-Date: 2011-06-24 14:29-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,6 +609,14 @@ msgstr "OPTIONS DU PROCESSUS DE CONSTRUCTION"
#. type: textblock
#: debhelper.pod:194
msgid ""
+"All of the B<dh_auto_>I<*> debhelper programs sets environment variables "
+"listed by B<dpkg-buildflags>, unless they are already set. They support "
+"DEB_BUILD_OPTIONS=noopt too."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:198
+msgid ""
"The following command line options are supported by all of the "
"B<dh_auto_>I<*> debhelper programs. These programs support a variety of "
"build systems, and normally heuristically determine which to use, and how to "
@@ -622,14 +630,14 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:201
+#: debhelper.pod:205
msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
msgstr ""
"B<-S>I<processus de construction>, B<--buildsystem=>I<processus de "
"construction>"
#. type: textblock
-#: debhelper.pod:203
+#: debhelper.pod:207
msgid ""
"Force use of the specified I<buildsystem>, instead of trying to auto-select "
"one which might be applicable for the package."
@@ -639,12 +647,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:206
+#: debhelper.pod:210
msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
msgstr "B<-D>I<répertoire>, B<--sourcedirectory=>I<répertoire>"
#. type: textblock
-#: debhelper.pod:208
+#: debhelper.pod:212
msgid ""
"Assume that the original package source tree is at the specified "
"I<directory> rather than the top level directory of the Debian source "
@@ -655,12 +663,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:212
+#: debhelper.pod:216
msgid "B<-B>[I<directory>], B<--builddirectory=>[I<directory>]"
msgstr "B<-B>[I<répertoire>], B<--builddirectory=>[I<répertoire>]"
#. type: textblock
-#: debhelper.pod:214
+#: debhelper.pod:218
msgid ""
"Enable out of source building and use the specified I<directory> as the "
"build directory. If I<directory> parameter is omitted, a default build "
@@ -672,7 +680,7 @@ msgstr ""
"sera choisi."
#. type: textblock
-#: debhelper.pod:218
+#: debhelper.pod:222
msgid ""
"If this option is not specified, building will be done in source by default "
"unless the build system requires or prefers out of source tree building. In "
@@ -685,7 +693,7 @@ msgstr ""
"utilisé même si B<--builddirectory> n'est pas spécifié."
#. type: textblock
-#: debhelper.pod:223
+#: debhelper.pod:227
msgid ""
"If the build system prefers out of source tree building but still allows in "
"source building, the latter can be re-enabled by passing a build directory "
@@ -699,12 +707,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:227
+#: debhelper.pod:231
msgid "B<--parallel>"
msgstr "B<--parallel>"
#. type: textblock
-#: debhelper.pod:229
+#: debhelper.pod:233
msgid ""
"Enable parallel builds if underlying build system supports them. The number "
"of parallel jobs is controlled by the B<DEB_BUILD_OPTIONS> environment "
@@ -718,7 +726,7 @@ msgstr ""
"spécifiques du système."
#. type: textblock
-#: debhelper.pod:234
+#: debhelper.pod:238
msgid ""
"If this option is not specified, debhelper currently defaults to not "
"allowing parallel package builds."
@@ -727,12 +735,12 @@ msgstr ""
"le parallélisme lors de la construction."
#. type: =item
-#: debhelper.pod:237
+#: debhelper.pod:241
msgid "B<--max-parallel=>I<maximum>"
msgstr "B<--max-parallel=>I<maximum>"
#. type: textblock
-#: debhelper.pod:239
+#: debhelper.pod:243
msgid ""
"This option implies B<--parallel> and allows further limiting the number of "
"jobs that can be used in a parallel build. If the package build is known to "
@@ -747,12 +755,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:244 dh:52
+#: debhelper.pod:248 dh:52
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:246
+#: debhelper.pod:250
msgid ""
"List all build systems supported by debhelper on this system. The list "
"includes both default and third party build systems (marked as such). Also "
@@ -767,7 +775,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:253 dh_auto_test:44 dh_installcatalogs:59 dh_installdocs:116
+#: 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
@@ -777,13 +785,13 @@ msgstr "REMARQUES"
# type: =head2
#. type: =head2
-#: debhelper.pod:255
+#: debhelper.pod:259
msgid "Multiple binary package support"
msgstr "Prise en charge de plusieurs paquets binaires"
# type: textblock
#. type: textblock
-#: debhelper.pod:257
+#: 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 "
@@ -803,7 +811,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:265
+#: 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<-"
@@ -819,13 +827,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:271
+#: 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:273
+#: debhelper.pod:277
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -843,7 +851,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:280
+#: 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."
@@ -853,7 +861,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:283
+#: debhelper.pod:287
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -864,7 +872,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:286
+#: 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 "
@@ -879,7 +887,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:291
+#: debhelper.pod:295
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -898,13 +906,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:297
+#: debhelper.pod:301
msgid "Automatic generation of miscellaneous dependencies."
msgstr "Génération automatique des diverses dépendances."
# type: textblock
#. type: textblock
-#: debhelper.pod:299
+#: 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 "
@@ -924,7 +932,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:307
+#: 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<"
@@ -939,7 +947,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:312
+#: 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)"
@@ -953,13 +961,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:317
+#: debhelper.pod:321
msgid "Package build directories"
msgstr "Répertoires de construction du paquet"
# type: textblock
#. type: textblock
-#: debhelper.pod:319
+#: 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>."
@@ -970,7 +978,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:322
+#: 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>"
@@ -990,13 +998,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:330
+#: debhelper.pod:334
msgid "Debhelper compatibility levels"
msgstr "Niveaux de compatibilité de debhelper"
# type: textblock
#. type: textblock
-#: debhelper.pod:332
+#: debhelper.pod:336
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 "
@@ -1016,7 +1024,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:339
+#: debhelper.pod:343
msgid ""
"Tell debhelper what compatibility level to use by writing a number to "
"F<debian/compat>. For example, to turn on v8 mode:"
@@ -1027,7 +1035,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:342
+#: debhelper.pod:346
#, no-wrap
msgid ""
" % echo 8 > debian/compat\n"
@@ -1038,7 +1046,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:344
+#: debhelper.pod:348
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -1056,18 +1064,18 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:351
+#: debhelper.pod:355
msgid "These are the available compatibility levels:"
msgstr "Les niveaux de compatibilité sont les suivants :"
#. type: =item
-#: debhelper.pod:355
+#: debhelper.pod:359
msgid "v1"
msgstr "v1"
# type: textblock
#. type: textblock
-#: debhelper.pod:357
+#: debhelper.pod:361
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 "
@@ -1081,18 +1089,18 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:362 debhelper.pod:369 debhelper.pod:392 debhelper.pod:421
+#: debhelper.pod:366 debhelper.pod:373 debhelper.pod:396 debhelper.pod:425
msgid "This mode is deprecated."
msgstr "Ce mode est déconseillé."
#. type: =item
-#: debhelper.pod:364
+#: debhelper.pod:368
msgid "v2"
msgstr "v2"
# type: textblock
#. type: textblock
-#: debhelper.pod:366
+#: debhelper.pod:370
msgid ""
"In this mode, debhelper will consistently use debian/I<package> as the "
"package tree directory for every package that is built."
@@ -1101,30 +1109,31 @@ msgstr ""
"répertoire de l'arborescence de chaque paquet construit."
#. type: =item
-#: debhelper.pod:371
+#: debhelper.pod:375
msgid "v3"
msgstr "v3"
# type: textblock
#. type: textblock
-#: debhelper.pod:373
+#: debhelper.pod:377
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:377 debhelper.pod:382 debhelper.pod:386 debhelper.pod:400
-#: debhelper.pod:405 debhelper.pod:410 debhelper.pod:415 debhelper.pod:429
-#: debhelper.pod:433 debhelper.pod:438 debhelper.pod:442 debhelper.pod:454
-#: debhelper.pod:459 debhelper.pod:465 debhelper.pod:471 debhelper.pod:484
-#: debhelper.pod:491 debhelper.pod:495 debhelper.pod:499 debhelper.pod:514
-#: debhelper.pod:518 debhelper.pod:526 debhelper.pod:531 debhelper.pod:545
+#: 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
msgid "-"
msgstr "-"
# type: textblock
#. type: textblock
-#: debhelper.pod:379
+#: debhelper.pod:383
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."
@@ -1136,7 +1145,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:384
+#: debhelper.pod:388
msgid ""
"B<dh_makeshlibs> makes the F<postinst> and F<postrm> scripts call "
"B<ldconfig>."
@@ -1146,7 +1155,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:388
+#: debhelper.pod:392
msgid ""
"Every file in F<etc/> is automatically flagged as a conffile by "
"B<dh_installdeb>."
@@ -1155,19 +1164,19 @@ msgstr ""
"comme un fichier de configuration."
#. type: =item
-#: debhelper.pod:394
+#: debhelper.pod:398
msgid "v4"
msgstr "v4"
# type: textblock
#. type: textblock
-#: debhelper.pod:396
+#: debhelper.pod:400
msgid "Changes from v3 are:"
msgstr "Les changements par rapport à la version 3 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:402
+#: debhelper.pod:406
msgid ""
"B<dh_makeshlibs -V> will not include the Debian part of the version number "
"in the generated dependency line in the shlibs file."
@@ -1177,7 +1186,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:411
msgid ""
"You are encouraged to put the new B<${misc:Depends}> into F<debian/control> "
"to supplement the B<${shlibs:Depends}> field."
@@ -1187,7 +1196,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:416
msgid ""
"B<dh_fixperms> will make all files in F<bin/> directories and in F<etc/init."
"d> executable."
@@ -1197,26 +1206,26 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:417
+#: debhelper.pod:421
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:423
+#: debhelper.pod:427
msgid "v5"
msgstr "v5"
# type: textblock
#. type: textblock
-#: debhelper.pod:425
+#: debhelper.pod:429
msgid "Changes from v4 are:"
msgstr "Les changements par rapport à la version 4 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:431
+#: debhelper.pod:435
msgid "Comments are ignored in debhelper config files."
msgstr ""
"Les commentaires sont ignorés dans les fichiers de configuration de "
@@ -1224,7 +1233,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:435
+#: debhelper.pod:439
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."
@@ -1235,32 +1244,32 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:440
+#: debhelper.pod:444
msgid "B<dh_installdocs> skips installing empty files."
msgstr "B<dh_installdocs> saute l'installation des fichiers vides."
# type: textblock
#. type: textblock
-#: debhelper.pod:444
+#: debhelper.pod:448
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:448
+#: debhelper.pod:452
msgid "v6"
msgstr "v6"
# type: textblock
#. type: textblock
-#: debhelper.pod:450
+#: debhelper.pod:454
msgid "Changes from v5 are:"
msgstr "Les changements par rapport à la version 5 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:460
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1270,7 +1279,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:461
+#: debhelper.pod:465
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 "
@@ -1282,7 +1291,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:467
+#: debhelper.pod:471
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 "
@@ -1294,7 +1303,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:473
+#: debhelper.pod:477
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -1304,19 +1313,19 @@ msgstr ""
"de le faire."
#. type: =item
-#: debhelper.pod:478
+#: debhelper.pod:482
msgid "v7"
msgstr "v7"
# type: textblock
#. type: textblock
-#: debhelper.pod:480
+#: debhelper.pod:484
msgid "Changes from v6 are:"
msgstr "Les changements par rapport à la version 6 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:486
+#: debhelper.pod:490
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 "
@@ -1332,7 +1341,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:493
+#: debhelper.pod:497
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 "
@@ -1340,13 +1349,13 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:497
+#: debhelper.pod:501
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:501
+#: debhelper.pod:505
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1355,24 +1364,24 @@ msgstr ""
"amont si rien n'est spécifié."
#. type: =item
-#: debhelper.pod:506
+#: debhelper.pod:510
msgid "v8"
msgstr "v8"
# type: textblock
#. type: textblock
-#: debhelper.pod:508
+#: debhelper.pod:512
msgid "This is the recommended mode of operation."
msgstr "C'est la version dont l'usage est recommandé."
# type: textblock
#. type: textblock
-#: debhelper.pod:510
+#: debhelper.pod:514
msgid "Changes from v7 are:"
msgstr "Les changements par rapport à la version 7 sont :"
#. type: textblock
-#: debhelper.pod:516
+#: debhelper.pod:520
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1380,7 +1389,7 @@ msgstr ""
"recevront des options inconnues."
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:524
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. "
@@ -1397,7 +1406,7 @@ msgstr ""
"certains paquets."
#. type: textblock
-#: debhelper.pod:528
+#: debhelper.pod:532
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 $@>"
@@ -1408,7 +1417,7 @@ msgstr ""
"faut écrire « B<dh $@ --toto> », et non « B<dh --toto $@> »"
#. type: textblock
-#: debhelper.pod:533
+#: debhelper.pod:537
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1417,42 +1426,54 @@ msgstr ""
"F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:537
+#: debhelper.pod:541
msgid "v9"
msgstr ""
#. type: textblock
-#: debhelper.pod:539
+#: debhelper.pod:543
msgid ""
"This compatability level is still open for development; use with caution."
msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:541
+#: debhelper.pod:545
#, fuzzy
#| msgid "Changes from v3 are:"
msgid "Changes from v8 are:"
msgstr "Les changements par rapport à la version 3 sont :"
#. type: textblock
-#: debhelper.pod:547
+#: debhelper.pod:551
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
-"directories to autoconf in --libdir and --libexecdir, while B<dh_makeshlibs> "
-"detects packages containing multiarch directories and sets a Pre-Dependency "
-"on multiarch-support in ${misc:Pre-Depends}"
+"directories to autoconf in --libdir and --libexecdir."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:556
+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:561
+msgid ""
+"<dh_auto_configure> does not include the source package name in --libexecdir "
+"when using autoconf."
msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:557
+#: debhelper.pod:568
msgid "udebs"
msgstr "udebs"
# type: textblock
#. type: textblock
-#: debhelper.pod:559
+#: debhelper.pod:570
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 "
@@ -1472,13 +1493,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:566
+#: debhelper.pod:577
msgid "Other notes"
msgstr "Autres remarques"
# type: textblock
#. type: textblock
-#: debhelper.pod:568
+#: 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 "
@@ -1497,7 +1518,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:574
+#: debhelper.pod:585
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 "
@@ -1513,7 +1534,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:580
+#: debhelper.pod:591
#, no-wrap
msgid ""
" Build-Depends: debhelper (>= 7)\n"
@@ -1524,19 +1545,19 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:582
+#: debhelper.pod:593
msgid "ENVIRONMENT"
msgstr "VARIABLES D'ENVIRONNEMENT"
# type: =item
#. type: =item
-#: debhelper.pod:586
+#: debhelper.pod:597
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:588
+#: debhelper.pod:599
msgid ""
"Set to B<1> to enable verbose mode. Debhelper will output every command it "
"runs that modifies files on the build system."
@@ -1546,13 +1567,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:591
+#: debhelper.pod:602
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:593
+#: debhelper.pod:604
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
@@ -1562,25 +1583,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:596
+#: debhelper.pod:607
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:598
+#: debhelper.pod:609
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:600
+#: debhelper.pod:611
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
# type: textblock
#. type: textblock
-#: debhelper.pod:602
+#: debhelper.pod:613
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 "
@@ -1592,7 +1613,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:606
+#: debhelper.pod:617
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> "
@@ -1607,13 +1628,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:611
+#: debhelper.pod:622
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:613
+#: debhelper.pod:624
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 "
@@ -1626,7 +1647,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:617
+#: debhelper.pod:628
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 "
@@ -1645,7 +1666,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:624
+#: debhelper.pod:635
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1655,7 +1676,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:629 dh:765 dh_auto_build:47 dh_auto_clean:50
+#: 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
@@ -1676,32 +1697,32 @@ msgstr "VOIR AUSSI"
# type: =item
#. type: =item
-#: debhelper.pod:633
+#: debhelper.pod:644
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:635
+#: debhelper.pod:646
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:637
+#: debhelper.pod:648
msgid "L<http://kitenet.net/~joey/code/debhelper/>"
msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:639
+#: debhelper.pod:650
msgid "Debhelper web site."
msgstr "Le site internet de debhelper."
# type: =head1
#. type: =head1
-#: debhelper.pod:643 dh:771 dh_auto_build:53 dh_auto_clean:56
+#: 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
@@ -1721,7 +1742,7 @@ msgstr "AUTEUR"
# type: textblock
#. type: textblock
-#: debhelper.pod:645 dh:773 dh_auto_build:55 dh_auto_clean:58
+#: 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
@@ -2362,14 +2383,22 @@ msgstr ""
#. type: textblock
#: dh:242
+#, fuzzy
+#| 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 regular rules file targets when it makes sense to do so. A common "
+#| "reason to do this is if your package needs different B<build-arch> and "
+#| "B<build-indep> targets. For example, a package with a long document build "
+#| "process can put it in B<build-indep> to avoid build daemons redundantly "
+#| "building the documentation."
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 "
"regular rules file targets when it makes sense to do so. A common reason to "
-"do this is if your package needs different B<build-arch> and B<build-indep> "
-"targets. For example, a package with a long document build process can put "
-"it in B<build-indep> to avoid build daemons redundantly building the "
-"documentation."
+"do this is when your package needs different B<build-arch> and B<build-"
+"indep> targets. For example, a package with a long document build process "
+"can put it in B<build-indep>."
msgstr ""
"Enfin, n'oubliez pas que vous n'êtes pas limité à la seule substitution de "
"blocs dans le fichier rules lors de l'utilisation de B<dh>. Vous pouvez "
@@ -2382,9 +2411,15 @@ msgstr ""
#. type: verbatim
#: dh:253
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "\tbuild: build-arch build-indep ;\n"
+#| "\tbuild-indep:\n"
+#| "\t\t$(MAKE) docs\n"
+#| "\tbuild-arch:\n"
+#| "\t\t$(MAKE) bins\n"
+#| "\n"
msgid ""
-"\tbuild: build-arch build-indep ;\n"
"\tbuild-indep:\n"
"\t\t$(MAKE) docs\n"
"\tbuild-arch:\n"
@@ -2398,13 +2433,23 @@ msgstr ""
"\t\t$(MAKE) bins\n"
"\n"
+#. type: textblock
+#: dh:258
+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."
+msgstr ""
+
#. type: =head1
-#: dh:259
+#: dh:264
msgid "INTERNALS"
msgstr "FONCTIONNEMENT INTERNE"
#. type: textblock
-#: dh:261
+#: dh:266
msgid ""
"If you're curious about B<dh>'s internals, here's how it works under the "
"hood."
@@ -2414,7 +2459,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh:263
+#: dh:268
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 "
@@ -2429,7 +2474,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh:268
+#: dh:273
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 "
@@ -2442,7 +2487,21 @@ msgstr ""
"B<--after> et B<--remaining> permettent de modifier ce comportement."
#. type: textblock
-#: dh:273
+#: dh:278
+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
+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
msgid ""
"B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass "
"information through to debhelper commands that are run inside override "
@@ -2457,7 +2516,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh:767 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:55
+#: 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
@@ -2476,7 +2535,7 @@ msgstr "L<debhelper(7)>"
# type: textblock
#. type: textblock
-#: dh:769 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:57
+#: 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
@@ -7043,10 +7102,10 @@ msgstr ""
#| "you should make sure to put that token into an appropriate place in your "
#| "debian/control file."
msgid ""
-"In v9 mode and above, packages that support multiarch are detected, and a "
-"Pre-Dependency on multiarch-support is set in ${misc:Pre-Depends} ; you "
-"should make sure to put that token into an appropriate place in your debian/"
-"control file for packages supporting multiarch."
+"Packages that support multiarch are detected, and a Pre-Dependency on "
+"multiarch-support is set in ${misc:Pre-Depends} ; you should make sure to "
+"put that token into an appropriate place in your debian/control file for "
+"packages supporting multiarch."
msgstr ""
"Une B<Pre-Dependency> adaptée à la version de B<dpkg> est nécessaire pour "
"utiliser L<dpkg-maintscript-helper(1)>. Une B<Pre-Dependency> appropriée est "
@@ -7114,13 +7173,26 @@ msgstr "B<--version-info>, B<--version-info=>I<dépendances>"
# type: textblock
#. type: textblock
#: dh_makeshlibs:58
+#, fuzzy
+#| 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 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<)>\". Note that in debhelper compatibility levels "
+#| "before v4, the Debian part of the package version number is also "
+#| "included. If B<-V> is specified with parameters, the parameters can be "
+#| "used to specify the exact dependency information needed (be sure to "
+#| "include the package name)."
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 "
"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<)>"
+"dependency that looks like \"I<packagename> B<(E<gt>>= I<packageversion>B<)>"
"\". Note that in debhelper compatibility levels before v4, the Debian part "
"of the package version number is also included. If B<-V> is specified with "
"parameters, the parameters can be used to specify the exact dependency "