]> git.donarmstrong.com Git - debhelper.git/commitdiff
releasing version 9.20120115 9.20120115
authorJoey Hess <joey@kitenet.net>
Sun, 15 Jan 2012 18:54:40 +0000 (14:54 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 15 Jan 2012 18:54:40 +0000 (14:54 -0400)
man/po4a/po/de.po
man/po4a/po/debhelper.pot
man/po4a/po/es.po
man/po4a/po/fr.po

index 272960521ba2376698ccba7766b89bf23facc76b..eea1221879a998582eb312544171d399d47ba3e3 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: debhelper 8.9.13\n"
 "Report-Msgid-Bugs-To: debhelper@packages.debian.org\n"
-"POT-Creation-Date: 2011-12-09 13:54-0400\n"
+"POT-Creation-Date: 2012-01-15 14:43-0400\n"
 "PO-Revision-Date: 2011-12-27 22:22+0100\n"
 "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -236,9 +236,9 @@ msgid ""
 "Note for the first (or only) binary package listed in F<debian/control>, "
 "debhelper will use F<debian/foo> when there's no F<debian/package.foo> file."
 msgstr ""
-"Beachten Sie, dass Debhelper für das erste (oder einzige) in "
-"F<debian/control> aufgelistete Binärpaket F<debian/foo> benutzen wird, wenn "
-"es dort keine F<debian/package.foo>-Datei gibt."
+"Beachten Sie, dass Debhelper für das erste (oder einzige) in F<debian/"
+"control> aufgelistete Binärpaket F<debian/foo> benutzen wird, wenn es dort "
+"keine F<debian/package.foo>-Datei gibt."
 
 #. type: textblock
 #: debhelper.pod:76
@@ -270,11 +270,11 @@ msgid ""
 msgstr ""
 "Meist werden diese Konfigurationsdateien benutzt, um verschiedene Typen von "
 "Dateien anzugeben – zu installierende Dokumentations- oder Beispieldateien, "
-"Dateien zum Verschieben und so weiter. Wenn es in Fällen "
-"wie diesem zweckmäßig ist, können Sie die Standardplatzhalterzeichen der "
-"Shell in den Dateien verwenden (B<?>, B<*> und B<[>I<..>B<]>-Zeichenklassen). "
-"Sie können außerdem Kommentare in diese Dateien einfügen; Zeilen, die mit "
-"B<#> beginnen, werden ignoriert."
+"Dateien zum Verschieben und so weiter. Wenn es in Fällen wie diesem "
+"zweckmäßig ist, können Sie die Standardplatzhalterzeichen der Shell in den "
+"Dateien verwenden (B<?>, B<*> und B<[>I<..>B<]>-Zeichenklassen). Sie können "
+"außerdem Kommentare in diese Dateien einfügen; Zeilen, die mit B<#> "
+"beginnen, werden ignoriert."
 
 #. type: textblock
 #: debhelper.pod:90
@@ -318,7 +318,7 @@ msgstr ""
 "detailreicher Modus: zeigt alle Befehle, die das Paketbauverzeichnis ändern"
 
 #. type: =item
-#: debhelper.pod:106 dh:64
+#: debhelper.pod:106 dh:66
 msgid "B<--no-act>"
 msgstr "B<--no-act>"
 
@@ -701,7 +701,7 @@ msgstr ""
 "wünschen, dass sie unterstützt wird."
 
 #. type: =item
-#: debhelper.pod:251 dh:60
+#: debhelper.pod:251 dh:62
 msgid "B<--list>, B<-l>"
 msgstr "B<--list>, B<-l>"
 
@@ -744,9 +744,13 @@ msgstr ""
 
 #. type: textblock
 #: debhelper.pod:269
+#, fuzzy
+#| msgid ""
+#| "Tell debhelper what compatibility level to use by writing a number to "
+#| "F<debian/compat>. For example, to turn on v8 mode:"
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to "
-"F<debian/compat>. For example, to turn on v8 mode:"
+"F<debian/compat>. For example, to turn on v9 mode:"
 msgstr ""
 "Schreiben Sie eine Zahl nach F<debian/compat>, um Debhelper mitzuteilen, "
 "welche Kompatibilitätsstufe es nutzen soll. Um beispielsweise in den Modus "
@@ -754,9 +758,12 @@ msgstr ""
 
 #. type: verbatim
 #: debhelper.pod:272
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "  % echo 8 > debian/compat\n"
+#| "\n"
 msgid ""
-"  % echo 8 > debian/compat\n"
+"  % echo 9 > debian/compat\n"
 "\n"
 msgstr ""
 "  % echo 8 > debian/compat\n"
@@ -764,6 +771,39 @@ msgstr ""
 
 #. type: textblock
 #: debhelper.pod:274
+#, fuzzy
+#| 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 version of debhelper equal to (or greater than) the debhelper "
+#| "compatibility level your package uses. So if your package used "
+#| "compatibility level 7:"
+msgid ""
+"Your package will also need a versioned build dependency on a version of "
+"debhelper equal to (or greater than) the compatibility level your package "
+"uses. So for compatibility level 9, ensure debian/control has:"
+msgstr ""
+"Sobald Ihr Paket zum Bauen Debhelper benutzt, fügen Sie Debhelper unbedingt "
+"Ihrer »Build-Depends«-Zeile in F<debian/control> hinzu. Sie sollen die "
+"Bauabhängigkeit auf eine Version von Debhelper setzen, die gleich (oder "
+"größer als) der Debhelper-Kompatibilitätsstufe ist, die Ihr Pakets "
+"verwendet. Falls also Ihr Paket Kompatibilitätsstufe 7 anwendet:"
+
+#. type: verbatim
+#: debhelper.pod:278
+#, fuzzy, no-wrap
+#| msgid ""
+#| "  Build-Depends: debhelper (>= 7)\n"
+#| "\n"
+msgid ""
+"  Build-Depends: debhelper (>= 9)\n"
+"\n"
+msgstr ""
+"  Build-Depends: debhelper (>= 7)\n"
+"\n"
+
+#. type: textblock
+#: debhelper.pod:280
 msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
@@ -780,17 +820,17 @@ msgstr ""
 "unterscheidet."
 
 #. type: textblock
-#: debhelper.pod:281
+#: debhelper.pod:287
 msgid "These are the available compatibility levels:"
 msgstr "Diese Kompatibilitätsstufen sind verfügbar:"
 
 #. type: =item
-#: debhelper.pod:285
+#: debhelper.pod:291
 msgid "v1"
 msgstr "v1"
 
 #. type: textblock
-#: debhelper.pod:287
+#: debhelper.pod:293
 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 "
@@ -804,17 +844,17 @@ msgstr ""
 "debian/I<Paket> genommen wird."
 
 #. type: textblock
-#: debhelper.pod:292 debhelper.pod:299 debhelper.pod:322 debhelper.pod:351
+#: debhelper.pod:298 debhelper.pod:305 debhelper.pod:328 debhelper.pod:357
 msgid "This mode is deprecated."
 msgstr "Dieser Modus ist missbilligt."
 
 #. type: =item
-#: debhelper.pod:294
+#: debhelper.pod:300
 msgid "v2"
 msgstr "v2"
 
 #. type: textblock
-#: debhelper.pod:296
+#: debhelper.pod:302
 msgid ""
 "In this mode, debhelper will consistently use debian/I<package> as the "
 "package tree directory for every package that is built."
@@ -823,29 +863,30 @@ msgstr ""
 "Paketverzeichnisbaum für jedes Paket nehmen, das gebaut wird."
 
 #. type: =item
-#: debhelper.pod:301
+#: debhelper.pod:307
 msgid "v3"
 msgstr "v3"
 
 #. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:309
 msgid "This mode works like v2, with the following additions:"
 msgstr "Dieser Modus funktioniert wie v2 mit den folgenden Zusätzen:"
 
 #. type: =item
-#: debhelper.pod:307 debhelper.pod:312 debhelper.pod:316 debhelper.pod:330
-#: debhelper.pod:335 debhelper.pod:340 debhelper.pod:345 debhelper.pod:359
-#: debhelper.pod:363 debhelper.pod:368 debhelper.pod:372 debhelper.pod:384
-#: debhelper.pod:389 debhelper.pod:395 debhelper.pod:401 debhelper.pod:414
-#: debhelper.pod:421 debhelper.pod:425 debhelper.pod:429 debhelper.pod:444
-#: debhelper.pod:448 debhelper.pod:456 debhelper.pod:461 debhelper.pod:475
-#: debhelper.pod:480 debhelper.pod:487 debhelper.pod:492 debhelper.pod:497
-#: debhelper.pod:501 debhelper.pod:507 debhelper.pod:512 debhelper.pod:517
+#: debhelper.pod:313 debhelper.pod:318 debhelper.pod:322 debhelper.pod:336
+#: debhelper.pod:341 debhelper.pod:346 debhelper.pod:351 debhelper.pod:365
+#: debhelper.pod:369 debhelper.pod:374 debhelper.pod:378 debhelper.pod:390
+#: debhelper.pod:395 debhelper.pod:401 debhelper.pod:407 debhelper.pod:420
+#: debhelper.pod:427 debhelper.pod:431 debhelper.pod:435 debhelper.pod:448
+#: debhelper.pod:452 debhelper.pod:460 debhelper.pod:465 debhelper.pod:479
+#: debhelper.pod:484 debhelper.pod:491 debhelper.pod:496 debhelper.pod:501
+#: debhelper.pod:505 debhelper.pod:511 debhelper.pod:516 debhelper.pod:521
+#: debhelper.pod:536
 msgid "-"
 msgstr "-"
 
 #. type: textblock
-#: debhelper.pod:309
+#: debhelper.pod:315
 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."
@@ -855,7 +896,7 @@ msgstr ""
 "verwenden, stellen Sie ihnen einen Rückwärtsschragstrich voran."
 
 #. type: textblock
-#: debhelper.pod:314
+#: debhelper.pod:320
 msgid ""
 "B<dh_makeshlibs> makes the F<postinst> and F<postrm> scripts call "
 "B<ldconfig>."
@@ -864,7 +905,7 @@ msgstr ""
 "aufrufen."
 
 #. type: textblock
-#: debhelper.pod:318
+#: debhelper.pod:324
 msgid ""
 "Every file in F<etc/> is automatically flagged as a conffile by "
 "B<dh_installdeb>."
@@ -873,17 +914,17 @@ msgstr ""
 "markiert."
 
 #. type: =item
-#: debhelper.pod:324
+#: debhelper.pod:330
 msgid "v4"
 msgstr "v4"
 
 #. type: textblock
-#: debhelper.pod:326
+#: debhelper.pod:332
 msgid "Changes from v3 are:"
 msgstr "Änderungen gegenüber v3 sind:"
 
 #. type: textblock
-#: debhelper.pod:332
+#: debhelper.pod:338
 msgid ""
 "B<dh_makeshlibs -V> will not include the Debian part of the version number "
 "in the generated dependency line in the shlibs file."
@@ -892,7 +933,7 @@ msgstr ""
 "erzeugten Abhängigkeitslinie in der Shlibs-Datei enthalten."
 
 #. type: textblock
-#: debhelper.pod:337
+#: debhelper.pod:343
 msgid ""
 "You are encouraged to put the new B<${misc:Depends}> into F<debian/control> "
 "to supplement the B<${shlibs:Depends}> field."
@@ -901,7 +942,7 @@ msgstr ""
 "abzulegen, um das Feld B<${shlibs:Depends}> zu ergänzen."
 
 #. type: textblock
-#: debhelper.pod:342
+#: debhelper.pod:348
 msgid ""
 "B<dh_fixperms> will make all files in F<bin/> directories and in F<etc/init."
 "d> executable."
@@ -910,30 +951,30 @@ msgstr ""
 "d> ausführbar machen."
 
 #. type: textblock
-#: debhelper.pod:347
+#: debhelper.pod:353
 msgid "B<dh_link> will correct existing links to conform with policy."
 msgstr ""
 "B<dh_link> wird bestehende Verweise korrigieren, damit sie konform mit der "
 "Richtlinie sind."
 
 #. type: =item
-#: debhelper.pod:353
+#: debhelper.pod:359
 msgid "v5"
 msgstr "v5"
 
 #. type: textblock
-#: debhelper.pod:355
+#: debhelper.pod:361
 msgid "Changes from v4 are:"
 msgstr "Änderungen gegenüber v4 sind:"
 
 #. type: textblock
-#: debhelper.pod:361
+#: debhelper.pod:367
 msgid "Comments are ignored in debhelper config files."
 msgstr "Kommentare in Debhelper-Konfigurationsdateien werden ignoriert."
 
 # http://de.wikipedia.org/wiki/Debugsymbol
 #. type: textblock
-#: debhelper.pod:365
+#: debhelper.pod:371
 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."
@@ -943,29 +984,29 @@ msgstr ""
 "werden."
 
 #. type: textblock
-#: debhelper.pod:370
+#: debhelper.pod:376
 msgid "B<dh_installdocs> skips installing empty files."
 msgstr "B<dh_installdocs> überspringt die Installation leerer Dateien."
 
 #. type: textblock
-#: debhelper.pod:374
+#: debhelper.pod:380
 msgid "B<dh_install> errors out if wildcards expand to nothing."
 msgstr ""
 "B<dh_install> gibt Fehlermeldungen aus, wenn Platzhalter zu nichts "
 "expandieren."
 
 #. type: =item
-#: debhelper.pod:378
+#: debhelper.pod:384
 msgid "v6"
 msgstr "v6"
 
 #. type: textblock
-#: debhelper.pod:380
+#: debhelper.pod:386
 msgid "Changes from v5 are:"
 msgstr "Änderungen gegenüber v5 sind:"
 
 #. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:392
 msgid ""
 "Commands that generate maintainer script fragments will order the fragments "
 "in reverse order for the F<prerm> and F<postrm> scripts."
@@ -974,7 +1015,7 @@ msgstr ""
 "für die F<prerm>- und F<postrm>-Skripte in umgekehrter Reiherfolge anordnen."
 
 #. type: textblock
-#: debhelper.pod:391
+#: debhelper.pod:397
 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 "
@@ -985,7 +1026,7 @@ msgstr ""
 "man/man1> im Bauverzeichnis des Pakets entdeckt."
 
 #. type: textblock
-#: debhelper.pod:397
+#: debhelper.pod:403
 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 "
@@ -996,7 +1037,7 @@ msgstr ""
 "sollen, wie B<CVS:.svn:.git>. Nun tut es dies."
 
 #. type: textblock
-#: debhelper.pod:403
+#: debhelper.pod:409
 msgid ""
 "B<dh_installman> allows overwriting existing man pages in the package build "
 "directory. In previous compatibility levels it silently refuses to do this."
@@ -1006,17 +1047,17 @@ msgstr ""
 "lautlos ab, dies zu tun."
 
 #. type: =item
-#: debhelper.pod:408
+#: debhelper.pod:414
 msgid "v7"
 msgstr "v7"
 
 #. type: textblock
-#: debhelper.pod:410
+#: debhelper.pod:416
 msgid "Changes from v6 are:"
 msgstr "Änderungen gegenüber v6 sind:"
 
 #. type: textblock
-#: debhelper.pod:416
+#: debhelper.pod:422
 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 "
@@ -1031,19 +1072,19 @@ msgstr ""
 "tmp> installiert, ohne irgendwelche besonderen Parameter zu benötigen."
 
 #. type: textblock
-#: debhelper.pod:423
+#: debhelper.pod:429
 msgid "B<dh_clean> will read F<debian/clean> and delete files listed there."
 msgstr ""
 "B<dh_clean> wird F<debian/clean> lesen und die dort aufgeführten Dateien "
 "löschen."
 
 #. type: textblock
-#: debhelper.pod:427
+#: debhelper.pod:433
 msgid "B<dh_clean> will delete toplevel F<*-stamp> files."
 msgstr "<dh_clean> wird die F<*-stamp>-Dateien der obersten Ebene löschen."
 
 #. type: textblock
-#: debhelper.pod:431
+#: debhelper.pod:437
 msgid ""
 "B<dh_installchangelogs> will guess at what file is the upstream changelog if "
 "none is specified."
@@ -1052,22 +1093,17 @@ msgstr ""
 "Änderungsprotokoll der Originalautoren liegt, falls keines angegeben wurde."
 
 #. type: =item
-#: debhelper.pod:436
+#: debhelper.pod:442
 msgid "v8"
 msgstr "v8"
 
 #. type: textblock
-#: debhelper.pod:438
-msgid "This is the recommended mode of operation."
-msgstr "Dies ist der empfohlene Betriebsmodus."
-
-#. type: textblock
-#: debhelper.pod:440
+#: debhelper.pod:444
 msgid "Changes from v7 are:"
 msgstr "Änderungen gegenüber v7 sind:"
 
 #. type: textblock
-#: debhelper.pod:446
+#: debhelper.pod:450
 msgid ""
 "Commands will fail rather than warning when they are passed unknown options."
 msgstr ""
@@ -1075,7 +1111,7 @@ msgstr ""
 "Optionen übergeben werden."
 
 #. type: textblock
-#: debhelper.pod:450
+#: debhelper.pod:454
 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.  "
@@ -1092,7 +1128,7 @@ msgstr ""
 "würde."
 
 #. type: textblock
-#: debhelper.pod:458
+#: debhelper.pod:462
 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 $@>"
@@ -1103,7 +1139,7 @@ msgstr ""
 "»B<dh --foo $@>«."
 
 #. type: textblock
-#: debhelper.pod:463
+#: debhelper.pod:467
 msgid ""
 "B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
 "F<Makefile.PL>."
@@ -1111,25 +1147,22 @@ msgstr ""
 "B<dh_auto_>I<*> bevorzugt Perls B<Module::Build> gegenüber F<Makefile.PL>."
 
 #. type: =item
-#: debhelper.pod:467
+#: debhelper.pod:471
 msgid "v9"
 msgstr "v9"
 
 #. type: textblock
-#: debhelper.pod:469
-msgid ""
-"This compatibility level is still open for development; use with caution."
-msgstr ""
-"Diese Kompatibilitätsstufe ist immer noch in Entwicklung; benutzen Sie sie "
-"mit Vorsicht."
+#: debhelper.pod:473
+msgid "This is the recommended mode of operation."
+msgstr "Dies ist der empfohlene Betriebsmodus."
 
 #. type: textblock
-#: debhelper.pod:471
+#: debhelper.pod:475
 msgid "Changes from v8 are:"
 msgstr "Änderungen gegenüber v8 sind:"
 
 #. type: textblock
-#: debhelper.pod:477
+#: debhelper.pod:481
 msgid ""
 "Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
 "directories to autoconf in --libdir and --libexecdir."
@@ -1138,7 +1171,7 @@ msgstr ""
 "Verzeichnisse an Autoconf in --libdir and --libexecdir weiter."
 
 #. type: textblock
-#: debhelper.pod:482
+#: debhelper.pod:486
 msgid ""
 "dh is aware of the usual dependencies between targets in debian/rules.  So, "
 "\"dh binary\" will run any build, build-arch, build-indep, install, etc "
@@ -1152,16 +1185,16 @@ msgstr ""
 "Zielen zu definieren."
 
 #. type: textblock
-#: debhelper.pod:489
+#: debhelper.pod:493
 msgid ""
 "B<dh_strip> compresses debugging symbol files to reduce the installed size "
 "of -dbg packages."
 msgstr ""
-"B<dh_strip> komprimiert Debug-Symboldateien, um die installierte Größe von "
-"»-dbg«-Paketen zu verringern."
+"B<dh_strip> komprimiert Debug-Symboldateien, um die installierte Größe von »-"
+"dbg«-Paketen zu verringern."
 
 #. type: textblock
-#: debhelper.pod:494
+#: debhelper.pod:498
 msgid ""
 "B<dh_auto_configure> does not include the source package name in --"
 "libexecdir when using autoconf."
@@ -1170,12 +1203,12 @@ msgstr ""
 "Autoconf benutzt wird."
 
 #. type: textblock
-#: debhelper.pod:499
+#: debhelper.pod:503
 msgid "B<dh> does not default to enabling --with=python-support"
 msgstr "Standardmäßig aktiviert B<dh> nicht --with=python-support."
 
 #. type: textblock
-#: debhelper.pod:503
+#: debhelper.pod:507
 msgid ""
 "All of the B<dh_auto_>I<*> debhelper programs and B<dh> set environment "
 "variables listed by B<dpkg-buildflags>, unless they are already set. They "
@@ -1187,14 +1220,14 @@ msgstr ""
 "DEB_BUILD_OPTIONS=noopt."
 
 #. type: textblock
-#: debhelper.pod:509
+#: debhelper.pod:513
 msgid ""
 "B<dh_auto_configure> passes CFLAGS to perl F<Makefile.PL> and F<Build.PL>"
 msgstr ""
 "B<dh_auto_configure> übergibt CFLAGS an Perls F<Makefile.PL> und F<Build.PL.>"
 
 #. type: textblock
-#: debhelper.pod:514
+#: debhelper.pod:518
 msgid ""
 "B<dh_strip> puts separated debug symbols in a location based on their build-"
 "id."
@@ -1203,16 +1236,47 @@ msgstr ""
 "Baukennzahl basiert."
 
 #. type: textblock
-#: debhelper.pod:519
+#: debhelper.pod:523
+#, fuzzy
+#| msgid ""
+#| "Executable debconf config files are run and their output used as the "
+#| "configuration."
 msgid ""
-"Executable debconf config files are run and their output used as the "
+"Executable debhelper config files are run and their output used as the "
 "configuration."
 msgstr ""
 "Ausführbare Debconf-Konfigurationsdateien werden ausgeführt und ihre Ausgabe "
 "wird als Konfiguration benutzt."
 
+#. type: =item
+#: debhelper.pod:528
+#, fuzzy
+#| msgid "v1"
+msgid "v10"
+msgstr "v1"
+
+#. type: textblock
+#: debhelper.pod:530
+msgid ""
+"This compatibility level is still open for development; use with caution."
+msgstr ""
+"Diese Kompatibilitätsstufe ist immer noch in Entwicklung; benutzen Sie sie "
+"mit Vorsicht."
+
+#. type: textblock
+#: debhelper.pod:532
+#, fuzzy
+#| msgid "Changes from v3 are:"
+msgid "Changes from v9 are:"
+msgstr "Änderungen gegenüber v3 sind:"
+
+#. type: textblock
+#: debhelper.pod:538
+msgid "None yet.."
+msgstr ""
+
 #. type: =head1
-#: debhelper.pod:526 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116
+#: debhelper.pod:544 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116
 #: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
 #: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55
 #: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68
@@ -1221,12 +1285,12 @@ msgid "NOTES"
 msgstr "ANMERKUNGEN"
 
 #. type: =head2
-#: debhelper.pod:528
+#: debhelper.pod:546
 msgid "Multiple binary package support"
 msgstr "Unterstützung mehrerer Binärpakete"
 
 #. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:548
 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 "
@@ -1245,7 +1309,7 @@ msgstr ""
 "Ziel »binary-indep«."
 
 #. type: textblock
-#: debhelper.pod:538
+#: debhelper.pod:556
 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<-"
@@ -1261,12 +1325,12 @@ msgstr ""
 "sind."
 
 #. type: =head2
-#: debhelper.pod:544
+#: debhelper.pod:562
 msgid "Automatic generation of Debian install scripts"
 msgstr "Automatisches Erzeugen von Debian-Installationsskripten"
 
 #. type: textblock
-#: debhelper.pod:546
+#: debhelper.pod:564
 msgid ""
 "Some debhelper commands will automatically generate parts of Debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -1283,7 +1347,7 @@ msgstr ""
 "erzeugten Kode ersetzt."
 
 #. type: textblock
-#: debhelper.pod:553
+#: debhelper.pod:571
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
@@ -1292,7 +1356,7 @@ msgstr ""
 "hinzufügen muss, dann wird Debhelper das komplette Skript erstellen."
 
 #. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:574
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
@@ -1301,7 +1365,7 @@ msgstr ""
 "dies durch den Parameter -n deaktiviert (siehe oben)."
 
 #. type: textblock
-#: debhelper.pod:559
+#: debhelper.pod:577
 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 "
@@ -1315,7 +1379,7 @@ msgstr ""
 "etc. gesetzt sind):"
 
 #. type: verbatim
-#: debhelper.pod:564
+#: debhelper.pod:582
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1333,12 +1397,12 @@ msgstr ""
 "\n"
 
 #. type: =head2
-#: debhelper.pod:570
+#: debhelper.pod:588
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr "Automatisches Erzeugen verschiedener Abhängigkeiten"
 
 #. type: textblock
-#: debhelper.pod:572
+#: debhelper.pod:590
 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 "
@@ -1358,7 +1422,7 @@ msgstr ""
 "bietet, sie zu automatisieren."
 
 #. type: textblock
-#: debhelper.pod:580
+#: debhelper.pod:598
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called B<"
@@ -1372,7 +1436,7 @@ msgstr ""
 "Debhelper findet, dass Sie sie benötigen."
 
 #. type: textblock
-#: debhelper.pod:585
+#: debhelper.pod:603
 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)"
@@ -1386,12 +1450,12 @@ msgstr ""
 "entspricht."
 
 #. type: =head2
-#: debhelper.pod:590
+#: debhelper.pod:608
 msgid "Package build directories"
 msgstr "Paketbauverzeichnisse"
 
 #. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:610
 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>."
@@ -1401,7 +1465,7 @@ msgstr ""
 "debian/I<Paket> ist."
 
 #. type: textblock
-#: debhelper.pod:595
+#: debhelper.pod:613
 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>"
@@ -1421,19 +1485,28 @@ msgstr ""
 "Debhelper-Programm auswirkt."
 
 #. type: =head2
-#: debhelper.pod:603
+#: debhelper.pod:621
 msgid "udebs"
 msgstr "Udebs"
 
 #. type: textblock
-#: debhelper.pod:605
+#: debhelper.pod:623
+#, fuzzy
+#| 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 build-depend on debhelper (>= 4.2). Debhelper will try to "
+#| "create udebs that comply with debian-installer policy, by making the "
+#| "generated package files end in F<.udeb>, not installing any documentation "
+#| "into a udeb, skipping over F<preinst>, F<postrm>, F<prerm>, and F<config> "
+#| "scripts, etc."
 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 "
-"build-depend on debhelper (>= 4.2). Debhelper will try to create udebs that "
-"comply with debian-installer policy, by making the generated package files "
-"end in F<.udeb>, not installing any documentation into a udeb, skipping over "
-"F<preinst>, F<postrm>, F<prerm>, and F<config> scripts, etc."
+"\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control> "
+"Debhelper will try to create udebs that comply with debian-installer policy, "
+"by making the generated package files end in F<.udeb>, not installing any "
+"documentation into a udeb, skipping over F<preinst>, F<postrm>, F<prerm>, "
+"and F<config> scripts, etc."
 msgstr ""
 "Debhelper beinhaltet Unterstützung für Udebs. Um ein Udeb mit Debhelper zu "
 "erstellen, fügen Sie dem Absatz des Pakets in F<debian/control> »B<Package-"
@@ -1443,47 +1516,18 @@ msgstr ""
 "keine Dokumentation in ein Udeb installiert wird und indem F<preinst>-, "
 "F<postrm>-, F<prerm>- und F<config>-Skripte etc. übersprungen werden."
 
-#. type: =head2
-#: debhelper.pod:612
-msgid "Build depends"
-msgstr "Bauabhängigkeiten"
-
-#. type: textblock
-#: debhelper.pod:614
-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 "
-"version of debhelper equal to (or greater than) the debhelper compatibility "
-"level your package uses. So if your package used compatibility level 7:"
-msgstr ""
-"Sobald Ihr Paket zum Bauen Debhelper benutzt, fügen Sie Debhelper unbedingt "
-"Ihrer »Build-Depends«-Zeile in F<debian/control> hinzu. Sie sollen die "
-"Bauabhängigkeit auf eine Version von Debhelper setzen, die gleich (oder "
-"größer als) der Debhelper-Kompatibilitätsstufe ist, die Ihr Pakets "
-"verwendet. Falls also Ihr Paket Kompatibilitätsstufe 7 anwendet:"
-
-#. type: verbatim
-#: debhelper.pod:620
-#, no-wrap
-msgid ""
-"  Build-Depends: debhelper (>= 7)\n"
-"\n"
-msgstr ""
-"  Build-Depends: debhelper (>= 7)\n"
-"\n"
-
 #. type: =head1
-#: debhelper.pod:622
+#: debhelper.pod:630
 msgid "ENVIRONMENT"
 msgstr "UMGEBUNGSVARIABLEN"
 
 #. type: =item
-#: debhelper.pod:626
+#: debhelper.pod:634
 msgid "B<DH_VERBOSE>"
 msgstr "B<DH_VERBOSE>"
 
 #. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:636
 msgid ""
 "Set to B<1> to enable verbose mode. Debhelper will output every command it "
 "runs that modifies files on the build system."
@@ -1493,12 +1537,12 @@ msgstr ""
 "Bausystem verändert."
 
 #. type: =item
-#: debhelper.pod:631
+#: debhelper.pod:639
 msgid "B<DH_COMPAT>"
 msgstr "B<DH_COMPAT>"
 
 #. type: textblock
-#: debhelper.pod:633
+#: debhelper.pod:641
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in F<debian/compat>."
@@ -1507,22 +1551,22 @@ msgstr ""
 "werden sollte und setzt dabei jeden Wert in F<debian/compat> außer Kraft."
 
 #. type: =item
-#: debhelper.pod:636
+#: debhelper.pod:644
 msgid "B<DH_NO_ACT>"
 msgstr "B<DH_NO_ACT>"
 
 #. type: textblock
-#: debhelper.pod:638
+#: debhelper.pod:646
 msgid "Set to B<1> to enable no-act mode."
 msgstr "auf B<1> gesetzt, um Modus ohne Aktion zu aktivieren."
 
 #. type: =item
-#: debhelper.pod:640
+#: debhelper.pod:648
 msgid "B<DH_OPTIONS>"
 msgstr "B<DH_OPTIONS>"
 
 #. type: textblock
-#: debhelper.pod:642
+#: debhelper.pod:650
 msgid ""
 "Anything in this variable will be prepended to the command line arguments of "
 "all debhelper commands."
@@ -1531,7 +1575,7 @@ msgstr ""
 "Befehle vorangestellt."
 
 #. type: textblock
-#: debhelper.pod:645
+#: debhelper.pod:653
 msgid ""
 "When using L<dh(1)>, it can be passed options that will be passed on to each "
 "debhelper command, which is generally better than using DH_OPTIONS."
@@ -1541,12 +1585,12 @@ msgstr ""
 "DH_OPTIONS zu verwenden."
 
 #. type: =item
-#: debhelper.pod:648
+#: debhelper.pod:656
 msgid "B<DH_ALWAYS_EXCLUDE>"
 msgstr "B<DH_ALWAYS_EXCLUDE>"
 
 #. type: textblock
-#: debhelper.pod:650
+#: debhelper.pod:658
 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 "
@@ -1558,7 +1602,7 @@ msgstr ""
 "entspricht, B<rm -rf> ausführen."
 
 #. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:662
 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 "
@@ -1576,7 +1620,7 @@ msgstr ""
 "ist, wo auch immer Ihr Paket gebaut wird."
 
 #. type: textblock
-#: debhelper.pod:661
+#: debhelper.pod:669
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1585,10 +1629,10 @@ msgstr ""
 "getrennt werden, wie in B<DH_ALWAYS_EXCLUDE=CVS:.svn>."
 
 #. type: =head1
-#: debhelper.pod:666 dh:890 dh_auto_build:47 dh_auto_clean:50
+#: debhelper.pod:674 dh:892 dh_auto_build:47 dh_auto_clean:50
 #: dh_auto_configure:52 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122
 #: dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:127
-#: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:279
+#: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:258
 #: 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
@@ -1605,32 +1649,32 @@ msgid "SEE ALSO"
 msgstr "SIEHE AUCH"
 
 #. type: =item
-#: debhelper.pod:670
+#: debhelper.pod:678
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 #. type: textblock
-#: debhelper.pod:672
+#: debhelper.pod:680
 msgid "A set of example F<debian/rules> files that use debhelper."
 msgstr ""
 "eine Zusammenstellung von F<debian/rules>-Beispieldateien, die Debhelper "
 "benutzen"
 
 #. type: =item
-#: debhelper.pod:674
+#: debhelper.pod:682
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
 
 #. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:684
 msgid "Debhelper web site."
 msgstr "Debhelper-Website"
 
 #. type: =head1
-#: debhelper.pod:680 dh:896 dh_auto_build:53 dh_auto_clean:56
+#: debhelper.pod:688 dh:898 dh_auto_build:53 dh_auto_clean:56
 #: dh_auto_configure:58 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130
 #: dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:133
-#: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:285
+#: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:264
 #: 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
@@ -1646,10 +1690,10 @@ msgid "AUTHOR"
 msgstr "AUTOR"
 
 #. type: textblock
-#: debhelper.pod:682 dh:898 dh_auto_build:55 dh_auto_clean:58
+#: debhelper.pod:690 dh:900 dh_auto_build:55 dh_auto_clean:58
 #: dh_auto_configure:60 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128
 #: dh_clean:150 dh_compress:214 dh_fixperms:135 dh_gencontrol:90
-#: dh_install:287 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152
+#: dh_install:266 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
@@ -1783,18 +1827,19 @@ msgstr "B<--without> I<Add-on>"
 
 #. type: textblock
 #: dh:58
-msgid "The inverse of B<--with>, disables using the given addon."
+msgid ""
+"The inverse of B<--with>, disables using the given addon. This option can be "
+"repeated more than once, or multiple addons to disable can be listed, "
+"separated by commas."
 msgstr ""
-"das Gegenteil von B<--with>, deaktiviert die Benutzung des angegebenen Add-"
-"ons."
 
 #. type: textblock
-#: dh:62
+#: dh:64
 msgid "List all available addons."
 msgstr "listet alle verfügbaren Add-ons auf."
 
 #. type: textblock
-#: dh:66
+#: dh:68
 msgid ""
 "Prints commands that would run for a given sequence, but does not run them."
 msgstr ""
@@ -1802,7 +1847,7 @@ msgstr ""
 "sie aber nicht aus"
 
 #. type: textblock
-#: dh:70
+#: dh:72
 msgid ""
 "Other options passed to B<dh> are passed on to each command it runs. This "
 "can be used to set an option like B<-v> or B<-X> or B<-N>, as well as for "
@@ -1813,12 +1858,12 @@ msgstr ""
 "oder B<-N> sowie spezialisiertere Optionen zu setzen."
 
 #. type: =head1
-#: dh:74 dh_installdocs:105 dh_link:73 dh_makeshlibs:97 dh_shlibdeps:69
+#: dh:76 dh_installdocs:105 dh_link:73 dh_makeshlibs:97 dh_shlibdeps:69
 msgid "EXAMPLES"
 msgstr "BEISPIELE"
 
 #. type: textblock
-#: dh:76
+#: dh:78
 msgid ""
 "To see what commands are included in a sequence, without actually doing "
 "anything:"
@@ -1827,7 +1872,7 @@ msgstr ""
 "tatsächlich etwas zu tun, geben Sie Folgendes ein:"
 
 #. type: verbatim
-#: dh:79
+#: dh:81
 #, no-wrap
 msgid ""
 "\tdh binary-arch --no-act\n"
@@ -1837,7 +1882,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:81
+#: dh:83
 msgid ""
 "This is a very simple rules file, for packages where the default sequences "
 "of commands work with no additional options."
@@ -1846,7 +1891,7 @@ msgstr ""
 "Befehlssequenzen ohne zusätzliche Optionen arbeiten."
 
 #. type: verbatim
-#: dh:84 dh:105 dh:118
+#: dh:86 dh:107 dh:120
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -1860,7 +1905,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:88
+#: dh:90
 msgid ""
 "Often you'll want to pass an option to a specific debhelper command. The "
 "easy way to do with is by adding an override target for that command."
@@ -1870,7 +1915,7 @@ msgstr ""
 "Ziel für diesen Befehl hinzuzufügen."
 
 #. type: verbatim
-#: dh:91 dh:176 dh:187
+#: dh:93 dh:178 dh:189
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -1884,7 +1929,7 @@ msgstr ""
 "\t\n"
 
 #. type: verbatim
-#: dh:95
+#: dh:97
 #, no-wrap
 msgid ""
 "\toverride_dh_strip:\n"
@@ -1896,7 +1941,7 @@ msgstr ""
 "\t\n"
 
 #. type: verbatim
-#: dh:98
+#: dh:100
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_configure:\n"
@@ -1908,7 +1953,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:101
+#: dh:103
 msgid ""
 "Sometimes the automated L<dh_auto_configure(1)> and L<dh_auto_build(1)> "
 "can't guess what to do for a strange package. Here's how to avoid running "
@@ -1920,7 +1965,7 @@ msgstr ""
 "Befehle ausgeführt werden."
 
 #. type: verbatim
-#: dh:109
+#: dh:111
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_configure:\n"
@@ -1932,7 +1977,7 @@ msgstr ""
 "\n"
 
 #. type: verbatim
-#: dh:112
+#: dh:114
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_build:\n"
@@ -1944,7 +1989,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:115
+#: dh:117
 msgid ""
 "Another common case is wanting to do something manually before or after a "
 "particular debhelper command is run."
@@ -1953,7 +1998,7 @@ msgstr ""
 "besonderen Debhelper-Befehls manuell etwas tun möchten."
 
 #. type: verbatim
-#: dh:122
+#: dh:124
 #, no-wrap
 msgid ""
 "\toverride_dh_fixperms:\n"
@@ -1967,7 +2012,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:126
+#: dh:128
 msgid ""
 "If your package uses autotools and you want to freshen F<config.sub> and "
 "F<config.guess> with newer versions from the B<autotools-dev> package at "
@@ -1980,7 +2025,7 @@ msgstr ""
 "verwenden, die es wie folgt automatisieren."
 
 #. type: verbatim
-#: dh:131
+#: dh:133
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -1994,7 +2039,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:135
+#: dh:137
 msgid ""
 "Python tools are not run by dh by default, due to the continual change in "
 "that area. (Before compatibility level v9, dh does run B<dh_pysupport>.)  "
@@ -2005,7 +2050,7 @@ msgstr ""
 "B<dh_pysupport> aus.) Hier wird gezeigt, wie B<dh_python2> benutzt wird."
 
 #. type: verbatim
-#: dh:139
+#: dh:141
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2019,7 +2064,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:143
+#: dh:145
 msgid ""
 "Here is how to force use of Perl's B<Module::Build> build system, which can "
 "be necessary if debhelper wrongly detects that the package uses MakeMaker."
@@ -2029,7 +2074,7 @@ msgstr ""
 "entdeckt, dass das Programm MakeMaker verwendet."
 
 #. type: verbatim
-#: dh:147
+#: dh:149
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2043,7 +2088,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:151
+#: dh:153
 msgid ""
 "Here is an example of overriding where the B<dh_auto_>I<*> commands find the "
 "package's source, for a package where the source is located in a "
@@ -2054,7 +2099,7 @@ msgstr ""
 "einem Unterverzeichnis liegt."
 
 #. type: verbatim
-#: dh:155
+#: dh:157
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2068,7 +2113,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:159
+#: dh:161
 msgid ""
 "And here is an example of how to tell the B<dh_auto_>I<*> commands to build "
 "in a subdirectory, which will be removed on B<clean>."
@@ -2077,7 +2122,7 @@ msgstr ""
 "dass in einem Unterverzeichnis gebaut wird, das mit B<clean> entfernt wird."
 
 #. type: verbatim
-#: dh:162
+#: dh:164
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2091,7 +2136,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:166
+#: dh:168
 msgid ""
 "If your package can be built in parallel, you can support parallel building "
 "as follows. Then B<dpkg-buildpackage -j> will work."
@@ -2100,7 +2145,7 @@ msgstr ""
 "wie folgt unterstützen. Dann wird B<dpkg-buildpackage -j> funktionieren."
 
 #. type: verbatim
-#: dh:169
+#: dh:171
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2114,7 +2159,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:173
+#: dh:175
 msgid ""
 "Here is a way to prevent B<dh> from running several commands that you don't "
 "want it to run, by defining empty override targets for each command."
@@ -2124,7 +2169,7 @@ msgstr ""
 "setzende Ziele für jeden Befehl definieren."
 
 #. type: verbatim
-#: dh:180
+#: dh:182
 #, no-wrap
 msgid ""
 "\t# Commands not to run:\n"
@@ -2136,7 +2181,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:183
+#: dh:185
 msgid ""
 "A long build process for a separate documentation package can be separated "
 "out using architecture independent overrides.  These will be skipped when "
@@ -2148,7 +2193,7 @@ msgstr ""
 "ausgeführt werden."
 
 #. type: verbatim
-#: dh:191
+#: dh:193
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_build-indep:\n"
@@ -2160,7 +2205,7 @@ msgstr ""
 "\n"
 
 #. type: verbatim
-#: dh:194
+#: dh:196
 #, no-wrap
 msgid ""
 "\t# No tests needed for docs\n"
@@ -2172,7 +2217,7 @@ msgstr ""
 "\n"
 
 #. type: verbatim
-#: dh:197
+#: dh:199
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_install-indep:\n"
@@ -2184,7 +2229,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:200
+#: dh:202
 msgid ""
 "Adding to the example above, suppose you need to chmod a file, but only when "
 "building the architecture dependent package, as it's not present when "
@@ -2196,7 +2241,7 @@ msgstr ""
 "vorhanden ist."
 
 #. type: verbatim
-#: dh:204
+#: dh:206
 #, no-wrap
 msgid ""
 "\toverride_dh_fixperms-arch:\n"
@@ -2210,12 +2255,12 @@ msgstr ""
 "\n"
 
 #. type: =head1
-#: dh:208
+#: dh:210
 msgid "INTERNALS"
 msgstr "INTERNA"
 
 #. type: textblock
-#: dh:210
+#: dh:212
 msgid ""
 "If you're curious about B<dh>'s internals, here's how it works under the "
 "hood."
@@ -2224,7 +2269,7 @@ msgstr ""
 "wie es unter der Haube arbeitet."
 
 #. type: textblock
-#: dh:212
+#: dh:214
 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 "
@@ -2238,7 +2283,7 @@ msgstr ""
 "überspringen."
 
 #. type: textblock
-#: dh:217
+#: dh:219
 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 "
@@ -2252,7 +2297,7 @@ msgstr ""
 "Kraft."
 
 #. type: textblock
-#: dh:222
+#: dh:224
 msgid ""
 "A sequence can also run dependent targets in debian/rules.  For example, the "
 "\"binary\" sequence runs the \"install\" target."
@@ -2261,7 +2306,7 @@ msgstr ""
 "Sequenz »binary« führt zum Beispiel das Ziel »install« aus."
 
 #. type: textblock
-#: dh:225
+#: dh:227
 msgid ""
 "B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass "
 "information through to debhelper commands that are run inside override "
@@ -2275,7 +2320,7 @@ msgstr ""
 "Änderungen."
 
 #. type: textblock
-#: dh:230
+#: dh:232
 msgid ""
 "Commands in the B<build-indep>, B<install-indep> and B<binary-indep> "
 "sequences are passed the B<-i> option to ensure they only work on "
@@ -2291,12 +2336,12 @@ msgstr ""
 "architekturabhängigen Paketen funktionieren."
 
 #. type: =head1
-#: dh:236
+#: dh:238
 msgid "DEPRECATED OPTIONS"
 msgstr "MISSBILLIGTE OPTIONEN"
 
 #. type: textblock
-#: dh:238
+#: dh:240
 msgid ""
 "The following options are deprecated. It's much better to use override "
 "targets instead."
@@ -2305,49 +2350,49 @@ msgstr ""
 "stattdessen außer Kraft setzende Ziele zu verwenden."
 
 #. type: =item
-#: dh:243
+#: dh:245
 msgid "B<--until> I<cmd>"
 msgstr "B<--until> I<Befehl>"
 
 #. type: textblock
-#: dh:245
+#: dh:247
 msgid "Run commands in the sequence until and including I<cmd>, then stop."
 msgstr ""
 "führt Befehle in der Sequenz bis einschließlich I<Befehl> aus und stoppt "
 "dann."
 
 #. type: =item
-#: dh:247
+#: dh:249
 msgid "B<--before> I<cmd>"
 msgstr "B<--before> I<Befehl>"
 
 #. type: textblock
-#: dh:249
+#: dh:251
 msgid "Run commands in the sequence before I<cmd>, then stop."
 msgstr "führt Befehle in der Sequenz vor I<Befehl> aus und stoppt dann."
 
 #. type: =item
-#: dh:251
+#: dh:253
 msgid "B<--after> I<cmd>"
 msgstr "B<--after> I<Befehl>"
 
 #. type: textblock
-#: dh:253
+#: dh:255
 msgid "Run commands in the sequence that come after I<cmd>."
 msgstr "führt Befehle in der Sequenz aus, die nach I<Befehl> kommen."
 
 #. type: =item
-#: dh:255
+#: dh:257
 msgid "B<--remaining>"
 msgstr "B<--remaining>"
 
 #. type: textblock
-#: dh:257
+#: dh:259
 msgid "Run all commands in the sequence that have yet to be run."
 msgstr "führt alle Befehle in der Sequenz aus, die noch auszuführen sind."
 
 #. type: textblock
-#: dh:261
+#: dh:263
 msgid ""
 "In the above options, I<cmd> can be a full name of a debhelper command, or a "
 "substring. It'll first search for a command in the sequence exactly matching "
@@ -2361,10 +2406,10 @@ msgstr ""
 "der letzte in der Sequenz benutzt."
 
 #. type: textblock
-#: dh:892 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54
+#: dh:894 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54
 #: dh_auto_install:87 dh_auto_test:61 dh_builddeb:122 dh_clean:144
 #: dh_compress:208 dh_fixperms:129 dh_gconf:101 dh_gencontrol:84
-#: dh_install:281 dh_installcatalogs:118 dh_installchangelogs:173
+#: dh_install:260 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
@@ -2379,10 +2424,10 @@ msgid "L<debhelper(7)>"
 msgstr "L<debhelper(7)>"
 
 #. type: textblock
-#: dh:894 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56
+#: dh:896 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56
 #: dh_auto_install:89 dh_auto_test:63 dh_bugfiles:128 dh_builddeb:124
 #: dh_clean:146 dh_compress:210 dh_desktop:35 dh_fixperms:131 dh_gconf:103
-#: dh_gencontrol:86 dh_icons:69 dh_install:283 dh_installchangelogs:175
+#: dh_gencontrol:86 dh_icons:69 dh_install:262 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
@@ -3689,82 +3734,11 @@ msgstr ""
 
 #. type: =head1
 #: dh_install:252
-msgid "EXAMPLE"
-msgstr "BEISPIEL"
-
-#. type: textblock
-#: dh_install:254
-msgid ""
-"Suppose your package's upstream F<Makefile> installs a binary, a man page, "
-"and a library into appropriate subdirectories of F<debian/tmp>. You want to "
-"put the library into package libfoo, and the rest into package foo. Your "
-"rules file will run \"B<dh_install --sourcedir=debian/tmp>\". Make F<debian/"
-"foo.install> contain:"
-msgstr ""
-"Angenommen, das F<Makefile> der Originalautoren Ihres Pakets installiert ein "
-"Binärpaket, eine Handbuchseite und eine Bibliothek in geeignete "
-"Unterverzeichnisse von F<debian/tmp>. Sie möchten die Bibliothek in das "
-"Paket »libfoo« und den Rest in das Paket »foo« ablegen. Ihre »rules«-Datei "
-"wird »B<dh_install --sourcedir=debian/tmp>« ausführen. Geben Sie F<debian/"
-"foo.install> den Inhalt:"
-
-#. type: verbatim
-#: dh_install:260
-#, no-wrap
-msgid ""
-"  usr/bin\n"
-"  usr/share/man/man1\n"
-"\n"
-msgstr ""
-"  usr/bin\n"
-"  usr/share/man/man1\n"
-"\n"
-
-#. type: textblock
-#: dh_install:263
-msgid "While F<debian/libfoo.install> contains:"
-msgstr "F<debian/libfoo.install> enthält indessen Folgendes:"
-
-#. type: verbatim
-#: dh_install:265
-#, no-wrap
-msgid ""
-"  usr/lib/libfoo*.so.*\n"
-"\n"
-msgstr ""
-"  usr/lib/libfoo*.so.*\n"
-"\n"
-
-#. type: textblock
-#: dh_install:267
-msgid ""
-"If you want a libfoo-dev package too, F<debian/libfoo-dev.install> might "
-"contain:"
-msgstr ""
-"Falls Sie auch ein »libfoo-dev«-Paket wollen, könnte F<debian/libfoo-dev."
-"install> Folgendes enthalten:"
-
-#. type: verbatim
-#: dh_install:269
-#, no-wrap
-msgid ""
-"  usr/include\n"
-"  usr/lib/libfoo*.so\n"
-"  usr/share/man/man3\n"
-"\n"
-msgstr ""
-"  usr/include\n"
-"  usr/lib/libfoo*.so\n"
-"  usr/share/man/man3\n"
-"\n"
-
-#. type: =head1
-#: dh_install:273
 msgid "LIMITATIONS"
 msgstr "EINSCHRÄNKUNGEN"
 
 #. type: verbatim
-#: dh_install:275
+#: dh_install:254
 #, no-wrap
 msgid ""
 "B<dh_install> cannot rename files or directories, it can only install them\n"
@@ -4267,10 +4241,16 @@ msgstr ""
 
 #. type: textblock
 #: dh_installdebconf:29
+#, fuzzy
+#| msgid ""
+#| "Note that for your config script to be called by B<dpkg>, your "
+#| "F<postinst> needs to source debconf's confmodule. B<dh_installdebconf> "
+#| "does not install this statement into the F<postinst> automatically as it "
+#| "it too hard to do it right."
 msgid ""
 "Note that for your config script to be called by B<dpkg>, your F<postinst> "
 "needs to source debconf's confmodule. B<dh_installdebconf> does not install "
-"this statement into the F<postinst> automatically as it it too hard to do it "
+"this statement into the F<postinst> automatically as it is too hard to do it "
 "right."
 msgstr ""
 "Beachten Sie für Ihr durch B<dpkg> aufgerufenes Konfigurationsskript, dass "
@@ -7637,6 +7617,68 @@ msgstr "Debian-Richtlinie, Version 2.2"
 msgid "Andrew Stribblehill <ads@debian.org>"
 msgstr "Andrew Stribblehill <ads@debian.org>"
 
+#~ msgid "The inverse of B<--with>, disables using the given addon."
+#~ msgstr ""
+#~ "das Gegenteil von B<--with>, deaktiviert die Benutzung des angegebenen "
+#~ "Add-ons."
+
+#~ msgid "Build depends"
+#~ msgstr "Bauabhängigkeiten"
+
+#~ msgid "EXAMPLE"
+#~ msgstr "BEISPIEL"
+
+#~ msgid ""
+#~ "Suppose your package's upstream F<Makefile> installs a binary, a man "
+#~ "page, and a library into appropriate subdirectories of F<debian/tmp>. You "
+#~ "want to put the library into package libfoo, and the rest into package "
+#~ "foo. Your rules file will run \"B<dh_install --sourcedir=debian/tmp>\". "
+#~ "Make F<debian/foo.install> contain:"
+#~ msgstr ""
+#~ "Angenommen, das F<Makefile> der Originalautoren Ihres Pakets installiert "
+#~ "ein Binärpaket, eine Handbuchseite und eine Bibliothek in geeignete "
+#~ "Unterverzeichnisse von F<debian/tmp>. Sie möchten die Bibliothek in das "
+#~ "Paket »libfoo« und den Rest in das Paket »foo« ablegen. Ihre »rules«-"
+#~ "Datei wird »B<dh_install --sourcedir=debian/tmp>« ausführen. Geben Sie "
+#~ "F<debian/foo.install> den Inhalt:"
+
+#~ msgid ""
+#~ "  usr/bin\n"
+#~ "  usr/share/man/man1\n"
+#~ "\n"
+#~ msgstr ""
+#~ "  usr/bin\n"
+#~ "  usr/share/man/man1\n"
+#~ "\n"
+
+#~ msgid "While F<debian/libfoo.install> contains:"
+#~ msgstr "F<debian/libfoo.install> enthält indessen Folgendes:"
+
+#~ msgid ""
+#~ "  usr/lib/libfoo*.so.*\n"
+#~ "\n"
+#~ msgstr ""
+#~ "  usr/lib/libfoo*.so.*\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "If you want a libfoo-dev package too, F<debian/libfoo-dev.install> might "
+#~ "contain:"
+#~ msgstr ""
+#~ "Falls Sie auch ein »libfoo-dev«-Paket wollen, könnte F<debian/libfoo-dev."
+#~ "install> Folgendes enthalten:"
+
+#~ msgid ""
+#~ "  usr/include\n"
+#~ "  usr/lib/libfoo*.so\n"
+#~ "  usr/share/man/man3\n"
+#~ "\n"
+#~ msgstr ""
+#~ "  usr/include\n"
+#~ "  usr/lib/libfoo*.so\n"
+#~ "  usr/share/man/man3\n"
+#~ "\n"
+
 #~ msgid ""
 #~ "You can also put comments in these files; lines beginning with B<#> are "
 #~ "ignored."
index 7de7411f07d9955e114ad2171ba691cf1cb85434..b007f5489b4e6bb187faab9e343039483cc0dc6a 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2011-12-27 11:53-0400\n"
+"POT-Creation-Date: 2012-01-15 14:43-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"
@@ -207,7 +207,7 @@ msgid "Verbose mode: show all commands that modify the package build directory."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:106 dh:64
+#: debhelper.pod:106 dh:66
 msgid "B<--no-act>"
 msgstr ""
 
@@ -504,7 +504,7 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:251 dh:60
+#: debhelper.pod:251 dh:62
 msgid "B<--list>, B<-l>"
 msgstr ""
 
@@ -537,20 +537,36 @@ msgstr ""
 #: debhelper.pod:269
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to "
-"F<debian/compat>. For example, to turn on v8 mode:"
+"F<debian/compat>. For example, to turn on v9 mode:"
 msgstr ""
 
 #. type: verbatim
 #: debhelper.pod:272
 #, no-wrap
 msgid ""
-"  % echo 8 > debian/compat\n"
+"  % echo 9 > debian/compat\n"
 "\n"
 msgstr ""
 
 #. type: textblock
 #: debhelper.pod:274
 msgid ""
+"Your package will also need a versioned build dependency on a version of "
+"debhelper equal to (or greater than) the compatibility level your package "
+"uses. So for compatibility level 9, ensure debian/control has:"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:278
+#, no-wrap
+msgid ""
+"  Build-Depends: debhelper (>= 9)\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:280
+msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
 "indicate if the behavior is different in an earlier compatibility level, so "
@@ -560,17 +576,17 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:281
+#: debhelper.pod:287
 msgid "These are the available compatibility levels:"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:285
+#: debhelper.pod:291
 msgid "v1"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:287
+#: debhelper.pod:293
 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 "
@@ -580,39 +596,39 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:292 debhelper.pod:299 debhelper.pod:322 debhelper.pod:351
+#: debhelper.pod:298 debhelper.pod:305 debhelper.pod:328 debhelper.pod:357
 msgid "This mode is deprecated."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:294
+#: debhelper.pod:300
 msgid "v2"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:296
+#: debhelper.pod:302
 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:301
+#: debhelper.pod:307
 msgid "v3"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:309
 msgid "This mode works like v2, with the following additions:"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:307 debhelper.pod:312 debhelper.pod:316 debhelper.pod:330 debhelper.pod:335 debhelper.pod:340 debhelper.pod:345 debhelper.pod:359 debhelper.pod:363 debhelper.pod:368 debhelper.pod:372 debhelper.pod:384 debhelper.pod:389 debhelper.pod:395 debhelper.pod:401 debhelper.pod:414 debhelper.pod:421 debhelper.pod:425 debhelper.pod:429 debhelper.pod:444 debhelper.pod:448 debhelper.pod:456 debhelper.pod:461 debhelper.pod:475 debhelper.pod:480 debhelper.pod:487 debhelper.pod:492 debhelper.pod:497 debhelper.pod:501 debhelper.pod:507 debhelper.pod:512 debhelper.pod:517
+#: debhelper.pod:313 debhelper.pod:318 debhelper.pod:322 debhelper.pod:336 debhelper.pod:341 debhelper.pod:346 debhelper.pod:351 debhelper.pod:365 debhelper.pod:369 debhelper.pod:374 debhelper.pod:378 debhelper.pod:390 debhelper.pod:395 debhelper.pod:401 debhelper.pod:407 debhelper.pod:420 debhelper.pod:427 debhelper.pod:431 debhelper.pod:435 debhelper.pod:448 debhelper.pod:452 debhelper.pod:460 debhelper.pod:465 debhelper.pod:479 debhelper.pod:484 debhelper.pod:491 debhelper.pod:496 debhelper.pod:501 debhelper.pod:505 debhelper.pod:511 debhelper.pod:516 debhelper.pod:521 debhelper.pod:536
 msgid "-"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:309
+#: debhelper.pod:315
 msgid ""
 "Debhelper config files support globbing via B<*> and B<?>, when "
 "appropriate. To turn this off and use those characters raw, just prefix with "
@@ -620,106 +636,106 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:314
+#: debhelper.pod:320
 msgid ""
 "B<dh_makeshlibs> makes the F<postinst> and F<postrm> scripts call "
 "B<ldconfig>."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:318
+#: debhelper.pod:324
 msgid ""
 "Every file in F<etc/> is automatically flagged as a conffile by "
 "B<dh_installdeb>."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:324
+#: debhelper.pod:330
 msgid "v4"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:326
+#: debhelper.pod:332
 msgid "Changes from v3 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:332
+#: debhelper.pod:338
 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:337
+#: debhelper.pod:343
 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:342
+#: debhelper.pod:348
 msgid ""
 "B<dh_fixperms> will make all files in F<bin/> directories and in "
 "F<etc/init.d> executable."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:347
+#: debhelper.pod:353
 msgid "B<dh_link> will correct existing links to conform with policy."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:353
+#: debhelper.pod:359
 msgid "v5"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:355
+#: debhelper.pod:361
 msgid "Changes from v4 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:361
+#: debhelper.pod:367
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:365
+#: debhelper.pod:371
 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:370
+#: debhelper.pod:376
 msgid "B<dh_installdocs> skips installing empty files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:374
+#: debhelper.pod:380
 msgid "B<dh_install> errors out if wildcards expand to nothing."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:378
+#: debhelper.pod:384
 msgid "v6"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:380
+#: debhelper.pod:386
 msgid "Changes from v5 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:392
 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:391
+#: debhelper.pod:397
 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> "
@@ -727,7 +743,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:397
+#: debhelper.pod:403
 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 "
@@ -735,24 +751,24 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:403
+#: debhelper.pod:409
 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:408
+#: debhelper.pod:414
 msgid "v7"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:410
+#: debhelper.pod:416
 msgid "Changes from v6 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:416
+#: debhelper.pod:422
 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 "
@@ -762,44 +778,39 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:423
+#: debhelper.pod:429
 msgid "B<dh_clean> will read F<debian/clean> and delete files listed there."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:427
+#: debhelper.pod:433
 msgid "B<dh_clean> will delete toplevel F<*-stamp> files."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:431
+#: debhelper.pod:437
 msgid ""
 "B<dh_installchangelogs> will guess at what file is the upstream changelog if "
 "none is specified."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:436
+#: debhelper.pod:442
 msgid "v8"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:438
-msgid "This is the recommended mode of operation."
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:440
+#: debhelper.pod:444
 msgid "Changes from v7 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:446
+#: debhelper.pod:450
 msgid "Commands will fail rather than warning when they are passed unknown options."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:450
+#: debhelper.pod:454
 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.  "
@@ -809,7 +820,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:458
+#: debhelper.pod:462
 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 "
@@ -817,36 +828,36 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:463
+#: debhelper.pod:467
 msgid ""
 "B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
 "F<Makefile.PL>."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:467
+#: debhelper.pod:471
 msgid "v9"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:469
-msgid "This compatibility level is still open for development; use with caution."
+#: debhelper.pod:473
+msgid "This is the recommended mode of operation."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:471
+#: debhelper.pod:475
 msgid "Changes from v8 are:"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:477
+#: debhelper.pod:481
 msgid ""
 "Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
 "directories to autoconf in --libdir and --libexecdir."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:482
+#: debhelper.pod:486
 msgid ""
 "dh is aware of the usual dependencies between targets in debian/rules.  So, "
 "\"dh binary\" will run any build, build-arch, build-indep, install, etc "
@@ -855,26 +866,26 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:489
+#: debhelper.pod:493
 msgid ""
 "B<dh_strip> compresses debugging symbol files to reduce the installed size "
 "of -dbg packages."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:494
+#: debhelper.pod:498
 msgid ""
 "B<dh_auto_configure> does not include the source package name in "
 "--libexecdir when using autoconf."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:499
+#: debhelper.pod:503
 msgid "B<dh> does not default to enabling --with=python-support"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:503
+#: debhelper.pod:507
 msgid ""
 "All of the B<dh_auto_>I<*> debhelper programs and B<dh> set environment "
 "variables listed by B<dpkg-buildflags>, unless they are already set. They "
@@ -882,36 +893,56 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:509
+#: debhelper.pod:513
 msgid "B<dh_auto_configure> passes CFLAGS to perl F<Makefile.PL> and F<Build.PL>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:514
+#: debhelper.pod:518
 msgid ""
 "B<dh_strip> puts separated debug symbols in a location based on their "
 "build-id."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:519
+#: debhelper.pod:523
 msgid ""
 "Executable debhelper config files are run and their output used as the "
 "configuration."
 msgstr ""
 
+#. type: =item
+#: debhelper.pod:528
+msgid "v10"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:530
+msgid "This compatibility level is still open for development; use with caution."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:532
+msgid "Changes from v9 are:"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:538
+msgid "None yet.."
+msgstr ""
+
 #. type: =head1
-#: debhelper.pod:526 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116 dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
+#: debhelper.pod:544 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116 dh_installemacsen:67 dh_installexamples:53 dh_installinit:133 dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55 dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68 dh_usrlocal:49
 msgid "NOTES"
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:528
+#: debhelper.pod:546
 msgid "Multiple binary package support"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:548
 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 "
@@ -923,7 +954,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:538
+#: debhelper.pod:556
 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>, "
@@ -933,12 +964,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:544
+#: debhelper.pod:562
 msgid "Automatic generation of Debian install scripts"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:546
+#: debhelper.pod:564
 msgid ""
 "Some debhelper commands will automatically generate parts of Debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -949,21 +980,21 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:553
+#: debhelper.pod:571
 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:556
+#: debhelper.pod:574
 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:559
+#: debhelper.pod:577
 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 "
@@ -972,7 +1003,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: debhelper.pod:564
+#: debhelper.pod:582
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -984,12 +1015,12 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:570
+#: debhelper.pod:588
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:572
+#: debhelper.pod:590
 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 "
@@ -1001,7 +1032,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:580
+#: debhelper.pod:598
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called "
@@ -1010,7 +1041,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:585
+#: debhelper.pod:603
 msgid ""
 "This is entirely independent of the standard B<${shlibs:Depends}> generated "
 "by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -1019,19 +1050,19 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:590
+#: debhelper.pod:608
 msgid "Package build directories"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:610
 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:595
+#: debhelper.pod:613
 msgid ""
 "Sometimes, you might want to use some other temporary directory. This is "
 "supported by the B<-P> flag. For example, \"B<dh_installdocs "
@@ -1043,108 +1074,86 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: debhelper.pod:603
+#: debhelper.pod:621
 msgid "udebs"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:605
+#: debhelper.pod:623
 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 "
-"build-depend on debhelper (>= 4.2). Debhelper will try to create udebs that "
-"comply with debian-installer policy, by making the generated package files "
-"end in F<.udeb>, not installing any documentation into a udeb, skipping over "
-"F<preinst>, F<postrm>, F<prerm>, and F<config> scripts, etc."
-msgstr ""
-
-#. type: =head2
-#: debhelper.pod:612
-msgid "Build depends"
-msgstr ""
-
-#. type: textblock
-#: debhelper.pod:614
-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 "
-"version of debhelper equal to (or greater than) the debhelper compatibility "
-"level your package uses. So if your package used compatibility level 7:"
-msgstr ""
-
-#. type: verbatim
-#: debhelper.pod:620
-#, no-wrap
-msgid ""
-"  Build-Depends: debhelper (>= 7)\n"
-"\n"
+"\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control>.  "
+"Debhelper will try to create udebs that comply with debian-installer policy, "
+"by making the generated package files end in F<.udeb>, not installing any "
+"documentation into a udeb, skipping over F<preinst>, F<postrm>, F<prerm>, "
+"and F<config> scripts, etc."
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:622
+#: debhelper.pod:630
 msgid "ENVIRONMENT"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:626
+#: debhelper.pod:634
 msgid "B<DH_VERBOSE>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:636
 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:631
+#: debhelper.pod:639
 msgid "B<DH_COMPAT>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:633
+#: debhelper.pod:641
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in F<debian/compat>."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:636
+#: debhelper.pod:644
 msgid "B<DH_NO_ACT>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:638
+#: debhelper.pod:646
 msgid "Set to B<1> to enable no-act mode."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:640
+#: debhelper.pod:648
 msgid "B<DH_OPTIONS>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:642
+#: debhelper.pod:650
 msgid ""
 "Anything in this variable will be prepended to the command line arguments of "
 "all debhelper commands."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:645
+#: debhelper.pod:653
 msgid ""
 "When using L<dh(1)>, it can be passed options that will be passed on to each "
 "debhelper command, which is generally better than using DH_OPTIONS."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:648
+#: debhelper.pod:656
 msgid "B<DH_ALWAYS_EXCLUDE>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:650
+#: debhelper.pod:658
 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 "
@@ -1152,7 +1161,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:662
 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 "
@@ -1163,44 +1172,44 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:661
+#: debhelper.pod:669
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:666 dh:890 dh_auto_build:47 dh_auto_clean:50 dh_auto_configure:52 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122 dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:127 dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:258 dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77 dh_installdeb:144 dh_installdebconf:126 dh_installdirs:86 dh_installdocs:307 dh_installemacsen:124 dh_installexamples:106 dh_installifupdown:69 dh_installinfo:77 dh_installinit:275 dh_installlogcheck:78 dh_installlogrotate:50 dh_installman:259 dh_installmanpages:197 dh_installmenu:87 dh_installmime:95 dh_installmodules:124 dh_installpam:59 dh_installppp:65 dh_installudev:115 dh_installwm:108 dh_installxfonts:87 dh_link:226 dh_lintian:57 dh_listpackages:30 dh_makeshlibs:258 dh_md5sums:90 dh_movefiles:170 dh_perl:146 dh_prep:60 dh_python:280 dh_scrollkeeper:28 dh_shlibdeps:171 dh_strip:242 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_undocumented:28 dh_usrlocal:114
+#: debhelper.pod:674 dh:892 dh_auto_build:47 dh_auto_clean:50 dh_auto_configure:52 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122 dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:127 dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:258 dh_installcatalogs:116 dh_installchangelogs:171 dh_installcron:77 dh_installdeb:144 dh_installdebconf:126 dh_installdirs:86 dh_installdocs:307 dh_installemacsen:124 dh_installexamples:106 dh_installifupdown:69 dh_installinfo:77 dh_installinit:275 dh_installlogcheck:78 dh_installlogrotate:50 dh_installman:259 dh_installmanpages:197 dh_installmenu:87 dh_installmime:95 dh_installmodules:124 dh_installpam:59 dh_installppp:65 dh_installudev:115 dh_installwm:108 dh_installxfonts:87 dh_link:226 dh_lintian:57 dh_listpackages:30 dh_makeshlibs:258 dh_md5sums:90 dh_movefiles:170 dh_perl:146 dh_prep:60 dh_python:280 dh_scrollkeeper:28 dh_shlibdeps:171 dh_strip:242 dh_suidregister:117 dh_testdir:44 dh_testroot:27 dh_undocumented:28 dh_usrlocal:114
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:670
+#: debhelper.pod:678
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:672
+#: debhelper.pod:680
 msgid "A set of example F<debian/rules> files that use debhelper."
 msgstr ""
 
 #. type: =item
-#: debhelper.pod:674
+#: debhelper.pod:682
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:684
 msgid "Debhelper web site."
 msgstr ""
 
 #. type: =head1
-#: debhelper.pod:680 dh:896 dh_auto_build:53 dh_auto_clean:56 dh_auto_configure:58 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130 dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:133 dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:264 dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83 dh_installdeb:150 dh_installdebconf:132 dh_installdirs:92 dh_installdocs:313 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:83 dh_installlogcheck:84 dh_installlogrotate:56 dh_installman:265 dh_installmanpages:203 dh_installmenu:95 dh_installmime:101 dh_installmodules:130 dh_installpam:65 dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:93 dh_link:232 dh_lintian:65 dh_listpackages:36 dh_makeshlibs:264 dh_md5sums:96 dh_movefiles:176 dh_perl:152 dh_prep:66 dh_python:286 dh_scrollkeeper:34 dh_shlibdeps:177 dh_strip:248 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_undocumented:34 dh_usrlocal:120
+#: debhelper.pod:688 dh:898 dh_auto_build:53 dh_auto_clean:56 dh_auto_configure:58 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130 dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:133 dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:264 dh_installcatalogs:122 dh_installchangelogs:177 dh_installcron:83 dh_installdeb:150 dh_installdebconf:132 dh_installdirs:92 dh_installdocs:313 dh_installemacsen:130 dh_installexamples:112 dh_installifupdown:75 dh_installinfo:83 dh_installlogcheck:84 dh_installlogrotate:56 dh_installman:265 dh_installmanpages:203 dh_installmenu:95 dh_installmime:101 dh_installmodules:130 dh_installpam:65 dh_installppp:71 dh_installudev:121 dh_installwm:114 dh_installxfonts:93 dh_link:232 dh_lintian:65 dh_listpackages:36 dh_makeshlibs:264 dh_md5sums:96 dh_movefiles:176 dh_perl:152 dh_prep:66 dh_python:286 dh_scrollkeeper:34 dh_shlibdeps:177 dh_strip:248 dh_suidregister:123 dh_testdir:50 dh_testroot:33 dh_undocumented:34 dh_usrlocal:120
 msgid "AUTHOR"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:682 dh:898 dh_auto_build:55 dh_auto_clean:58 dh_auto_configure:60 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128 dh_clean:150 dh_compress:214 dh_fixperms:135 dh_gencontrol:90 dh_install:266 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152 dh_installdebconf:134 dh_installdirs:94 dh_installdocs:315 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58 dh_installman:267 dh_installmanpages:205 dh_installmenu:97 dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_installppp:73 dh_installudev:123 dh_installwm:116 dh_installxfonts:95 dh_link:234 dh_listpackages:38 dh_makeshlibs:266 dh_md5sums:98 dh_movefiles:178 dh_prep:68 dh_shlibdeps:179 dh_strip:250 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_undocumented:36
+#: debhelper.pod:690 dh:900 dh_auto_build:55 dh_auto_clean:58 dh_auto_configure:60 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128 dh_clean:150 dh_compress:214 dh_fixperms:135 dh_gencontrol:90 dh_install:266 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152 dh_installdebconf:134 dh_installdirs:94 dh_installdocs:315 dh_installemacsen:132 dh_installexamples:114 dh_installifupdown:77 dh_installinfo:85 dh_installinit:283 dh_installlogrotate:58 dh_installman:267 dh_installmanpages:205 dh_installmenu:97 dh_installmime:103 dh_installmodules:132 dh_installpam:67 dh_installppp:73 dh_installudev:123 dh_installwm:116 dh_installxfonts:95 dh_link:234 dh_listpackages:38 dh_makeshlibs:266 dh_md5sums:98 dh_movefiles:178 dh_prep:68 dh_shlibdeps:179 dh_strip:250 dh_suidregister:125 dh_testdir:52 dh_testroot:35 dh_undocumented:36
 msgid "Joey Hess <joeyh@debian.org>"
 msgstr ""
 
@@ -1286,21 +1295,24 @@ msgstr ""
 
 #. type: textblock
 #: dh:58
-msgid "The inverse of B<--with>, disables using the given addon."
+msgid ""
+"The inverse of B<--with>, disables using the given addon. This option can be "
+"repeated more than once, or multiple addons to disable can be listed, "
+"separated by commas."
 msgstr ""
 
 #. type: textblock
-#: dh:62
+#: dh:64
 msgid "List all available addons."
 msgstr ""
 
 #. type: textblock
-#: dh:66
+#: dh:68
 msgid "Prints commands that would run for a given sequence, but does not run them."
 msgstr ""
 
 #. type: textblock
-#: dh:70
+#: dh:72
 msgid ""
 "Other options passed to B<dh> are passed on to each command it runs. This "
 "can be used to set an option like B<-v> or B<-X> or B<-N>, as well as for "
@@ -1308,19 +1320,19 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: dh:74 dh_installdocs:105 dh_link:73 dh_makeshlibs:97 dh_shlibdeps:69
+#: dh:76 dh_installdocs:105 dh_link:73 dh_makeshlibs:97 dh_shlibdeps:69
 msgid "EXAMPLES"
 msgstr ""
 
 #. type: textblock
-#: dh:76
+#: dh:78
 msgid ""
 "To see what commands are included in a sequence, without actually doing "
 "anything:"
 msgstr ""
 
 #. type: verbatim
-#: dh:79
+#: dh:81
 #, no-wrap
 msgid ""
 "\tdh binary-arch --no-act\n"
@@ -1328,14 +1340,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:81
+#: dh:83
 msgid ""
 "This is a very simple rules file, for packages where the default sequences "
 "of commands work with no additional options."
 msgstr ""
 
 #. type: verbatim
-#: dh:84 dh:105 dh:118
+#: dh:86 dh:107 dh:120
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -1345,14 +1357,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:88
+#: dh:90
 msgid ""
 "Often you'll want to pass an option to a specific debhelper command. The "
 "easy way to do with is by adding an override target for that command."
 msgstr ""
 
 #. type: verbatim
-#: dh:91 dh:176 dh:187
+#: dh:93 dh:178 dh:189
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -1362,7 +1374,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:95
+#: dh:97
 #, no-wrap
 msgid ""
 "\toverride_dh_strip:\n"
@@ -1371,7 +1383,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:98
+#: dh:100
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_configure:\n"
@@ -1380,7 +1392,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:101
+#: dh:103
 msgid ""
 "Sometimes the automated L<dh_auto_configure(1)> and L<dh_auto_build(1)> "
 "can't guess what to do for a strange package. Here's how to avoid running "
@@ -1388,7 +1400,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:109
+#: dh:111
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_configure:\n"
@@ -1397,7 +1409,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:112
+#: dh:114
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_build:\n"
@@ -1406,14 +1418,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:115
+#: dh:117
 msgid ""
 "Another common case is wanting to do something manually before or after a "
 "particular debhelper command is run."
 msgstr ""
 
 #. type: verbatim
-#: dh:122
+#: dh:124
 #, no-wrap
 msgid ""
 "\toverride_dh_fixperms:\n"
@@ -1423,7 +1435,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:126
+#: dh:128
 msgid ""
 "If your package uses autotools and you want to freshen F<config.sub> and "
 "F<config.guess> with newer versions from the B<autotools-dev> package at "
@@ -1432,7 +1444,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:131
+#: dh:133
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -1442,7 +1454,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:135
+#: dh:137
 msgid ""
 "Python tools are not run by dh by default, due to the continual change in "
 "that area. (Before compatibility level v9, dh does run B<dh_pysupport>.)  "
@@ -1450,7 +1462,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:139
+#: dh:141
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -1460,14 +1472,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:143
+#: dh:145
 msgid ""
 "Here is how to force use of Perl's B<Module::Build> build system, which can "
 "be necessary if debhelper wrongly detects that the package uses MakeMaker."
 msgstr ""
 
 #. type: verbatim
-#: dh:147
+#: dh:149
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -1477,7 +1489,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:151
+#: dh:153
 msgid ""
 "Here is an example of overriding where the B<dh_auto_>I<*> commands find the "
 "package's source, for a package where the source is located in a "
@@ -1485,7 +1497,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:155
+#: dh:157
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -1495,14 +1507,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:159
+#: dh:161
 msgid ""
 "And here is an example of how to tell the B<dh_auto_>I<*> commands to build "
 "in a subdirectory, which will be removed on B<clean>."
 msgstr ""
 
 #. type: verbatim
-#: dh:162
+#: dh:164
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -1512,14 +1524,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:166
+#: dh:168
 msgid ""
 "If your package can be built in parallel, you can support parallel building "
 "as follows. Then B<dpkg-buildpackage -j> will work."
 msgstr ""
 
 #. type: verbatim
-#: dh:169
+#: dh:171
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -1529,14 +1541,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:173
+#: dh:175
 msgid ""
 "Here is a way to prevent B<dh> from running several commands that you don't "
 "want it to run, by defining empty override targets for each command."
 msgstr ""
 
 #. type: verbatim
-#: dh:180
+#: dh:182
 #, no-wrap
 msgid ""
 "\t# Commands not to run:\n"
@@ -1545,7 +1557,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:183
+#: dh:185
 msgid ""
 "A long build process for a separate documentation package can be separated "
 "out using architecture independent overrides.  These will be skipped when "
@@ -1553,7 +1565,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:191
+#: dh:193
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_build-indep:\n"
@@ -1562,7 +1574,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:194
+#: dh:196
 #, no-wrap
 msgid ""
 "\t# No tests needed for docs\n"
@@ -1571,7 +1583,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:197
+#: dh:199
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_install-indep:\n"
@@ -1580,7 +1592,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:200
+#: dh:202
 msgid ""
 "Adding to the example above, suppose you need to chmod a file, but only when "
 "building the architecture dependent package, as it's not present when "
@@ -1588,7 +1600,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:204
+#: dh:206
 #, no-wrap
 msgid ""
 "\toverride_dh_fixperms-arch:\n"
@@ -1598,19 +1610,19 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: dh:208
+#: dh:210
 msgid "INTERNALS"
 msgstr ""
 
 #. type: textblock
-#: dh:210
+#: dh:212
 msgid ""
 "If you're curious about B<dh>'s internals, here's how it works under the "
 "hood."
 msgstr ""
 
 #. type: textblock
-#: dh:212
+#: dh:214
 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 "
@@ -1619,7 +1631,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:217
+#: dh:219
 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 "
@@ -1628,14 +1640,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:222
+#: dh:224
 msgid ""
 "A sequence can also run dependent targets in debian/rules.  For example, the "
 "\"binary\" sequence runs the \"install\" target."
 msgstr ""
 
 #. type: textblock
-#: dh:225
+#: dh:227
 msgid ""
 "B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass "
 "information through to debhelper commands that are run inside override "
@@ -1644,7 +1656,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:230
+#: dh:232
 msgid ""
 "Commands in the B<build-indep>, B<install-indep> and B<binary-indep> "
 "sequences are passed the B<-i> option to ensure they only work on "
@@ -1654,59 +1666,59 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: dh:236
+#: dh:238
 msgid "DEPRECATED OPTIONS"
 msgstr ""
 
 #. type: textblock
-#: dh:238
+#: dh:240
 msgid ""
 "The following options are deprecated. It's much better to use override "
 "targets instead."
 msgstr ""
 
 #. type: =item
-#: dh:243
+#: dh:245
 msgid "B<--until> I<cmd>"
 msgstr ""
 
 #. type: textblock
-#: dh:245
+#: dh:247
 msgid "Run commands in the sequence until and including I<cmd>, then stop."
 msgstr ""
 
 #. type: =item
-#: dh:247
+#: dh:249
 msgid "B<--before> I<cmd>"
 msgstr ""
 
 #. type: textblock
-#: dh:249
+#: dh:251
 msgid "Run commands in the sequence before I<cmd>, then stop."
 msgstr ""
 
 #. type: =item
-#: dh:251
+#: dh:253
 msgid "B<--after> I<cmd>"
 msgstr ""
 
 #. type: textblock
-#: dh:253
+#: dh:255
 msgid "Run commands in the sequence that come after I<cmd>."
 msgstr ""
 
 #. type: =item
-#: dh:255
+#: dh:257
 msgid "B<--remaining>"
 msgstr ""
 
 #. type: textblock
-#: dh:257
+#: dh:259
 msgid "Run all commands in the sequence that have yet to be run."
 msgstr ""
 
 #. type: textblock
-#: dh:261
+#: dh:263
 msgid ""
 "In the above options, I<cmd> can be a full name of a debhelper command, or a "
 "substring. It'll first search for a command in the sequence exactly matching "
@@ -1715,12 +1727,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: dh:892 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54 dh_auto_install:87 dh_auto_test:61 dh_builddeb:122 dh_clean:144 dh_compress:208 dh_fixperms:129 dh_gconf:101 dh_gencontrol:84 dh_install:260 dh_installcatalogs:118 dh_installchangelogs:173 dh_installcron:79 dh_installdeb:146 dh_installdebconf:128 dh_installdirs:88 dh_installdocs:309 dh_installemacsen:126 dh_installexamples:108 dh_installifupdown:71 dh_installinfo:79 dh_installinit:277 dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:261 dh_installmanpages:199 dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110 dh_installxfonts:89 dh_link:228 dh_listpackages:32 dh_makeshlibs:260 dh_md5sums:92 dh_movefiles:172 dh_perl:148 dh_prep:62 dh_python:282 dh_strip:244 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_undocumented:30 dh_usrlocal:116
+#: dh:894 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54 dh_auto_install:87 dh_auto_test:61 dh_builddeb:122 dh_clean:144 dh_compress:208 dh_fixperms:129 dh_gconf:101 dh_gencontrol:84 dh_install:260 dh_installcatalogs:118 dh_installchangelogs:173 dh_installcron:79 dh_installdeb:146 dh_installdebconf:128 dh_installdirs:88 dh_installdocs:309 dh_installemacsen:126 dh_installexamples:108 dh_installifupdown:71 dh_installinfo:79 dh_installinit:277 dh_installlogcheck:80 dh_installlogrotate:52 dh_installman:261 dh_installmanpages:199 dh_installmime:97 dh_installmodules:126 dh_installpam:61 dh_installppp:67 dh_installudev:117 dh_installwm:110 dh_installxfonts:89 dh_link:228 dh_listpackages:32 dh_makeshlibs:260 dh_md5sums:92 dh_movefiles:172 dh_perl:148 dh_prep:62 dh_python:282 dh_strip:244 dh_suidregister:119 dh_testdir:46 dh_testroot:29 dh_undocumented:30 dh_usrlocal:116
 msgid "L<debhelper(7)>"
 msgstr ""
 
 #. type: textblock
-#: dh:894 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56 dh_auto_install:89 dh_auto_test:63 dh_bugfiles:128 dh_builddeb:124 dh_clean:146 dh_compress:210 dh_desktop:35 dh_fixperms:131 dh_gconf:103 dh_gencontrol:86 dh_icons:69 dh_install:262 dh_installchangelogs:175 dh_installcron:81 dh_installdeb:148 dh_installdebconf:130 dh_installdirs:90 dh_installdocs:311 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:81 dh_installinit:279 dh_installlogrotate:54 dh_installman:263 dh_installmanpages:201 dh_installmenu:93 dh_installmime:99 dh_installmodules:128 dh_installpam:63 dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:91 dh_link:230 dh_lintian:61 dh_listpackages:34 dh_makeshlibs:262 dh_md5sums:94 dh_movefiles:174 dh_perl:150 dh_prep:64 dh_python:284 dh_scrollkeeper:32 dh_shlibdeps:175 dh_strip:246 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_undocumented:32 dh_usrlocal:118
+#: dh:896 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56 dh_auto_install:89 dh_auto_test:63 dh_bugfiles:128 dh_builddeb:124 dh_clean:146 dh_compress:210 dh_desktop:35 dh_fixperms:131 dh_gconf:103 dh_gencontrol:86 dh_icons:69 dh_install:262 dh_installchangelogs:175 dh_installcron:81 dh_installdeb:148 dh_installdebconf:130 dh_installdirs:90 dh_installdocs:311 dh_installemacsen:128 dh_installexamples:110 dh_installifupdown:73 dh_installinfo:81 dh_installinit:279 dh_installlogrotate:54 dh_installman:263 dh_installmanpages:201 dh_installmenu:93 dh_installmime:99 dh_installmodules:128 dh_installpam:63 dh_installppp:69 dh_installudev:119 dh_installwm:112 dh_installxfonts:91 dh_link:230 dh_lintian:61 dh_listpackages:34 dh_makeshlibs:262 dh_md5sums:94 dh_movefiles:174 dh_perl:150 dh_prep:64 dh_python:284 dh_scrollkeeper:32 dh_shlibdeps:175 dh_strip:246 dh_suidregister:121 dh_testdir:48 dh_testroot:31 dh_undocumented:32 dh_usrlocal:118
 msgid "This program is a part of debhelper."
 msgstr ""
 
index bc7c8a71040dcfe848ac99b48d894937da401b84..18ad2f710b193f90338908c36227a0665b0b1b70 100644 (file)
@@ -32,7 +32,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: debhelper 8.9.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-27 11:53-0400\n"
+"POT-Creation-Date: 2012-01-15 14:43-0400\n"
 "PO-Revision-Date: 2011-08-01 19:58+0200\n"
 "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
 "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -372,7 +372,7 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:106 dh:64
+#: debhelper.pod:106 dh:66
 msgid "B<--no-act>"
 msgstr "B<--no-act>"
 
@@ -788,7 +788,7 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:251 dh:60
+#: debhelper.pod:251 dh:62
 msgid "B<--list>, B<-l>"
 msgstr "B<--list>, B<-l>"
 
@@ -833,9 +833,13 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: debhelper.pod:269
+#, fuzzy
+#| msgid ""
+#| "Tell debhelper what compatibility level to use by writing a number to "
+#| "F<debian/compat>. For example, to turn on v8 mode:"
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to "
-"F<debian/compat>. For example, to turn on v8 mode:"
+"F<debian/compat>. For example, to turn on v9 mode:"
 msgstr ""
 "Para especificar a debhelper qué nivel de compatibilidad usar, debe escribir "
 "un número en f<debian/compat>. Por ejemplo, para activar el modo v8:"
@@ -843,9 +847,12 @@ msgstr ""
 # type: verbatim
 #. type: verbatim
 #: debhelper.pod:272
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "  % echo 8 > debian/compat\n"
+#| "\n"
 msgid ""
-"  % echo 8 > debian/compat\n"
+"  % echo 9 > debian/compat\n"
 "\n"
 msgstr ""
 "  % echo 8 > debian/compat\n"
@@ -854,6 +861,41 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: debhelper.pod:274
+#, fuzzy
+#| 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 version of debhelper equal to (or greater than) the debhelper "
+#| "compatibility level your package uses. So if your package used "
+#| "compatibility level 7:"
+msgid ""
+"Your package will also need a versioned build dependency on a version of "
+"debhelper equal to (or greater than) the compatibility level your package "
+"uses. So for compatibility level 9, ensure debian/control has:"
+msgstr ""
+"Una vez que su paquete usa debhelper para construirse, asegúrese de añadir "
+"debhelper a sus dependencias de construcción en F<debian/control>. Debería "
+"usar como dependencia de construcción («build-depend») una versión de "
+"debhelper igual o mayor que el nivel de compatibilidad de debhelper que use "
+"su paquete. Por ejemplo, si su paquete usa el nivel de compatibilidad 7:"
+
+# type: verbatim
+#. type: verbatim
+#: debhelper.pod:278
+#, fuzzy, no-wrap
+#| msgid ""
+#| "  Build-Depends: debhelper (>= 7)\n"
+#| "\n"
+msgid ""
+"  Build-Depends: debhelper (>= 9)\n"
+"\n"
+msgstr ""
+"  Build-Depends: debhelper (>= 7)\n"
+"\n"
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:280
 msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
@@ -870,18 +912,18 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:281
+#: debhelper.pod:287
 msgid "These are the available compatibility levels:"
 msgstr "Los niveles de compatibilidad disponibles son:"
 
 #. type: =item
-#: debhelper.pod:285
+#: debhelper.pod:291
 msgid "v1"
 msgstr "v1"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:287
+#: debhelper.pod:293
 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 "
@@ -895,18 +937,18 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:292 debhelper.pod:299 debhelper.pod:322 debhelper.pod:351
+#: debhelper.pod:298 debhelper.pod:305 debhelper.pod:328 debhelper.pod:357
 msgid "This mode is deprecated."
 msgstr "Este modo está obsoleto."
 
 #. type: =item
-#: debhelper.pod:294
+#: debhelper.pod:300
 msgid "v2"
 msgstr "v2"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:296
+#: debhelper.pod:302
 msgid ""
 "In this mode, debhelper will consistently use debian/I<package> as the "
 "package tree directory for every package that is built."
@@ -915,32 +957,33 @@ msgstr ""
 "el árbol de directorios para cada paquete que se construya."
 
 #. type: =item
-#: debhelper.pod:301
+#: debhelper.pod:307
 msgid "v3"
 msgstr "v3"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:309
 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:307 debhelper.pod:312 debhelper.pod:316 debhelper.pod:330
-#: debhelper.pod:335 debhelper.pod:340 debhelper.pod:345 debhelper.pod:359
-#: debhelper.pod:363 debhelper.pod:368 debhelper.pod:372 debhelper.pod:384
-#: debhelper.pod:389 debhelper.pod:395 debhelper.pod:401 debhelper.pod:414
-#: debhelper.pod:421 debhelper.pod:425 debhelper.pod:429 debhelper.pod:444
-#: debhelper.pod:448 debhelper.pod:456 debhelper.pod:461 debhelper.pod:475
-#: debhelper.pod:480 debhelper.pod:487 debhelper.pod:492 debhelper.pod:497
-#: debhelper.pod:501 debhelper.pod:507 debhelper.pod:512 debhelper.pod:517
+#: debhelper.pod:313 debhelper.pod:318 debhelper.pod:322 debhelper.pod:336
+#: debhelper.pod:341 debhelper.pod:346 debhelper.pod:351 debhelper.pod:365
+#: debhelper.pod:369 debhelper.pod:374 debhelper.pod:378 debhelper.pod:390
+#: debhelper.pod:395 debhelper.pod:401 debhelper.pod:407 debhelper.pod:420
+#: debhelper.pod:427 debhelper.pod:431 debhelper.pod:435 debhelper.pod:448
+#: debhelper.pod:452 debhelper.pod:460 debhelper.pod:465 debhelper.pod:479
+#: debhelper.pod:484 debhelper.pod:491 debhelper.pod:496 debhelper.pod:501
+#: debhelper.pod:505 debhelper.pod:511 debhelper.pod:516 debhelper.pod:521
+#: debhelper.pod:536
 msgid "-"
 msgstr "-"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:309
+#: debhelper.pod:315
 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."
@@ -951,7 +994,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:314
+#: debhelper.pod:320
 msgid ""
 "B<dh_makeshlibs> makes the F<postinst> and F<postrm> scripts call "
 "B<ldconfig>."
@@ -961,7 +1004,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:318
+#: debhelper.pod:324
 msgid ""
 "Every file in F<etc/> is automatically flagged as a conffile by "
 "B<dh_installdeb>."
@@ -970,18 +1013,18 @@ msgstr ""
 "conffiles."
 
 #. type: =item
-#: debhelper.pod:324
+#: debhelper.pod:330
 msgid "v4"
 msgstr "v4"
 
 #. type: textblock
-#: debhelper.pod:326
+#: debhelper.pod:332
 msgid "Changes from v3 are:"
 msgstr "Los cambios desde el nivel v3 son:"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:332
+#: debhelper.pod:338
 msgid ""
 "B<dh_makeshlibs -V> will not include the Debian part of the version number "
 "in the generated dependency line in the shlibs file."
@@ -991,7 +1034,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:337
+#: debhelper.pod:343
 msgid ""
 "You are encouraged to put the new B<${misc:Depends}> into F<debian/control> "
 "to supplement the B<${shlibs:Depends}> field."
@@ -1001,7 +1044,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:342
+#: debhelper.pod:348
 msgid ""
 "B<dh_fixperms> will make all files in F<bin/> directories and in F<etc/init."
 "d> executable."
@@ -1011,32 +1054,32 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:347
+#: debhelper.pod:353
 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:353
+#: debhelper.pod:359
 msgid "v5"
 msgstr "v5"
 
 #. type: textblock
-#: debhelper.pod:355
+#: debhelper.pod:361
 msgid "Changes from v4 are:"
 msgstr "Los cambios desde el nivel v4 son:"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:361
+#: debhelper.pod:367
 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:365
+#: debhelper.pod:371
 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."
@@ -1047,31 +1090,31 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:370
+#: debhelper.pod:376
 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:374
+#: debhelper.pod:380
 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:378
+#: debhelper.pod:384
 msgid "v6"
 msgstr "v6"
 
 #. type: textblock
-#: debhelper.pod:380
+#: debhelper.pod:386
 msgid "Changes from v5 are:"
 msgstr "Los cambios desde el nivel v5 son:"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:392
 msgid ""
 "Commands that generate maintainer script fragments will order the fragments "
 "in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1081,7 +1124,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:391
+#: debhelper.pod:397
 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 "
@@ -1093,7 +1136,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:397
+#: debhelper.pod:403
 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 "
@@ -1105,7 +1148,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:403
+#: debhelper.pod:409
 msgid ""
 "B<dh_installman> allows overwriting existing man pages in the package build "
 "directory. In previous compatibility levels it silently refuses to do this."
@@ -1115,18 +1158,18 @@ msgstr ""
 "anteriores simplemente rechazaba hacerlo, de forma silenciosa."
 
 #. type: =item
-#: debhelper.pod:408
+#: debhelper.pod:414
 msgid "v7"
 msgstr "v7"
 
 #. type: textblock
-#: debhelper.pod:410
+#: debhelper.pod:416
 msgid "Changes from v6 are:"
 msgstr "Los cambios desde el nivel v6 son:"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:416
+#: debhelper.pod:422
 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 "
@@ -1142,20 +1185,20 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:423
+#: debhelper.pod:429
 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:427
+#: debhelper.pod:433
 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:431
+#: debhelper.pod:437
 msgid ""
 "B<dh_installchangelogs> will guess at what file is the upstream changelog if "
 "none is specified."
@@ -1164,23 +1207,17 @@ msgstr ""
 "cambios de la fuente original si no se especifica ninguno."
 
 #. type: =item
-#: debhelper.pod:436
+#: debhelper.pod:442
 msgid "v8"
 msgstr "v8"
 
-# type: textblock
-#. type: textblock
-#: debhelper.pod:438
-msgid "This is the recommended mode of operation."
-msgstr "Este es el modo de operación aconsejado."
-
 #. type: textblock
-#: debhelper.pod:440
+#: debhelper.pod:444
 msgid "Changes from v7 are:"
 msgstr "Los cambios desde el nivel v7 son:"
 
 #. type: textblock
-#: debhelper.pod:446
+#: debhelper.pod:450
 msgid ""
 "Commands will fail rather than warning when they are passed unknown options."
 msgstr ""
@@ -1188,7 +1225,7 @@ msgstr ""
 "opciones desconocidas."
 
 #. type: textblock
-#: debhelper.pod:450
+#: debhelper.pod:454
 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.  "
@@ -1203,7 +1240,7 @@ msgstr ""
 "comportamiento que puede impedir la construcción de algunos paquetes."
 
 #. type: textblock
-#: debhelper.pod:458
+#: debhelper.pod:462
 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 $@>"
@@ -1214,7 +1251,7 @@ msgstr ""
 "B<dh $@ --foo>, no B<dh --foo $@>."
 
 #. type: textblock
-#: debhelper.pod:463
+#: debhelper.pod:467
 msgid ""
 "B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
 "F<Makefile.PL>."
@@ -1223,25 +1260,23 @@ msgstr ""
 "preferencia a un fichero F<Makefile.PL>."
 
 #. type: =item
-#: debhelper.pod:467
+#: debhelper.pod:471
 msgid "v9"
 msgstr "v9"
 
+# type: textblock
 #. type: textblock
-#: debhelper.pod:469
-msgid ""
-"This compatibility level is still open for development; use with caution."
-msgstr ""
-"Este nivel de compatibilidad aún está en desarrollo, utilícelo con "
-"precaución."
+#: debhelper.pod:473
+msgid "This is the recommended mode of operation."
+msgstr "Este es el modo de operación aconsejado."
 
 #. type: textblock
-#: debhelper.pod:471
+#: debhelper.pod:475
 msgid "Changes from v8 are:"
 msgstr "Los cambios desde el nivel v8 son:"
 
 #. type: textblock
-#: debhelper.pod:477
+#: debhelper.pod:481
 msgid ""
 "Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
 "directories to autoconf in --libdir and --libexecdir."
@@ -1250,7 +1285,7 @@ msgstr ""
 "multiarquitectura a autoconf en «--libdir» y «--libexecdir»."
 
 #. type: textblock
-#: debhelper.pod:482
+#: debhelper.pod:486
 msgid ""
 "dh is aware of the usual dependencies between targets in debian/rules.  So, "
 "\"dh binary\" will run any build, build-arch, build-indep, install, etc "
@@ -1259,14 +1294,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:489
+#: debhelper.pod:493
 msgid ""
 "B<dh_strip> compresses debugging symbol files to reduce the installed size "
 "of -dbg packages."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:494
+#: debhelper.pod:498
 msgid ""
 "B<dh_auto_configure> does not include the source package name in --"
 "libexecdir when using autoconf."
@@ -1275,12 +1310,12 @@ msgstr ""
 "libexecdir» al utilizar autoconf."
 
 #. type: textblock
-#: debhelper.pod:499
+#: debhelper.pod:503
 msgid "B<dh> does not default to enabling --with=python-support"
 msgstr "B<dh> no activa  «--with=python-support» de forma predeterminada."
 
 #. type: textblock
-#: debhelper.pod:503
+#: debhelper.pod:507
 #, fuzzy
 #| msgid ""
 #| "All of the B<dh_auto_>I<*> debhelper programs set environment variables "
@@ -1296,28 +1331,55 @@ msgstr ""
 "También admiten «DEB_BUILD_OPTIONS=noopt»."
 
 #. type: textblock
-#: debhelper.pod:509
+#: debhelper.pod:513
 msgid ""
 "B<dh_auto_configure> passes CFLAGS to perl F<Makefile.PL> and F<Build.PL>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:514
+#: debhelper.pod:518
 msgid ""
 "B<dh_strip> puts separated debug symbols in a location based on their build-"
 "id."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:519
+#: debhelper.pod:523
 msgid ""
 "Executable debhelper config files are run and their output used as the "
 "configuration."
 msgstr ""
 
+#. type: =item
+#: debhelper.pod:528
+#, fuzzy
+#| msgid "v1"
+msgid "v10"
+msgstr "v1"
+
+#. type: textblock
+#: debhelper.pod:530
+msgid ""
+"This compatibility level is still open for development; use with caution."
+msgstr ""
+"Este nivel de compatibilidad aún está en desarrollo, utilícelo con "
+"precaución."
+
+#. type: textblock
+#: debhelper.pod:532
+#, fuzzy
+#| msgid "Changes from v3 are:"
+msgid "Changes from v9 are:"
+msgstr "Los cambios desde el nivel v3 son:"
+
+#. type: textblock
+#: debhelper.pod:538
+msgid "None yet.."
+msgstr ""
+
 # type: =head1
 #. type: =head1
-#: debhelper.pod:526 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116
+#: debhelper.pod:544 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116
 #: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
 #: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55
 #: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68
@@ -1327,13 +1389,13 @@ msgstr "NOTAS"
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:528
+#: debhelper.pod:546
 msgid "Multiple binary package support"
 msgstr "Compatibilidad con varios paquetes binarios"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:548
 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 "
@@ -1354,7 +1416,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:538
+#: debhelper.pod:556
 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<-"
@@ -1370,13 +1432,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:544
+#: debhelper.pod:562
 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:546
+#: debhelper.pod:564
 msgid ""
 "Some debhelper commands will automatically generate parts of Debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -1394,7 +1456,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:553
+#: debhelper.pod:571
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
@@ -1404,7 +1466,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:574
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
@@ -1414,7 +1476,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:559
+#: debhelper.pod:577
 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 "
@@ -1428,7 +1490,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:564
+#: debhelper.pod:582
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1447,12 +1509,12 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:570
+#: debhelper.pod:588
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr "Generación automática de diversas dependencias."
 
 #. type: textblock
-#: debhelper.pod:572
+#: debhelper.pod:590
 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 "
@@ -1471,7 +1533,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:580
+#: debhelper.pod:598
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called B<"
@@ -1486,7 +1548,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:585
+#: debhelper.pod:603
 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)"
@@ -1500,13 +1562,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:590
+#: debhelper.pod:608
 msgid "Package build directories"
 msgstr "Directorios de construcción del paquete"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:610
 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>."
@@ -1517,7 +1579,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:595
+#: debhelper.pod:613
 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>"
@@ -1537,20 +1599,29 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:603
+#: debhelper.pod:621
 msgid "udebs"
 msgstr "udebs"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:605
+#: debhelper.pod:623
+#, fuzzy
+#| 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 build-depend on debhelper (>= 4.2). Debhelper will try to "
+#| "create udebs that comply with debian-installer policy, by making the "
+#| "generated package files end in F<.udeb>, not installing any documentation "
+#| "into a udeb, skipping over F<preinst>, F<postrm>, F<prerm>, and F<config> "
+#| "scripts, etc."
 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 "
-"build-depend on debhelper (>= 4.2). Debhelper will try to create udebs that "
-"comply with debian-installer policy, by making the generated package files "
-"end in F<.udeb>, not installing any documentation into a udeb, skipping over "
-"F<preinst>, F<postrm>, F<prerm>, and F<config> scripts, etc."
+"\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control> "
+"Debhelper will try to create udebs that comply with debian-installer policy, "
+"by making the generated package files end in F<.udeb>, not installing any "
+"documentation into a udeb, skipping over F<preinst>, F<postrm>, F<prerm>, "
+"and F<config> scripts, etc."
 msgstr ""
 "Debhelper incluye compatibilidad con paquetes udeb. Para crear un udeb con "
 "debhelper, añada B<Package-Type: udeb> al párrafo del paquete binario en "
@@ -1560,52 +1631,21 @@ msgstr ""
 "no instalando ninguna documentación en un udeb, y omitiendo los scripts "
 "F<preinst>, F<postrm>, F<prerm>, scripts F<config>, etc."
 
-#. type: =head2
-#: debhelper.pod:612
-msgid "Build depends"
-msgstr "Dependencias de construcción"
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:614
-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 "
-"version of debhelper equal to (or greater than) the debhelper compatibility "
-"level your package uses. So if your package used compatibility level 7:"
-msgstr ""
-"Una vez que su paquete usa debhelper para construirse, asegúrese de añadir "
-"debhelper a sus dependencias de construcción en F<debian/control>. Debería "
-"usar como dependencia de construcción («build-depend») una versión de "
-"debhelper igual o mayor que el nivel de compatibilidad de debhelper que use "
-"su paquete. Por ejemplo, si su paquete usa el nivel de compatibilidad 7:"
-
-# type: verbatim
-#. type: verbatim
-#: debhelper.pod:620
-#, no-wrap
-msgid ""
-"  Build-Depends: debhelper (>= 7)\n"
-"\n"
-msgstr ""
-"  Build-Depends: debhelper (>= 7)\n"
-"\n"
-
 # type: =head1
 #. type: =head1
-#: debhelper.pod:622
+#: debhelper.pod:630
 msgid "ENVIRONMENT"
 msgstr "ENTORNO"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:626
+#: debhelper.pod:634
 msgid "B<DH_VERBOSE>"
 msgstr "B<DH_VERBOSE>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:636
 msgid ""
 "Set to B<1> to enable verbose mode. Debhelper will output every command it "
 "runs that modifies files on the build system."
@@ -1616,13 +1656,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:631
+#: debhelper.pod:639
 msgid "B<DH_COMPAT>"
 msgstr "B<DH_COMPAT>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:633
+#: debhelper.pod:641
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in F<debian/compat>."
@@ -1632,25 +1672,25 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:636
+#: debhelper.pod:644
 msgid "B<DH_NO_ACT>"
 msgstr "B<DH_NO_ACT>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:638
+#: debhelper.pod:646
 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:640
+#: debhelper.pod:648
 msgid "B<DH_OPTIONS>"
 msgstr "B<DH_OPTIONS>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:642
+#: debhelper.pod:650
 #, fuzzy
 #| msgid ""
 #| "Anything in this variable will be prepended to the command line arguments "
@@ -1665,7 +1705,7 @@ msgstr ""
 "a ciertas ordenes se ignorarán por las órdenes que no las acepten."
 
 #. type: textblock
-#: debhelper.pod:645
+#: debhelper.pod:653
 msgid ""
 "When using L<dh(1)>, it can be passed options that will be passed on to each "
 "debhelper command, which is generally better than using DH_OPTIONS."
@@ -1673,13 +1713,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:648
+#: debhelper.pod:656
 msgid "B<DH_ALWAYS_EXCLUDE>"
 msgstr "B<DH_ALWAYS_EXCLUDE>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:650
+#: debhelper.pod:658
 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 "
@@ -1691,7 +1731,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:662
 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 "
@@ -1709,7 +1749,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:661
+#: debhelper.pod:669
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1719,7 +1759,7 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:666 dh:890 dh_auto_build:47 dh_auto_clean:50
+#: debhelper.pod:674 dh:892 dh_auto_build:47 dh_auto_clean:50
 #: dh_auto_configure:52 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122
 #: dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:127
 #: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:258
@@ -1740,31 +1780,31 @@ msgstr "VÉASE TAMBIÉN"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:670
+#: debhelper.pod:678
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:672
+#: debhelper.pod:680
 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:674
+#: debhelper.pod:682
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:684
 msgid "Debhelper web site."
 msgstr "Sitio web de Debhelper."
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:680 dh:896 dh_auto_build:53 dh_auto_clean:56
+#: debhelper.pod:688 dh:898 dh_auto_build:53 dh_auto_clean:56
 #: dh_auto_configure:58 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130
 #: dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:133
 #: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:264
@@ -1784,7 +1824,7 @@ msgstr "AUTOR"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:682 dh:898 dh_auto_build:55 dh_auto_clean:58
+#: debhelper.pod:690 dh:900 dh_auto_build:55 dh_auto_clean:58
 #: dh_auto_configure:60 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128
 #: dh_clean:150 dh_compress:214 dh_fixperms:135 dh_gencontrol:90
 #: dh_install:266 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152
@@ -1928,16 +1968,19 @@ msgstr "B<--without> I<extensión>"
 
 #. type: textblock
 #: dh:58
-msgid "The inverse of B<--with>, disables using the given addon."
-msgstr "Lo contrario de B<--with>, desactiva la extensión dada."
+msgid ""
+"The inverse of B<--with>, disables using the given addon. This option can be "
+"repeated more than once, or multiple addons to disable can be listed, "
+"separated by commas."
+msgstr ""
 
 #. type: textblock
-#: dh:62
+#: dh:64
 msgid "List all available addons."
 msgstr "Lista todas las extensiones disponibles."
 
 #. type: textblock
-#: dh:66
+#: dh:68
 msgid ""
 "Prints commands that would run for a given sequence, but does not run them."
 msgstr ""
@@ -1945,7 +1988,7 @@ msgstr ""
 "ejecuta."
 
 #. type: textblock
-#: dh:70
+#: dh:72
 #, fuzzy
 #| msgid ""
 #| "All other options passed to B<dh> are passed on to each command it runs. "
@@ -1962,12 +2005,12 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: dh:74 dh_installdocs:105 dh_link:73 dh_makeshlibs:97 dh_shlibdeps:69
+#: dh:76 dh_installdocs:105 dh_link:73 dh_makeshlibs:97 dh_shlibdeps:69
 msgid "EXAMPLES"
 msgstr "EJEMPLOS"
 
 #. type: textblock
-#: dh:76
+#: dh:78
 msgid ""
 "To see what commands are included in a sequence, without actually doing "
 "anything:"
@@ -1976,7 +2019,7 @@ msgstr ""
 "realidad:"
 
 #. type: verbatim
-#: dh:79
+#: dh:81
 #, no-wrap
 msgid ""
 "\tdh binary-arch --no-act\n"
@@ -1986,7 +2029,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:81
+#: dh:83
 msgid ""
 "This is a very simple rules file, for packages where the default sequences "
 "of commands work with no additional options."
@@ -1995,7 +2038,7 @@ msgstr ""
 "predeterminadas de órdenes funcionan sin opciones adicionales."
 
 #. type: verbatim
-#: dh:84 dh:105 dh:118
+#: dh:86 dh:107 dh:120
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2009,7 +2052,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:88
+#: dh:90
 #, fuzzy
 #| msgid ""
 #| "Often you'll want to pass an option to a specific debhelper command. The\n"
@@ -2025,7 +2068,7 @@ msgstr ""
 "\t\n"
 
 #. type: verbatim
-#: dh:91 dh:176 dh:187
+#: dh:93 dh:178 dh:189
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2039,7 +2082,7 @@ msgstr ""
 "\t\n"
 
 #. type: verbatim
-#: dh:95
+#: dh:97
 #, fuzzy, no-wrap
 #| msgid ""
 #| "\toverride_dh_strip:\n"
@@ -2055,7 +2098,7 @@ msgstr ""
 "\t\t\n"
 
 #. type: verbatim
-#: dh:98
+#: dh:100
 #, fuzzy, no-wrap
 #| msgid ""
 #| "  dh_auto_configure -- --with-foo --enable-bar\n"
@@ -2069,7 +2112,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:101
+#: dh:103
 msgid ""
 "Sometimes the automated L<dh_auto_configure(1)> and L<dh_auto_build(1)> "
 "can't guess what to do for a strange package. Here's how to avoid running "
@@ -2081,7 +2124,7 @@ msgstr ""
 "ejecutar sus propias órdenes."
 
 #. type: verbatim
-#: dh:109
+#: dh:111
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_configure:\n"
@@ -2093,7 +2136,7 @@ msgstr ""
 "\n"
 
 #. type: verbatim
-#: dh:112
+#: dh:114
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_build:\n"
@@ -2105,7 +2148,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:115
+#: dh:117
 msgid ""
 "Another common case is wanting to do something manually before or after a "
 "particular debhelper command is run."
@@ -2114,7 +2157,7 @@ msgstr ""
 "se ejecute una orden en particular de debhelper."
 
 #. type: verbatim
-#: dh:122
+#: dh:124
 #, no-wrap
 msgid ""
 "\toverride_dh_fixperms:\n"
@@ -2128,7 +2171,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:126
+#: dh:128
 msgid ""
 "If your package uses autotools and you want to freshen F<config.sub> and "
 "F<config.guess> with newer versions from the B<autotools-dev> package at "
@@ -2141,7 +2184,7 @@ msgstr ""
 "que automatizan esto, como puede ver a continuación."
 
 #. type: verbatim
-#: dh:131
+#: dh:133
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2155,7 +2198,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:135
+#: dh:137
 msgid ""
 "Python tools are not run by dh by default, due to the continual change in "
 "that area. (Before compatibility level v9, dh does run B<dh_pysupport>.)  "
@@ -2167,7 +2210,7 @@ msgstr ""
 "B<dh_python2>."
 
 #. type: verbatim
-#: dh:139
+#: dh:141
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2181,7 +2224,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:143
+#: dh:145
 msgid ""
 "Here is how to force use of Perl's B<Module::Build> build system, which can "
 "be necessary if debhelper wrongly detects that the package uses MakeMaker."
@@ -2191,7 +2234,7 @@ msgstr ""
 "detecta erróneamente que el paquete usa MakeMaker."
 
 #. type: verbatim
-#: dh:147
+#: dh:149
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2205,7 +2248,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:151
+#: dh:153
 msgid ""
 "Here is an example of overriding where the B<dh_auto_>I<*> commands find the "
 "package's source, for a package where the source is located in a "
@@ -2216,7 +2259,7 @@ msgstr ""
 "en el que las fuentes se ubican en un subdirectorio."
 
 #. type: verbatim
-#: dh:155
+#: dh:157
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2230,7 +2273,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:159
+#: dh:161
 msgid ""
 "And here is an example of how to tell the B<dh_auto_>I<*> commands to build "
 "in a subdirectory, which will be removed on B<clean>."
@@ -2240,7 +2283,7 @@ msgstr ""
 "B<clean>."
 
 #. type: verbatim
-#: dh:162
+#: dh:164
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2254,7 +2297,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:166
+#: dh:168
 msgid ""
 "If your package can be built in parallel, you can support parallel building "
 "as follows. Then B<dpkg-buildpackage -j> will work."
@@ -2264,7 +2307,7 @@ msgstr ""
 "j> funcionará."
 
 #. type: verbatim
-#: dh:169
+#: dh:171
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2278,7 +2321,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:173
+#: dh:175
 msgid ""
 "Here is a way to prevent B<dh> from running several commands that you don't "
 "want it to run, by defining empty override targets for each command."
@@ -2288,7 +2331,7 @@ msgstr ""
 "cada orden."
 
 #. type: verbatim
-#: dh:180
+#: dh:182
 #, no-wrap
 msgid ""
 "\t# Commands not to run:\n"
@@ -2300,7 +2343,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:183
+#: dh:185
 msgid ""
 "A long build process for a separate documentation package can be separated "
 "out using architecture independent overrides.  These will be skipped when "
@@ -2308,7 +2351,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:191
+#: dh:193
 #, fuzzy, no-wrap
 #| msgid ""
 #| "\toverride_dh_auto_configure:\n"
@@ -2324,7 +2367,7 @@ msgstr ""
 "\n"
 
 #. type: verbatim
-#: dh:194
+#: dh:196
 #, no-wrap
 msgid ""
 "\t# No tests needed for docs\n"
@@ -2333,7 +2376,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:197
+#: dh:199
 #, fuzzy, no-wrap
 #| msgid ""
 #| "\toverride_dh_installdocs:\n"
@@ -2349,7 +2392,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:200
+#: dh:202
 msgid ""
 "Adding to the example above, suppose you need to chmod a file, but only when "
 "building the architecture dependent package, as it's not present when "
@@ -2357,7 +2400,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: dh:204
+#: dh:206
 #, fuzzy, no-wrap
 #| msgid ""
 #| "\toverride_dh_fixperms:\n"
@@ -2376,12 +2419,12 @@ msgstr ""
 "\n"
 
 #. type: =head1
-#: dh:208
+#: dh:210
 msgid "INTERNALS"
 msgstr "FUNCIONAMIENTO INTERNO"
 
 #. type: textblock
-#: dh:210
+#: dh:212
 msgid ""
 "If you're curious about B<dh>'s internals, here's how it works under the "
 "hood."
@@ -2390,7 +2433,7 @@ msgstr ""
 "puede ver como funciona por dentro."
 
 #. type: textblock
-#: dh:212
+#: dh:214
 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 "
@@ -2403,7 +2446,7 @@ msgstr ""
 "esas órdenes otra vez."
 
 #. type: textblock
-#: dh:217
+#: dh:219
 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 "
@@ -2416,7 +2459,7 @@ msgstr ""
 "before>, B<--after> y B<--remaining> pueden anular este comportamiento."
 
 #. type: textblock
-#: dh:222
+#: dh:224
 msgid ""
 "A sequence can also run dependent targets in debian/rules.  For example, the "
 "\"binary\" sequence runs the \"install\" target."
@@ -2426,7 +2469,7 @@ msgstr ""
 "ejecuta el objeto «install»."
 
 #. type: textblock
-#: dh:225
+#: dh:227
 msgid ""
 "B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass "
 "information through to debhelper commands that are run inside override "
@@ -2439,7 +2482,7 @@ msgstr ""
 "entorno, como el nombre sugiere, está sujeto a cambios en cualquier momento."
 
 #. type: textblock
-#: dh:230
+#: dh:232
 msgid ""
 "Commands in the B<build-indep>, B<install-indep> and B<binary-indep> "
 "sequences are passed the B<-i> option to ensure they only work on "
@@ -2455,12 +2498,12 @@ msgstr ""
 "la arquitectura."
 
 #. type: =head1
-#: dh:236
+#: dh:238
 msgid "DEPRECATED OPTIONS"
 msgstr ""
 
 #. type: textblock
-#: dh:238
+#: dh:240
 msgid ""
 "The following options are deprecated. It's much better to use override "
 "targets instead."
@@ -2468,51 +2511,51 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: dh:243
+#: dh:245
 msgid "B<--until> I<cmd>"
 msgstr "B<--until> I<orden>"
 
 #. type: textblock
-#: dh:245
+#: dh:247
 msgid "Run commands in the sequence until and including I<cmd>, then stop."
 msgstr ""
 "Ejecuta las órdenes en la secuencia hasta la I<orden>, inclusive, y cierra."
 
 # type: =item
 #. type: =item
-#: dh:247
+#: dh:249
 msgid "B<--before> I<cmd>"
 msgstr "B<--before> I<orden>"
 
 #. type: textblock
-#: dh:249
+#: dh:251
 msgid "Run commands in the sequence before I<cmd>, then stop."
 msgstr "Ejecuta las órdenes en la secuencia anteriores a I<orden>, y cierra."
 
 # type: =item
 #. type: =item
-#: dh:251
+#: dh:253
 msgid "B<--after> I<cmd>"
 msgstr "B<--after> I<orden>"
 
 #. type: textblock
-#: dh:253
+#: dh:255
 msgid "Run commands in the sequence that come after I<cmd>."
 msgstr "Ejecuta las órdenes en la secuencia posteriores a I<orden>."
 
 # type: =item
 #. type: =item
-#: dh:255
+#: dh:257
 msgid "B<--remaining>"
 msgstr "B<--remaining>"
 
 #. type: textblock
-#: dh:257
+#: dh:259
 msgid "Run all commands in the sequence that have yet to be run."
 msgstr "Ejecuta todas las órdenes en la secuencia que aún no se han ejecutado."
 
 #. type: textblock
-#: dh:261
+#: dh:263
 msgid ""
 "In the above options, I<cmd> can be a full name of a debhelper command, or a "
 "substring. It'll first search for a command in the sequence exactly matching "
@@ -2527,7 +2570,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:892 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54
+#: dh:894 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54
 #: dh_auto_install:87 dh_auto_test:61 dh_builddeb:122 dh_clean:144
 #: dh_compress:208 dh_fixperms:129 dh_gconf:101 dh_gencontrol:84
 #: dh_install:260 dh_installcatalogs:118 dh_installchangelogs:173
@@ -2546,7 +2589,7 @@ msgstr "L<debhelper(7)>"
 
 # type: textblock
 #. type: textblock
-#: dh:894 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56
+#: dh:896 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56
 #: dh_auto_install:89 dh_auto_test:63 dh_bugfiles:128 dh_builddeb:124
 #: dh_clean:146 dh_compress:210 dh_desktop:35 dh_fixperms:131 dh_gconf:103
 #: dh_gencontrol:86 dh_icons:69 dh_install:262 dh_installchangelogs:175
@@ -8247,6 +8290,12 @@ msgstr "Normas de Debian, versión 2.2"
 msgid "Andrew Stribblehill <ads@debian.org>"
 msgstr "Andrew Stribblehill <ads@debian.org>"
 
+#~ msgid "The inverse of B<--with>, disables using the given addon."
+#~ msgstr "Lo contrario de B<--with>, desactiva la extensión dada."
+
+#~ msgid "Build depends"
+#~ msgstr "Dependencias de construcción"
+
 # type: =head1
 #~ msgid "EXAMPLE"
 #~ msgstr "EJEMPLO"
@@ -8485,12 +8534,6 @@ msgstr "Andrew Stribblehill <ads@debian.org>"
 #~ msgid "Debhelper compatibility levels"
 #~ msgstr "Niveles de compatibilidad de debhelper"
 
-#~ msgid ""
-#~ "This compatibility level is still open for development; use with caution."
-#~ msgstr ""
-#~ "Este nivel de compatibilidad aún está en desarrollo, utilícelo con "
-#~ "precaución."
-
 #~ msgid ""
 #~ "<dh_auto_configure> does not include the source package name in --"
 #~ "libexecdir when using autoconf."
@@ -8537,19 +8580,6 @@ msgstr "Andrew Stribblehill <ads@debian.org>"
 #~ "\t\tdh $@ --with python-central\n"
 #~ "\n"
 
-#~ 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 "
-#~ "compatibility level v9. This example would be more complicated with "
-#~ "earlier compatibility levels."
-#~ msgstr ""
-#~ "Tenga en cuenta que en el ejemplo anterior, dh hace que «debian/rules "
-#~ "build» invoque los objetivos build-indep y build-arch. No tiene que "
-#~ "definir de forma explícita las dependencias en el fichero «rules» al "
-#~ "utilizar dh con el nivel de compatibilidad v9. Este ejemplo sería más "
-#~ "complejo con los niveles de compatibilidad anteriores."
-
 #~ msgid ""
 #~ "Note that this is not the same as the B<--sourcedirectory> option used by "
 #~ "the B<dh_auto_>I<*> commands. You rarely need to use this option, since "
index 8d2502da4e5206442de9d088223f4b41cbfbab9d..2658fcb6861f14e2854cd95abc4a8c9d20d5ac84 100644 (file)
@@ -3,7 +3,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debhelper manpages\n"
-"POT-Creation-Date: 2011-12-27 11:53-0400\n"
+"POT-Creation-Date: 2012-01-15 14:43-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"
@@ -347,7 +347,7 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:106 dh:64
+#: debhelper.pod:106 dh:66
 msgid "B<--no-act>"
 msgstr "B<--no-act>"
 
@@ -768,7 +768,7 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:251 dh:60
+#: debhelper.pod:251 dh:62
 msgid "B<--list>, B<-l>"
 msgstr "B<--list>, B<-l>"
 
@@ -814,9 +814,13 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: debhelper.pod:269
+#, fuzzy
+#| msgid ""
+#| "Tell debhelper what compatibility level to use by writing a number to "
+#| "F<debian/compat>. For example, to turn on v8 mode:"
 msgid ""
 "Tell debhelper what compatibility level to use by writing a number to "
-"F<debian/compat>. For example, to turn on v8 mode:"
+"F<debian/compat>. For example, to turn on v9 mode:"
 msgstr ""
 "Pour indiquer à debhelper le niveau de compatibilité à utiliser il faut "
 "placer un nombre dans F<debian/compat>. Par exemple, pour exploiter la "
@@ -825,9 +829,12 @@ msgstr ""
 # type: verbatim
 #. type: verbatim
 #: debhelper.pod:272
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "  % echo 8 > debian/compat\n"
+#| "\n"
 msgid ""
-"  % echo 8 > debian/compat\n"
+"  % echo 9 > debian/compat\n"
 "\n"
 msgstr ""
 " % echo 8 > debian/compat\n"
@@ -836,6 +843,42 @@ msgstr ""
 # type: textblock
 #. type: textblock
 #: debhelper.pod:274
+#, fuzzy
+#| 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 version of debhelper equal to (or greater than) the debhelper "
+#| "compatibility level your package uses. So if your package used "
+#| "compatibility level 7:"
+msgid ""
+"Your package will also need a versioned build dependency on a version of "
+"debhelper equal to (or greater than) the compatibility level your package "
+"uses. So for compatibility level 9, ensure debian/control has:"
+msgstr ""
+"Dès qu'un paquet emploie debhelper pour sa construction, il faut vérifier "
+"que debhelper a bien été ajouté à la ligne Build-Depends dans le fichier "
+"F<debian/control>. Il convient également de s'assurer que la version de "
+"debhelper indiquée dans build-depend est au moins égale au niveau de "
+"compatibilité de debhelper utilisée pour la construction du paquet. Ainsi si "
+"le paquet emploie le niveau 7 de compatibilité :"
+
+# type: verbatim
+#. type: verbatim
+#: debhelper.pod:278
+#, fuzzy, no-wrap
+#| msgid ""
+#| "  Build-Depends: debhelper (>= 7)\n"
+#| "\n"
+msgid ""
+"  Build-Depends: debhelper (>= 9)\n"
+"\n"
+msgstr ""
+" Build-Depends: debhelper (>= 7)\n"
+"\n"
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:280
 msgid ""
 "Unless otherwise indicated, all debhelper documentation assumes that you are "
 "using the most recent compatibility level, and in most cases does not "
@@ -853,18 +896,18 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:281
+#: debhelper.pod:287
 msgid "These are the available compatibility levels:"
 msgstr "Les niveaux de compatibilité sont les suivants :"
 
 #. type: =item
-#: debhelper.pod:285
+#: debhelper.pod:291
 msgid "v1"
 msgstr "v1"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:287
+#: debhelper.pod:293
 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 "
@@ -878,18 +921,18 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:292 debhelper.pod:299 debhelper.pod:322 debhelper.pod:351
+#: debhelper.pod:298 debhelper.pod:305 debhelper.pod:328 debhelper.pod:357
 msgid "This mode is deprecated."
 msgstr "Ce mode est déconseillé."
 
 #. type: =item
-#: debhelper.pod:294
+#: debhelper.pod:300
 msgid "v2"
 msgstr "v2"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:296
+#: debhelper.pod:302
 msgid ""
 "In this mode, debhelper will consistently use debian/I<package> as the "
 "package tree directory for every package that is built."
@@ -898,32 +941,33 @@ msgstr ""
 "répertoire de l'arborescence de chaque paquet construit."
 
 #. type: =item
-#: debhelper.pod:301
+#: debhelper.pod:307
 msgid "v3"
 msgstr "v3"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:309
 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:307 debhelper.pod:312 debhelper.pod:316 debhelper.pod:330
-#: debhelper.pod:335 debhelper.pod:340 debhelper.pod:345 debhelper.pod:359
-#: debhelper.pod:363 debhelper.pod:368 debhelper.pod:372 debhelper.pod:384
-#: debhelper.pod:389 debhelper.pod:395 debhelper.pod:401 debhelper.pod:414
-#: debhelper.pod:421 debhelper.pod:425 debhelper.pod:429 debhelper.pod:444
-#: debhelper.pod:448 debhelper.pod:456 debhelper.pod:461 debhelper.pod:475
-#: debhelper.pod:480 debhelper.pod:487 debhelper.pod:492 debhelper.pod:497
-#: debhelper.pod:501 debhelper.pod:507 debhelper.pod:512 debhelper.pod:517
+#: debhelper.pod:313 debhelper.pod:318 debhelper.pod:322 debhelper.pod:336
+#: debhelper.pod:341 debhelper.pod:346 debhelper.pod:351 debhelper.pod:365
+#: debhelper.pod:369 debhelper.pod:374 debhelper.pod:378 debhelper.pod:390
+#: debhelper.pod:395 debhelper.pod:401 debhelper.pod:407 debhelper.pod:420
+#: debhelper.pod:427 debhelper.pod:431 debhelper.pod:435 debhelper.pod:448
+#: debhelper.pod:452 debhelper.pod:460 debhelper.pod:465 debhelper.pod:479
+#: debhelper.pod:484 debhelper.pod:491 debhelper.pod:496 debhelper.pod:501
+#: debhelper.pod:505 debhelper.pod:511 debhelper.pod:516 debhelper.pod:521
+#: debhelper.pod:536
 msgid "-"
 msgstr "-"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:309
+#: debhelper.pod:315
 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."
@@ -935,7 +979,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:314
+#: debhelper.pod:320
 msgid ""
 "B<dh_makeshlibs> makes the F<postinst> and F<postrm> scripts call "
 "B<ldconfig>."
@@ -945,7 +989,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:318
+#: debhelper.pod:324
 msgid ""
 "Every file in F<etc/> is automatically flagged as a conffile by "
 "B<dh_installdeb>."
@@ -954,19 +998,19 @@ msgstr ""
 "comme un fichier de configuration."
 
 #. type: =item
-#: debhelper.pod:324
+#: debhelper.pod:330
 msgid "v4"
 msgstr "v4"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:326
+#: debhelper.pod:332
 msgid "Changes from v3 are:"
 msgstr "Les changements par rapport à la version 3 sont :"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:332
+#: debhelper.pod:338
 msgid ""
 "B<dh_makeshlibs -V> will not include the Debian part of the version number "
 "in the generated dependency line in the shlibs file."
@@ -976,7 +1020,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:337
+#: debhelper.pod:343
 msgid ""
 "You are encouraged to put the new B<${misc:Depends}> into F<debian/control> "
 "to supplement the B<${shlibs:Depends}> field."
@@ -986,7 +1030,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:342
+#: debhelper.pod:348
 msgid ""
 "B<dh_fixperms> will make all files in F<bin/> directories and in F<etc/init."
 "d> executable."
@@ -996,26 +1040,26 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:347
+#: debhelper.pod:353
 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:353
+#: debhelper.pod:359
 msgid "v5"
 msgstr "v5"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:355
+#: debhelper.pod:361
 msgid "Changes from v4 are:"
 msgstr "Les changements par rapport à la version 4 sont :"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:361
+#: debhelper.pod:367
 msgid "Comments are ignored in debhelper config files."
 msgstr ""
 "Les commentaires sont ignorés dans les fichiers de configuration de "
@@ -1023,7 +1067,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:365
+#: debhelper.pod:371
 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."
@@ -1034,32 +1078,32 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:370
+#: debhelper.pod:376
 msgid "B<dh_installdocs> skips installing empty files."
 msgstr "B<dh_installdocs> saute l'installation des fichiers vides."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:374
+#: debhelper.pod:380
 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:378
+#: debhelper.pod:384
 msgid "v6"
 msgstr "v6"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:380
+#: debhelper.pod:386
 msgid "Changes from v5 are:"
 msgstr "Les changements par rapport à la version 5 sont :"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:392
 msgid ""
 "Commands that generate maintainer script fragments will order the fragments "
 "in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1069,7 +1113,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:391
+#: debhelper.pod:397
 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 "
@@ -1081,7 +1125,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:397
+#: debhelper.pod:403
 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 "
@@ -1093,7 +1137,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:403
+#: debhelper.pod:409
 msgid ""
 "B<dh_installman> allows overwriting existing man pages in the package build "
 "directory. In previous compatibility levels it silently refuses to do this."
@@ -1103,19 +1147,19 @@ msgstr ""
 "de le faire."
 
 #. type: =item
-#: debhelper.pod:408
+#: debhelper.pod:414
 msgid "v7"
 msgstr "v7"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:410
+#: debhelper.pod:416
 msgid "Changes from v6 are:"
 msgstr "Les changements par rapport à la version 6 sont :"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:416
+#: debhelper.pod:422
 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 "
@@ -1131,7 +1175,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:423
+#: debhelper.pod:429
 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 "
@@ -1139,13 +1183,13 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:427
+#: debhelper.pod:433
 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:431
+#: debhelper.pod:437
 msgid ""
 "B<dh_installchangelogs> will guess at what file is the upstream changelog if "
 "none is specified."
@@ -1154,24 +1198,18 @@ msgstr ""
 "amont si rien n'est spécifié."
 
 #. type: =item
-#: debhelper.pod:436
+#: debhelper.pod:442
 msgid "v8"
 msgstr "v8"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:438
-msgid "This is the recommended mode of operation."
-msgstr "C'est la version dont l'usage est recommandé."
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:440
+#: debhelper.pod:444
 msgid "Changes from v7 are:"
 msgstr "Les changements par rapport à la version 7 sont :"
 
 #. type: textblock
-#: debhelper.pod:446
+#: debhelper.pod:450
 msgid ""
 "Commands will fail rather than warning when they are passed unknown options."
 msgstr ""
@@ -1179,7 +1217,7 @@ msgstr ""
 "recevront des options inconnues."
 
 #. type: textblock
-#: debhelper.pod:450
+#: debhelper.pod:454
 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.  "
@@ -1196,7 +1234,7 @@ msgstr ""
 "certains paquets."
 
 #. type: textblock
-#: debhelper.pod:458
+#: debhelper.pod:462
 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 $@>"
@@ -1207,7 +1245,7 @@ msgstr ""
 "faut écrire « B<dh $@ --toto> », et non « B<dh --toto $@> »"
 
 #. type: textblock
-#: debhelper.pod:463
+#: debhelper.pod:467
 msgid ""
 "B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
 "F<Makefile.PL>."
@@ -1216,33 +1254,33 @@ msgstr ""
 "F<Makefile.PL>."
 
 #. type: =item
-#: debhelper.pod:467
+#: debhelper.pod:471
 msgid "v9"
 msgstr ""
 
+# type: textblock
 #. type: textblock
-#: debhelper.pod:469
-msgid ""
-"This compatibility level is still open for development; use with caution."
-msgstr ""
+#: debhelper.pod:473
+msgid "This is the recommended mode of operation."
+msgstr "C'est la version dont l'usage est recommandé."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:471
+#: debhelper.pod:475
 #, fuzzy
 #| msgid "Changes from v3 are:"
 msgid "Changes from v8 are:"
 msgstr "Les changements par rapport à la version 3 sont :"
 
 #. type: textblock
-#: debhelper.pod:477
+#: debhelper.pod:481
 msgid ""
 "Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
 "directories to autoconf in --libdir and --libexecdir."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:482
+#: debhelper.pod:486
 msgid ""
 "dh is aware of the usual dependencies between targets in debian/rules.  So, "
 "\"dh binary\" will run any build, build-arch, build-indep, install, etc "
@@ -1251,26 +1289,26 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:489
+#: debhelper.pod:493
 msgid ""
 "B<dh_strip> compresses debugging symbol files to reduce the installed size "
 "of -dbg packages."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:494
+#: debhelper.pod:498
 msgid ""
 "B<dh_auto_configure> does not include the source package name in --"
 "libexecdir when using autoconf."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:499
+#: debhelper.pod:503
 msgid "B<dh> does not default to enabling --with=python-support"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:503
+#: debhelper.pod:507
 msgid ""
 "All of the B<dh_auto_>I<*> debhelper programs and B<dh> set environment "
 "variables listed by B<dpkg-buildflags>, unless they are already set. They "
@@ -1278,28 +1316,54 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:509
+#: debhelper.pod:513
 msgid ""
 "B<dh_auto_configure> passes CFLAGS to perl F<Makefile.PL> and F<Build.PL>"
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:514
+#: debhelper.pod:518
 msgid ""
 "B<dh_strip> puts separated debug symbols in a location based on their build-"
 "id."
 msgstr ""
 
 #. type: textblock
-#: debhelper.pod:519
+#: debhelper.pod:523
 msgid ""
 "Executable debhelper config files are run and their output used as the "
 "configuration."
 msgstr ""
 
+#. type: =item
+#: debhelper.pod:528
+#, fuzzy
+#| msgid "v1"
+msgid "v10"
+msgstr "v1"
+
+#. type: textblock
+#: debhelper.pod:530
+msgid ""
+"This compatibility level is still open for development; use with caution."
+msgstr ""
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:532
+#, fuzzy
+#| msgid "Changes from v3 are:"
+msgid "Changes from v9 are:"
+msgstr "Les changements par rapport à la version 3 sont :"
+
+#. type: textblock
+#: debhelper.pod:538
+msgid "None yet.."
+msgstr ""
+
 # type: =head1
 #. type: =head1
-#: debhelper.pod:526 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116
+#: debhelper.pod:544 dh_auto_test:45 dh_installcatalogs:59 dh_installdocs:116
 #: dh_installemacsen:67 dh_installexamples:53 dh_installinit:133
 #: dh_installman:81 dh_installmime:51 dh_installmodules:60 dh_installudev:55
 #: dh_installwm:54 dh_installxfonts:37 dh_movefiles:64 dh_strip:68
@@ -1309,13 +1373,13 @@ msgstr "REMARQUES"
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:528
+#: debhelper.pod:546
 msgid "Multiple binary package support"
 msgstr "Prise en charge de plusieurs paquets binaires"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:548
 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 "
@@ -1335,7 +1399,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:538
+#: debhelper.pod:556
 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<-"
@@ -1351,13 +1415,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:544
+#: debhelper.pod:562
 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:546
+#: debhelper.pod:564
 msgid ""
 "Some debhelper commands will automatically generate parts of Debian "
 "maintainer scripts. If you want these automatically generated things "
@@ -1375,7 +1439,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:553
+#: debhelper.pod:571
 msgid ""
 "If a script does not exist at all and debhelper needs to add something to "
 "it, then debhelper will create the complete script."
@@ -1385,7 +1449,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:574
 msgid ""
 "All debhelper commands that automatically generate code in this way let it "
 "be disabled by the -n parameter (see above)."
@@ -1396,7 +1460,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:559
+#: debhelper.pod:577
 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 "
@@ -1411,7 +1475,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: debhelper.pod:564
+#: debhelper.pod:582
 #, no-wrap
 msgid ""
 "  my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1430,13 +1494,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:570
+#: debhelper.pod:588
 msgid "Automatic generation of miscellaneous dependencies."
 msgstr "Génération automatique des diverses dépendances."
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:572
+#: debhelper.pod:590
 #, fuzzy
 #| msgid ""
 #| "Some debhelper commands may make the generated package need to depend on "
@@ -1465,7 +1529,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:580
+#: debhelper.pod:598
 msgid ""
 "All commands of this type, besides documenting what dependencies may be "
 "needed on their man pages, will automatically generate a substvar called B<"
@@ -1480,7 +1544,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:585
+#: debhelper.pod:603
 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)"
@@ -1494,13 +1558,13 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:590
+#: debhelper.pod:608
 msgid "Package build directories"
 msgstr "Répertoires de construction du paquet"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:610
 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>."
@@ -1511,7 +1575,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:595
+#: debhelper.pod:613
 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>"
@@ -1531,20 +1595,29 @@ msgstr ""
 
 # type: =head2
 #. type: =head2
-#: debhelper.pod:603
+#: debhelper.pod:621
 msgid "udebs"
 msgstr "udebs"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:605
+#: debhelper.pod:623
+#, fuzzy
+#| 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 build-depend on debhelper (>= 4.2). Debhelper will try to "
+#| "create udebs that comply with debian-installer policy, by making the "
+#| "generated package files end in F<.udeb>, not installing any documentation "
+#| "into a udeb, skipping over F<preinst>, F<postrm>, F<prerm>, and F<config> "
+#| "scripts, etc."
 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 "
-"build-depend on debhelper (>= 4.2). Debhelper will try to create udebs that "
-"comply with debian-installer policy, by making the generated package files "
-"end in F<.udeb>, not installing any documentation into a udeb, skipping over "
-"F<preinst>, F<postrm>, F<prerm>, and F<config> scripts, etc."
+"\"B<Package-Type: udeb>\" to the package's stanza in F<debian/control> "
+"Debhelper will try to create udebs that comply with debian-installer policy, "
+"by making the generated package files end in F<.udeb>, not installing any "
+"documentation into a udeb, skipping over F<preinst>, F<postrm>, F<prerm>, "
+"and F<config> scripts, etc."
 msgstr ""
 "Debhelper prend en charge la construction des udebs. Pour créer un udeb avec "
 "debhelper, il faut ajouter « B<Package-Type: udeb> » aux lignes de paquet "
@@ -1555,53 +1628,21 @@ msgstr ""
 "un udeb, en omettant les scripts F<preinst>, F<postrm>, F<prerm> et "
 "F<config>, etc."
 
-#. type: =head2
-#: debhelper.pod:612
-msgid "Build depends"
-msgstr ""
-
-# type: textblock
-#. type: textblock
-#: debhelper.pod:614
-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 "
-"version of debhelper equal to (or greater than) the debhelper compatibility "
-"level your package uses. So if your package used compatibility level 7:"
-msgstr ""
-"Dès qu'un paquet emploie debhelper pour sa construction, il faut vérifier "
-"que debhelper a bien été ajouté à la ligne Build-Depends dans le fichier "
-"F<debian/control>. Il convient également de s'assurer que la version de "
-"debhelper indiquée dans build-depend est au moins égale au niveau de "
-"compatibilité de debhelper utilisée pour la construction du paquet. Ainsi si "
-"le paquet emploie le niveau 7 de compatibilité :"
-
-# type: verbatim
-#. type: verbatim
-#: debhelper.pod:620
-#, no-wrap
-msgid ""
-"  Build-Depends: debhelper (>= 7)\n"
-"\n"
-msgstr ""
-" Build-Depends: debhelper (>= 7)\n"
-"\n"
-
 # type: =head1
 #. type: =head1
-#: debhelper.pod:622
+#: debhelper.pod:630
 msgid "ENVIRONMENT"
 msgstr "VARIABLES D'ENVIRONNEMENT"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:626
+#: debhelper.pod:634
 msgid "B<DH_VERBOSE>"
 msgstr "B<DH_VERBOSE>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:636
 msgid ""
 "Set to B<1> to enable verbose mode. Debhelper will output every command it "
 "runs that modifies files on the build system."
@@ -1611,13 +1652,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:631
+#: debhelper.pod:639
 msgid "B<DH_COMPAT>"
 msgstr "B<DH_COMPAT>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:633
+#: debhelper.pod:641
 msgid ""
 "Temporarily specifies what compatibility level debhelper should run at, "
 "overriding any value in F<debian/compat>."
@@ -1627,25 +1668,25 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:636
+#: debhelper.pod:644
 msgid "B<DH_NO_ACT>"
 msgstr "B<DH_NO_ACT>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:638
+#: debhelper.pod:646
 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:640
+#: debhelper.pod:648
 msgid "B<DH_OPTIONS>"
 msgstr "B<DH_OPTIONS>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:642
+#: debhelper.pod:650
 #, fuzzy
 #| msgid ""
 #| "Anything in this variable will be prepended to the command line arguments "
@@ -1660,7 +1701,7 @@ msgstr ""
 "ignorées par les commandes qui n'exploitent pas cette option."
 
 #. type: textblock
-#: debhelper.pod:645
+#: debhelper.pod:653
 msgid ""
 "When using L<dh(1)>, it can be passed options that will be passed on to each "
 "debhelper command, which is generally better than using DH_OPTIONS."
@@ -1668,13 +1709,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: debhelper.pod:648
+#: debhelper.pod:656
 msgid "B<DH_ALWAYS_EXCLUDE>"
 msgstr "B<DH_ALWAYS_EXCLUDE>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:650
+#: debhelper.pod:658
 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 "
@@ -1687,7 +1728,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:662
 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 "
@@ -1706,7 +1747,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:661
+#: debhelper.pod:669
 msgid ""
 "Multiple things to exclude can be separated with colons, as in "
 "B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -1716,7 +1757,7 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:666 dh:890 dh_auto_build:47 dh_auto_clean:50
+#: debhelper.pod:674 dh:892 dh_auto_build:47 dh_auto_clean:50
 #: dh_auto_configure:52 dh_auto_install:85 dh_auto_test:59 dh_bugfiles:122
 #: dh_builddeb:120 dh_clean:142 dh_compress:206 dh_desktop:31 dh_fixperms:127
 #: dh_gconf:99 dh_gencontrol:82 dh_icons:65 dh_install:258
@@ -1737,32 +1778,32 @@ msgstr "VOIR AUSSI"
 
 # type: =item
 #. type: =item
-#: debhelper.pod:670
+#: debhelper.pod:678
 msgid "F</usr/share/doc/debhelper/examples/>"
 msgstr "F</usr/share/doc/debhelper/examples/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:672
+#: debhelper.pod:680
 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:674
+#: debhelper.pod:682
 msgid "L<http://kitenet.net/~joey/code/debhelper/>"
 msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:684
 msgid "Debhelper web site."
 msgstr "Le site internet de debhelper."
 
 # type: =head1
 #. type: =head1
-#: debhelper.pod:680 dh:896 dh_auto_build:53 dh_auto_clean:56
+#: debhelper.pod:688 dh:898 dh_auto_build:53 dh_auto_clean:56
 #: dh_auto_configure:58 dh_auto_install:91 dh_auto_test:65 dh_bugfiles:130
 #: dh_builddeb:126 dh_clean:148 dh_compress:212 dh_desktop:37 dh_fixperms:133
 #: dh_gconf:105 dh_gencontrol:88 dh_icons:71 dh_install:264
@@ -1782,7 +1823,7 @@ msgstr "AUTEUR"
 
 # type: textblock
 #. type: textblock
-#: debhelper.pod:682 dh:898 dh_auto_build:55 dh_auto_clean:58
+#: debhelper.pod:690 dh:900 dh_auto_build:55 dh_auto_clean:58
 #: dh_auto_configure:60 dh_auto_install:93 dh_auto_test:67 dh_builddeb:128
 #: dh_clean:150 dh_compress:214 dh_fixperms:135 dh_gencontrol:90
 #: dh_install:266 dh_installchangelogs:179 dh_installcron:85 dh_installdeb:152
@@ -1929,21 +1970,22 @@ msgstr ""
 msgid "B<--without> I<addon>"
 msgstr "B<--without> I<rajout>"
 
-# type: textblock
 #. type: textblock
 #: dh:58
-msgid "The inverse of B<--with>, disables using the given addon."
+msgid ""
+"The inverse of B<--with>, disables using the given addon. This option can be "
+"repeated more than once, or multiple addons to disable can be listed, "
+"separated by commas."
 msgstr ""
-"Le contraire de B<--with>. Désactive l'utilisation des rajouts indiqués."
 
 # type: textblock
 #. type: textblock
-#: dh:62
+#: dh:64
 msgid "List all available addons."
 msgstr "Liste tous les rajouts disponibles."
 
 #. type: textblock
-#: dh:66
+#: dh:68
 msgid ""
 "Prints commands that would run for a given sequence, but does not run them."
 msgstr ""
@@ -1952,7 +1994,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:70
+#: dh:72
 #, fuzzy
 #| msgid ""
 #| "All other options passed to B<dh> are passed on to each command it runs. "
@@ -1969,13 +2011,13 @@ msgstr ""
 
 # type: =head1
 #. type: =head1
-#: dh:74 dh_installdocs:105 dh_link:73 dh_makeshlibs:97 dh_shlibdeps:69
+#: dh:76 dh_installdocs:105 dh_link:73 dh_makeshlibs:97 dh_shlibdeps:69
 msgid "EXAMPLES"
 msgstr "EXEMPLES"
 
 # type: textblock
 #. type: textblock
-#: dh:76
+#: dh:78
 msgid ""
 "To see what commands are included in a sequence, without actually doing "
 "anything:"
@@ -1985,7 +2027,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:79
+#: dh:81
 #, no-wrap
 msgid ""
 "\tdh binary-arch --no-act\n"
@@ -1996,7 +2038,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:81
+#: dh:83
 msgid ""
 "This is a very simple rules file, for packages where the default sequences "
 "of commands work with no additional options."
@@ -2006,7 +2048,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:84 dh:105 dh:118
+#: dh:86 dh:107 dh:120
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2021,7 +2063,7 @@ msgstr ""
 
 # type: verbatim
 #. type: textblock
-#: dh:88
+#: dh:90
 #, fuzzy
 #| msgid ""
 #| "Often you'll want to pass an option to a specific debhelper command. The\n"
@@ -2037,7 +2079,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:91 dh:176 dh:187
+#: dh:93 dh:178 dh:189
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2052,7 +2094,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:95
+#: dh:97
 #, fuzzy, no-wrap
 #| msgid ""
 #| "\toverride_dh_strip:\n"
@@ -2069,7 +2111,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:98
+#: dh:100
 #, fuzzy, no-wrap
 #| msgid ""
 #| "  dh_auto_configure -- --with-foo --enable-bar\n"
@@ -2084,7 +2126,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:101
+#: dh:103
 msgid ""
 "Sometimes the automated L<dh_auto_configure(1)> and L<dh_auto_build(1)> "
 "can't guess what to do for a strange package. Here's how to avoid running "
@@ -2097,7 +2139,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:109
+#: dh:111
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_configure:\n"
@@ -2110,7 +2152,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:112
+#: dh:114
 #, no-wrap
 msgid ""
 "\toverride_dh_auto_build:\n"
@@ -2123,7 +2165,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:115
+#: dh:117
 msgid ""
 "Another common case is wanting to do something manually before or after a "
 "particular debhelper command is run."
@@ -2133,7 +2175,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:122
+#: dh:124
 #, no-wrap
 msgid ""
 "\toverride_dh_fixperms:\n"
@@ -2147,7 +2189,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:126
+#: dh:128
 msgid ""
 "If your package uses autotools and you want to freshen F<config.sub> and "
 "F<config.guess> with newer versions from the B<autotools-dev> package at "
@@ -2162,7 +2204,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:131
+#: dh:133
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2176,7 +2218,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:135
+#: dh:137
 msgid ""
 "Python tools are not run by dh by default, due to the continual change in "
 "that area. (Before compatibility level v9, dh does run B<dh_pysupport>.)  "
@@ -2185,7 +2227,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:139
+#: dh:141
 #, fuzzy, no-wrap
 #| msgid ""
 #| "\t#!/usr/bin/make -f\n"
@@ -2205,7 +2247,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:143
+#: dh:145
 msgid ""
 "Here is how to force use of Perl's B<Module::Build> build system, which can "
 "be necessary if debhelper wrongly detects that the package uses MakeMaker."
@@ -2216,7 +2258,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:147
+#: dh:149
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2231,7 +2273,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:151
+#: dh:153
 msgid ""
 "Here is an example of overriding where the B<dh_auto_>I<*> commands find the "
 "package's source, for a package where the source is located in a "
@@ -2242,7 +2284,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:155
+#: dh:157
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2256,7 +2298,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:159
+#: dh:161
 msgid ""
 "And here is an example of how to tell the B<dh_auto_>I<*> commands to build "
 "in a subdirectory, which will be removed on B<clean>."
@@ -2267,7 +2309,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:162
+#: dh:164
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2281,7 +2323,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:166
+#: dh:168
 msgid ""
 "If your package can be built in parallel, you can support parallel building "
 "as follows. Then B<dpkg-buildpackage -j> will work."
@@ -2291,7 +2333,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:169
+#: dh:171
 #, no-wrap
 msgid ""
 "\t#!/usr/bin/make -f\n"
@@ -2305,7 +2347,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:173
+#: dh:175
 msgid ""
 "Here is a way to prevent B<dh> from running several commands that you don't "
 "want it to run, by defining empty override targets for each command."
@@ -2315,7 +2357,7 @@ msgstr ""
 "voulez pas lancer."
 
 #. type: verbatim
-#: dh:180
+#: dh:182
 #, no-wrap
 msgid ""
 "\t# Commands not to run:\n"
@@ -2327,7 +2369,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:183
+#: dh:185
 msgid ""
 "A long build process for a separate documentation package can be separated "
 "out using architecture independent overrides.  These will be skipped when "
@@ -2336,7 +2378,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:191
+#: dh:193
 #, fuzzy, no-wrap
 #| msgid ""
 #| "\toverride_dh_auto_configure:\n"
@@ -2352,7 +2394,7 @@ msgstr ""
 "\n"
 
 #. type: verbatim
-#: dh:194
+#: dh:196
 #, no-wrap
 msgid ""
 "\t# No tests needed for docs\n"
@@ -2362,7 +2404,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:197
+#: dh:199
 #, fuzzy, no-wrap
 #| msgid ""
 #| "\toverride_dh_installdocs:\n"
@@ -2378,7 +2420,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: dh:200
+#: dh:202
 msgid ""
 "Adding to the example above, suppose you need to chmod a file, but only when "
 "building the architecture dependent package, as it's not present when "
@@ -2387,7 +2429,7 @@ msgstr ""
 
 # type: verbatim
 #. type: verbatim
-#: dh:204
+#: dh:206
 #, fuzzy, no-wrap
 #| msgid ""
 #| "\toverride_dh_fixperms:\n"
@@ -2406,12 +2448,12 @@ msgstr ""
 "\n"
 
 #. type: =head1
-#: dh:208
+#: dh:210
 msgid "INTERNALS"
 msgstr "FONCTIONNEMENT INTERNE"
 
 #. type: textblock
-#: dh:210
+#: dh:212
 msgid ""
 "If you're curious about B<dh>'s internals, here's how it works under the "
 "hood."
@@ -2421,7 +2463,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:212
+#: dh:214
 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 "
@@ -2436,7 +2478,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:217
+#: dh:219
 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 "
@@ -2449,14 +2491,14 @@ msgstr ""
 "B<--after> et B<--remaining> permettent de modifier ce comportement."
 
 #. type: textblock
-#: dh:222
+#: dh:224
 msgid ""
 "A sequence can also run dependent targets in debian/rules.  For example, the "
 "\"binary\" sequence runs the \"install\" target."
 msgstr ""
 
 #. type: textblock
-#: dh:225
+#: dh:227
 msgid ""
 "B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass "
 "information through to debhelper commands that are run inside override "
@@ -2471,7 +2513,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:230
+#: dh:232
 msgid ""
 "Commands in the B<build-indep>, B<install-indep> and B<binary-indep> "
 "sequences are passed the B<-i> option to ensure they only work on "
@@ -2487,12 +2529,12 @@ msgstr ""
 "ne s'accompliront que sur des paquets dépendants de l'architecture."
 
 #. type: =head1
-#: dh:236
+#: dh:238
 msgid "DEPRECATED OPTIONS"
 msgstr ""
 
 #. type: textblock
-#: dh:238
+#: dh:240
 msgid ""
 "The following options are deprecated. It's much better to use override "
 "targets instead."
@@ -2500,13 +2542,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: dh:243
+#: dh:245
 msgid "B<--until> I<cmd>"
 msgstr "B<--until> I<commande>"
 
 # type: textblock
 #. type: textblock
-#: dh:245
+#: dh:247
 #, fuzzy
 #| msgid "Run commands in the sequence until and including I<cmd>, then stop."
 msgid "Run commands in the sequence until and including I<cmd>, then stop."
@@ -2516,13 +2558,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: dh:247
+#: dh:249
 msgid "B<--before> I<cmd>"
 msgstr "B<--before> I<commande>"
 
 # type: textblock
 #. type: textblock
-#: dh:249
+#: dh:251
 #, fuzzy
 #| msgid "Run commands in the sequence before I<cmd>, then stop."
 msgid "Run commands in the sequence before I<cmd>, then stop."
@@ -2532,13 +2574,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: dh:251
+#: dh:253
 msgid "B<--after> I<cmd>"
 msgstr "B<--after> I<commande>"
 
 # type: textblock
 #. type: textblock
-#: dh:253
+#: dh:255
 #, fuzzy
 #| msgid "Run commands in the sequence that come after I<cmd>."
 msgid "Run commands in the sequence that come after I<cmd>."
@@ -2547,13 +2589,13 @@ msgstr ""
 
 # type: =item
 #. type: =item
-#: dh:255
+#: dh:257
 msgid "B<--remaining>"
 msgstr "B<--remaining>"
 
 # type: textblock
 #. type: textblock
-#: dh:257
+#: dh:259
 #, fuzzy
 #| msgid "Run all commands in the sequence that have yet to be run."
 msgid "Run all commands in the sequence that have yet to be run."
@@ -2563,7 +2605,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:261
+#: dh:263
 msgid ""
 "In the above options, I<cmd> can be a full name of a debhelper command, or a "
 "substring. It'll first search for a command in the sequence exactly matching "
@@ -2578,7 +2620,7 @@ msgstr ""
 
 # type: textblock
 #. type: textblock
-#: dh:892 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54
+#: dh:894 dh_auto_build:49 dh_auto_clean:52 dh_auto_configure:54
 #: dh_auto_install:87 dh_auto_test:61 dh_builddeb:122 dh_clean:144
 #: dh_compress:208 dh_fixperms:129 dh_gconf:101 dh_gencontrol:84
 #: dh_install:260 dh_installcatalogs:118 dh_installchangelogs:173
@@ -2597,7 +2639,7 @@ msgstr "L<debhelper(7)>"
 
 # type: textblock
 #. type: textblock
-#: dh:894 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56
+#: dh:896 dh_auto_build:51 dh_auto_clean:54 dh_auto_configure:56
 #: dh_auto_install:89 dh_auto_test:63 dh_bugfiles:128 dh_builddeb:124
 #: dh_clean:146 dh_compress:210 dh_desktop:35 dh_fixperms:131 dh_gconf:103
 #: dh_gencontrol:86 dh_icons:69 dh_install:262 dh_installchangelogs:175
@@ -8559,6 +8601,11 @@ msgstr "Charte Debian, version 2.2"
 msgid "Andrew Stribblehill <ads@debian.org>"
 msgstr "Andrew Stribblehill <ads@debian.org>"
 
+# type: textblock
+#~ msgid "The inverse of B<--with>, disables using the given addon."
+#~ msgstr ""
+#~ "Le contraire de B<--with>. Désactive l'utilisation des rajouts indiqués."
+
 # type: =head1
 #~ msgid "EXAMPLE"
 #~ msgstr "EXEMPLE"