summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2019-10-20 17:41:47 +0000
committerNiels Thykier <niels@thykier.net>2019-10-20 17:41:47 +0000
commit240cc3183ab17cb64b580fa318f5b1919a4ab4f9 (patch)
treebd898f155b73e50ec92aaeb87a4eda3ce83d74e3 /man
parent3fb30816fc75076ba532f31dae5bcf67125c89fb (diff)
downloaddebhelper-240cc3183ab17cb64b580fa318f5b1919a4ab4f9.tar.gz
Regenerate POT and PO files
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'man')
-rw-r--r--man/po4a/po/de.po574
-rw-r--r--man/po4a/po/debhelper.pot502
-rw-r--r--man/po4a/po/es.po575
-rw-r--r--man/po4a/po/fr.po575
-rw-r--r--man/po4a/po/ja.po574
-rw-r--r--man/po4a/po/pt.po574
6 files changed, 1969 insertions, 1405 deletions
diff --git a/man/po4a/po/de.po b/man/po4a/po/de.po
index 99fe5f8c..b2d5df40 100644
--- a/man/po4a/po/de.po
+++ b/man/po4a/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: debhelper 10.10.10\n"
"Report-Msgid-Bugs-To: debhelper@packages.debian.org\n"
-"POT-Creation-Date: 2019-08-19 08:01+0000\n"
+"POT-Creation-Date: 2019-10-20 17:40+0000\n"
"PO-Revision-Date: 2017-12-12 18:01+0100\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -813,12 +813,79 @@ msgstr ""
"wie die Verwendung von B<--no-parallel>."
#. type: =item
-#: debhelper.pod:304 dh:91
+#: debhelper.pod:304
+msgid "B<--reload-all-buildenv-variables>"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:306
+msgid ""
+"By default, L<dh(1)> will compute several environment (e.g. by using L<dpkg-"
+"buildflags(1)>) and cache them to avoid having all B<dh_auto_*> tool "
+"recompute them."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:310
+msgid ""
+"When passing this option, the concrete B<dh_auto_*> tool will ignore the "
+"cache from L<dh(1)> and retrigger a rebuild of these variables. This is "
+"useful in the very rare case where the package need to do multiple builds "
+"but with different B<...FLAGS> options. A concrete example would be needing "
+"to change the B<-O> parameter in B<CFLAGS> in the second build:"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:317
+#, no-wrap
+msgid ""
+" export DEB_CFLAGS_MAINT_APPEND=-O3\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:319
+#, no-wrap
+msgid ""
+" %:\n"
+" dh $@\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:322
+#, no-wrap
+msgid ""
+" override_dh_auto_configure:\n"
+" dh_auto_configure -Bbuild-deb ...\n"
+" DEB_CFLAGS_MAINT_APPEND=-Os dh_auto_configure \\\n"
+" --reload-all-buildenv-variables -Bbuild-udeb ...\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:327
+msgid ""
+"Without B<--reload-all-buildenv-variables> in the second call to "
+"L<dh_auto_configure(1)>, the change in B<DEB_CFLAGS_MAINT_APPEND> would be "
+"ignored as L<dh_auto_configure(1)> would use the cached value of B<CFLAGS> "
+"set by L<dh(1)>."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:332
+msgid ""
+"This option is only available with B<< debhelper (>= 12.7~) >> when the "
+"package uses compatibility level 9 or later."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:335 dh:91
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:306
+#: debhelper.pod:337
msgid ""
"List all build systems supported by debhelper on this system. The list "
"includes both default and third party build systems (marked as such). Also "
@@ -832,12 +899,12 @@ msgstr ""
"manuell angegeben wird."
#. type: =head1
-#: debhelper.pod:313
+#: debhelper.pod:344
msgid "COMPATIBILITY LEVELS"
msgstr "KOMPATIBILITÄTSSTUFEN"
#. type: textblock
-#: debhelper.pod:315
+#: debhelper.pod:346
#, fuzzy
#| msgid ""
#| "From time to time, major non-backwards-compatible changes need to be made "
@@ -867,7 +934,7 @@ msgstr ""
"Datei muss vorhanden sein."
#. type: textblock
-#: debhelper.pod:322
+#: debhelper.pod:353
#, fuzzy
#| msgid ""
#| "Tell debhelper what compatibility level to use by writing a number to "
@@ -882,7 +949,7 @@ msgstr ""
"V#RECOMMENDED_COMPAT# zu benutzen, geben Sie Folgendes ein:"
#. type: verbatim
-#: debhelper.pod:326
+#: debhelper.pod:357
#, fuzzy, no-wrap
#| msgid ""
#| " Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#)\n"
@@ -895,7 +962,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:328
+#: debhelper.pod:359
msgid ""
"This also serves as an appropriate versioned build dependency on a "
"sufficient version of the debhelper package, so you do not need to specify a "
@@ -905,7 +972,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:334
+#: debhelper.pod:365
msgid ""
"Note that debhelper does not provide debhelper-compat for experimental or "
"beta compatibility levels; packages experimenting with those compatibility "
@@ -913,7 +980,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:369
msgid ""
"Prior versions of debhelper required specifying the compatibility level in "
"the file F<debian/compat>, and current debhelper still supports this for "
@@ -928,7 +995,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:349
+#: debhelper.pod:380
#, fuzzy, no-wrap
#| msgid ""
#| " Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#)\n"
@@ -941,7 +1008,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:351
+#: debhelper.pod:382
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -957,27 +1024,27 @@ msgstr ""
"den Unterschieden gegenüber älteren Kompatibilitätsstufen zu lesen."
#. type: =head2
-#: debhelper.pod:358
+#: debhelper.pod:389
msgid "Supported compatibility levels"
msgstr "Unterstützte Kompatibilitätsstufen"
#. type: textblock
-#: debhelper.pod:360
+#: debhelper.pod:391
msgid "These are the available compatibility levels:"
msgstr "Folgende Kompatibilitätsstufen sind verfügbar:"
#. type: =item
-#: debhelper.pod:364 debhelper-obsolete-compat.pod:89
+#: debhelper.pod:395 debhelper-obsolete-compat.pod:89
msgid "v5"
msgstr "v5"
#. type: textblock
-#: debhelper.pod:366 debhelper-obsolete-compat.pod:91
+#: debhelper.pod:397 debhelper-obsolete-compat.pod:91
msgid "This is the lowest supported compatibility level."
msgstr "Dies ist die unterste unterstützte Kompatibilitätsstufe."
#. type: textblock
-#: debhelper.pod:368
+#: debhelper.pod:399
msgid ""
"If you are upgrading from an earlier compatibility level, please review "
"L<debhelper-obsolete-compat(7)>."
@@ -986,41 +1053,41 @@ msgstr ""
"durchführen, überprüfen Sie bitte L<debhelper-obsolete-compat(7)>."
#. type: textblock
-#: debhelper.pod:371 debhelper.pod:403 debhelper.pod:433 debhelper.pod:464
+#: debhelper.pod:402 debhelper.pod:434 debhelper.pod:464 debhelper.pod:495
#: debhelper-obsolete-compat.pod:28 debhelper-obsolete-compat.pod:35
#: debhelper-obsolete-compat.pod:58 debhelper-obsolete-compat.pod:87
msgid "This mode is deprecated."
msgstr "Dieser Modus ist missbilligt."
#. type: =item
-#: debhelper.pod:373
+#: debhelper.pod:404
msgid "v6"
msgstr "v6"
#. type: textblock
-#: debhelper.pod:375
+#: debhelper.pod:406
msgid "Changes from v5 are:"
msgstr "Änderungen gegenüber v5 sind:"
#. type: =item
-#: debhelper.pod:379 debhelper.pod:384 debhelper.pod:390 debhelper.pod:396
-#: debhelper.pod:411 debhelper.pod:418 debhelper.pod:422 debhelper.pod:426
-#: debhelper.pod:441 debhelper.pod:445 debhelper.pod:453 debhelper.pod:458
-#: debhelper.pod:472 debhelper.pod:477 debhelper.pod:484 debhelper.pod:489
-#: debhelper.pod:494 debhelper.pod:502 debhelper.pod:508 debhelper.pod:513
-#: debhelper.pod:518 debhelper.pod:531 debhelper.pod:536 debhelper.pod:542
-#: debhelper.pod:548 debhelper.pod:553 debhelper.pod:559 debhelper.pod:568
-#: debhelper.pod:578 debhelper.pod:584 debhelper.pod:607 debhelper.pod:614
-#: debhelper.pod:620 debhelper.pod:626 debhelper.pod:632 debhelper.pod:652
-#: debhelper.pod:658 debhelper.pod:670 debhelper.pod:678 debhelper.pod:684
-#: debhelper.pod:689 debhelper.pod:694 debhelper.pod:699 debhelper.pod:707
-#: debhelper.pod:717 debhelper.pod:727 debhelper.pod:734 debhelper.pod:746
-#: debhelper.pod:751 debhelper.pod:779 debhelper.pod:798 debhelper.pod:808
-#: debhelper.pod:812 debhelper.pod:817 debhelper.pod:822 debhelper.pod:829
-#: debhelper.pod:835 debhelper.pod:843 debhelper.pod:849 debhelper.pod:853
-#: debhelper.pod:858 debhelper.pod:863 debhelper.pod:872 debhelper.pod:888
-#: debhelper.pod:895 debhelper.pod:911 debhelper.pod:919 debhelper.pod:924
-#: debhelper.pod:939 debhelper.pod:947 debhelper.pod:955
+#: debhelper.pod:410 debhelper.pod:415 debhelper.pod:421 debhelper.pod:427
+#: debhelper.pod:442 debhelper.pod:449 debhelper.pod:453 debhelper.pod:457
+#: debhelper.pod:472 debhelper.pod:476 debhelper.pod:484 debhelper.pod:489
+#: debhelper.pod:503 debhelper.pod:508 debhelper.pod:515 debhelper.pod:520
+#: debhelper.pod:525 debhelper.pod:533 debhelper.pod:539 debhelper.pod:544
+#: debhelper.pod:549 debhelper.pod:562 debhelper.pod:567 debhelper.pod:573
+#: debhelper.pod:579 debhelper.pod:584 debhelper.pod:590 debhelper.pod:599
+#: debhelper.pod:609 debhelper.pod:615 debhelper.pod:638 debhelper.pod:645
+#: debhelper.pod:651 debhelper.pod:657 debhelper.pod:663 debhelper.pod:692
+#: debhelper.pod:698 debhelper.pod:710 debhelper.pod:718 debhelper.pod:724
+#: debhelper.pod:729 debhelper.pod:734 debhelper.pod:739 debhelper.pod:747
+#: debhelper.pod:757 debhelper.pod:767 debhelper.pod:774 debhelper.pod:786
+#: debhelper.pod:791 debhelper.pod:819 debhelper.pod:838 debhelper.pod:848
+#: debhelper.pod:852 debhelper.pod:857 debhelper.pod:862 debhelper.pod:869
+#: debhelper.pod:875 debhelper.pod:883 debhelper.pod:889 debhelper.pod:893
+#: debhelper.pod:898 debhelper.pod:903 debhelper.pod:912 debhelper.pod:928
+#: debhelper.pod:935 debhelper.pod:951 debhelper.pod:959 debhelper.pod:964
+#: debhelper.pod:979 debhelper.pod:987 debhelper.pod:995
#: debhelper-obsolete-compat.pod:43 debhelper-obsolete-compat.pod:48
#: debhelper-obsolete-compat.pod:52 debhelper-obsolete-compat.pod:66
#: debhelper-obsolete-compat.pod:71 debhelper-obsolete-compat.pod:76
@@ -1032,7 +1099,7 @@ msgid "-"
msgstr "-"
#. type: textblock
-#: debhelper.pod:381
+#: debhelper.pod:412
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1041,7 +1108,7 @@ msgstr ""
"für die F<prerm>- und F<postrm>-Skripte in umgekehrter Reiherfolge anordnen."
#. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:417
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 "
@@ -1052,7 +1119,7 @@ msgstr ""
"man/man1> im Bauverzeichnis des Pakets entdeckt."
#. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:423
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 "
@@ -1063,7 +1130,7 @@ msgstr ""
"sollen, wie B<CVS:.svn:.git>. Nun tut es dies."
#. type: textblock
-#: debhelper.pod:398
+#: debhelper.pod:429
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -1073,17 +1140,17 @@ msgstr ""
"lautlos ab, dies zu tun."
#. type: =item
-#: debhelper.pod:405
+#: debhelper.pod:436
msgid "v7"
msgstr "v7"
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:438
msgid "Changes from v6 are:"
msgstr "Änderungen gegenüber v6 sind:"
#. type: textblock
-#: debhelper.pod:413
+#: debhelper.pod:444
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 "
@@ -1098,19 +1165,19 @@ msgstr ""
"tmp> installiert, ohne irgendwelche besonderen Parameter zu benötigen."
#. type: textblock
-#: debhelper.pod:420
+#: debhelper.pod:451
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:424
+#: debhelper.pod:455
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:428
+#: debhelper.pod:459
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1119,17 +1186,17 @@ msgstr ""
"Änderungsprotokoll der Originalautoren liegt, falls keines angegeben wurde."
#. type: =item
-#: debhelper.pod:435
+#: debhelper.pod:466
msgid "v8"
msgstr "v8"
#. type: textblock
-#: debhelper.pod:437
+#: debhelper.pod:468
msgid "Changes from v7 are:"
msgstr "Änderungen gegenüber v7 sind:"
#. type: textblock
-#: debhelper.pod:443
+#: debhelper.pod:474
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1137,7 +1204,7 @@ msgstr ""
"Optionen übergeben werden."
#. type: textblock
-#: debhelper.pod:447
+#: debhelper.pod:478
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. "
@@ -1153,7 +1220,7 @@ msgstr ""
"Pakete zum Scheitern bringen."
#. type: textblock
-#: debhelper.pod:455
+#: debhelper.pod:486
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 $@>"
@@ -1164,7 +1231,7 @@ msgstr ""
"»B<dh --foo $@>«."
#. type: textblock
-#: debhelper.pod:460
+#: debhelper.pod:491
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1172,17 +1239,17 @@ msgstr ""
"B<dh_auto_>I<*> bevorzugt Perls B<Module::Build> gegenüber F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:466
+#: debhelper.pod:497
msgid "v9"
msgstr "v9"
#. type: textblock
-#: debhelper.pod:468
+#: debhelper.pod:499
msgid "Changes from v8 are:"
msgstr "Änderungen gegenüber v8 sind:"
#. type: textblock
-#: debhelper.pod:474
+#: debhelper.pod:505
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
@@ -1191,7 +1258,7 @@ msgstr ""
"Verzeichnisse an Autoconf in --libdir and --libexecdir weiter."
#. type: textblock
-#: debhelper.pod:479
+#: debhelper.pod:510
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 "
@@ -1205,7 +1272,7 @@ msgstr ""
"Zielen zu definieren."
#. type: textblock
-#: debhelper.pod:486
+#: debhelper.pod:517
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
@@ -1214,7 +1281,7 @@ msgstr ""
"dbg«-Paketen zu verringern."
#. type: textblock
-#: debhelper.pod:491
+#: debhelper.pod:522
msgid ""
"B<dh_auto_configure> does not include the source package name in --"
"libexecdir when using autoconf."
@@ -1223,12 +1290,12 @@ msgstr ""
"Autoconf benutzt wird."
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:527
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:498
+#: debhelper.pod:529
msgid ""
"(Obsolete: As the B<dh_pysupport> tool was removed from Debian stretch. "
"Since debhelper/10.3, B<dh> no longer enables this sequence add-on "
@@ -1239,7 +1306,7 @@ msgstr ""
"unabhängig von der Kompatibilitätsstufe nicht mehr."
#. type: textblock
-#: debhelper.pod:504
+#: debhelper.pod:535
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."
@@ -1249,7 +1316,7 @@ msgstr ""
"sie nicht bereits gesetzt sind."
#. type: textblock
-#: debhelper.pod:510
+#: debhelper.pod:541
msgid ""
"B<dh_auto_configure> passes B<dpkg-buildflags> CFLAGS, CPPFLAGS, and LDFLAGS "
"to perl F<Makefile.PL> and F<Build.PL>"
@@ -1258,7 +1325,7 @@ msgstr ""
"buildflags> an Perls F<Makefile.PL> und F<Build.PL.>"
#. type: textblock
-#: debhelper.pod:515
+#: debhelper.pod:546
msgid ""
"B<dh_strip> puts separated debug symbols in a location based on their build-"
"id."
@@ -1267,7 +1334,7 @@ msgstr ""
"ihrer Baukennzahl basiert."
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:551
msgid ""
"Executable debhelper config files are run and their output used as the "
"configuration."
@@ -1276,17 +1343,17 @@ msgstr ""
"Ausgabe wird als Konfiguration benutzt."
#. type: =item
-#: debhelper.pod:525
+#: debhelper.pod:556
msgid "v10"
msgstr "v10"
#. type: textblock
-#: debhelper.pod:527
+#: debhelper.pod:558
msgid "Changes from v9 are:"
msgstr "Änderungen gegenüber v9 sind:"
#. type: textblock
-#: debhelper.pod:533
+#: debhelper.pod:564
msgid ""
"B<dh_installinit> will no longer install a file named debian/I<package> as "
"an init script."
@@ -1295,7 +1362,7 @@ msgstr ""
"Skript installieren."
#. type: textblock
-#: debhelper.pod:538
+#: debhelper.pod:569
msgid ""
"B<dh_installdocs> will error out if it detects links created with --link-doc "
"between packages of architecture \"all\" and non-\"all\" as it breaks "
@@ -1306,7 +1373,7 @@ msgstr ""
"nicht-»all« erzeugt wurden, da es binNMUs beschädigt."
#. type: textblock
-#: debhelper.pod:544
+#: debhelper.pod:575
msgid ""
"B<dh_installdeb> no longer installs a maintainer-provided debian/I<package>."
"shlibs file. This is now done by B<dh_makeshlibs> instead."
@@ -1316,7 +1383,7 @@ msgstr ""
"erledigt."
#. type: textblock
-#: debhelper.pod:550
+#: debhelper.pod:581
msgid ""
"B<dh_installwm> refuses to create a broken package if no man page can be "
"found (required to register for the x-window-manager alternative)."
@@ -1326,7 +1393,7 @@ msgstr ""
"Window-Manager zu registrieren)."
#. type: textblock
-#: debhelper.pod:555
+#: debhelper.pod:586
msgid ""
"Debhelper will default to B<--parallel> for all buildsystems that support "
"parallel building. This can be disabled by using either B<--no-parallel> or "
@@ -1338,7 +1405,7 @@ msgstr ""
"deaktiviert werden."
#. type: textblock
-#: debhelper.pod:561
+#: debhelper.pod:592
msgid ""
"The B<dh> command will not accept any of the deprecated \"manual sequence "
"control\" parameters (B<--before>, B<--after>, etc.). Please use override "
@@ -1349,14 +1416,14 @@ msgstr ""
"verwenden Sie stattdessen Aufhebungsziele."
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:596
msgid ""
"B<Retroactively applied to earlier compat levels>: B<dh> no longer accepts "
"any of these since debhelper/12.4."
msgstr ""
#. type: textblock
-#: debhelper.pod:570
+#: debhelper.pod:601
msgid ""
"The B<dh> command will no longer use log files to track which commands have "
"been run. The B<dh> command I<still> keeps track of whether it already ran "
@@ -1368,12 +1435,12 @@ msgstr ""
"diesem Fall."
#. type: textblock
-#: debhelper.pod:574
+#: debhelper.pod:605
msgid "The main effects of this are:"
msgstr "Die wichtigsten Auswirkungen davon sind:"
#. type: textblock
-#: debhelper.pod:580
+#: debhelper.pod:611
msgid ""
"With this, it is now easier to debug the I<install> or/and I<binary> "
"sequences because they can now trivially be re-run (without having to do a "
@@ -1385,7 +1452,7 @@ msgstr ""
"ist)."
#. type: textblock
-#: debhelper.pod:586
+#: debhelper.pod:617
msgid ""
"The main caveat is that B<dh_*> now only keeps track of what happened in a "
"single override target. When all the calls to a given B<dh_cmd> command "
@@ -1397,12 +1464,12 @@ msgstr ""
"stattfinden, wird alles wie zuvor funktionieren."
#. type: textblock
-#: debhelper.pod:591
+#: debhelper.pod:622
msgid "Example of where it can go wrong:"
msgstr "Beispiel, bei dem es schiefgehen kann:"
#. type: verbatim
-#: debhelper.pod:593
+#: debhelper.pod:624
#, no-wrap
msgid ""
" override_dh_foo:\n"
@@ -1414,7 +1481,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: debhelper.pod:596
+#: debhelper.pod:627
#, no-wrap
msgid ""
" override_dh_bar:\n"
@@ -1428,7 +1495,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:600
+#: debhelper.pod:631
msgid ""
"In this case, the call to B<dh_foo --remaining> will I<also> include I<my-"
"pkg>, since B<dh_foo -pmy-pkg> was run in a separate override target. This "
@@ -1440,7 +1507,7 @@ msgstr ""
"begrenzt, es umfasst außerdem B<-a>, B<-i>, etc."
#. type: textblock
-#: debhelper.pod:609
+#: debhelper.pod:640
msgid ""
"The B<dh_installdeb> command now shell-escapes the lines in the "
"F<maintscript> config file. This was the original intent but it did not "
@@ -1454,7 +1521,7 @@ msgstr ""
"(z.B. Dateinamen in Anführungszeichen setzen)."
#. type: textblock
-#: debhelper.pod:616
+#: debhelper.pod:647
msgid ""
"The B<dh_installinit> command now defaults to B<--restart-after-upgrade>. "
"For packages needing the previous behaviour, please use B<--no-restart-after-"
@@ -1465,7 +1532,7 @@ msgstr ""
"erfordern, B<--no-restart-after-upgrade>."
#. type: textblock
-#: debhelper.pod:622
+#: debhelper.pod:653
msgid ""
"The B<autoreconf> sequence is now enabled by default. Please pass B<--"
"without autoreconf> to B<dh> if this is not desirable for a given package"
@@ -1475,7 +1542,7 @@ msgstr ""
"nicht gewünscht wird."
#. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:659
msgid ""
"The B<systemd> sequence is now enabled by default. Please pass B<--without "
"systemd> to B<dh> if this is not desirable for a given package."
@@ -1485,7 +1552,7 @@ msgstr ""
"gewünscht wird."
#. type: textblock
-#: debhelper.pod:634
+#: debhelper.pod:665
#, fuzzy
#| msgid ""
#| "B<dh> no longer creates the package build directory when skipping running "
@@ -1504,7 +1571,7 @@ msgstr ""
"Befehlen offenlegen, die nicht in Debhelper enthalten sind."
#. type: textblock
-#: debhelper.pod:639
+#: debhelper.pod:670
msgid ""
"This compatibility feature had a bug since its inception in "
"debhelper/9.20130516 that made it fail to apply in compat 9 and earlier. As "
@@ -1513,17 +1580,35 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:646
+#: debhelper.pod:677
msgid "v11"
msgstr "v11"
#. type: textblock
-#: debhelper.pod:648
+#: debhelper.pod:679
+#, fuzzy
+#| msgid "This mode is deprecated."
+msgid "This mode is discouraged."
+msgstr "Dieser Modus ist missbilligt."
+
+#. type: textblock
+#: debhelper.pod:681
+msgid ""
+"The compat 11 is discouraged for new packages as it suffers from feature "
+"interaction between L<dh_installinit> and L<dh_installsystemd> causing "
+"services to not run correctly in some cases. Please consider using "
+"compatibility mode 10 or 12 instead. More details about the issue are "
+"available in Debian#887904 and L<https://lists.debian.org/debian-"
+"release/2019/04/msg01442.html>."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:688
msgid "Changes from v10 are:"
msgstr "Änderungen gegenüber v10 sind:"
#. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:694
msgid ""
"B<dh_installinit> no longer installs F<service> or F<tmpfile> files, nor "
"generates maintainer scripts for those files. Please use the new "
@@ -1534,7 +1619,7 @@ msgstr ""
"neue Hilfsprogramm B<dh_installsystemd>."
#. type: textblock
-#: debhelper.pod:660
+#: debhelper.pod:700
msgid ""
"The B<dh_systemd_enable> and B<dh_systemd_start> helpers have been replaced "
"by the new B<dh_installsystemd> helper. For the same reason, the B<systemd> "
@@ -1549,7 +1634,7 @@ msgstr ""
# FIXME s/have/has/
#. type: textblock
-#: debhelper.pod:666
+#: debhelper.pod:706
msgid ""
"Please note that the B<dh_installsystemd> tool has a slightly different "
"behaviour in some cases (e.g. when using the B<--name> parameter)."
@@ -1559,7 +1644,7 @@ msgstr ""
"verhält."
#. type: textblock
-#: debhelper.pod:672
+#: debhelper.pod:712
msgid ""
"B<dh_installdirs> no longer creates debian/I<package> directories unless "
"explicitly requested (or it has to create a subdirectory in it)."
@@ -1569,14 +1654,14 @@ msgstr ""
"darin erstellt werden)."
#. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:716
msgid "The vast majority of all packages will be unaffected by this change."
msgstr ""
"Die große Mehrheit aller Pakete wird von dieser Änderung nicht betroffen "
"sein."
#. type: textblock
-#: debhelper.pod:680
+#: debhelper.pod:720
#, fuzzy
#| msgid ""
#| "The B<makefile> buildsystem now passes B<INSTALL=install --strip-"
@@ -1592,7 +1677,7 @@ msgstr ""
"oder B<cmake>) sind von dieser Änderung nicht betroffen."
#. type: textblock
-#: debhelper.pod:686
+#: debhelper.pod:726
msgid ""
"The B<autoconf> buildsystem now passes B<--runstatedir=/run> to F<./"
"configure>."
@@ -1601,7 +1686,7 @@ msgstr ""
"configure>."
#. type: textblock
-#: debhelper.pod:691
+#: debhelper.pod:731
msgid ""
"The B<cmake> buildsystem now passes B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to "
"L<cmake(1)>."
@@ -1610,7 +1695,7 @@ msgstr ""
"L<cmake(1)>."
#. type: textblock
-#: debhelper.pod:696
+#: debhelper.pod:736
msgid ""
"B<dh_installman> will now prefer detecting the language from the path name "
"rather than the extension."
@@ -1619,7 +1704,7 @@ msgstr ""
"statt der Erweiterung bestimmen."
#. type: textblock
-#: debhelper.pod:701
+#: debhelper.pod:741
msgid ""
"B<dh_auto_install> will now only create the destination directory it needs. "
"Previously, it would create the package build directory for all packages. "
@@ -1633,7 +1718,7 @@ msgstr ""
"enthalten sind."
#. type: textblock
-#: debhelper.pod:709
+#: debhelper.pod:749
msgid ""
"The helpers B<dh_installdocs>, B<dh_installexamples>, B<dh_installinfo>, and "
"B<dh_installman> now error out if their config has a pattern that does not "
@@ -1645,7 +1730,7 @@ msgstr ""
"einen Pfad bezieht, den es nicht gibt."
#. type: textblock
-#: debhelper.pod:713
+#: debhelper.pod:753
msgid ""
"Known exceptions include building with the B<nodoc> profile, where the above "
"tools will silently permit failed matches where the patterns are used to "
@@ -1656,7 +1741,7 @@ msgstr ""
"Suchmuster zur Angabe von Dokumentation benutzt werden."
#. type: textblock
-#: debhelper.pod:719
+#: debhelper.pod:759
msgid ""
"The helpers B<dh_installdocs>, B<dh_installexamples>, B<dh_installinfo>, and "
"B<dh_installman> now accept the parameter B<--sourcedir> with same meaning "
@@ -1669,7 +1754,7 @@ msgstr ""
"sie nun auch auf F<debian/tmp> wie B<dh_install> zurück."
#. type: textblock
-#: debhelper.pod:724
+#: debhelper.pod:764
msgid ""
"Migration note: A bug in debhelper 11 up to 11.1.5 made B<dh_installinfo> "
"incorrectly ignore B<--sourcedir>."
@@ -1677,7 +1762,7 @@ msgstr ""
# FIXME s/can emulate it/can get an emulation of it/ (or emulate it)
#. type: textblock
-#: debhelper.pod:729
+#: debhelper.pod:769
msgid ""
"The B<perl-makemaker> and B<perl-build> build systems no longer pass B<-I.> "
"to perl. Packages that still need this behaviour can emulate it by using "
@@ -1691,7 +1776,7 @@ msgstr ""
"dergleichen)."
#. type: textblock
-#: debhelper.pod:736
+#: debhelper.pod:776
msgid ""
"The B<PERL_USE_UNSAFE_INC> environment variable is no longer set by B<dh> or "
"any of the B<dh_auto_*> tools. It was added as a temporary work around to "
@@ -1703,7 +1788,7 @@ msgstr ""
"Pakete scheitert."
#. type: textblock
-#: debhelper.pod:741
+#: debhelper.pod:781
msgid ""
"Note this item will eventually become obsolete as upstream intends to drop "
"support for the B<PERL_USE_UNSAFE_INC> environment variable. When perl "
@@ -1717,7 +1802,7 @@ msgstr ""
"Kompatibilitätsstufen entfernt."
#. type: textblock
-#: debhelper.pod:748
+#: debhelper.pod:788
msgid ""
"The B<dh_makeshlibs> helper will now exit with an error if objdump returns a "
"non-zero exit from analysing a given file."
@@ -1727,7 +1812,7 @@ msgstr ""
"übergebenen Datei zurückgibt."
#. type: textblock
-#: debhelper.pod:753
+#: debhelper.pod:793
msgid ""
"The B<dh_installdocs> and B<dh_installexamples> tools may now install "
"I<most> of the documentation in a different path to comply with the "
@@ -1735,7 +1820,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:757
+#: debhelper.pod:797
msgid ""
"Note that if a given source package only contains a single binary package in "
"F<debian/control> or none of the packages are I<-doc> packages, then this "
@@ -1744,7 +1829,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:762
+#: debhelper.pod:802
msgid ""
"By default, these tools will now attempt to determine a \"main package for "
"the documentation\" (called a I<doc-main-package> from here on) for every I<-"
@@ -1755,7 +1840,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:770
+#: debhelper.pod:810
#, fuzzy
#| msgid ""
#| "The B<--doc-main-package> option can be used when the auto-detection is "
@@ -1769,7 +1854,7 @@ msgstr ""
"Erkennung unzureichend ist."
#. type: textblock
-#: debhelper.pod:774
+#: debhelper.pod:814
msgid ""
"Some documentation will not be affected by this change. These exceptions "
"include the copyright file, changelog files, README.Debian, etc. These "
@@ -1777,7 +1862,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:781
+#: debhelper.pod:821
msgid ""
"The B<dh_strip> and B<dh_shlibdeps> tools no longer uses filename patterns "
"to determine which files to process. Instead, they open the file and look "
@@ -1791,29 +1876,29 @@ msgstr ""
"ausführbares binäres Programm ist."
#. type: textblock
-#: debhelper.pod:786
+#: debhelper.pod:826
msgid "This change may cause the tools to process more files than previously."
msgstr ""
"Diese Änderung kann dazu führen, dass mehr Dateien als vorher verarbeitet "
"werden."
#. type: =item
-#: debhelper.pod:790
+#: debhelper.pod:830
msgid "v12"
msgstr "v12"
#. type: textblock
-#: debhelper.pod:792
+#: debhelper.pod:832
msgid "This is the recommended mode of operation."
msgstr "Dies ist der empfohlene Betriebsmodus."
#. type: textblock
-#: debhelper.pod:794
+#: debhelper.pod:834
msgid "Changes from v11 are:"
msgstr "Änderungen gegenüber v11 sind:"
#. type: textblock
-#: debhelper.pod:800
+#: debhelper.pod:840
msgid ""
"The B<dh_makeshlibs> tool now generates shlibs files with versioned "
"dependency by default. This means that B<-VUpstream-Version> (a.k.a. B<-V>) "
@@ -1821,7 +1906,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:804
+#: debhelper.pod:844
msgid ""
"If an unversioned dependency in the shlibs file is wanted, this can be "
"obtained by passing B<-VNone> instead. However, please see "
@@ -1829,7 +1914,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:810
+#: debhelper.pod:850
msgid ""
"The B<-s> (B<--same-arch>) option is removed. Please use B<-a> (B<--arch>) "
"instead."
@@ -1838,7 +1923,7 @@ msgstr ""
"stattdessen B<-a> (B<--arch>)."
#. type: textblock
-#: debhelper.pod:814
+#: debhelper.pod:854
msgid ""
"Invoking B<dh_clean -k> now causes an error instead of a deprecation warning."
msgstr ""
@@ -1846,7 +1931,7 @@ msgstr ""
"Warnung, es sei missbilligt."
#. type: textblock
-#: debhelper.pod:819
+#: debhelper.pod:859
msgid ""
"The B<--no-restart-on-upgrade> option in B<dh_installinit> has been "
"removed. Please use the new name B<--no-stop-on-upgrade>"
@@ -1855,7 +1940,7 @@ msgstr ""
"Bitte verwenden Sie den neuen Namen B<--no-stop-on-upgrade>."
#. type: textblock
-#: debhelper.pod:824
+#: debhelper.pod:864
msgid ""
"There was a bug in the B<doit> (and similar) functions from L<Debian::"
"Debhelper::Dh_Lib> that made them spawn a shell in one particular "
@@ -1868,7 +1953,7 @@ msgstr ""
"auf den Fehler setzen, mit der Meldung »command not found« fehlschlagen."
#. type: textblock
-#: debhelper.pod:831
+#: debhelper.pod:871
msgid ""
"The B<--list-missing> and B<--fail-missing> in B<dh_install> has been "
"removed. Please use B<dh_missing> and its corresponding options, which can "
@@ -1879,7 +1964,7 @@ msgstr ""
"durch andere Hilfsprogramme installierten Dateien ebenfalls sehen können."
#. type: textblock
-#: debhelper.pod:837
+#: debhelper.pod:877
msgid ""
"The B<dh_installinit> helper no longer installs configuration for the "
"upstart init system. Instead, it will abort the build if it finds an old "
@@ -1895,7 +1980,7 @@ msgstr ""
"entfernen."
#. type: textblock
-#: debhelper.pod:845
+#: debhelper.pod:885
msgid ""
"The B<dh_installdeb> tool will do basic validation of some L<dpkg-"
"maintscript-helper(1)> commands and will error out if the commands appear to "
@@ -1906,26 +1991,26 @@ msgstr ""
"falls die Befehle ungültig zu sein scheinen."
#. type: textblock
-#: debhelper.pod:851
+#: debhelper.pod:891
msgid "The B<dh_missing> tool will now default to B<--list-missing>."
msgstr ""
#. type: textblock
-#: debhelper.pod:855
+#: debhelper.pod:895
msgid ""
"The B<dh_makeshlibs> tool will now only pass libraries to L<dpkg-"
"gensymbols(1)> if the ELF binary has a SONAME (containing \".so\")."
msgstr ""
#. type: textblock
-#: debhelper.pod:860
+#: debhelper.pod:900
msgid ""
"The B<dh_compress> tool no longer compresses examples (i.e. anything "
"installed in F<</usr/share/doc/I<package>/examples>>.)"
msgstr ""
#. type: textblock
-#: debhelper.pod:865
+#: debhelper.pod:905
msgid ""
"The standard sequence in B<dh> now includes B<dh_dwz> and "
"B<dh_installinitramfs> by default. This makes the B<dwz> and "
@@ -1935,7 +2020,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:874
+#: debhelper.pod:914
msgid ""
"The build systems B<meson> and B<autoconf> no longer explicitly set the B<--"
"libexecdir> variable and thus relies on the build system default - which "
@@ -1943,7 +2028,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:879
+#: debhelper.pod:919
msgid ""
"If a particular upstream package does not use the correct default, the "
"parameter can often be passed manually via L<dh_auto_configure(1)>. E.g. "
@@ -1951,7 +2036,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:883
+#: debhelper.pod:923
#, fuzzy, no-wrap
#| msgid ""
#| "\toverride_dh_auto_configure:\n"
@@ -1967,12 +2052,12 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:886
+#: debhelper.pod:926
msgid "Note the B<--> before the B<--libexecdir> parameter."
msgstr ""
#. type: textblock
-#: debhelper.pod:890
+#: debhelper.pod:930
msgid ""
"The B<dh_installdeb> tool no longer installs the maintainer provided "
"F<conffiles> file. The file has mostly been obsolete since compatibility "
@@ -1981,7 +2066,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:897
+#: debhelper.pod:937
msgid ""
"The B<dh_installsystemd> tool no longer relies on B<dh_installinit> for "
"handling systemd services that have a sysvinit alternative. Both tools must "
@@ -1990,14 +2075,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:902
+#: debhelper.pod:942
msgid ""
"If you have an override for B<dh_installinit> (e.g. to call it with B<--no-"
"start>) then you will probably need one for B<dh_installsystemd> as well now."
msgstr ""
#. type: textblock
-#: debhelper.pod:906
+#: debhelper.pod:946
msgid ""
"This change makes B<dh_installinit> inject a I<misc:Pre-Depends> for B<< "
"init-system-helpers (>= 1.54~) >>. Please ensure that the package lists B<"
@@ -2006,7 +2091,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:913
+#: debhelper.pod:953
msgid ""
"The third-party B<dh_golang> tool (from B<dh-golang> package) now defaults "
"on honoring B<DH_GOLANG_EXCLUDES> variable for source installation in -dev "
@@ -2016,28 +2101,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:921
+#: debhelper.pod:961
msgid ""
"B<dh_installsystemduser> is now included in the B<dh> standard sequence by "
"default."
msgstr ""
#. type: textblock
-#: debhelper.pod:926
+#: debhelper.pod:966
msgid ""
"The B<python-distutils> buildsystem is now removed. Please use the third-"
"party build system B<pybuild> instead."
msgstr ""
#. type: =item
-#: debhelper.pod:931
+#: debhelper.pod:971
#, fuzzy
#| msgid "v1"
msgid "v13"
msgstr "v1"
#. type: textblock
-#: debhelper.pod:933 strings-kept-translations.pod:9
+#: debhelper.pod:973 strings-kept-translations.pod:9
msgid ""
"This compatibility level is still open for development; use with caution."
msgstr ""
@@ -2045,14 +2130,14 @@ msgstr ""
"Verwenden Sie sie mit Vorsicht."
#. type: textblock
-#: debhelper.pod:935
+#: debhelper.pod:975
#, fuzzy
#| msgid "Changes from v10 are:"
msgid "Changes from v12 are:"
msgstr "Änderungen gegenüber v10 sind:"
#. type: textblock
-#: debhelper.pod:941
+#: debhelper.pod:981
msgid ""
"The B<meson+ninja> build system now uses B<meson test> instead of B<ninja "
"test> when running the test suite. Any override of B<dh_auto_test> that "
@@ -2061,7 +2146,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:949
+#: debhelper.pod:989
msgid ""
"All debhelper like tools based on the official debhelper library (including "
"B<dh> and the official B<dh_*> tools) no longer accepts abbreviated command "
@@ -2070,7 +2155,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:957
+#: debhelper.pod:997
msgid ""
"The ELF related debhelper tools (B<dh_dwz>, B<dh_strip>, B<dh_makeshlibs>, "
"B<dh_shlibdeps>) are now only run for arch dependent packages by default (i."
@@ -2079,14 +2164,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:962
+#: debhelper.pod:1002
msgid ""
"If you need them for B<*-indep> targets, you can add an explicit Build-"
"Depends on B<dh-sequence-elf-tools>."
msgstr ""
#. type: =head1
-#: debhelper.pod:969 dh_auto_test:48 dh_dwz:69 dh_installcatalogs:64
+#: debhelper.pod:1009 dh_auto_test:48 dh_dwz:69 dh_installcatalogs:64
#: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89
#: dh_installinit:205 dh_installinitramfs:53 dh_installman:128
#: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40
@@ -2096,12 +2181,12 @@ msgid "NOTES"
msgstr "ANMERKUNGEN"
#. type: =head2
-#: debhelper.pod:971
+#: debhelper.pod:1011
msgid "Multiple binary package support"
msgstr "Unterstützung mehrerer Binärpakete"
#. type: textblock
-#: debhelper.pod:973
+#: debhelper.pod:1013
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 "
@@ -2120,7 +2205,7 @@ msgstr ""
"Ziel »binary-indep«."
#. type: textblock
-#: debhelper.pod:981
+#: debhelper.pod:1021
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<-"
@@ -2136,7 +2221,7 @@ msgstr ""
"sind, mit nachfolgenden Ausnahmen."
#. type: textblock
-#: debhelper.pod:987
+#: debhelper.pod:1027
msgid ""
"First, any package whose B<Architecture> field in B<debian/control> does not "
"match the B<DEB_HOST_ARCH> architecture will be excluded (L<Debian Policy, "
@@ -2147,7 +2232,7 @@ msgstr ""
"(L<Debian Policy, Abschnitt 5.6.8>)."
#. type: textblock
-#: debhelper.pod:991
+#: debhelper.pod:1031
msgid ""
"Also, some additional packages may be excluded based on the contents of the "
"B<DEB_BUILD_PROFILES> environment variable and B<Build-Profiles> fields in "
@@ -2161,12 +2246,12 @@ msgstr ""
"BuildProfileSpec>."
#. type: =head3
-#: debhelper.pod:996
+#: debhelper.pod:1036
msgid "Interaction between package selections and Build-Profiles"
msgstr "Zusammenspiel zwischen Paketauswahl und Bauprofilen"
#. type: textblock
-#: debhelper.pod:998
+#: debhelper.pod:1038
msgid ""
"Build-Profiles affect which packages are included in the package selections "
"mechanisms in debhelper. Generally, the package selections are described "
@@ -2181,13 +2266,13 @@ msgstr ""
"Bauprofils (oder das Fehlen des aktiven Bauprofils) deaktiviert wird."
#. type: =item
-#: debhelper.pod:1006
+#: debhelper.pod:1046
msgid "-a/--arch, -i/--indep OR no selection options (a raw \"dh_X\" call)"
msgstr ""
"-a/--arch, -i/--indep ODER keine Auswahloptionen (ein roher »dh_X«-Aufruf)"
#. type: textblock
-#: debhelper.pod:1008
+#: debhelper.pod:1048
msgid ""
"The package disabled by Build-Profiles is silently excluded from the "
"selection."
@@ -2196,7 +2281,7 @@ msgstr ""
"ausgeschlossen."
#. type: textblock
-#: debhelper.pod:1011
+#: debhelper.pod:1051
msgid ""
"Note you will receive a warning if I<all> packages related to these "
"selections are disabled. In that case, it generally does not make sense to "
@@ -2207,29 +2292,29 @@ msgstr ""
"Allgemeinen überhaupt sinnlos."
#. type: =item
-#: debhelper.pod:1015
+#: debhelper.pod:1055
msgid "-N I<package> / --no-package I<package>"
msgstr "-N I<Paket> / --no-package I<Paket>"
#. type: textblock
-#: debhelper.pod:1017
+#: debhelper.pod:1057
msgid "The option is accepted and effectively does nothing."
msgstr "Die Option wird akzeptiert und hat keine Wirkung."
#. type: =item
-#: debhelper.pod:1019
+#: debhelper.pod:1059
msgid "-p I<package> / --package I<package>"
msgstr "-p I<Paket> / --package I<Paket>"
#. type: textblock
-#: debhelper.pod:1021
+#: debhelper.pod:1061
msgid "The option is accepted, but debhelper will not act on the package."
msgstr ""
"Die Option wird akzeptiert, aber Debhelper wird nichts an dem Paket "
"vornehmen."
#. type: textblock
-#: debhelper.pod:1025
+#: debhelper.pod:1065
msgid ""
"Note that it does not matter whether a package is enabled or disabled by "
"default."
@@ -2238,12 +2323,12 @@ msgstr ""
"aktiviert oder deaktiviert ist."
#. type: =head2
-#: debhelper.pod:1028
+#: debhelper.pod:1068
msgid "Automatic generation of Debian install scripts"
msgstr "Automatisches Erzeugen von Debian-Installationsskripten"
#. type: textblock
-#: debhelper.pod:1030
+#: debhelper.pod:1070
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -2260,7 +2345,7 @@ msgstr ""
"erzeugten Kode ersetzt."
#. type: textblock
-#: debhelper.pod:1037
+#: debhelper.pod:1077
msgid ""
"If a script does not exist at all and debhelper needs to add something to "
"it, then debhelper will create the complete script."
@@ -2269,7 +2354,7 @@ msgstr ""
"hinzufügen muss, dann wird Debhelper das komplette Skript erstellen."
#. type: textblock
-#: debhelper.pod:1040
+#: debhelper.pod:1080
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -2278,7 +2363,7 @@ msgstr ""
"dies durch den Parameter -n deaktiviert (siehe oben)."
#. type: textblock
-#: debhelper.pod:1043
+#: debhelper.pod:1083
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 "
@@ -2292,7 +2377,7 @@ msgstr ""
"etc. gesetzt sind):"
#. type: verbatim
-#: debhelper.pod:1048
+#: debhelper.pod:1088
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -2324,12 +2409,12 @@ msgstr ""
"\n"
#. type: =head2
-#: debhelper.pod:1061
+#: debhelper.pod:1101
msgid "Automatic generation of miscellaneous dependencies."
msgstr "Automatisches Erzeugen verschiedener Abhängigkeiten"
#. type: textblock
-#: debhelper.pod:1063
+#: debhelper.pod:1103
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 "
@@ -2349,7 +2434,7 @@ msgstr ""
"bietet, sie zu automatisieren."
#. type: textblock
-#: debhelper.pod:1071
+#: debhelper.pod:1111
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called B<"
@@ -2363,7 +2448,7 @@ msgstr ""
"Debhelper findet, dass Sie sie benötigen."
#. type: textblock
-#: debhelper.pod:1076
+#: debhelper.pod:1116
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -2377,12 +2462,12 @@ msgstr ""
"entspricht."
#. type: =head2
-#: debhelper.pod:1081
+#: debhelper.pod:1121
msgid "Package build directories"
msgstr "Paketbauverzeichnisse"
#. type: textblock
-#: debhelper.pod:1083
+#: debhelper.pod:1123
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>."
@@ -2392,7 +2477,7 @@ msgstr ""
"debian/I<Paket> ist."
#. type: textblock
-#: debhelper.pod:1086
+#: debhelper.pod:1126
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>"
@@ -2412,12 +2497,12 @@ msgstr ""
"Debhelper-Programm auswirkt."
#. type: =head2
-#: debhelper.pod:1094
+#: debhelper.pod:1134
msgid "udebs"
msgstr "Udebs"
#. type: textblock
-#: debhelper.pod:1096
+#: debhelper.pod:1136
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>. "
@@ -2435,12 +2520,12 @@ msgstr ""
"übersprungen werden."
#. type: =head1
-#: debhelper.pod:1103
+#: debhelper.pod:1143
msgid "ENVIRONMENT"
msgstr "UMGEBUNGSVARIABLEN"
#. type: textblock
-#: debhelper.pod:1105
+#: debhelper.pod:1145
msgid ""
"The following environment variables can influence the behavior of "
"debhelper. It is important to note that these must be actual environment "
@@ -2456,12 +2541,12 @@ msgstr ""
"Beispiel »B<export DH_VERBOSE>«."
#. type: =item
-#: debhelper.pod:1113
+#: debhelper.pod:1153
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
#. type: textblock
-#: debhelper.pod:1115
+#: debhelper.pod:1155
msgid ""
"Set to B<1> to enable verbose mode. Debhelper will output every command it "
"runs. Also enables verbose build logs for some build systems like autoconf."
@@ -2472,12 +2557,12 @@ msgstr ""
"aktiviert."
#. type: =item
-#: debhelper.pod:1118
+#: debhelper.pod:1158
msgid "B<DH_QUIET>"
msgstr "B<DH_QUIET>"
#. type: textblock
-#: debhelper.pod:1120
+#: debhelper.pod:1160
msgid ""
"Set to B<1> to enable quiet mode. Debhelper will not output commands calling "
"the upstream build system nor will dh print which subcommands are called and "
@@ -2494,12 +2579,12 @@ msgstr ""
"wird diese Einstellung ignoriert."
#. type: =item
-#: debhelper.pod:1127
+#: debhelper.pod:1167
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
#. type: textblock
-#: debhelper.pod:1129
+#: debhelper.pod:1169
#, fuzzy
#| msgid ""
#| "Temporarily specifies what compatibility level debhelper should run at, "
@@ -2513,22 +2598,22 @@ msgstr ""
"werden sollte und setzt dabei jeden Wert in F<debian/compat> außer Kraft."
#. type: =item
-#: debhelper.pod:1133
+#: debhelper.pod:1173
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
#. type: textblock
-#: debhelper.pod:1135
+#: debhelper.pod:1175
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:1137
+#: debhelper.pod:1177
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:1139
+#: debhelper.pod:1179
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands."
@@ -2537,7 +2622,7 @@ msgstr ""
"Befehle vorangestellt."
#. type: textblock
-#: debhelper.pod:1142
+#: debhelper.pod:1182
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."
@@ -2547,12 +2632,12 @@ msgstr ""
"DH_OPTIONS zu verwenden."
#. type: =item
-#: debhelper.pod:1145
+#: debhelper.pod:1185
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
#. type: textblock
-#: debhelper.pod:1147
+#: debhelper.pod:1187
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 "
@@ -2564,7 +2649,7 @@ msgstr ""
"entspricht, B<rm -rf> ausführen."
#. type: textblock
-#: debhelper.pod:1151
+#: debhelper.pod:1191
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 "
@@ -2582,7 +2667,7 @@ msgstr ""
"ist, wo auch immer Ihr Paket gebaut wird."
#. type: textblock
-#: debhelper.pod:1158
+#: debhelper.pod:1198
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -2591,14 +2676,14 @@ msgstr ""
"getrennt werden, wie in B<DH_ALWAYS_EXCLUDE=CVS:.svn>."
#. type: =item
-#: debhelper.pod:1161
+#: debhelper.pod:1201
#, fuzzy
#| msgid "B<DH_OPTIONS>"
msgid "B<DH_EXTRA_ADDONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:1163
+#: debhelper.pod:1203
msgid ""
"If set, this adds the specified dh addons to be run in the appropriate "
"places in the sequence of commands. This is equivalent to specifying the "
@@ -2607,7 +2692,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1168
+#: debhelper.pod:1208
msgid ""
"This is intended to be used by downstreams or specific local configurations "
"that require a debhelper addon to be run during multiple builds without "
@@ -2616,14 +2701,14 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:1173
+#: debhelper.pod:1213
msgid ""
"B<CFLAGS>, B<CPPFLAGS>, B<CXXFLAGS>, B<OBJCFLAGS>, B<OBJCXXFLAGS>, "
"B<GCJFLAGS>, B<FFLAGS>, B<FCFLAGS>, B<LDFLAGS>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1175
+#: debhelper.pod:1215
msgid ""
"By default (in any non-deprecated compat level), debhelper will "
"automatically set these flags by using L<dpkg-buildflags(1)>, when they are "
@@ -2634,7 +2719,7 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:1184 debhelper-obsolete-compat.pod:118 dh:1218
+#: debhelper.pod:1224 debhelper-obsolete-compat.pod:118 dh:1220
#: dh_auto_build:53 dh_auto_clean:55 dh_auto_configure:58 dh_auto_install:97
#: dh_auto_test:64 dh_bugfiles:133 dh_builddeb:182 dh_clean:186 dh_compress:242
#: dh_dwz:161 dh_fixperms:164 dh_gconf:105 dh_gencontrol:207 dh_icons:75
@@ -2643,39 +2728,39 @@ msgstr ""
#: dh_installdocs:444 dh_installemacsen:138 dh_installexamples:175
#: dh_installifupdown:72 dh_installinfo:107 dh_installinit:425
#: dh_installinitramfs:85 dh_installlogcheck:81 dh_installlogrotate:53
-#: dh_installman:362 dh_installmanpages:198 dh_installmenu:88 dh_installmime:63
+#: dh_installman:384 dh_installmanpages:198 dh_installmenu:88 dh_installmime:63
#: dh_installmodules:109 dh_installpam:62 dh_installppp:68 dh_installudev:102
-#: dh_installwm:129 dh_installxfonts:96 dh_link:163 dh_lintian:60
-#: dh_listpackages:35 dh_makeshlibs:447 dh_md5sums:117 dh_movefiles:161
-#: dh_perl:166 dh_prep:70 dh_shlibdeps:204 dh_strip:432 dh_testdir:63
+#: dh_installwm:129 dh_installxfonts:90 dh_link:163 dh_lintian:60
+#: dh_listpackages:35 dh_makeshlibs:456 dh_md5sums:117 dh_movefiles:161
+#: dh_perl:171 dh_prep:70 dh_shlibdeps:204 dh_strip:432 dh_testdir:63
#: dh_testroot:91 dh_usrlocal:136 dh_systemd_enable:281 dh_systemd_start:280
msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: =item
-#: debhelper.pod:1188
+#: debhelper.pod:1228
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
#. type: textblock
-#: debhelper.pod:1190
+#: debhelper.pod:1230
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:1192
+#: debhelper.pod:1232
msgid "L<http://joeyh.name/code/debhelper/>"
msgstr "L<http://joeyh.name/code/debhelper/>"
#. type: textblock
-#: debhelper.pod:1194
+#: debhelper.pod:1234
msgid "Debhelper web site."
msgstr "Debhelper-Website"
#. type: =head1
-#: debhelper.pod:1198 dh:1224 dh_auto_build:59 dh_auto_clean:61
+#: debhelper.pod:1238 dh:1226 dh_auto_build:59 dh_auto_clean:61
#: dh_auto_configure:64 dh_auto_install:103 dh_auto_test:70 dh_bugfiles:141
#: dh_builddeb:188 dh_clean:192 dh_compress:248 dh_dwz:167 dh_fixperms:170
#: dh_gconf:111 dh_gencontrol:213 dh_icons:81 dh_install:356
@@ -2683,28 +2768,28 @@ msgstr "Debhelper-Website"
#: dh_installdeb:416 dh_installdebconf:134 dh_installdirs:134
#: dh_installdocs:450 dh_installemacsen:145 dh_installexamples:181
#: dh_installifupdown:78 dh_installinfo:113 dh_installinitramfs:93
-#: dh_installlogcheck:87 dh_installlogrotate:59 dh_installman:368
+#: dh_installlogcheck:87 dh_installlogrotate:59 dh_installman:390
#: dh_installmanpages:204 dh_installmenu:96 dh_installmime:69
#: dh_installmodules:115 dh_installpam:68 dh_installppp:74 dh_installudev:108
-#: dh_installwm:135 dh_installxfonts:102 dh_link:169 dh_lintian:68
-#: dh_listpackages:41 dh_makeshlibs:453 dh_md5sums:123 dh_movefiles:167
-#: dh_perl:172 dh_prep:76 dh_shlibdeps:210 dh_strip:438 dh_testdir:69
+#: dh_installwm:135 dh_installxfonts:96 dh_link:169 dh_lintian:68
+#: dh_listpackages:41 dh_makeshlibs:462 dh_md5sums:123 dh_movefiles:167
+#: dh_perl:177 dh_prep:76 dh_shlibdeps:210 dh_strip:438 dh_testdir:69
#: dh_testroot:97 dh_usrlocal:142
msgid "AUTHOR"
msgstr "AUTOR"
#. type: textblock
-#: debhelper.pod:1200 dh:1226 dh_auto_build:61 dh_auto_clean:63
+#: debhelper.pod:1240 dh:1228 dh_auto_build:61 dh_auto_clean:63
#: dh_auto_configure:66 dh_auto_install:105 dh_auto_test:72 dh_builddeb:190
#: dh_clean:194 dh_compress:250 dh_fixperms:172 dh_gencontrol:215
#: dh_install:358 dh_installchangelogs:310 dh_installcron:86 dh_installdeb:418
#: dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452
#: dh_installemacsen:147 dh_installexamples:183 dh_installifupdown:80
#: dh_installinfo:115 dh_installinit:433 dh_installlogrotate:61
-#: dh_installman:370 dh_installmanpages:206 dh_installmenu:98 dh_installmime:71
+#: dh_installman:392 dh_installmanpages:206 dh_installmenu:98 dh_installmime:71
#: dh_installmodules:117 dh_installpam:70 dh_installppp:76 dh_installudev:110
-#: dh_installwm:137 dh_installxfonts:104 dh_link:171 dh_listpackages:43
-#: dh_makeshlibs:455 dh_md5sums:125 dh_movefiles:169 dh_prep:78
+#: dh_installwm:137 dh_installxfonts:98 dh_link:171 dh_listpackages:43
+#: dh_makeshlibs:464 dh_md5sums:125 dh_movefiles:169 dh_prep:78
#: dh_shlibdeps:212 dh_strip:440 dh_testdir:71 dh_testroot:99
msgid "Joey Hess <joeyh@debian.org>"
msgstr "Joey Hess <joeyh@debian.org>"
@@ -2898,18 +2983,18 @@ msgstr ""
"expandieren."
#. type: textblock
-#: debhelper-obsolete-compat.pod:120 dh:1220 dh_auto_build:55 dh_auto_clean:57
+#: debhelper-obsolete-compat.pod:120 dh:1222 dh_auto_build:55 dh_auto_clean:57
#: dh_auto_configure:60 dh_auto_install:99 dh_auto_test:66 dh_builddeb:184
#: dh_clean:188 dh_compress:244 dh_dwz:163 dh_fixperms:166 dh_gconf:107
#: dh_gencontrol:209 dh_install:352 dh_installcatalogs:127
#: dh_installchangelogs:304 dh_installcron:80 dh_installdeb:412
#: dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446
#: dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109
-#: dh_installlogcheck:83 dh_installlogrotate:55 dh_installman:364
+#: dh_installlogcheck:83 dh_installlogrotate:55 dh_installman:386
#: dh_installmanpages:200 dh_installmime:65 dh_installmodules:111
#: dh_installpam:64 dh_installppp:70 dh_installudev:104 dh_installwm:131
-#: dh_installxfonts:98 dh_link:165 dh_listpackages:37 dh_makeshlibs:449
-#: dh_md5sums:119 dh_movefiles:163 dh_perl:168 dh_prep:72 dh_strip:434
+#: dh_installxfonts:92 dh_link:165 dh_listpackages:37 dh_makeshlibs:458
+#: dh_md5sums:119 dh_movefiles:163 dh_perl:173 dh_prep:72 dh_strip:434
#: dh_testdir:65 dh_testroot:93 dh_usrlocal:138 dh_systemd_start:282
msgid "L<debhelper(7)>"
msgstr "L<debhelper(7)>"
@@ -3135,7 +3220,7 @@ msgstr ""
"oder B<-N> sowie spezialisiertere Optionen zu setzen."
#. type: =head1
-#: dh:112 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:180
+#: dh:112 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:185
#: dh_shlibdeps:78
msgid "EXAMPLES"
msgstr "BEISPIELE"
@@ -3639,19 +3724,19 @@ msgstr ""
"architekturabhängigen Paketen funktionieren."
#. type: textblock
-#: dh:1222 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62
+#: dh:1224 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62
#: dh_auto_install:101 dh_auto_test:68 dh_bugfiles:139 dh_builddeb:186
#: dh_clean:190 dh_compress:246 dh_dwz:165 dh_fixperms:168 dh_gconf:109
#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:306
#: dh_installcron:82 dh_installdeb:414 dh_installdebconf:132 dh_installdirs:132
#: dh_installdocs:448 dh_installemacsen:143 dh_installexamples:179
#: dh_installifupdown:76 dh_installinfo:111 dh_installinit:429
-#: dh_installinitramfs:91 dh_installlogrotate:57 dh_installman:366
+#: dh_installinitramfs:91 dh_installlogrotate:57 dh_installman:388
#: dh_installmanpages:202 dh_installmenu:94 dh_installmime:67
#: dh_installmodules:113 dh_installpam:66 dh_installppp:72 dh_installudev:106
-#: dh_installwm:133 dh_installxfonts:100 dh_link:167 dh_lintian:64
-#: dh_listpackages:39 dh_makeshlibs:451 dh_md5sums:121 dh_movefiles:165
-#: dh_perl:170 dh_prep:74 dh_shlibdeps:208 dh_strip:436 dh_testdir:67
+#: dh_installwm:133 dh_installxfonts:94 dh_link:167 dh_lintian:64
+#: dh_listpackages:39 dh_makeshlibs:460 dh_md5sums:121 dh_movefiles:165
+#: dh_perl:175 dh_prep:74 dh_shlibdeps:208 dh_strip:436 dh_testdir:67
#: dh_testroot:95 dh_usrlocal:140
msgid "This program is a part of debhelper."
msgstr "Dieses Programm ist Teil von Debhelper."
@@ -3711,7 +3796,7 @@ msgstr ""
#. type: =item
#: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59
#: dh_auto_test:41 dh_builddeb:48 dh_dwz:62 dh_gencontrol:42
-#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:174 dh_shlibdeps:41
+#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:179 dh_shlibdeps:41
msgid "B<--> I<params>"
msgstr "B<--> I<Parameter>"
@@ -9108,19 +9193,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_makeshlibs:176
+#: dh_makeshlibs:174
+msgid ""
+"This may be useful in case you do not want a shlibs file at all for the udeb "
+"because no package will depend on it. E.g. because adding a udeb package "
+"for the library was \"overkill\" and the library is embedded in a different "
+"udeb package."
+msgstr ""
+
+#. type: textblock
+#: dh_makeshlibs:181
msgid "Pass I<params> to L<dpkg-gensymbols(1)>."
msgstr "übergibt I<Parameter> an L<dpkg-gensymbols(1)>."
#. type: =item
-#: dh_makeshlibs:184
+#: dh_makeshlibs:189
#, fuzzy
#| msgid "B<dh_makeshlibs -V>"
msgid "B<dh_makeshlibs -VNone>"
msgstr "B<dh_makeshlibs -V>"
#. type: verbatim
-#: dh_makeshlibs:186
+#: dh_makeshlibs:191
#, no-wrap
msgid ""
"Assuming this is a package named F<libfoobar1>, generates a shlibs file that\n"
@@ -9134,14 +9228,14 @@ msgstr ""
"\n"
#. type: =item
-#: dh_makeshlibs:190
+#: dh_makeshlibs:195
#, fuzzy
#| msgid "B<dh_makeshlibs -V>"
msgid "B<dh_makeshlibs -VUpstream-Version>"
msgstr "B<dh_makeshlibs -V>"
#. type: verbatim
-#: dh_makeshlibs:192
+#: dh_makeshlibs:197
#, no-wrap
msgid ""
"Assuming the current version of the package is 1.1-3, generates a shlibs\n"
@@ -9155,12 +9249,12 @@ msgstr ""
"\n"
#. type: =item
-#: dh_makeshlibs:196
+#: dh_makeshlibs:201
msgid "B<dh_makeshlibs -V 'libfoobar1 (E<gt>= 1.0)'>"
msgstr "B<dh_makeshlibs -V 'libfoobar1 (E<gt>= 1.0)'>"
#. type: verbatim
-#: dh_makeshlibs:198
+#: dh_makeshlibs:203
#, no-wrap
msgid ""
"Generates a shlibs file that looks something like:\n"
@@ -9480,7 +9574,7 @@ msgid "Perl policy, version 1.20"
msgstr "Perl-Richtlinie, Version 1.20"
#. type: textblock
-#: dh_perl:174
+#: dh_perl:179
msgid "Brendan O'Dea <bod@debian.org>"
msgstr "Brendan O'Dea <bod@debian.org>"
diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot
index 76d3480e..97cd777e 100644
--- a/man/po4a/po/debhelper.pot
+++ b/man/po4a/po/debhelper.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2019-08-19 08:01+0000\n"
+"POT-Creation-Date: 2019-10-20 17:40+0000\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"
@@ -593,13 +593,80 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:304 dh:91
-msgid "B<--list>, B<-l>"
+#: debhelper.pod:304
+msgid "B<--reload-all-buildenv-variables>"
msgstr ""
#. type: textblock
#: debhelper.pod:306
msgid ""
+"By default, L<dh(1)> will compute several environment (e.g. by using "
+"L<dpkg-buildflags(1)>) and cache them to avoid having all B<dh_auto_*> tool "
+"recompute them."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:310
+msgid ""
+"When passing this option, the concrete B<dh_auto_*> tool will ignore the "
+"cache from L<dh(1)> and retrigger a rebuild of these variables. This is "
+"useful in the very rare case where the package need to do multiple builds "
+"but with different B<...FLAGS> options. A concrete example would be needing "
+"to change the B<-O> parameter in B<CFLAGS> in the second build:"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:317
+#, no-wrap
+msgid ""
+" export DEB_CFLAGS_MAINT_APPEND=-O3\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:319
+#, no-wrap
+msgid ""
+" %:\n"
+" dh $@\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:322
+#, no-wrap
+msgid ""
+" override_dh_auto_configure:\n"
+" dh_auto_configure -Bbuild-deb ...\n"
+" DEB_CFLAGS_MAINT_APPEND=-Os dh_auto_configure \\\n"
+" --reload-all-buildenv-variables -Bbuild-udeb ...\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:327
+msgid ""
+"Without B<--reload-all-buildenv-variables> in the second call to "
+"L<dh_auto_configure(1)>, the change in B<DEB_CFLAGS_MAINT_APPEND> would be "
+"ignored as L<dh_auto_configure(1)> would use the cached value of B<CFLAGS> "
+"set by L<dh(1)>."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:332
+msgid ""
+"This option is only available with B<< debhelper (>= 12.7~) >> when the "
+"package uses compatibility level 9 or later."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:335 dh:91
+msgid "B<--list>, B<-l>"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:337
+msgid ""
"List all build systems supported by debhelper on this system. The list "
"includes both default and third party build systems (marked as such). Also "
"shows which build system would be automatically selected, or which one is "
@@ -607,12 +674,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:313
+#: debhelper.pod:344
msgid "COMPATIBILITY LEVELS"
msgstr ""
#. type: textblock
-#: debhelper.pod:315
+#: debhelper.pod:346
msgid ""
"From time to time, major non-backwards-compatible changes need to be made to "
"debhelper, to keep it clean and well-designed as needs change and its author "
@@ -623,7 +690,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:322
+#: debhelper.pod:353
msgid ""
"In current debhelper, you can specify the compatibility level in "
"F<debian/control> by adding a Build-Depends on the debhelper-compat "
@@ -632,7 +699,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:326
+#: debhelper.pod:357
#, no-wrap
msgid ""
" Build-Depends: debhelper-compat (= #RECOMMENDED_COMPAT#)\n"
@@ -640,7 +707,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:328
+#: debhelper.pod:359
msgid ""
"This also serves as an appropriate versioned build dependency on a "
"sufficient version of the debhelper package, so you do not need to specify a "
@@ -650,7 +717,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:334
+#: debhelper.pod:365
msgid ""
"Note that debhelper does not provide debhelper-compat for experimental or "
"beta compatibility levels; packages experimenting with those compatibility "
@@ -658,7 +725,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:369
msgid ""
"Prior versions of debhelper required specifying the compatibility level in "
"the file F<debian/compat>, and current debhelper still supports this for "
@@ -673,7 +740,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:349
+#: debhelper.pod:380
#, no-wrap
msgid ""
" Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#~)\n"
@@ -681,7 +748,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:351
+#: debhelper.pod:382
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -692,61 +759,61 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:358
+#: debhelper.pod:389
msgid "Supported compatibility levels"
msgstr ""
#. type: textblock
-#: debhelper.pod:360
+#: debhelper.pod:391
msgid "These are the available compatibility levels:"
msgstr ""
#. type: =item
-#: debhelper.pod:364 debhelper-obsolete-compat.pod:89
+#: debhelper.pod:395 debhelper-obsolete-compat.pod:89
msgid "v5"
msgstr ""
#. type: textblock
-#: debhelper.pod:366 debhelper-obsolete-compat.pod:91
+#: debhelper.pod:397 debhelper-obsolete-compat.pod:91
msgid "This is the lowest supported compatibility level."
msgstr ""
#. type: textblock
-#: debhelper.pod:368
+#: debhelper.pod:399
msgid ""
"If you are upgrading from an earlier compatibility level, please review "
"L<debhelper-obsolete-compat(7)>."
msgstr ""
#. type: textblock
-#: debhelper.pod:371 debhelper.pod:403 debhelper.pod:433 debhelper.pod:464 debhelper-obsolete-compat.pod:28 debhelper-obsolete-compat.pod:35 debhelper-obsolete-compat.pod:58 debhelper-obsolete-compat.pod:87
+#: debhelper.pod:402 debhelper.pod:434 debhelper.pod:464 debhelper.pod:495 debhelper-obsolete-compat.pod:28 debhelper-obsolete-compat.pod:35 debhelper-obsolete-compat.pod:58 debhelper-obsolete-compat.pod:87
msgid "This mode is deprecated."
msgstr ""
#. type: =item
-#: debhelper.pod:373
+#: debhelper.pod:404
msgid "v6"
msgstr ""
#. type: textblock
-#: debhelper.pod:375
+#: debhelper.pod:406
msgid "Changes from v5 are:"
msgstr ""
#. type: =item
-#: debhelper.pod:379 debhelper.pod:384 debhelper.pod:390 debhelper.pod:396 debhelper.pod:411 debhelper.pod:418 debhelper.pod:422 debhelper.pod:426 debhelper.pod:441 debhelper.pod:445 debhelper.pod:453 debhelper.pod:458 debhelper.pod:472 debhelper.pod:477 debhelper.pod:484 debhelper.pod:489 debhelper.pod:494 debhelper.pod:502 debhelper.pod:508 debhelper.pod:513 debhelper.pod:518 debhelper.pod:531 debhelper.pod:536 debhelper.pod:542 debhelper.pod:548 debhelper.pod:553 debhelper.pod:559 debhelper.pod:568 debhelper.pod:578 debhelper.pod:584 debhelper.pod:607 debhelper.pod:614 debhelper.pod:620 debhelper.pod:626 debhelper.pod:632 debhelper.pod:652 debhelper.pod:658 debhelper.pod:670 debhelper.pod:678 debhelper.pod:684 debhelper.pod:689 debhelper.pod:694 debhelper.pod:699 debhelper.pod:707 debhelper.pod:717 debhelper.pod:727 debhelper.pod:734 debhelper.pod:746 debhelper.pod:751 debhelper.pod:779 debhelper.pod:798 debhelper.pod:808 debhelper.pod:812 debhelper.pod:817 debhelper.pod:822 debhelper.pod:829 debhelper.pod:835 debhelper.pod:843 debhelper.pod:849 debhelper.pod:853 debhelper.pod:858 debhelper.pod:863 debhelper.pod:872 debhelper.pod:888 debhelper.pod:895 debhelper.pod:911 debhelper.pod:919 debhelper.pod:924 debhelper.pod:939 debhelper.pod:947 debhelper.pod:955 debhelper-obsolete-compat.pod:43 debhelper-obsolete-compat.pod:48 debhelper-obsolete-compat.pod:52 debhelper-obsolete-compat.pod:66 debhelper-obsolete-compat.pod:71 debhelper-obsolete-compat.pod:76 debhelper-obsolete-compat.pod:81 debhelper-obsolete-compat.pod:97 debhelper-obsolete-compat.pod:101 debhelper-obsolete-compat.pod:106 debhelper-obsolete-compat.pod:110 dh_testroot:36 dh_testroot:41 dh_testroot:46
+#: debhelper.pod:410 debhelper.pod:415 debhelper.pod:421 debhelper.pod:427 debhelper.pod:442 debhelper.pod:449 debhelper.pod:453 debhelper.pod:457 debhelper.pod:472 debhelper.pod:476 debhelper.pod:484 debhelper.pod:489 debhelper.pod:503 debhelper.pod:508 debhelper.pod:515 debhelper.pod:520 debhelper.pod:525 debhelper.pod:533 debhelper.pod:539 debhelper.pod:544 debhelper.pod:549 debhelper.pod:562 debhelper.pod:567 debhelper.pod:573 debhelper.pod:579 debhelper.pod:584 debhelper.pod:590 debhelper.pod:599 debhelper.pod:609 debhelper.pod:615 debhelper.pod:638 debhelper.pod:645 debhelper.pod:651 debhelper.pod:657 debhelper.pod:663 debhelper.pod:692 debhelper.pod:698 debhelper.pod:710 debhelper.pod:718 debhelper.pod:724 debhelper.pod:729 debhelper.pod:734 debhelper.pod:739 debhelper.pod:747 debhelper.pod:757 debhelper.pod:767 debhelper.pod:774 debhelper.pod:786 debhelper.pod:791 debhelper.pod:819 debhelper.pod:838 debhelper.pod:848 debhelper.pod:852 debhelper.pod:857 debhelper.pod:862 debhelper.pod:869 debhelper.pod:875 debhelper.pod:883 debhelper.pod:889 debhelper.pod:893 debhelper.pod:898 debhelper.pod:903 debhelper.pod:912 debhelper.pod:928 debhelper.pod:935 debhelper.pod:951 debhelper.pod:959 debhelper.pod:964 debhelper.pod:979 debhelper.pod:987 debhelper.pod:995 debhelper-obsolete-compat.pod:43 debhelper-obsolete-compat.pod:48 debhelper-obsolete-compat.pod:52 debhelper-obsolete-compat.pod:66 debhelper-obsolete-compat.pod:71 debhelper-obsolete-compat.pod:76 debhelper-obsolete-compat.pod:81 debhelper-obsolete-compat.pod:97 debhelper-obsolete-compat.pod:101 debhelper-obsolete-compat.pod:106 debhelper-obsolete-compat.pod:110 dh_testroot:36 dh_testroot:41 dh_testroot:46
msgid "-"
msgstr ""
#. type: textblock
-#: debhelper.pod:381
+#: debhelper.pod:412
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:386
+#: debhelper.pod:417
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> "
@@ -754,7 +821,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:423
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 "
@@ -762,24 +829,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:398
+#: debhelper.pod:429
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:405
+#: debhelper.pod:436
msgid "v7"
msgstr ""
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:438
msgid "Changes from v6 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:413
+#: debhelper.pod:444
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 "
@@ -789,39 +856,39 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:420
+#: debhelper.pod:451
msgid "B<dh_clean> will read F<debian/clean> and delete files listed there."
msgstr ""
#. type: textblock
-#: debhelper.pod:424
+#: debhelper.pod:455
msgid "B<dh_clean> will delete toplevel F<*-stamp> files."
msgstr ""
#. type: textblock
-#: debhelper.pod:428
+#: debhelper.pod:459
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
msgstr ""
#. type: =item
-#: debhelper.pod:435
+#: debhelper.pod:466
msgid "v8"
msgstr ""
#. type: textblock
-#: debhelper.pod:437
+#: debhelper.pod:468
msgid "Changes from v7 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:443
+#: debhelper.pod:474
msgid "Commands will fail rather than warning when they are passed unknown options."
msgstr ""
#. type: textblock
-#: debhelper.pod:447
+#: debhelper.pod:478
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. "
@@ -831,7 +898,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:455
+#: debhelper.pod:486
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 "
@@ -839,31 +906,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:460
+#: debhelper.pod:491
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
msgstr ""
#. type: =item
-#: debhelper.pod:466
+#: debhelper.pod:497
msgid "v9"
msgstr ""
#. type: textblock
-#: debhelper.pod:468
+#: debhelper.pod:499
msgid "Changes from v8 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:474
+#: debhelper.pod:505
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
msgstr ""
#. type: textblock
-#: debhelper.pod:479
+#: debhelper.pod:510
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 "
@@ -872,26 +939,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:486
+#: debhelper.pod:517
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
msgstr ""
#. type: textblock
-#: debhelper.pod:491
+#: debhelper.pod:522
msgid ""
"B<dh_auto_configure> does not include the source package name in "
"--libexecdir when using autoconf."
msgstr ""
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:527
msgid "B<dh> does not default to enabling --with=python-support"
msgstr ""
#. type: textblock
-#: debhelper.pod:498
+#: debhelper.pod:529
msgid ""
"(Obsolete: As the B<dh_pysupport> tool was removed from Debian stretch. "
"Since debhelper/10.3, B<dh> no longer enables this sequence add-on "
@@ -899,52 +966,52 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:504
+#: debhelper.pod:535
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."
msgstr ""
#. type: textblock
-#: debhelper.pod:510
+#: debhelper.pod:541
msgid ""
"B<dh_auto_configure> passes B<dpkg-buildflags> CFLAGS, CPPFLAGS, and LDFLAGS "
"to perl F<Makefile.PL> and F<Build.PL>"
msgstr ""
#. type: textblock
-#: debhelper.pod:515
+#: debhelper.pod:546
msgid ""
"B<dh_strip> puts separated debug symbols in a location based on their "
"build-id."
msgstr ""
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:551
msgid ""
"Executable debhelper config files are run and their output used as the "
"configuration."
msgstr ""
#. type: =item
-#: debhelper.pod:525
+#: debhelper.pod:556
msgid "v10"
msgstr ""
#. type: textblock
-#: debhelper.pod:527
+#: debhelper.pod:558
msgid "Changes from v9 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:533
+#: debhelper.pod:564
msgid ""
"B<dh_installinit> will no longer install a file named debian/I<package> as "
"an init script."
msgstr ""
#. type: textblock
-#: debhelper.pod:538
+#: debhelper.pod:569
msgid ""
"B<dh_installdocs> will error out if it detects links created with --link-doc "
"between packages of architecture \"all\" and non-\"all\" as it breaks "
@@ -952,7 +1019,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:544
+#: debhelper.pod:575
msgid ""
"B<dh_installdeb> no longer installs a maintainer-provided "
"debian/I<package>.shlibs file. This is now done by B<dh_makeshlibs> "
@@ -960,14 +1027,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:550
+#: debhelper.pod:581
msgid ""
"B<dh_installwm> refuses to create a broken package if no man page can be "
"found (required to register for the x-window-manager alternative)."
msgstr ""
#. type: textblock
-#: debhelper.pod:555
+#: debhelper.pod:586
msgid ""
"Debhelper will default to B<--parallel> for all buildsystems that support "
"parallel building. This can be disabled by using either B<--no-parallel> or "
@@ -975,7 +1042,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:561
+#: debhelper.pod:592
msgid ""
"The B<dh> command will not accept any of the deprecated \"manual sequence "
"control\" parameters (B<--before>, B<--after>, etc.). Please use override "
@@ -983,14 +1050,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:596
msgid ""
"B<Retroactively applied to earlier compat levels>: B<dh> no longer accepts "
"any of these since debhelper/12.4."
msgstr ""
#. type: textblock
-#: debhelper.pod:570
+#: debhelper.pod:601
msgid ""
"The B<dh> command will no longer use log files to track which commands have "
"been run. The B<dh> command I<still> keeps track of whether it already ran "
@@ -998,12 +1065,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:574
+#: debhelper.pod:605
msgid "The main effects of this are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:580
+#: debhelper.pod:611
msgid ""
"With this, it is now easier to debug the I<install> or/and I<binary> "
"sequences because they can now trivially be re-run (without having to do a "
@@ -1011,7 +1078,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:586
+#: debhelper.pod:617
msgid ""
"The main caveat is that B<dh_*> now only keeps track of what happened in a "
"single override target. When all the calls to a given B<dh_cmd> command "
@@ -1019,12 +1086,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:591
+#: debhelper.pod:622
msgid "Example of where it can go wrong:"
msgstr ""
#. type: verbatim
-#: debhelper.pod:593
+#: debhelper.pod:624
#, no-wrap
msgid ""
" override_dh_foo:\n"
@@ -1033,7 +1100,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:596
+#: debhelper.pod:627
#, no-wrap
msgid ""
" override_dh_bar:\n"
@@ -1043,7 +1110,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:600
+#: debhelper.pod:631
msgid ""
"In this case, the call to B<dh_foo --remaining> will I<also> include "
"I<my-pkg>, since B<dh_foo -pmy-pkg> was run in a separate override target. "
@@ -1052,7 +1119,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:609
+#: debhelper.pod:640
msgid ""
"The B<dh_installdeb> command now shell-escapes the lines in the "
"F<maintscript> config file. This was the original intent but it did not "
@@ -1061,7 +1128,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:616
+#: debhelper.pod:647
msgid ""
"The B<dh_installinit> command now defaults to B<--restart-after-upgrade>. "
"For packages needing the previous behaviour, please use "
@@ -1069,7 +1136,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:622
+#: debhelper.pod:653
msgid ""
"The B<autoreconf> sequence is now enabled by default. Please pass "
"B<--without autoreconf> to B<dh> if this is not desirable for a given "
@@ -1077,14 +1144,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:659
msgid ""
"The B<systemd> sequence is now enabled by default. Please pass B<--without "
"systemd> to B<dh> if this is not desirable for a given package."
msgstr ""
#. type: textblock
-#: debhelper.pod:634
+#: debhelper.pod:665
msgid ""
"B<Retroactively removed>: B<dh> no longer creates the package build "
"directory when skipping running debhelper commands. This will not affect "
@@ -1093,7 +1160,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:639
+#: debhelper.pod:670
msgid ""
"This compatibility feature had a bug since its inception in "
"debhelper/9.20130516 that made it fail to apply in compat 9 and earlier. As "
@@ -1102,17 +1169,33 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:646
+#: debhelper.pod:677
msgid "v11"
msgstr ""
#. type: textblock
-#: debhelper.pod:648
+#: debhelper.pod:679
+msgid "This mode is discouraged."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:681
+msgid ""
+"The compat 11 is discouraged for new packages as it suffers from feature "
+"interaction between L<dh_installinit> and L<dh_installsystemd> causing "
+"services to not run correctly in some cases. Please consider using "
+"compatibility mode 10 or 12 instead. More details about the issue are "
+"available in Debian#887904 and "
+"L<https://lists.debian.org/debian-release/2019/04/msg01442.html>."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:688
msgid "Changes from v10 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:694
msgid ""
"B<dh_installinit> no longer installs F<service> or F<tmpfile> files, nor "
"generates maintainer scripts for those files. Please use the new "
@@ -1120,7 +1203,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:660
+#: debhelper.pod:700
msgid ""
"The B<dh_systemd_enable> and B<dh_systemd_start> helpers have been replaced "
"by the new B<dh_installsystemd> helper. For the same reason, the B<systemd> "
@@ -1129,26 +1212,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:666
+#: debhelper.pod:706
msgid ""
"Please note that the B<dh_installsystemd> tool has a slightly different "
"behaviour in some cases (e.g. when using the B<--name> parameter)."
msgstr ""
#. type: textblock
-#: debhelper.pod:672
+#: debhelper.pod:712
msgid ""
"B<dh_installdirs> no longer creates debian/I<package> directories unless "
"explicitly requested (or it has to create a subdirectory in it)."
msgstr ""
#. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:716
msgid "The vast majority of all packages will be unaffected by this change."
msgstr ""
#. type: textblock
-#: debhelper.pod:680
+#: debhelper.pod:720
msgid ""
"The B<makefile> buildsystem now passes B<INSTALL=\"install "
"--strip-program=true\"> to L<make(1)>. Derivative buildsystems "
@@ -1156,28 +1239,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:686
+#: debhelper.pod:726
msgid ""
"The B<autoconf> buildsystem now passes B<--runstatedir=/run> to "
"F<./configure>."
msgstr ""
#. type: textblock
-#: debhelper.pod:691
+#: debhelper.pod:731
msgid ""
"The B<cmake> buildsystem now passes B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to "
"L<cmake(1)>."
msgstr ""
#. type: textblock
-#: debhelper.pod:696
+#: debhelper.pod:736
msgid ""
"B<dh_installman> will now prefer detecting the language from the path name "
"rather than the extension."
msgstr ""
#. type: textblock
-#: debhelper.pod:701
+#: debhelper.pod:741
msgid ""
"B<dh_auto_install> will now only create the destination directory it needs. "
"Previously, it would create the package build directory for all packages. "
@@ -1186,7 +1269,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:709
+#: debhelper.pod:749
msgid ""
"The helpers B<dh_installdocs>, B<dh_installexamples>, B<dh_installinfo>, and "
"B<dh_installman> now error out if their config has a pattern that does not "
@@ -1194,7 +1277,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:713
+#: debhelper.pod:753
msgid ""
"Known exceptions include building with the B<nodoc> profile, where the above "
"tools will silently permit failed matches where the patterns are used to "
@@ -1202,7 +1285,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:719
+#: debhelper.pod:759
msgid ""
"The helpers B<dh_installdocs>, B<dh_installexamples>, B<dh_installinfo>, and "
"B<dh_installman> now accept the parameter B<--sourcedir> with same meaning "
@@ -1211,14 +1294,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:724
+#: debhelper.pod:764
msgid ""
"Migration note: A bug in debhelper 11 up to 11.1.5 made B<dh_installinfo> "
"incorrectly ignore B<--sourcedir>."
msgstr ""
#. type: textblock
-#: debhelper.pod:729
+#: debhelper.pod:769
msgid ""
"The B<perl-makemaker> and B<perl-build> build systems no longer pass B<-I.> "
"to perl. Packages that still need this behaviour can emulate it by using "
@@ -1227,7 +1310,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:736
+#: debhelper.pod:776
msgid ""
"The B<PERL_USE_UNSAFE_INC> environment variable is no longer set by B<dh> or "
"any of the B<dh_auto_*> tools. It was added as a temporary work around to "
@@ -1235,7 +1318,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:741
+#: debhelper.pod:781
msgid ""
"Note this item will eventually become obsolete as upstream intends to drop "
"support for the B<PERL_USE_UNSAFE_INC> environment variable. When perl "
@@ -1244,14 +1327,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:748
+#: debhelper.pod:788
msgid ""
"The B<dh_makeshlibs> helper will now exit with an error if objdump returns a "
"non-zero exit from analysing a given file."
msgstr ""
#. type: textblock
-#: debhelper.pod:753
+#: debhelper.pod:793
msgid ""
"The B<dh_installdocs> and B<dh_installexamples> tools may now install "
"I<most> of the documentation in a different path to comply with the "
@@ -1259,7 +1342,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:757
+#: debhelper.pod:797
msgid ""
"Note that if a given source package only contains a single binary package in "
"F<debian/control> or none of the packages are I<-doc> packages, then this "
@@ -1268,7 +1351,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:762
+#: debhelper.pod:802
msgid ""
"By default, these tools will now attempt to determine a \"main package for "
"the documentation\" (called a I<doc-main-package> from here on) for every "
@@ -1280,7 +1363,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:770
+#: debhelper.pod:810
msgid ""
"The B<--doc-main-package> option can be used when the auto-detection is "
"insufficient or to reset the path to its previous value if there is a reason "
@@ -1288,7 +1371,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:774
+#: debhelper.pod:814
msgid ""
"Some documentation will not be affected by this change. These exceptions "
"include the copyright file, changelog files, README.Debian, etc. These "
@@ -1296,7 +1379,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:781
+#: debhelper.pod:821
msgid ""
"The B<dh_strip> and B<dh_shlibdeps> tools no longer uses filename patterns "
"to determine which files to process. Instead, they open the file and look "
@@ -1305,27 +1388,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:786
+#: debhelper.pod:826
msgid "This change may cause the tools to process more files than previously."
msgstr ""
#. type: =item
-#: debhelper.pod:790
+#: debhelper.pod:830
msgid "v12"
msgstr ""
#. type: textblock
-#: debhelper.pod:792
+#: debhelper.pod:832
msgid "This is the recommended mode of operation."
msgstr ""
#. type: textblock
-#: debhelper.pod:794
+#: debhelper.pod:834
msgid "Changes from v11 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:800
+#: debhelper.pod:840
msgid ""
"The B<dh_makeshlibs> tool now generates shlibs files with versioned "
"dependency by default. This means that B<-VUpstream-Version> (a.k.a. B<-V>) "
@@ -1333,7 +1416,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:804
+#: debhelper.pod:844
msgid ""
"If an unversioned dependency in the shlibs file is wanted, this can be "
"obtained by passing B<-VNone> instead. However, please see "
@@ -1341,28 +1424,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:810
+#: debhelper.pod:850
msgid ""
"The B<-s> (B<--same-arch>) option is removed. Please use B<-a> (B<--arch>) "
"instead."
msgstr ""
#. type: textblock
-#: debhelper.pod:814
+#: debhelper.pod:854
msgid ""
"Invoking B<dh_clean -k> now causes an error instead of a deprecation "
"warning."
msgstr ""
#. type: textblock
-#: debhelper.pod:819
+#: debhelper.pod:859
msgid ""
"The B<--no-restart-on-upgrade> option in B<dh_installinit> has been "
"removed. Please use the new name B<--no-stop-on-upgrade>"
msgstr ""
#. type: textblock
-#: debhelper.pod:824
+#: debhelper.pod:864
msgid ""
"There was a bug in the B<doit> (and similar) functions from "
"L<Debian::Debhelper::Dh_Lib> that made them spawn a shell in one particular "
@@ -1371,7 +1454,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:831
+#: debhelper.pod:871
msgid ""
"The B<--list-missing> and B<--fail-missing> in B<dh_install> has been "
"removed. Please use B<dh_missing> and its corresponding options, which can "
@@ -1379,7 +1462,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:837
+#: debhelper.pod:877
msgid ""
"The B<dh_installinit> helper no longer installs configuration for the "
"upstart init system. Instead, it will abort the build if it finds an old "
@@ -1389,7 +1472,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:845
+#: debhelper.pod:885
msgid ""
"The B<dh_installdeb> tool will do basic validation of some "
"L<dpkg-maintscript-helper(1)> commands and will error out if the commands "
@@ -1397,26 +1480,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:851
+#: debhelper.pod:891
msgid "The B<dh_missing> tool will now default to B<--list-missing>."
msgstr ""
#. type: textblock
-#: debhelper.pod:855
+#: debhelper.pod:895
msgid ""
"The B<dh_makeshlibs> tool will now only pass libraries to "
"L<dpkg-gensymbols(1)> if the ELF binary has a SONAME (containing \".so\")."
msgstr ""
#. type: textblock
-#: debhelper.pod:860
+#: debhelper.pod:900
msgid ""
"The B<dh_compress> tool no longer compresses examples (i.e. anything "
"installed in F<</usr/share/doc/I<package>/examples>>.)"
msgstr ""
#. type: textblock
-#: debhelper.pod:865
+#: debhelper.pod:905
msgid ""
"The standard sequence in B<dh> now includes B<dh_dwz> and "
"B<dh_installinitramfs> by default. This makes the B<dwz> and "
@@ -1426,7 +1509,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:874
+#: debhelper.pod:914
msgid ""
"The build systems B<meson> and B<autoconf> no longer explicitly set the "
"B<--libexecdir> variable and thus relies on the build system default - which "
@@ -1434,7 +1517,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:879
+#: debhelper.pod:919
msgid ""
"If a particular upstream package does not use the correct default, the "
"parameter can often be passed manually via L<dh_auto_configure(1)>. E.g. "
@@ -1442,7 +1525,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:883
+#: debhelper.pod:923
#, no-wrap
msgid ""
" override_dh_auto_configure:\n"
@@ -1451,12 +1534,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:886
+#: debhelper.pod:926
msgid "Note the B<--> before the B<--libexecdir> parameter."
msgstr ""
#. type: textblock
-#: debhelper.pod:890
+#: debhelper.pod:930
msgid ""
"The B<dh_installdeb> tool no longer installs the maintainer provided "
"F<conffiles> file. The file has mostly been obsolete since compatibility "
@@ -1465,7 +1548,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:897
+#: debhelper.pod:937
msgid ""
"The B<dh_installsystemd> tool no longer relies on B<dh_installinit> for "
"handling systemd services that have a sysvinit alternative. Both tools must "
@@ -1474,7 +1557,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:902
+#: debhelper.pod:942
msgid ""
"If you have an override for B<dh_installinit> (e.g. to call it with "
"B<--no-start>) then you will probably need one for B<dh_installsystemd> as "
@@ -1482,7 +1565,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:906
+#: debhelper.pod:946
msgid ""
"This change makes B<dh_installinit> inject a I<misc:Pre-Depends> for B<< "
"init-system-helpers (>= 1.54~) >>. Please ensure that the package lists "
@@ -1491,7 +1574,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:913
+#: debhelper.pod:953
msgid ""
"The third-party B<dh_golang> tool (from B<dh-golang> package) now defaults "
"on honoring B<DH_GOLANG_EXCLUDES> variable for source installation in -dev "
@@ -1501,36 +1584,36 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:921
+#: debhelper.pod:961
msgid ""
"B<dh_installsystemduser> is now included in the B<dh> standard sequence by "
"default."
msgstr ""
#. type: textblock
-#: debhelper.pod:926
+#: debhelper.pod:966
msgid ""
"The B<python-distutils> buildsystem is now removed. Please use the "
"third-party build system B<pybuild> instead."
msgstr ""
#. type: =item
-#: debhelper.pod:931
+#: debhelper.pod:971
msgid "v13"
msgstr ""
#. type: textblock
-#: debhelper.pod:933 strings-kept-translations.pod:9
+#: debhelper.pod:973 strings-kept-translations.pod:9
msgid "This compatibility level is still open for development; use with caution."
msgstr ""
#. type: textblock
-#: debhelper.pod:935
+#: debhelper.pod:975
msgid "Changes from v12 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:941
+#: debhelper.pod:981
msgid ""
"The B<meson+ninja> build system now uses B<meson test> instead of B<ninja "
"test> when running the test suite. Any override of B<dh_auto_test> that "
@@ -1539,7 +1622,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:949
+#: debhelper.pod:989
msgid ""
"All debhelper like tools based on the official debhelper library (including "
"B<dh> and the official B<dh_*> tools) no longer accepts abbreviated command "
@@ -1548,7 +1631,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:957
+#: debhelper.pod:997
msgid ""
"The ELF related debhelper tools (B<dh_dwz>, B<dh_strip>, B<dh_makeshlibs>, "
"B<dh_shlibdeps>) are now only run for arch dependent packages by default "
@@ -1557,24 +1640,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:962
+#: debhelper.pod:1002
msgid ""
"If you need them for B<*-indep> targets, you can add an explicit "
"Build-Depends on B<dh-sequence-elf-tools>."
msgstr ""
#. type: =head1
-#: debhelper.pod:969 dh_auto_test:48 dh_dwz:69 dh_installcatalogs:64 dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89 dh_installinit:205 dh_installinitramfs:53 dh_installman:128 dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40 dh_movefiles:67 dh_strip:119 dh_usrlocal:60 dh_systemd_enable:104 dh_systemd_start:68
+#: debhelper.pod:1009 dh_auto_test:48 dh_dwz:69 dh_installcatalogs:64 dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89 dh_installinit:205 dh_installinitramfs:53 dh_installman:128 dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40 dh_movefiles:67 dh_strip:119 dh_usrlocal:60 dh_systemd_enable:104 dh_systemd_start:68
msgid "NOTES"
msgstr ""
#. type: =head2
-#: debhelper.pod:971
+#: debhelper.pod:1011
msgid "Multiple binary package support"
msgstr ""
#. type: textblock
-#: debhelper.pod:973
+#: debhelper.pod:1013
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 "
@@ -1586,7 +1669,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:981
+#: debhelper.pod:1021
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>, "
@@ -1596,7 +1679,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:987
+#: debhelper.pod:1027
msgid ""
"First, any package whose B<Architecture> field in B<debian/control> does not "
"match the B<DEB_HOST_ARCH> architecture will be excluded (L<Debian Policy, "
@@ -1604,7 +1687,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:991
+#: debhelper.pod:1031
msgid ""
"Also, some additional packages may be excluded based on the contents of the "
"B<DEB_BUILD_PROFILES> environment variable and B<Build-Profiles> fields in "
@@ -1613,12 +1696,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: debhelper.pod:996
+#: debhelper.pod:1036
msgid "Interaction between package selections and Build-Profiles"
msgstr ""
#. type: textblock
-#: debhelper.pod:998
+#: debhelper.pod:1038
msgid ""
"Build-Profiles affect which packages are included in the package selections "
"mechanisms in debhelper. Generally, the package selections are described "
@@ -1628,19 +1711,19 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:1006
+#: debhelper.pod:1046
msgid "-a/--arch, -i/--indep OR no selection options (a raw \"dh_X\" call)"
msgstr ""
#. type: textblock
-#: debhelper.pod:1008
+#: debhelper.pod:1048
msgid ""
"The package disabled by Build-Profiles is silently excluded from the "
"selection."
msgstr ""
#. type: textblock
-#: debhelper.pod:1011
+#: debhelper.pod:1051
msgid ""
"Note you will receive a warning if I<all> packages related to these "
"selections are disabled. In that case, it generally does not make sense to "
@@ -1648,39 +1731,39 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:1015
+#: debhelper.pod:1055
msgid "-N I<package> / --no-package I<package>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1017
+#: debhelper.pod:1057
msgid "The option is accepted and effectively does nothing."
msgstr ""
#. type: =item
-#: debhelper.pod:1019
+#: debhelper.pod:1059
msgid "-p I<package> / --package I<package>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1021
+#: debhelper.pod:1061
msgid "The option is accepted, but debhelper will not act on the package."
msgstr ""
#. type: textblock
-#: debhelper.pod:1025
+#: debhelper.pod:1065
msgid ""
"Note that it does not matter whether a package is enabled or disabled by "
"default."
msgstr ""
#. type: =head2
-#: debhelper.pod:1028
+#: debhelper.pod:1068
msgid "Automatic generation of Debian install scripts"
msgstr ""
#. type: textblock
-#: debhelper.pod:1030
+#: debhelper.pod:1070
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -1691,21 +1774,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1037
+#: debhelper.pod:1077
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:1040
+#: debhelper.pod:1080
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:1043
+#: debhelper.pod:1083
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 "
@@ -1714,7 +1797,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:1048
+#: debhelper.pod:1088
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1734,12 +1817,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:1061
+#: debhelper.pod:1101
msgid "Automatic generation of miscellaneous dependencies."
msgstr ""
#. type: textblock
-#: debhelper.pod:1063
+#: debhelper.pod:1103
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 "
@@ -1751,7 +1834,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1071
+#: debhelper.pod:1111
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called "
@@ -1760,7 +1843,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1076
+#: debhelper.pod:1116
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -1769,19 +1852,19 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:1081
+#: debhelper.pod:1121
msgid "Package build directories"
msgstr ""
#. type: textblock
-#: debhelper.pod:1083
+#: debhelper.pod:1123
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:1086
+#: debhelper.pod:1126
msgid ""
"Sometimes, you might want to use some other temporary directory. This is "
"supported by the B<-P> flag. For example, \"B<dh_installdocs "
@@ -1793,12 +1876,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:1094
+#: debhelper.pod:1134
msgid "udebs"
msgstr ""
#. type: textblock
-#: debhelper.pod:1096
+#: debhelper.pod:1136
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>. "
@@ -1809,12 +1892,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:1103
+#: debhelper.pod:1143
msgid "ENVIRONMENT"
msgstr ""
#. type: textblock
-#: debhelper.pod:1105
+#: debhelper.pod:1145
msgid ""
"The following environment variables can influence the behavior of "
"debhelper. It is important to note that these must be actual environment "
@@ -1824,24 +1907,24 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:1113
+#: debhelper.pod:1153
msgid "B<DH_VERBOSE>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1115
+#: debhelper.pod:1155
msgid ""
"Set to B<1> to enable verbose mode. Debhelper will output every command it "
"runs. Also enables verbose build logs for some build systems like autoconf."
msgstr ""
#. type: =item
-#: debhelper.pod:1118
+#: debhelper.pod:1158
msgid "B<DH_QUIET>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1120
+#: debhelper.pod:1160
msgid ""
"Set to B<1> to enable quiet mode. Debhelper will not output commands calling "
"the upstream build system nor will dh print which subcommands are called and "
@@ -1851,12 +1934,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:1127
+#: debhelper.pod:1167
msgid "B<DH_COMPAT>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1129
+#: debhelper.pod:1169
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value specified via Build-Depends on debhelper-compat or via "
@@ -1864,41 +1947,41 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:1133
+#: debhelper.pod:1173
msgid "B<DH_NO_ACT>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1135
+#: debhelper.pod:1175
msgid "Set to B<1> to enable no-act mode."
msgstr ""
#. type: =item
-#: debhelper.pod:1137
+#: debhelper.pod:1177
msgid "B<DH_OPTIONS>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1139
+#: debhelper.pod:1179
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands."
msgstr ""
#. type: textblock
-#: debhelper.pod:1142
+#: debhelper.pod:1182
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:1145
+#: debhelper.pod:1185
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1147
+#: debhelper.pod:1187
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 "
@@ -1906,7 +1989,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1151
+#: debhelper.pod:1191
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 "
@@ -1917,19 +2000,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1158
+#: debhelper.pod:1198
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
msgstr ""
#. type: =item
-#: debhelper.pod:1161
+#: debhelper.pod:1201
msgid "B<DH_EXTRA_ADDONS>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1163
+#: debhelper.pod:1203
msgid ""
"If set, this adds the specified dh addons to be run in the appropriate "
"places in the sequence of commands. This is equivalent to specifying the "
@@ -1938,7 +2021,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1168
+#: debhelper.pod:1208
msgid ""
"This is intended to be used by downstreams or specific local configurations "
"that require a debhelper addon to be run during multiple builds without "
@@ -1947,14 +2030,14 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:1173
+#: debhelper.pod:1213
msgid ""
"B<CFLAGS>, B<CPPFLAGS>, B<CXXFLAGS>, B<OBJCFLAGS>, B<OBJCXXFLAGS>, "
"B<GCJFLAGS>, B<FFLAGS>, B<FCFLAGS>, B<LDFLAGS>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1175
+#: debhelper.pod:1215
msgid ""
"By default (in any non-deprecated compat level), debhelper will "
"automatically set these flags by using L<dpkg-buildflags(1)>, when they are "
@@ -1966,37 +2049,37 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:1184 debhelper-obsolete-compat.pod:118 dh:1218 dh_auto_build:53 dh_auto_clean:55 dh_auto_configure:58 dh_auto_install:97 dh_auto_test:64 dh_bugfiles:133 dh_builddeb:182 dh_clean:186 dh_compress:242 dh_dwz:161 dh_fixperms:164 dh_gconf:105 dh_gencontrol:207 dh_icons:75 dh_install:350 dh_installcatalogs:125 dh_installchangelogs:302 dh_installcron:78 dh_installdeb:410 dh_installdebconf:128 dh_installdirs:128 dh_installdocs:444 dh_installemacsen:138 dh_installexamples:175 dh_installifupdown:72 dh_installinfo:107 dh_installinit:425 dh_installinitramfs:85 dh_installlogcheck:81 dh_installlogrotate:53 dh_installman:362 dh_installmanpages:198 dh_installmenu:88 dh_installmime:63 dh_installmodules:109 dh_installpam:62 dh_installppp:68 dh_installudev:102 dh_installwm:129 dh_installxfonts:96 dh_link:163 dh_lintian:60 dh_listpackages:35 dh_makeshlibs:447 dh_md5sums:117 dh_movefiles:161 dh_perl:166 dh_prep:70 dh_shlibdeps:204 dh_strip:432 dh_testdir:63 dh_testroot:91 dh_usrlocal:136 dh_systemd_enable:281 dh_systemd_start:280
+#: debhelper.pod:1224 debhelper-obsolete-compat.pod:118 dh:1220 dh_auto_build:53 dh_auto_clean:55 dh_auto_configure:58 dh_auto_install:97 dh_auto_test:64 dh_bugfiles:133 dh_builddeb:182 dh_clean:186 dh_compress:242 dh_dwz:161 dh_fixperms:164 dh_gconf:105 dh_gencontrol:207 dh_icons:75 dh_install:350 dh_installcatalogs:125 dh_installchangelogs:302 dh_installcron:78 dh_installdeb:410 dh_installdebconf:128 dh_installdirs:128 dh_installdocs:444 dh_installemacsen:138 dh_installexamples:175 dh_installifupdown:72 dh_installinfo:107 dh_installinit:425 dh_installinitramfs:85 dh_installlogcheck:81 dh_installlogrotate:53 dh_installman:384 dh_installmanpages:198 dh_installmenu:88 dh_installmime:63 dh_installmodules:109 dh_installpam:62 dh_installppp:68 dh_installudev:102 dh_installwm:129 dh_installxfonts:90 dh_link:163 dh_lintian:60 dh_listpackages:35 dh_makeshlibs:456 dh_md5sums:117 dh_movefiles:161 dh_perl:171 dh_prep:70 dh_shlibdeps:204 dh_strip:432 dh_testdir:63 dh_testroot:91 dh_usrlocal:136 dh_systemd_enable:281 dh_systemd_start:280
msgid "SEE ALSO"
msgstr ""
#. type: =item
-#: debhelper.pod:1188
+#: debhelper.pod:1228
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1190
+#: debhelper.pod:1230
msgid "A set of example F<debian/rules> files that use debhelper."
msgstr ""
#. type: =item
-#: debhelper.pod:1192
+#: debhelper.pod:1232
msgid "L<http://joeyh.name/code/debhelper/>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1194
+#: debhelper.pod:1234
msgid "Debhelper web site."
msgstr ""
#. type: =head1
-#: debhelper.pod:1198 dh:1224 dh_auto_build:59 dh_auto_clean:61 dh_auto_configure:64 dh_auto_install:103 dh_auto_test:70 dh_bugfiles:141 dh_builddeb:188 dh_clean:192 dh_compress:248 dh_dwz:167 dh_fixperms:170 dh_gconf:111 dh_gencontrol:213 dh_icons:81 dh_install:356 dh_installcatalogs:131 dh_installchangelogs:308 dh_installcron:84 dh_installdeb:416 dh_installdebconf:134 dh_installdirs:134 dh_installdocs:450 dh_installemacsen:145 dh_installexamples:181 dh_installifupdown:78 dh_installinfo:113 dh_installinitramfs:93 dh_installlogcheck:87 dh_installlogrotate:59 dh_installman:368 dh_installmanpages:204 dh_installmenu:96 dh_installmime:69 dh_installmodules:115 dh_installpam:68 dh_installppp:74 dh_installudev:108 dh_installwm:135 dh_installxfonts:102 dh_link:169 dh_lintian:68 dh_listpackages:41 dh_makeshlibs:453 dh_md5sums:123 dh_movefiles:167 dh_perl:172 dh_prep:76 dh_shlibdeps:210 dh_strip:438 dh_testdir:69 dh_testroot:97 dh_usrlocal:142
+#: debhelper.pod:1238 dh:1226 dh_auto_build:59 dh_auto_clean:61 dh_auto_configure:64 dh_auto_install:103 dh_auto_test:70 dh_bugfiles:141 dh_builddeb:188 dh_clean:192 dh_compress:248 dh_dwz:167 dh_fixperms:170 dh_gconf:111 dh_gencontrol:213 dh_icons:81 dh_install:356 dh_installcatalogs:131 dh_installchangelogs:308 dh_installcron:84 dh_installdeb:416 dh_installdebconf:134 dh_installdirs:134 dh_installdocs:450 dh_installemacsen:145 dh_installexamples:181 dh_installifupdown:78 dh_installinfo:113 dh_installinitramfs:93 dh_installlogcheck:87 dh_installlogrotate:59 dh_installman:390 dh_installmanpages:204 dh_installmenu:96 dh_installmime:69 dh_installmodules:115 dh_installpam:68 dh_installppp:74 dh_installudev:108 dh_installwm:135 dh_installxfonts:96 dh_link:169 dh_lintian:68 dh_listpackages:41 dh_makeshlibs:462 dh_md5sums:123 dh_movefiles:167 dh_perl:177 dh_prep:76 dh_shlibdeps:210 dh_strip:438 dh_testdir:69 dh_testroot:97 dh_usrlocal:142
msgid "AUTHOR"
msgstr ""
#. type: textblock
-#: debhelper.pod:1200 dh:1226 dh_auto_build:61 dh_auto_clean:63 dh_auto_configure:66 dh_auto_install:105 dh_auto_test:72 dh_builddeb:190 dh_clean:194 dh_compress:250 dh_fixperms:172 dh_gencontrol:215 dh_install:358 dh_installchangelogs:310 dh_installcron:86 dh_installdeb:418 dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452 dh_installemacsen:147 dh_installexamples:183 dh_installifupdown:80 dh_installinfo:115 dh_installinit:433 dh_installlogrotate:61 dh_installman:370 dh_installmanpages:206 dh_installmenu:98 dh_installmime:71 dh_installmodules:117 dh_installpam:70 dh_installppp:76 dh_installudev:110 dh_installwm:137 dh_installxfonts:104 dh_link:171 dh_listpackages:43 dh_makeshlibs:455 dh_md5sums:125 dh_movefiles:169 dh_prep:78 dh_shlibdeps:212 dh_strip:440 dh_testdir:71 dh_testroot:99
+#: debhelper.pod:1240 dh:1228 dh_auto_build:61 dh_auto_clean:63 dh_auto_configure:66 dh_auto_install:105 dh_auto_test:72 dh_builddeb:190 dh_clean:194 dh_compress:250 dh_fixperms:172 dh_gencontrol:215 dh_install:358 dh_installchangelogs:310 dh_installcron:86 dh_installdeb:418 dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452 dh_installemacsen:147 dh_installexamples:183 dh_installifupdown:80 dh_installinfo:115 dh_installinit:433 dh_installlogrotate:61 dh_installman:392 dh_installmanpages:206 dh_installmenu:98 dh_installmime:71 dh_installmodules:117 dh_installpam:70 dh_installppp:76 dh_installudev:110 dh_installwm:137 dh_installxfonts:98 dh_link:171 dh_listpackages:43 dh_makeshlibs:464 dh_md5sums:125 dh_movefiles:169 dh_prep:78 dh_shlibdeps:212 dh_strip:440 dh_testdir:71 dh_testroot:99
msgid "Joey Hess <joeyh@debian.org>"
msgstr ""
@@ -2152,7 +2235,7 @@ msgid "B<dh_install> errors out if wildcards expand to nothing."
msgstr ""
#. type: textblock
-#: debhelper-obsolete-compat.pod:120 dh:1220 dh_auto_build:55 dh_auto_clean:57 dh_auto_configure:60 dh_auto_install:99 dh_auto_test:66 dh_builddeb:184 dh_clean:188 dh_compress:244 dh_dwz:163 dh_fixperms:166 dh_gconf:107 dh_gencontrol:209 dh_install:352 dh_installcatalogs:127 dh_installchangelogs:304 dh_installcron:80 dh_installdeb:412 dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446 dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109 dh_installlogcheck:83 dh_installlogrotate:55 dh_installman:364 dh_installmanpages:200 dh_installmime:65 dh_installmodules:111 dh_installpam:64 dh_installppp:70 dh_installudev:104 dh_installwm:131 dh_installxfonts:98 dh_link:165 dh_listpackages:37 dh_makeshlibs:449 dh_md5sums:119 dh_movefiles:163 dh_perl:168 dh_prep:72 dh_strip:434 dh_testdir:65 dh_testroot:93 dh_usrlocal:138 dh_systemd_start:282
+#: debhelper-obsolete-compat.pod:120 dh:1222 dh_auto_build:55 dh_auto_clean:57 dh_auto_configure:60 dh_auto_install:99 dh_auto_test:66 dh_builddeb:184 dh_clean:188 dh_compress:244 dh_dwz:163 dh_fixperms:166 dh_gconf:107 dh_gencontrol:209 dh_install:352 dh_installcatalogs:127 dh_installchangelogs:304 dh_installcron:80 dh_installdeb:412 dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446 dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109 dh_installlogcheck:83 dh_installlogrotate:55 dh_installman:386 dh_installmanpages:200 dh_installmime:65 dh_installmodules:111 dh_installpam:64 dh_installppp:70 dh_installudev:104 dh_installwm:131 dh_installxfonts:92 dh_link:165 dh_listpackages:37 dh_makeshlibs:458 dh_md5sums:119 dh_movefiles:163 dh_perl:173 dh_prep:72 dh_strip:434 dh_testdir:65 dh_testroot:93 dh_usrlocal:138 dh_systemd_start:282
msgid "L<debhelper(7)>"
msgstr ""
@@ -2325,7 +2408,7 @@ msgid ""
msgstr ""
#. type: =head1
-#: dh:112 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:180 dh_shlibdeps:78
+#: dh:112 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:185 dh_shlibdeps:78
msgid "EXAMPLES"
msgstr ""
@@ -2678,7 +2761,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:1222 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62 dh_auto_install:101 dh_auto_test:68 dh_bugfiles:139 dh_builddeb:186 dh_clean:190 dh_compress:246 dh_dwz:165 dh_fixperms:168 dh_gconf:109 dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:306 dh_installcron:82 dh_installdeb:414 dh_installdebconf:132 dh_installdirs:132 dh_installdocs:448 dh_installemacsen:143 dh_installexamples:179 dh_installifupdown:76 dh_installinfo:111 dh_installinit:429 dh_installinitramfs:91 dh_installlogrotate:57 dh_installman:366 dh_installmanpages:202 dh_installmenu:94 dh_installmime:67 dh_installmodules:113 dh_installpam:66 dh_installppp:72 dh_installudev:106 dh_installwm:133 dh_installxfonts:100 dh_link:167 dh_lintian:64 dh_listpackages:39 dh_makeshlibs:451 dh_md5sums:121 dh_movefiles:165 dh_perl:170 dh_prep:74 dh_shlibdeps:208 dh_strip:436 dh_testdir:67 dh_testroot:95 dh_usrlocal:140
+#: dh:1224 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62 dh_auto_install:101 dh_auto_test:68 dh_bugfiles:139 dh_builddeb:186 dh_clean:190 dh_compress:246 dh_dwz:165 dh_fixperms:168 dh_gconf:109 dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:306 dh_installcron:82 dh_installdeb:414 dh_installdebconf:132 dh_installdirs:132 dh_installdocs:448 dh_installemacsen:143 dh_installexamples:179 dh_installifupdown:76 dh_installinfo:111 dh_installinit:429 dh_installinitramfs:91 dh_installlogrotate:57 dh_installman:388 dh_installmanpages:202 dh_installmenu:94 dh_installmime:67 dh_installmodules:113 dh_installpam:66 dh_installppp:72 dh_installudev:106 dh_installwm:133 dh_installxfonts:94 dh_link:167 dh_lintian:64 dh_listpackages:39 dh_makeshlibs:460 dh_md5sums:121 dh_movefiles:165 dh_perl:175 dh_prep:74 dh_shlibdeps:208 dh_strip:436 dh_testdir:67 dh_testroot:95 dh_usrlocal:140
msgid "This program is a part of debhelper."
msgstr ""
@@ -2720,7 +2803,7 @@ msgid ""
msgstr ""
#. type: =item
-#: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59 dh_auto_test:41 dh_builddeb:48 dh_dwz:62 dh_gencontrol:42 dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:174 dh_shlibdeps:41
+#: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59 dh_auto_test:41 dh_builddeb:48 dh_dwz:62 dh_gencontrol:42 dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:179 dh_shlibdeps:41
msgid "B<--> I<params>"
msgstr ""
@@ -6925,17 +7008,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_makeshlibs:176
+#: dh_makeshlibs:174
+msgid ""
+"This may be useful in case you do not want a shlibs file at all for the udeb "
+"because no package will depend on it. E.g. because adding a udeb package "
+"for the library was \"overkill\" and the library is embedded in a different "
+"udeb package."
+msgstr ""
+
+#. type: textblock
+#: dh_makeshlibs:181
msgid "Pass I<params> to L<dpkg-gensymbols(1)>."
msgstr ""
#. type: =item
-#: dh_makeshlibs:184
+#: dh_makeshlibs:189
msgid "B<dh_makeshlibs -VNone>"
msgstr ""
#. type: verbatim
-#: dh_makeshlibs:186
+#: dh_makeshlibs:191
#, no-wrap
msgid ""
"Assuming this is a package named F<libfoobar1>, generates a shlibs file "
@@ -6946,12 +7038,12 @@ msgid ""
msgstr ""
#. type: =item
-#: dh_makeshlibs:190
+#: dh_makeshlibs:195
msgid "B<dh_makeshlibs -VUpstream-Version>"
msgstr ""
#. type: verbatim
-#: dh_makeshlibs:192
+#: dh_makeshlibs:197
#, no-wrap
msgid ""
"Assuming the current version of the package is 1.1-3, generates a shlibs\n"
@@ -6961,12 +7053,12 @@ msgid ""
msgstr ""
#. type: =item
-#: dh_makeshlibs:196
+#: dh_makeshlibs:201
msgid "B<dh_makeshlibs -V 'libfoobar1 (E<gt>= 1.0)'>"
msgstr ""
#. type: verbatim
-#: dh_makeshlibs:198
+#: dh_makeshlibs:203
#, no-wrap
msgid ""
"Generates a shlibs file that looks something like:\n"
@@ -7204,7 +7296,7 @@ msgid "Perl policy, version 1.20"
msgstr ""
#. type: textblock
-#: dh_perl:174
+#: dh_perl:179
msgid "Brendan O'Dea <bod@debian.org>"
msgstr ""
diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po
index c44bae7b..30c51a4a 100644
--- a/man/po4a/po/es.po
+++ b/man/po4a/po/es.po
@@ -31,7 +31,7 @@ msgid ""
msgstr ""
"Project-Id-Version: debhelper 9.20120609\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-08-19 08:01+0000\n"
+"POT-Creation-Date: 2019-10-20 17:40+0000\n"
"PO-Revision-Date: 2012-08-20 11:17+0200\n"
"Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -888,14 +888,81 @@ msgid ""
"parallel>."
msgstr ""
+#. type: =item
+#: debhelper.pod:304
+msgid "B<--reload-all-buildenv-variables>"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:306
+msgid ""
+"By default, L<dh(1)> will compute several environment (e.g. by using L<dpkg-"
+"buildflags(1)>) and cache them to avoid having all B<dh_auto_*> tool "
+"recompute them."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:310
+msgid ""
+"When passing this option, the concrete B<dh_auto_*> tool will ignore the "
+"cache from L<dh(1)> and retrigger a rebuild of these variables. This is "
+"useful in the very rare case where the package need to do multiple builds "
+"but with different B<...FLAGS> options. A concrete example would be needing "
+"to change the B<-O> parameter in B<CFLAGS> in the second build:"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:317
+#, no-wrap
+msgid ""
+" export DEB_CFLAGS_MAINT_APPEND=-O3\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:319
+#, no-wrap
+msgid ""
+" %:\n"
+" dh $@\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:322
+#, no-wrap
+msgid ""
+" override_dh_auto_configure:\n"
+" dh_auto_configure -Bbuild-deb ...\n"
+" DEB_CFLAGS_MAINT_APPEND=-Os dh_auto_configure \\\n"
+" --reload-all-buildenv-variables -Bbuild-udeb ...\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:327
+msgid ""
+"Without B<--reload-all-buildenv-variables> in the second call to "
+"L<dh_auto_configure(1)>, the change in B<DEB_CFLAGS_MAINT_APPEND> would be "
+"ignored as L<dh_auto_configure(1)> would use the cached value of B<CFLAGS> "
+"set by L<dh(1)>."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:332
+msgid ""
+"This option is only available with B<< debhelper (>= 12.7~) >> when the "
+"package uses compatibility level 9 or later."
+msgstr ""
+
# type: =item
#. type: =item
-#: debhelper.pod:304 dh:91
+#: debhelper.pod:335 dh:91
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:306
+#: debhelper.pod:337
msgid ""
"List all build systems supported by debhelper on this system. The list "
"includes both default and third party build systems (marked as such). Also "
@@ -909,13 +976,13 @@ msgstr ""
"buildsystem>."
#. type: =head1
-#: debhelper.pod:313
+#: debhelper.pod:344
msgid "COMPATIBILITY LEVELS"
msgstr "NIVELES DE COMPATIBILIDAD"
# type: textblock
#. type: textblock
-#: debhelper.pod:315
+#: debhelper.pod:346
#, fuzzy
#| msgid ""
#| "From time to time, major non-backwards-compatible changes need to be made "
@@ -942,7 +1009,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:322
+#: debhelper.pod:353
#, fuzzy
#| msgid ""
#| "Tell debhelper what compatibility level to use by writing a number to "
@@ -958,7 +1025,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:326
+#: debhelper.pod:357
#, fuzzy, no-wrap
#| msgid ""
#| " Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#)\n"
@@ -971,7 +1038,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:328
+#: debhelper.pod:359
msgid ""
"This also serves as an appropriate versioned build dependency on a "
"sufficient version of the debhelper package, so you do not need to specify a "
@@ -981,7 +1048,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:334
+#: debhelper.pod:365
msgid ""
"Note that debhelper does not provide debhelper-compat for experimental or "
"beta compatibility levels; packages experimenting with those compatibility "
@@ -989,7 +1056,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:369
msgid ""
"Prior versions of debhelper required specifying the compatibility level in "
"the file F<debian/compat>, and current debhelper still supports this for "
@@ -1005,7 +1072,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:349
+#: debhelper.pod:380
#, fuzzy, no-wrap
#| msgid ""
#| " Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#)\n"
@@ -1019,7 +1086,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:351
+#: debhelper.pod:382
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -1036,7 +1103,7 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:358
+#: debhelper.pod:389
#, fuzzy
#| msgid "Debhelper compatibility levels"
msgid "Supported compatibility levels"
@@ -1044,25 +1111,25 @@ msgstr "Niveles de compatibilidad de debhelper"
# type: textblock
#. type: textblock
-#: debhelper.pod:360
+#: debhelper.pod:391
msgid "These are the available compatibility levels:"
msgstr "Los niveles de compatibilidad disponibles son:"
#. type: =item
-#: debhelper.pod:364 debhelper-obsolete-compat.pod:89
+#: debhelper.pod:395 debhelper-obsolete-compat.pod:89
msgid "v5"
msgstr "v5"
# type: textblock
#. type: textblock
-#: debhelper.pod:366 debhelper-obsolete-compat.pod:91
+#: debhelper.pod:397 debhelper-obsolete-compat.pod:91
#, fuzzy
#| msgid "These are the available compatibility levels:"
msgid "This is the lowest supported compatibility level."
msgstr "Los niveles de compatibilidad disponibles son:"
#. type: textblock
-#: debhelper.pod:368
+#: debhelper.pod:399
msgid ""
"If you are upgrading from an earlier compatibility level, please review "
"L<debhelper-obsolete-compat(7)>."
@@ -1070,42 +1137,42 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:371 debhelper.pod:403 debhelper.pod:433 debhelper.pod:464
+#: debhelper.pod:402 debhelper.pod:434 debhelper.pod:464 debhelper.pod:495
#: debhelper-obsolete-compat.pod:28 debhelper-obsolete-compat.pod:35
#: debhelper-obsolete-compat.pod:58 debhelper-obsolete-compat.pod:87
msgid "This mode is deprecated."
msgstr "Este modo está obsoleto."
#. type: =item
-#: debhelper.pod:373
+#: debhelper.pod:404
msgid "v6"
msgstr "v6"
#. type: textblock
-#: debhelper.pod:375
+#: debhelper.pod:406
msgid "Changes from v5 are:"
msgstr "Los cambios desde el nivel v5 son:"
# type: =item
#. type: =item
-#: debhelper.pod:379 debhelper.pod:384 debhelper.pod:390 debhelper.pod:396
-#: debhelper.pod:411 debhelper.pod:418 debhelper.pod:422 debhelper.pod:426
-#: debhelper.pod:441 debhelper.pod:445 debhelper.pod:453 debhelper.pod:458
-#: debhelper.pod:472 debhelper.pod:477 debhelper.pod:484 debhelper.pod:489
-#: debhelper.pod:494 debhelper.pod:502 debhelper.pod:508 debhelper.pod:513
-#: debhelper.pod:518 debhelper.pod:531 debhelper.pod:536 debhelper.pod:542
-#: debhelper.pod:548 debhelper.pod:553 debhelper.pod:559 debhelper.pod:568
-#: debhelper.pod:578 debhelper.pod:584 debhelper.pod:607 debhelper.pod:614
-#: debhelper.pod:620 debhelper.pod:626 debhelper.pod:632 debhelper.pod:652
-#: debhelper.pod:658 debhelper.pod:670 debhelper.pod:678 debhelper.pod:684
-#: debhelper.pod:689 debhelper.pod:694 debhelper.pod:699 debhelper.pod:707
-#: debhelper.pod:717 debhelper.pod:727 debhelper.pod:734 debhelper.pod:746
-#: debhelper.pod:751 debhelper.pod:779 debhelper.pod:798 debhelper.pod:808
-#: debhelper.pod:812 debhelper.pod:817 debhelper.pod:822 debhelper.pod:829
-#: debhelper.pod:835 debhelper.pod:843 debhelper.pod:849 debhelper.pod:853
-#: debhelper.pod:858 debhelper.pod:863 debhelper.pod:872 debhelper.pod:888
-#: debhelper.pod:895 debhelper.pod:911 debhelper.pod:919 debhelper.pod:924
-#: debhelper.pod:939 debhelper.pod:947 debhelper.pod:955
+#: debhelper.pod:410 debhelper.pod:415 debhelper.pod:421 debhelper.pod:427
+#: debhelper.pod:442 debhelper.pod:449 debhelper.pod:453 debhelper.pod:457
+#: debhelper.pod:472 debhelper.pod:476 debhelper.pod:484 debhelper.pod:489
+#: debhelper.pod:503 debhelper.pod:508 debhelper.pod:515 debhelper.pod:520
+#: debhelper.pod:525 debhelper.pod:533 debhelper.pod:539 debhelper.pod:544
+#: debhelper.pod:549 debhelper.pod:562 debhelper.pod:567 debhelper.pod:573
+#: debhelper.pod:579 debhelper.pod:584 debhelper.pod:590 debhelper.pod:599
+#: debhelper.pod:609 debhelper.pod:615 debhelper.pod:638 debhelper.pod:645
+#: debhelper.pod:651 debhelper.pod:657 debhelper.pod:663 debhelper.pod:692
+#: debhelper.pod:698 debhelper.pod:710 debhelper.pod:718 debhelper.pod:724
+#: debhelper.pod:729 debhelper.pod:734 debhelper.pod:739 debhelper.pod:747
+#: debhelper.pod:757 debhelper.pod:767 debhelper.pod:774 debhelper.pod:786
+#: debhelper.pod:791 debhelper.pod:819 debhelper.pod:838 debhelper.pod:848
+#: debhelper.pod:852 debhelper.pod:857 debhelper.pod:862 debhelper.pod:869
+#: debhelper.pod:875 debhelper.pod:883 debhelper.pod:889 debhelper.pod:893
+#: debhelper.pod:898 debhelper.pod:903 debhelper.pod:912 debhelper.pod:928
+#: debhelper.pod:935 debhelper.pod:951 debhelper.pod:959 debhelper.pod:964
+#: debhelper.pod:979 debhelper.pod:987 debhelper.pod:995
#: debhelper-obsolete-compat.pod:43 debhelper-obsolete-compat.pod:48
#: debhelper-obsolete-compat.pod:52 debhelper-obsolete-compat.pod:66
#: debhelper-obsolete-compat.pod:71 debhelper-obsolete-compat.pod:76
@@ -1118,7 +1185,7 @@ msgstr "-"
# type: textblock
#. type: textblock
-#: debhelper.pod:381
+#: debhelper.pod:412
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1128,7 +1195,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:417
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 "
@@ -1140,7 +1207,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:423
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 "
@@ -1152,7 +1219,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:398
+#: debhelper.pod:429
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -1162,18 +1229,18 @@ msgstr ""
"anteriores simplemente rechazaba hacerlo, de forma silenciosa."
#. type: =item
-#: debhelper.pod:405
+#: debhelper.pod:436
msgid "v7"
msgstr "v7"
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:438
msgid "Changes from v6 are:"
msgstr "Los cambios desde el nivel v6 son:"
# type: textblock
#. type: textblock
-#: debhelper.pod:413
+#: debhelper.pod:444
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 "
@@ -1189,20 +1256,20 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:420
+#: debhelper.pod:451
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:424
+#: debhelper.pod:455
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:428
+#: debhelper.pod:459
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1211,17 +1278,17 @@ msgstr ""
"cambios de la fuente original si no se especifica ninguno."
#. type: =item
-#: debhelper.pod:435
+#: debhelper.pod:466
msgid "v8"
msgstr "v8"
#. type: textblock
-#: debhelper.pod:437
+#: debhelper.pod:468
msgid "Changes from v7 are:"
msgstr "Los cambios desde el nivel v7 son:"
#. type: textblock
-#: debhelper.pod:443
+#: debhelper.pod:474
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1229,7 +1296,7 @@ msgstr ""
"opciones desconocidas."
#. type: textblock
-#: debhelper.pod:447
+#: debhelper.pod:478
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. "
@@ -1245,7 +1312,7 @@ msgstr ""
"paquetes."
#. type: textblock
-#: debhelper.pod:455
+#: debhelper.pod:486
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 $@>"
@@ -1256,7 +1323,7 @@ msgstr ""
"B<dh $@ --foo>, no B<dh --foo $@>."
#. type: textblock
-#: debhelper.pod:460
+#: debhelper.pod:491
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1265,17 +1332,17 @@ msgstr ""
"preferencia a un fichero F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:466
+#: debhelper.pod:497
msgid "v9"
msgstr "v9"
#. type: textblock
-#: debhelper.pod:468
+#: debhelper.pod:499
msgid "Changes from v8 are:"
msgstr "Los cambios desde el nivel v8 son:"
#. type: textblock
-#: debhelper.pod:474
+#: debhelper.pod:505
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
@@ -1284,7 +1351,7 @@ msgstr ""
"multiarquitectura a autoconf en «--libdir» y «--libexecdir»."
#. type: textblock
-#: debhelper.pod:479
+#: debhelper.pod:510
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 "
@@ -1298,7 +1365,7 @@ msgstr ""
"sobre otros objetivos."
#. type: textblock
-#: debhelper.pod:486
+#: debhelper.pod:517
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
@@ -1307,7 +1374,7 @@ msgstr ""
"reducir el tamaño de los paquetes -dbg."
#. type: textblock
-#: debhelper.pod:491
+#: debhelper.pod:522
msgid ""
"B<dh_auto_configure> does not include the source package name in --"
"libexecdir when using autoconf."
@@ -1316,12 +1383,12 @@ msgstr ""
"libexecdir» al utilizar autoconf."
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:527
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:498
+#: debhelper.pod:529
msgid ""
"(Obsolete: As the B<dh_pysupport> tool was removed from Debian stretch. "
"Since debhelper/10.3, B<dh> no longer enables this sequence add-on "
@@ -1329,7 +1396,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:504
+#: debhelper.pod:535
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."
@@ -1338,7 +1405,7 @@ msgstr ""
"entorno listados en B<dpkg-buildflags>, a menos que ya estén definidas."
#. type: textblock
-#: debhelper.pod:510
+#: debhelper.pod:541
msgid ""
"B<dh_auto_configure> passes B<dpkg-buildflags> CFLAGS, CPPFLAGS, and LDFLAGS "
"to perl F<Makefile.PL> and F<Build.PL>"
@@ -1347,7 +1414,7 @@ msgstr ""
"LDFLAGS a ficheros de Perl F<Makefile.PL> y F<Build.PL>"
#. type: textblock
-#: debhelper.pod:515
+#: debhelper.pod:546
msgid ""
"B<dh_strip> puts separated debug symbols in a location based on their build-"
"id."
@@ -1356,7 +1423,7 @@ msgstr ""
"build-id."
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:551
msgid ""
"Executable debhelper config files are run and their output used as the "
"configuration."
@@ -1365,24 +1432,24 @@ msgstr ""
"debhelper y su salida."
#. type: =item
-#: debhelper.pod:525
+#: debhelper.pod:556
msgid "v10"
msgstr "v10"
#. type: textblock
-#: debhelper.pod:527
+#: debhelper.pod:558
msgid "Changes from v9 are:"
msgstr "Los cambios desde el nivel v9 son:"
#. type: textblock
-#: debhelper.pod:533
+#: debhelper.pod:564
msgid ""
"B<dh_installinit> will no longer install a file named debian/I<package> as "
"an init script."
msgstr ""
#. type: textblock
-#: debhelper.pod:538
+#: debhelper.pod:569
msgid ""
"B<dh_installdocs> will error out if it detects links created with --link-doc "
"between packages of architecture \"all\" and non-\"all\" as it breaks "
@@ -1390,21 +1457,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:544
+#: debhelper.pod:575
msgid ""
"B<dh_installdeb> no longer installs a maintainer-provided debian/I<package>."
"shlibs file. This is now done by B<dh_makeshlibs> instead."
msgstr ""
#. type: textblock
-#: debhelper.pod:550
+#: debhelper.pod:581
msgid ""
"B<dh_installwm> refuses to create a broken package if no man page can be "
"found (required to register for the x-window-manager alternative)."
msgstr ""
#. type: textblock
-#: debhelper.pod:555
+#: debhelper.pod:586
msgid ""
"Debhelper will default to B<--parallel> for all buildsystems that support "
"parallel building. This can be disabled by using either B<--no-parallel> or "
@@ -1412,7 +1479,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:561
+#: debhelper.pod:592
msgid ""
"The B<dh> command will not accept any of the deprecated \"manual sequence "
"control\" parameters (B<--before>, B<--after>, etc.). Please use override "
@@ -1420,14 +1487,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:596
msgid ""
"B<Retroactively applied to earlier compat levels>: B<dh> no longer accepts "
"any of these since debhelper/12.4."
msgstr ""
#. type: textblock
-#: debhelper.pod:570
+#: debhelper.pod:601
msgid ""
"The B<dh> command will no longer use log files to track which commands have "
"been run. The B<dh> command I<still> keeps track of whether it already ran "
@@ -1435,12 +1502,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:574
+#: debhelper.pod:605
msgid "The main effects of this are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:580
+#: debhelper.pod:611
msgid ""
"With this, it is now easier to debug the I<install> or/and I<binary> "
"sequences because they can now trivially be re-run (without having to do a "
@@ -1448,7 +1515,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:586
+#: debhelper.pod:617
msgid ""
"The main caveat is that B<dh_*> now only keeps track of what happened in a "
"single override target. When all the calls to a given B<dh_cmd> command "
@@ -1456,12 +1523,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:591
+#: debhelper.pod:622
msgid "Example of where it can go wrong:"
msgstr ""
#. type: verbatim
-#: debhelper.pod:593
+#: debhelper.pod:624
#, no-wrap
msgid ""
" override_dh_foo:\n"
@@ -1470,7 +1537,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:596
+#: debhelper.pod:627
#, no-wrap
msgid ""
" override_dh_bar:\n"
@@ -1480,7 +1547,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:600
+#: debhelper.pod:631
msgid ""
"In this case, the call to B<dh_foo --remaining> will I<also> include I<my-"
"pkg>, since B<dh_foo -pmy-pkg> was run in a separate override target. This "
@@ -1488,7 +1555,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:609
+#: debhelper.pod:640
msgid ""
"The B<dh_installdeb> command now shell-escapes the lines in the "
"F<maintscript> config file. This was the original intent but it did not "
@@ -1497,7 +1564,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:616
+#: debhelper.pod:647
msgid ""
"The B<dh_installinit> command now defaults to B<--restart-after-upgrade>. "
"For packages needing the previous behaviour, please use B<--no-restart-after-"
@@ -1505,21 +1572,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:622
+#: debhelper.pod:653
msgid ""
"The B<autoreconf> sequence is now enabled by default. Please pass B<--"
"without autoreconf> to B<dh> if this is not desirable for a given package"
msgstr ""
#. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:659
msgid ""
"The B<systemd> sequence is now enabled by default. Please pass B<--without "
"systemd> to B<dh> if this is not desirable for a given package."
msgstr ""
#. type: textblock
-#: debhelper.pod:634
+#: debhelper.pod:665
msgid ""
"B<Retroactively removed>: B<dh> no longer creates the package build "
"directory when skipping running debhelper commands. This will not affect "
@@ -1528,7 +1595,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:639
+#: debhelper.pod:670
msgid ""
"This compatibility feature had a bug since its inception in "
"debhelper/9.20130516 that made it fail to apply in compat 9 and earlier. As "
@@ -1537,21 +1604,40 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:646
+#: debhelper.pod:677
#, fuzzy
#| msgid "v1"
msgid "v11"
msgstr "v1"
+# type: textblock
+#. type: textblock
+#: debhelper.pod:679
+#, fuzzy
+#| msgid "This mode is deprecated."
+msgid "This mode is discouraged."
+msgstr "Este modo está obsoleto."
+
+#. type: textblock
+#: debhelper.pod:681
+msgid ""
+"The compat 11 is discouraged for new packages as it suffers from feature "
+"interaction between L<dh_installinit> and L<dh_installsystemd> causing "
+"services to not run correctly in some cases. Please consider using "
+"compatibility mode 10 or 12 instead. More details about the issue are "
+"available in Debian#887904 and L<https://lists.debian.org/debian-"
+"release/2019/04/msg01442.html>."
+msgstr ""
+
#. type: textblock
-#: debhelper.pod:648
+#: debhelper.pod:688
#, fuzzy
#| msgid "Changes from v3 are:"
msgid "Changes from v10 are:"
msgstr "Los cambios desde el nivel v3 son:"
#. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:694
msgid ""
"B<dh_installinit> no longer installs F<service> or F<tmpfile> files, nor "
"generates maintainer scripts for those files. Please use the new "
@@ -1559,7 +1645,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:660
+#: debhelper.pod:700
msgid ""
"The B<dh_systemd_enable> and B<dh_systemd_start> helpers have been replaced "
"by the new B<dh_installsystemd> helper. For the same reason, the B<systemd> "
@@ -1568,26 +1654,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:666
+#: debhelper.pod:706
msgid ""
"Please note that the B<dh_installsystemd> tool has a slightly different "
"behaviour in some cases (e.g. when using the B<--name> parameter)."
msgstr ""
#. type: textblock
-#: debhelper.pod:672
+#: debhelper.pod:712
msgid ""
"B<dh_installdirs> no longer creates debian/I<package> directories unless "
"explicitly requested (or it has to create a subdirectory in it)."
msgstr ""
#. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:716
msgid "The vast majority of all packages will be unaffected by this change."
msgstr ""
#. type: textblock
-#: debhelper.pod:680
+#: debhelper.pod:720
msgid ""
"The B<makefile> buildsystem now passes B<INSTALL=\"install --strip-"
"program=true\"> to L<make(1)>. Derivative buildsystems (e.g. B<configure> "
@@ -1595,28 +1681,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:686
+#: debhelper.pod:726
msgid ""
"The B<autoconf> buildsystem now passes B<--runstatedir=/run> to F<./"
"configure>."
msgstr ""
#. type: textblock
-#: debhelper.pod:691
+#: debhelper.pod:731
msgid ""
"The B<cmake> buildsystem now passes B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to "
"L<cmake(1)>."
msgstr ""
#. type: textblock
-#: debhelper.pod:696
+#: debhelper.pod:736
msgid ""
"B<dh_installman> will now prefer detecting the language from the path name "
"rather than the extension."
msgstr ""
#. type: textblock
-#: debhelper.pod:701
+#: debhelper.pod:741
msgid ""
"B<dh_auto_install> will now only create the destination directory it needs. "
"Previously, it would create the package build directory for all packages. "
@@ -1625,7 +1711,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:709
+#: debhelper.pod:749
msgid ""
"The helpers B<dh_installdocs>, B<dh_installexamples>, B<dh_installinfo>, and "
"B<dh_installman> now error out if their config has a pattern that does not "
@@ -1633,7 +1719,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:713
+#: debhelper.pod:753
msgid ""
"Known exceptions include building with the B<nodoc> profile, where the above "
"tools will silently permit failed matches where the patterns are used to "
@@ -1641,7 +1727,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:719
+#: debhelper.pod:759
msgid ""
"The helpers B<dh_installdocs>, B<dh_installexamples>, B<dh_installinfo>, and "
"B<dh_installman> now accept the parameter B<--sourcedir> with same meaning "
@@ -1650,14 +1736,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:724
+#: debhelper.pod:764
msgid ""
"Migration note: A bug in debhelper 11 up to 11.1.5 made B<dh_installinfo> "
"incorrectly ignore B<--sourcedir>."
msgstr ""
#. type: textblock
-#: debhelper.pod:729
+#: debhelper.pod:769
msgid ""
"The B<perl-makemaker> and B<perl-build> build systems no longer pass B<-I.> "
"to perl. Packages that still need this behaviour can emulate it by using "
@@ -1666,7 +1752,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:736
+#: debhelper.pod:776
msgid ""
"The B<PERL_USE_UNSAFE_INC> environment variable is no longer set by B<dh> or "
"any of the B<dh_auto_*> tools. It was added as a temporary work around to "
@@ -1674,7 +1760,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:741
+#: debhelper.pod:781
msgid ""
"Note this item will eventually become obsolete as upstream intends to drop "
"support for the B<PERL_USE_UNSAFE_INC> environment variable. When perl "
@@ -1683,14 +1769,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:748
+#: debhelper.pod:788
msgid ""
"The B<dh_makeshlibs> helper will now exit with an error if objdump returns a "
"non-zero exit from analysing a given file."
msgstr ""
#. type: textblock
-#: debhelper.pod:753
+#: debhelper.pod:793
msgid ""
"The B<dh_installdocs> and B<dh_installexamples> tools may now install "
"I<most> of the documentation in a different path to comply with the "
@@ -1698,7 +1784,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:757
+#: debhelper.pod:797
msgid ""
"Note that if a given source package only contains a single binary package in "
"F<debian/control> or none of the packages are I<-doc> packages, then this "
@@ -1707,7 +1793,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:762
+#: debhelper.pod:802
msgid ""
"By default, these tools will now attempt to determine a \"main package for "
"the documentation\" (called a I<doc-main-package> from here on) for every I<-"
@@ -1718,7 +1804,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:770
+#: debhelper.pod:810
msgid ""
"The B<--doc-main-package> option can be used when the auto-detection is "
"insufficient or to reset the path to its previous value if there is a reason "
@@ -1726,7 +1812,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:774
+#: debhelper.pod:814
msgid ""
"Some documentation will not be affected by this change. These exceptions "
"include the copyright file, changelog files, README.Debian, etc. These "
@@ -1734,7 +1820,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:781
+#: debhelper.pod:821
msgid ""
"The B<dh_strip> and B<dh_shlibdeps> tools no longer uses filename patterns "
"to determine which files to process. Instead, they open the file and look "
@@ -1743,12 +1829,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:786
+#: debhelper.pod:826
msgid "This change may cause the tools to process more files than previously."
msgstr ""
#. type: =item
-#: debhelper.pod:790
+#: debhelper.pod:830
#, fuzzy
#| msgid "v10"
msgid "v12"
@@ -1756,19 +1842,19 @@ msgstr "v10"
# type: textblock
#. type: textblock
-#: debhelper.pod:792
+#: debhelper.pod:832
msgid "This is the recommended mode of operation."
msgstr "Este es el modo de operación aconsejado."
#. type: textblock
-#: debhelper.pod:794
+#: debhelper.pod:834
#, fuzzy
#| msgid "Changes from v3 are:"
msgid "Changes from v11 are:"
msgstr "Los cambios desde el nivel v3 son:"
#. type: textblock
-#: debhelper.pod:800
+#: debhelper.pod:840
msgid ""
"The B<dh_makeshlibs> tool now generates shlibs files with versioned "
"dependency by default. This means that B<-VUpstream-Version> (a.k.a. B<-V>) "
@@ -1776,7 +1862,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:804
+#: debhelper.pod:844
msgid ""
"If an unversioned dependency in the shlibs file is wanted, this can be "
"obtained by passing B<-VNone> instead. However, please see "
@@ -1785,7 +1871,7 @@ msgstr ""
# type: =item
#. type: textblock
-#: debhelper.pod:810
+#: debhelper.pod:850
#, fuzzy
#| msgid "B<-s>, B<--same-arch>"
msgid ""
@@ -1794,20 +1880,20 @@ msgid ""
msgstr "B<-s>, B<--same-arch>"
#. type: textblock
-#: debhelper.pod:814
+#: debhelper.pod:854
msgid ""
"Invoking B<dh_clean -k> now causes an error instead of a deprecation warning."
msgstr ""
#. type: textblock
-#: debhelper.pod:819
+#: debhelper.pod:859
msgid ""
"The B<--no-restart-on-upgrade> option in B<dh_installinit> has been "
"removed. Please use the new name B<--no-stop-on-upgrade>"
msgstr ""
#. type: textblock
-#: debhelper.pod:824
+#: debhelper.pod:864
msgid ""
"There was a bug in the B<doit> (and similar) functions from L<Debian::"
"Debhelper::Dh_Lib> that made them spawn a shell in one particular "
@@ -1816,7 +1902,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:831
+#: debhelper.pod:871
msgid ""
"The B<--list-missing> and B<--fail-missing> in B<dh_install> has been "
"removed. Please use B<dh_missing> and its corresponding options, which can "
@@ -1824,7 +1910,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:837
+#: debhelper.pod:877
msgid ""
"The B<dh_installinit> helper no longer installs configuration for the "
"upstart init system. Instead, it will abort the build if it finds an old "
@@ -1834,7 +1920,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:845
+#: debhelper.pod:885
msgid ""
"The B<dh_installdeb> tool will do basic validation of some L<dpkg-"
"maintscript-helper(1)> commands and will error out if the commands appear to "
@@ -1842,26 +1928,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:851
+#: debhelper.pod:891
msgid "The B<dh_missing> tool will now default to B<--list-missing>."
msgstr ""
#. type: textblock
-#: debhelper.pod:855
+#: debhelper.pod:895
msgid ""
"The B<dh_makeshlibs> tool will now only pass libraries to L<dpkg-"
"gensymbols(1)> if the ELF binary has a SONAME (containing \".so\")."
msgstr ""
#. type: textblock
-#: debhelper.pod:860
+#: debhelper.pod:900
msgid ""
"The B<dh_compress> tool no longer compresses examples (i.e. anything "
"installed in F<</usr/share/doc/I<package>/examples>>.)"
msgstr ""
#. type: textblock
-#: debhelper.pod:865
+#: debhelper.pod:905
msgid ""
"The standard sequence in B<dh> now includes B<dh_dwz> and "
"B<dh_installinitramfs> by default. This makes the B<dwz> and "
@@ -1871,7 +1957,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:874
+#: debhelper.pod:914
msgid ""
"The build systems B<meson> and B<autoconf> no longer explicitly set the B<--"
"libexecdir> variable and thus relies on the build system default - which "
@@ -1879,7 +1965,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:879
+#: debhelper.pod:919
msgid ""
"If a particular upstream package does not use the correct default, the "
"parameter can often be passed manually via L<dh_auto_configure(1)>. E.g. "
@@ -1887,7 +1973,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:883
+#: debhelper.pod:923
#, fuzzy, no-wrap
#| msgid ""
#| "\toverride_dh_auto_configure:\n"
@@ -1903,12 +1989,12 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:886
+#: debhelper.pod:926
msgid "Note the B<--> before the B<--libexecdir> parameter."
msgstr ""
#. type: textblock
-#: debhelper.pod:890
+#: debhelper.pod:930
msgid ""
"The B<dh_installdeb> tool no longer installs the maintainer provided "
"F<conffiles> file. The file has mostly been obsolete since compatibility "
@@ -1917,7 +2003,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:897
+#: debhelper.pod:937
msgid ""
"The B<dh_installsystemd> tool no longer relies on B<dh_installinit> for "
"handling systemd services that have a sysvinit alternative. Both tools must "
@@ -1926,14 +2012,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:902
+#: debhelper.pod:942
msgid ""
"If you have an override for B<dh_installinit> (e.g. to call it with B<--no-"
"start>) then you will probably need one for B<dh_installsystemd> as well now."
msgstr ""
#. type: textblock
-#: debhelper.pod:906
+#: debhelper.pod:946
msgid ""
"This change makes B<dh_installinit> inject a I<misc:Pre-Depends> for B<< "
"init-system-helpers (>= 1.54~) >>. Please ensure that the package lists B<"
@@ -1942,7 +2028,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:913
+#: debhelper.pod:953
msgid ""
"The third-party B<dh_golang> tool (from B<dh-golang> package) now defaults "
"on honoring B<DH_GOLANG_EXCLUDES> variable for source installation in -dev "
@@ -1952,28 +2038,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:921
+#: debhelper.pod:961
msgid ""
"B<dh_installsystemduser> is now included in the B<dh> standard sequence by "
"default."
msgstr ""
#. type: textblock
-#: debhelper.pod:926
+#: debhelper.pod:966
msgid ""
"The B<python-distutils> buildsystem is now removed. Please use the third-"
"party build system B<pybuild> instead."
msgstr ""
#. type: =item
-#: debhelper.pod:931
+#: debhelper.pod:971
#, fuzzy
#| msgid "v10"
msgid "v13"
msgstr "v10"
#. type: textblock
-#: debhelper.pod:933 strings-kept-translations.pod:9
+#: debhelper.pod:973 strings-kept-translations.pod:9
#, fuzzy
#| msgid ""
#| "This compatibility level is still open for development; use with caution."
@@ -1984,14 +2070,14 @@ msgstr ""
"precaución."
#. type: textblock
-#: debhelper.pod:935
+#: debhelper.pod:975
#, fuzzy
#| msgid "Changes from v3 are:"
msgid "Changes from v12 are:"
msgstr "Los cambios desde el nivel v3 son:"
#. type: textblock
-#: debhelper.pod:941
+#: debhelper.pod:981
msgid ""
"The B<meson+ninja> build system now uses B<meson test> instead of B<ninja "
"test> when running the test suite. Any override of B<dh_auto_test> that "
@@ -2000,7 +2086,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:949
+#: debhelper.pod:989
msgid ""
"All debhelper like tools based on the official debhelper library (including "
"B<dh> and the official B<dh_*> tools) no longer accepts abbreviated command "
@@ -2009,7 +2095,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:957
+#: debhelper.pod:997
msgid ""
"The ELF related debhelper tools (B<dh_dwz>, B<dh_strip>, B<dh_makeshlibs>, "
"B<dh_shlibdeps>) are now only run for arch dependent packages by default (i."
@@ -2018,7 +2104,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:962
+#: debhelper.pod:1002
msgid ""
"If you need them for B<*-indep> targets, you can add an explicit Build-"
"Depends on B<dh-sequence-elf-tools>."
@@ -2026,7 +2112,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:969 dh_auto_test:48 dh_dwz:69 dh_installcatalogs:64
+#: debhelper.pod:1009 dh_auto_test:48 dh_dwz:69 dh_installcatalogs:64
#: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89
#: dh_installinit:205 dh_installinitramfs:53 dh_installman:128
#: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40
@@ -2037,13 +2123,13 @@ msgstr "NOTAS"
# type: =head2
#. type: =head2
-#: debhelper.pod:971
+#: debhelper.pod:1011
msgid "Multiple binary package support"
msgstr "Compatibilidad con varios paquetes binarios"
# type: textblock
#. type: textblock
-#: debhelper.pod:973
+#: debhelper.pod:1013
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 "
@@ -2064,7 +2150,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:981
+#: debhelper.pod:1021
#, fuzzy
#| msgid ""
#| "To facilitate this, as well as give you more control over which packages "
@@ -2086,7 +2172,7 @@ msgstr ""
"los paquetes listados en el fichero de control."
#. type: textblock
-#: debhelper.pod:987
+#: debhelper.pod:1027
msgid ""
"First, any package whose B<Architecture> field in B<debian/control> does not "
"match the B<DEB_HOST_ARCH> architecture will be excluded (L<Debian Policy, "
@@ -2094,7 +2180,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:991
+#: debhelper.pod:1031
msgid ""
"Also, some additional packages may be excluded based on the contents of the "
"B<DEB_BUILD_PROFILES> environment variable and B<Build-Profiles> fields in "
@@ -2103,12 +2189,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: debhelper.pod:996
+#: debhelper.pod:1036
msgid "Interaction between package selections and Build-Profiles"
msgstr ""
#. type: textblock
-#: debhelper.pod:998
+#: debhelper.pod:1038
msgid ""
"Build-Profiles affect which packages are included in the package selections "
"mechanisms in debhelper. Generally, the package selections are described "
@@ -2118,19 +2204,19 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:1006
+#: debhelper.pod:1046
msgid "-a/--arch, -i/--indep OR no selection options (a raw \"dh_X\" call)"
msgstr ""
#. type: textblock
-#: debhelper.pod:1008
+#: debhelper.pod:1048
msgid ""
"The package disabled by Build-Profiles is silently excluded from the "
"selection."
msgstr ""
#. type: textblock
-#: debhelper.pod:1011
+#: debhelper.pod:1051
msgid ""
"Note you will receive a warning if I<all> packages related to these "
"selections are disabled. In that case, it generally does not make sense to "
@@ -2139,32 +2225,32 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1015
+#: debhelper.pod:1055
#, fuzzy
#| msgid "B<-N>I<package>, B<--no-package=>I<package>"
msgid "-N I<package> / --no-package I<package>"
msgstr "B<-N>I<paquete>, B<--no-package=>I<paquete>"
#. type: textblock
-#: debhelper.pod:1017
+#: debhelper.pod:1057
msgid "The option is accepted and effectively does nothing."
msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1019
+#: debhelper.pod:1059
#, fuzzy
#| msgid "B<-p>I<package>, B<--package=>I<package>"
msgid "-p I<package> / --package I<package>"
msgstr "B<-p>I<paquete>, B<--package=>I<paquete>"
#. type: textblock
-#: debhelper.pod:1021
+#: debhelper.pod:1061
msgid "The option is accepted, but debhelper will not act on the package."
msgstr ""
#. type: textblock
-#: debhelper.pod:1025
+#: debhelper.pod:1065
msgid ""
"Note that it does not matter whether a package is enabled or disabled by "
"default."
@@ -2172,13 +2258,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:1028
+#: debhelper.pod:1068
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:1030
+#: debhelper.pod:1070
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -2196,7 +2282,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1037
+#: debhelper.pod:1077
msgid ""
"If a script does not exist at all and debhelper needs to add something to "
"it, then debhelper will create the complete script."
@@ -2206,7 +2292,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1040
+#: debhelper.pod:1080
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -2216,7 +2302,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1043
+#: debhelper.pod:1083
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 "
@@ -2229,7 +2315,7 @@ msgstr ""
"caso comprobé que $1, $2, etc se definen con la orden «set»):"
#. type: verbatim
-#: debhelper.pod:1048
+#: debhelper.pod:1088
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -2249,12 +2335,12 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:1061
+#: debhelper.pod:1101
msgid "Automatic generation of miscellaneous dependencies."
msgstr "Generación automática de diversas dependencias."
#. type: textblock
-#: debhelper.pod:1063
+#: debhelper.pod:1103
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 "
@@ -2274,7 +2360,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1071
+#: debhelper.pod:1111
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called B<"
@@ -2289,7 +2375,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1076
+#: debhelper.pod:1116
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -2303,13 +2389,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:1081
+#: debhelper.pod:1121
msgid "Package build directories"
msgstr "Directorios de construcción del paquete"
# type: textblock
#. type: textblock
-#: debhelper.pod:1083
+#: debhelper.pod:1123
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>."
@@ -2320,7 +2406,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1086
+#: debhelper.pod:1126
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>"
@@ -2340,13 +2426,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:1094
+#: debhelper.pod:1134
msgid "udebs"
msgstr "udebs"
# type: textblock
#. type: textblock
-#: debhelper.pod:1096
+#: debhelper.pod:1136
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>. "
@@ -2365,12 +2451,12 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:1103
+#: debhelper.pod:1143
msgid "ENVIRONMENT"
msgstr "ENTORNO"
#. type: textblock
-#: debhelper.pod:1105
+#: debhelper.pod:1145
msgid ""
"The following environment variables can influence the behavior of "
"debhelper. It is important to note that these must be actual environment "
@@ -2381,13 +2467,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1113
+#: debhelper.pod:1153
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1115
+#: debhelper.pod:1155
#, fuzzy
#| msgid ""
#| "Set to B<1> to enable verbose mode. Debhelper will output every command "
@@ -2402,14 +2488,14 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1118
+#: debhelper.pod:1158
#, fuzzy
#| msgid "B<DH_COMPAT>"
msgid "B<DH_QUIET>"
msgstr "B<DH_COMPAT>"
#. type: textblock
-#: debhelper.pod:1120
+#: debhelper.pod:1160
msgid ""
"Set to B<1> to enable quiet mode. Debhelper will not output commands calling "
"the upstream build system nor will dh print which subcommands are called and "
@@ -2420,13 +2506,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1127
+#: debhelper.pod:1167
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1129
+#: debhelper.pod:1169
#, fuzzy
#| msgid ""
#| "Temporarily specifies what compatibility level debhelper should run at, "
@@ -2441,25 +2527,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1133
+#: debhelper.pod:1173
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1135
+#: debhelper.pod:1175
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:1137
+#: debhelper.pod:1177
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1139
+#: debhelper.pod:1179
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands."
@@ -2468,7 +2554,7 @@ msgstr ""
"de órdenes de todas las órdenes de debhelper."
#. type: textblock
-#: debhelper.pod:1142
+#: debhelper.pod:1182
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."
@@ -2478,13 +2564,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1145
+#: debhelper.pod:1185
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1147
+#: debhelper.pod:1187
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 "
@@ -2496,7 +2582,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1151
+#: debhelper.pod:1191
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 "
@@ -2514,7 +2600,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1158
+#: debhelper.pod:1198
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -2524,14 +2610,14 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1161
+#: debhelper.pod:1201
#, fuzzy
#| msgid "B<DH_OPTIONS>"
msgid "B<DH_EXTRA_ADDONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:1163
+#: debhelper.pod:1203
msgid ""
"If set, this adds the specified dh addons to be run in the appropriate "
"places in the sequence of commands. This is equivalent to specifying the "
@@ -2540,7 +2626,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1168
+#: debhelper.pod:1208
msgid ""
"This is intended to be used by downstreams or specific local configurations "
"that require a debhelper addon to be run during multiple builds without "
@@ -2549,14 +2635,14 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:1173
+#: debhelper.pod:1213
msgid ""
"B<CFLAGS>, B<CPPFLAGS>, B<CXXFLAGS>, B<OBJCFLAGS>, B<OBJCXXFLAGS>, "
"B<GCJFLAGS>, B<FFLAGS>, B<FCFLAGS>, B<LDFLAGS>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1175
+#: debhelper.pod:1215
msgid ""
"By default (in any non-deprecated compat level), debhelper will "
"automatically set these flags by using L<dpkg-buildflags(1)>, when they are "
@@ -2568,7 +2654,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:1184 debhelper-obsolete-compat.pod:118 dh:1218
+#: debhelper.pod:1224 debhelper-obsolete-compat.pod:118 dh:1220
#: dh_auto_build:53 dh_auto_clean:55 dh_auto_configure:58 dh_auto_install:97
#: dh_auto_test:64 dh_bugfiles:133 dh_builddeb:182 dh_clean:186 dh_compress:242
#: dh_dwz:161 dh_fixperms:164 dh_gconf:105 dh_gencontrol:207 dh_icons:75
@@ -2577,30 +2663,30 @@ msgstr ""
#: dh_installdocs:444 dh_installemacsen:138 dh_installexamples:175
#: dh_installifupdown:72 dh_installinfo:107 dh_installinit:425
#: dh_installinitramfs:85 dh_installlogcheck:81 dh_installlogrotate:53
-#: dh_installman:362 dh_installmanpages:198 dh_installmenu:88 dh_installmime:63
+#: dh_installman:384 dh_installmanpages:198 dh_installmenu:88 dh_installmime:63
#: dh_installmodules:109 dh_installpam:62 dh_installppp:68 dh_installudev:102
-#: dh_installwm:129 dh_installxfonts:96 dh_link:163 dh_lintian:60
-#: dh_listpackages:35 dh_makeshlibs:447 dh_md5sums:117 dh_movefiles:161
-#: dh_perl:166 dh_prep:70 dh_shlibdeps:204 dh_strip:432 dh_testdir:63
+#: dh_installwm:129 dh_installxfonts:90 dh_link:163 dh_lintian:60
+#: dh_listpackages:35 dh_makeshlibs:456 dh_md5sums:117 dh_movefiles:161
+#: dh_perl:171 dh_prep:70 dh_shlibdeps:204 dh_strip:432 dh_testdir:63
#: dh_testroot:91 dh_usrlocal:136 dh_systemd_enable:281 dh_systemd_start:280
msgid "SEE ALSO"
msgstr "VÉASE TAMBIÉN"
# type: =item
#. type: =item
-#: debhelper.pod:1188
+#: debhelper.pod:1228
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1190
+#: debhelper.pod:1230
msgid "A set of example F<debian/rules> files that use debhelper."
msgstr "Varios ficheros de ejemplo F<debian/rules> que utilizan debhelper."
# type: =item
#. type: =item
-#: debhelper.pod:1192
+#: debhelper.pod:1232
#, fuzzy
#| msgid "L<http://kitenet.net/~joey/code/debhelper/>"
msgid "L<http://joeyh.name/code/debhelper/>"
@@ -2608,13 +2694,13 @@ msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1194
+#: debhelper.pod:1234
msgid "Debhelper web site."
msgstr "Sitio web de Debhelper."
# type: =head1
#. type: =head1
-#: debhelper.pod:1198 dh:1224 dh_auto_build:59 dh_auto_clean:61
+#: debhelper.pod:1238 dh:1226 dh_auto_build:59 dh_auto_clean:61
#: dh_auto_configure:64 dh_auto_install:103 dh_auto_test:70 dh_bugfiles:141
#: dh_builddeb:188 dh_clean:192 dh_compress:248 dh_dwz:167 dh_fixperms:170
#: dh_gconf:111 dh_gencontrol:213 dh_icons:81 dh_install:356
@@ -2622,29 +2708,29 @@ msgstr "Sitio web de Debhelper."
#: dh_installdeb:416 dh_installdebconf:134 dh_installdirs:134
#: dh_installdocs:450 dh_installemacsen:145 dh_installexamples:181
#: dh_installifupdown:78 dh_installinfo:113 dh_installinitramfs:93
-#: dh_installlogcheck:87 dh_installlogrotate:59 dh_installman:368
+#: dh_installlogcheck:87 dh_installlogrotate:59 dh_installman:390
#: dh_installmanpages:204 dh_installmenu:96 dh_installmime:69
#: dh_installmodules:115 dh_installpam:68 dh_installppp:74 dh_installudev:108
-#: dh_installwm:135 dh_installxfonts:102 dh_link:169 dh_lintian:68
-#: dh_listpackages:41 dh_makeshlibs:453 dh_md5sums:123 dh_movefiles:167
-#: dh_perl:172 dh_prep:76 dh_shlibdeps:210 dh_strip:438 dh_testdir:69
+#: dh_installwm:135 dh_installxfonts:96 dh_link:169 dh_lintian:68
+#: dh_listpackages:41 dh_makeshlibs:462 dh_md5sums:123 dh_movefiles:167
+#: dh_perl:177 dh_prep:76 dh_shlibdeps:210 dh_strip:438 dh_testdir:69
#: dh_testroot:97 dh_usrlocal:142
msgid "AUTHOR"
msgstr "AUTOR"
# type: textblock
#. type: textblock
-#: debhelper.pod:1200 dh:1226 dh_auto_build:61 dh_auto_clean:63
+#: debhelper.pod:1240 dh:1228 dh_auto_build:61 dh_auto_clean:63
#: dh_auto_configure:66 dh_auto_install:105 dh_auto_test:72 dh_builddeb:190
#: dh_clean:194 dh_compress:250 dh_fixperms:172 dh_gencontrol:215
#: dh_install:358 dh_installchangelogs:310 dh_installcron:86 dh_installdeb:418
#: dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452
#: dh_installemacsen:147 dh_installexamples:183 dh_installifupdown:80
#: dh_installinfo:115 dh_installinit:433 dh_installlogrotate:61
-#: dh_installman:370 dh_installmanpages:206 dh_installmenu:98 dh_installmime:71
+#: dh_installman:392 dh_installmanpages:206 dh_installmenu:98 dh_installmime:71
#: dh_installmodules:117 dh_installpam:70 dh_installppp:76 dh_installudev:110
-#: dh_installwm:137 dh_installxfonts:104 dh_link:171 dh_listpackages:43
-#: dh_makeshlibs:455 dh_md5sums:125 dh_movefiles:169 dh_prep:78
+#: dh_installwm:137 dh_installxfonts:98 dh_link:171 dh_listpackages:43
+#: dh_makeshlibs:464 dh_md5sums:125 dh_movefiles:169 dh_prep:78
#: dh_shlibdeps:212 dh_strip:440 dh_testdir:71 dh_testroot:99
msgid "Joey Hess <joeyh@debian.org>"
msgstr "Joey Hess <joeyh@debian.org>"
@@ -2846,18 +2932,18 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper-obsolete-compat.pod:120 dh:1220 dh_auto_build:55 dh_auto_clean:57
+#: debhelper-obsolete-compat.pod:120 dh:1222 dh_auto_build:55 dh_auto_clean:57
#: dh_auto_configure:60 dh_auto_install:99 dh_auto_test:66 dh_builddeb:184
#: dh_clean:188 dh_compress:244 dh_dwz:163 dh_fixperms:166 dh_gconf:107
#: dh_gencontrol:209 dh_install:352 dh_installcatalogs:127
#: dh_installchangelogs:304 dh_installcron:80 dh_installdeb:412
#: dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446
#: dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109
-#: dh_installlogcheck:83 dh_installlogrotate:55 dh_installman:364
+#: dh_installlogcheck:83 dh_installlogrotate:55 dh_installman:386
#: dh_installmanpages:200 dh_installmime:65 dh_installmodules:111
#: dh_installpam:64 dh_installppp:70 dh_installudev:104 dh_installwm:131
-#: dh_installxfonts:98 dh_link:165 dh_listpackages:37 dh_makeshlibs:449
-#: dh_md5sums:119 dh_movefiles:163 dh_perl:168 dh_prep:72 dh_strip:434
+#: dh_installxfonts:92 dh_link:165 dh_listpackages:37 dh_makeshlibs:458
+#: dh_md5sums:119 dh_movefiles:163 dh_perl:173 dh_prep:72 dh_strip:434
#: dh_testdir:65 dh_testroot:93 dh_usrlocal:138 dh_systemd_start:282
msgid "L<debhelper(7)>"
msgstr "L<debhelper(7)>"
@@ -3091,7 +3177,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: dh:112 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:180
+#: dh:112 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:185
#: dh_shlibdeps:78
msgid "EXAMPLES"
msgstr "EJEMPLOS"
@@ -3598,19 +3684,19 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh:1222 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62
+#: dh:1224 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62
#: dh_auto_install:101 dh_auto_test:68 dh_bugfiles:139 dh_builddeb:186
#: dh_clean:190 dh_compress:246 dh_dwz:165 dh_fixperms:168 dh_gconf:109
#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:306
#: dh_installcron:82 dh_installdeb:414 dh_installdebconf:132 dh_installdirs:132
#: dh_installdocs:448 dh_installemacsen:143 dh_installexamples:179
#: dh_installifupdown:76 dh_installinfo:111 dh_installinit:429
-#: dh_installinitramfs:91 dh_installlogrotate:57 dh_installman:366
+#: dh_installinitramfs:91 dh_installlogrotate:57 dh_installman:388
#: dh_installmanpages:202 dh_installmenu:94 dh_installmime:67
#: dh_installmodules:113 dh_installpam:66 dh_installppp:72 dh_installudev:106
-#: dh_installwm:133 dh_installxfonts:100 dh_link:167 dh_lintian:64
-#: dh_listpackages:39 dh_makeshlibs:451 dh_md5sums:121 dh_movefiles:165
-#: dh_perl:170 dh_prep:74 dh_shlibdeps:208 dh_strip:436 dh_testdir:67
+#: dh_installwm:133 dh_installxfonts:94 dh_link:167 dh_lintian:64
+#: dh_listpackages:39 dh_makeshlibs:460 dh_md5sums:121 dh_movefiles:165
+#: dh_perl:175 dh_prep:74 dh_shlibdeps:208 dh_strip:436 dh_testdir:67
#: dh_testroot:95 dh_usrlocal:140
msgid "This program is a part of debhelper."
msgstr "Este programa es parte de debhelper."
@@ -3672,7 +3758,7 @@ msgstr ""
#. type: =item
#: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59
#: dh_auto_test:41 dh_builddeb:48 dh_dwz:62 dh_gencontrol:42
-#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:174 dh_shlibdeps:41
+#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:179 dh_shlibdeps:41
msgid "B<--> I<params>"
msgstr "B<--> I<parámetros>"
@@ -9417,15 +9503,24 @@ msgid ""
"the default auto-detection of udebs."
msgstr ""
+#. type: textblock
+#: dh_makeshlibs:174
+msgid ""
+"This may be useful in case you do not want a shlibs file at all for the udeb "
+"because no package will depend on it. E.g. because adding a udeb package "
+"for the library was \"overkill\" and the library is embedded in a different "
+"udeb package."
+msgstr ""
+
# type: textblock
#. type: textblock
-#: dh_makeshlibs:176
+#: dh_makeshlibs:181
msgid "Pass I<params> to L<dpkg-gensymbols(1)>."
msgstr "Introduce los I<parámetros> a L<dpkg-gensymbols(1)>."
# type: =item
#. type: =item
-#: dh_makeshlibs:184
+#: dh_makeshlibs:189
#, fuzzy
#| msgid "B<dh_makeshlibs -V>"
msgid "B<dh_makeshlibs -VNone>"
@@ -9433,7 +9528,7 @@ msgstr "B<dh_makeshlibs -V>"
# type: verbatim
#. type: verbatim
-#: dh_makeshlibs:186
+#: dh_makeshlibs:191
#, no-wrap
msgid ""
"Assuming this is a package named F<libfoobar1>, generates a shlibs file that\n"
@@ -9448,7 +9543,7 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_makeshlibs:190
+#: dh_makeshlibs:195
#, fuzzy
#| msgid "B<dh_makeshlibs -V>"
msgid "B<dh_makeshlibs -VUpstream-Version>"
@@ -9456,7 +9551,7 @@ msgstr "B<dh_makeshlibs -V>"
# type: verbatim
#. type: verbatim
-#: dh_makeshlibs:192
+#: dh_makeshlibs:197
#, no-wrap
msgid ""
"Assuming the current version of the package is 1.1-3, generates a shlibs\n"
@@ -9471,13 +9566,13 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_makeshlibs:196
+#: dh_makeshlibs:201
msgid "B<dh_makeshlibs -V 'libfoobar1 (E<gt>= 1.0)'>"
msgstr "B<dh_makeshlibs -V 'libfoobar1 (E<gt>= 1.0)'>"
# type: verbatim
#. type: verbatim
-#: dh_makeshlibs:198
+#: dh_makeshlibs:203
#, no-wrap
msgid ""
"Generates a shlibs file that looks something like:\n"
@@ -9831,7 +9926,7 @@ msgstr "Normas de Perl, versión 1.20"
# type: textblock
#. type: textblock
-#: dh_perl:174
+#: dh_perl:179
msgid "Brendan O'Dea <bod@debian.org>"
msgstr "Brendan O'Dea <bod@debian.org>"
diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po
index 2e4affda..cc8b3a4b 100644
--- a/man/po4a/po/fr.po
+++ b/man/po4a/po/fr.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: debhelper manpages\n"
-"POT-Creation-Date: 2019-08-19 08:01+0000\n"
+"POT-Creation-Date: 2019-10-20 17:40+0000\n"
"PO-Revision-Date: 2019-01-18 13:58+0100\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -880,14 +880,81 @@ msgstr ""
"En particulier, régler le maximum à B<1> équivaut à l'utilisation de B<--no-"
"parallel>."
+#. type: =item
+#: debhelper.pod:304
+msgid "B<--reload-all-buildenv-variables>"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:306
+msgid ""
+"By default, L<dh(1)> will compute several environment (e.g. by using L<dpkg-"
+"buildflags(1)>) and cache them to avoid having all B<dh_auto_*> tool "
+"recompute them."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:310
+msgid ""
+"When passing this option, the concrete B<dh_auto_*> tool will ignore the "
+"cache from L<dh(1)> and retrigger a rebuild of these variables. This is "
+"useful in the very rare case where the package need to do multiple builds "
+"but with different B<...FLAGS> options. A concrete example would be needing "
+"to change the B<-O> parameter in B<CFLAGS> in the second build:"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:317
+#, no-wrap
+msgid ""
+" export DEB_CFLAGS_MAINT_APPEND=-O3\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:319
+#, no-wrap
+msgid ""
+" %:\n"
+" dh $@\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:322
+#, no-wrap
+msgid ""
+" override_dh_auto_configure:\n"
+" dh_auto_configure -Bbuild-deb ...\n"
+" DEB_CFLAGS_MAINT_APPEND=-Os dh_auto_configure \\\n"
+" --reload-all-buildenv-variables -Bbuild-udeb ...\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:327
+msgid ""
+"Without B<--reload-all-buildenv-variables> in the second call to "
+"L<dh_auto_configure(1)>, the change in B<DEB_CFLAGS_MAINT_APPEND> would be "
+"ignored as L<dh_auto_configure(1)> would use the cached value of B<CFLAGS> "
+"set by L<dh(1)>."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:332
+msgid ""
+"This option is only available with B<< debhelper (>= 12.7~) >> when the "
+"package uses compatibility level 9 or later."
+msgstr ""
+
# type: =item
#. type: =item
-#: debhelper.pod:304 dh:91
+#: debhelper.pod:335 dh:91
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:306
+#: debhelper.pod:337
msgid ""
"List all build systems supported by debhelper on this system. The list "
"includes both default and third party build systems (marked as such). Also "
@@ -901,13 +968,13 @@ msgstr ""
"l'option B<--buildsystem>."
#. type: =head1
-#: debhelper.pod:313
+#: debhelper.pod:344
msgid "COMPATIBILITY LEVELS"
msgstr "NIVEAUX DE COMPATIBILITÉ"
# type: textblock
#. type: textblock
-#: debhelper.pod:315
+#: debhelper.pod:346
msgid ""
"From time to time, major non-backwards-compatible changes need to be made to "
"debhelper, to keep it clean and well-designed as needs change and its author "
@@ -927,7 +994,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:322
+#: debhelper.pod:353
msgid ""
"In current debhelper, you can specify the compatibility level in F<debian/"
"control> by adding a Build-Depends on the debhelper-compat package. For "
@@ -941,7 +1008,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:326
+#: debhelper.pod:357
#, no-wrap
msgid ""
" Build-Depends: debhelper-compat (= #RECOMMENDED_COMPAT#)\n"
@@ -951,7 +1018,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:328
+#: debhelper.pod:359
msgid ""
"This also serves as an appropriate versioned build dependency on a "
"sufficient version of the debhelper package, so you do not need to specify a "
@@ -967,7 +1034,7 @@ msgstr ""
"de compatibilité)."
#. type: textblock
-#: debhelper.pod:334
+#: debhelper.pod:365
msgid ""
"Note that debhelper does not provide debhelper-compat for experimental or "
"beta compatibility levels; packages experimenting with those compatibility "
@@ -978,7 +1045,7 @@ msgstr ""
"expérimenter avec cela devraient utiliser F<debian/compat> ou B<DH_COMPAT>."
#. type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:369
msgid ""
"Prior versions of debhelper required specifying the compatibility level in "
"the file F<debian/compat>, and current debhelper still supports this for "
@@ -1005,7 +1072,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:349
+#: debhelper.pod:380
#, no-wrap
msgid ""
" Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#~)\n"
@@ -1016,7 +1083,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:351
+#: debhelper.pod:382
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -1034,29 +1101,29 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:358
+#: debhelper.pod:389
msgid "Supported compatibility levels"
msgstr "Niveaux de compatibilité pris en charge"
# type: textblock
#. type: textblock
-#: debhelper.pod:360
+#: debhelper.pod:391
msgid "These are the available compatibility levels:"
msgstr "Les niveaux de compatibilité sont les suivants :"
#. type: =item
-#: debhelper.pod:364 debhelper-obsolete-compat.pod:89
+#: debhelper.pod:395 debhelper-obsolete-compat.pod:89
msgid "v5"
msgstr "v5"
# type: textblock
#. type: textblock
-#: debhelper.pod:366 debhelper-obsolete-compat.pod:91
+#: debhelper.pod:397 debhelper-obsolete-compat.pod:91
msgid "This is the lowest supported compatibility level."
msgstr "C'est le niveau de compatibilité le plus bas pris en charge."
#. type: textblock
-#: debhelper.pod:368
+#: debhelper.pod:399
msgid ""
"If you are upgrading from an earlier compatibility level, please review "
"L<debhelper-obsolete-compat(7)>."
@@ -1066,43 +1133,43 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:371 debhelper.pod:403 debhelper.pod:433 debhelper.pod:464
+#: debhelper.pod:402 debhelper.pod:434 debhelper.pod:464 debhelper.pod:495
#: debhelper-obsolete-compat.pod:28 debhelper-obsolete-compat.pod:35
#: debhelper-obsolete-compat.pod:58 debhelper-obsolete-compat.pod:87
msgid "This mode is deprecated."
msgstr "Ce mode est déconseillé."
#. type: =item
-#: debhelper.pod:373
+#: debhelper.pod:404
msgid "v6"
msgstr "v6"
# type: textblock
#. type: textblock
-#: debhelper.pod:375
+#: debhelper.pod:406
msgid "Changes from v5 are:"
msgstr "Les changements par rapport à la version 5 sont :"
# type: =item
#. type: =item
-#: debhelper.pod:379 debhelper.pod:384 debhelper.pod:390 debhelper.pod:396
-#: debhelper.pod:411 debhelper.pod:418 debhelper.pod:422 debhelper.pod:426
-#: debhelper.pod:441 debhelper.pod:445 debhelper.pod:453 debhelper.pod:458
-#: debhelper.pod:472 debhelper.pod:477 debhelper.pod:484 debhelper.pod:489
-#: debhelper.pod:494 debhelper.pod:502 debhelper.pod:508 debhelper.pod:513
-#: debhelper.pod:518 debhelper.pod:531 debhelper.pod:536 debhelper.pod:542
-#: debhelper.pod:548 debhelper.pod:553 debhelper.pod:559 debhelper.pod:568
-#: debhelper.pod:578 debhelper.pod:584 debhelper.pod:607 debhelper.pod:614
-#: debhelper.pod:620 debhelper.pod:626 debhelper.pod:632 debhelper.pod:652
-#: debhelper.pod:658 debhelper.pod:670 debhelper.pod:678 debhelper.pod:684
-#: debhelper.pod:689 debhelper.pod:694 debhelper.pod:699 debhelper.pod:707
-#: debhelper.pod:717 debhelper.pod:727 debhelper.pod:734 debhelper.pod:746
-#: debhelper.pod:751 debhelper.pod:779 debhelper.pod:798 debhelper.pod:808
-#: debhelper.pod:812 debhelper.pod:817 debhelper.pod:822 debhelper.pod:829
-#: debhelper.pod:835 debhelper.pod:843 debhelper.pod:849 debhelper.pod:853
-#: debhelper.pod:858 debhelper.pod:863 debhelper.pod:872 debhelper.pod:888
-#: debhelper.pod:895 debhelper.pod:911 debhelper.pod:919 debhelper.pod:924
-#: debhelper.pod:939 debhelper.pod:947 debhelper.pod:955
+#: debhelper.pod:410 debhelper.pod:415 debhelper.pod:421 debhelper.pod:427
+#: debhelper.pod:442 debhelper.pod:449 debhelper.pod:453 debhelper.pod:457
+#: debhelper.pod:472 debhelper.pod:476 debhelper.pod:484 debhelper.pod:489
+#: debhelper.pod:503 debhelper.pod:508 debhelper.pod:515 debhelper.pod:520
+#: debhelper.pod:525 debhelper.pod:533 debhelper.pod:539 debhelper.pod:544
+#: debhelper.pod:549 debhelper.pod:562 debhelper.pod:567 debhelper.pod:573
+#: debhelper.pod:579 debhelper.pod:584 debhelper.pod:590 debhelper.pod:599
+#: debhelper.pod:609 debhelper.pod:615 debhelper.pod:638 debhelper.pod:645
+#: debhelper.pod:651 debhelper.pod:657 debhelper.pod:663 debhelper.pod:692
+#: debhelper.pod:698 debhelper.pod:710 debhelper.pod:718 debhelper.pod:724
+#: debhelper.pod:729 debhelper.pod:734 debhelper.pod:739 debhelper.pod:747
+#: debhelper.pod:757 debhelper.pod:767 debhelper.pod:774 debhelper.pod:786
+#: debhelper.pod:791 debhelper.pod:819 debhelper.pod:838 debhelper.pod:848
+#: debhelper.pod:852 debhelper.pod:857 debhelper.pod:862 debhelper.pod:869
+#: debhelper.pod:875 debhelper.pod:883 debhelper.pod:889 debhelper.pod:893
+#: debhelper.pod:898 debhelper.pod:903 debhelper.pod:912 debhelper.pod:928
+#: debhelper.pod:935 debhelper.pod:951 debhelper.pod:959 debhelper.pod:964
+#: debhelper.pod:979 debhelper.pod:987 debhelper.pod:995
#: debhelper-obsolete-compat.pod:43 debhelper-obsolete-compat.pod:48
#: debhelper-obsolete-compat.pod:52 debhelper-obsolete-compat.pod:66
#: debhelper-obsolete-compat.pod:71 debhelper-obsolete-compat.pod:76
@@ -1115,7 +1182,7 @@ msgstr "-"
# type: textblock
#. type: textblock
-#: debhelper.pod:381
+#: debhelper.pod:412
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1125,7 +1192,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:417
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 "
@@ -1137,7 +1204,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:423
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 "
@@ -1149,7 +1216,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:398
+#: debhelper.pod:429
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -1159,19 +1226,19 @@ msgstr ""
"le faire."
#. type: =item
-#: debhelper.pod:405
+#: debhelper.pod:436
msgid "v7"
msgstr "v7"
# type: textblock
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:438
msgid "Changes from v6 are:"
msgstr "Les changements par rapport à la version 6 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:413
+#: debhelper.pod:444
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 "
@@ -1187,7 +1254,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:420
+#: debhelper.pod:451
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 "
@@ -1195,13 +1262,13 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:424
+#: debhelper.pod:455
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:428
+#: debhelper.pod:459
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1210,18 +1277,18 @@ msgstr ""
"amont si rien n'est indiqué."
#. type: =item
-#: debhelper.pod:435
+#: debhelper.pod:466
msgid "v8"
msgstr "v8"
# type: textblock
#. type: textblock
-#: debhelper.pod:437
+#: debhelper.pod:468
msgid "Changes from v7 are:"
msgstr "Les changements par rapport à la version 7 sont :"
#. type: textblock
-#: debhelper.pod:443
+#: debhelper.pod:474
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1229,7 +1296,7 @@ msgstr ""
"recevront des options inconnues."
#. type: textblock
-#: debhelper.pod:447
+#: debhelper.pod:478
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. "
@@ -1246,7 +1313,7 @@ msgstr ""
"certains paquets."
#. type: textblock
-#: debhelper.pod:455
+#: debhelper.pod:486
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 $@>"
@@ -1257,7 +1324,7 @@ msgstr ""
"faut écrire « B<dh $@ --toto> », et non « B<dh --toto $@> »"
#. type: textblock
-#: debhelper.pod:460
+#: debhelper.pod:491
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1266,18 +1333,18 @@ msgstr ""
"F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:466
+#: debhelper.pod:497
msgid "v9"
msgstr "v9"
# type: textblock
#. type: textblock
-#: debhelper.pod:468
+#: debhelper.pod:499
msgid "Changes from v8 are:"
msgstr "Les changements par rapport à la version 8 sont :"
#. type: textblock
-#: debhelper.pod:474
+#: debhelper.pod:505
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
@@ -1287,7 +1354,7 @@ msgstr ""
"B<--libexecdir>."
#. type: textblock
-#: debhelper.pod:479
+#: debhelper.pod:510
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 "
@@ -1301,7 +1368,7 @@ msgstr ""
"les autres cibles."
#. type: textblock
-#: debhelper.pod:486
+#: debhelper.pod:517
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
@@ -1310,7 +1377,7 @@ msgstr ""
"la taille d'installation des paquets -dbg."
#. type: textblock
-#: debhelper.pod:491
+#: debhelper.pod:522
msgid ""
"B<dh_auto_configure> does not include the source package name in --"
"libexecdir when using autoconf."
@@ -1319,12 +1386,12 @@ msgstr ""
"libexecdir> en utilisant B<autoconf>."
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:527
msgid "B<dh> does not default to enabling --with=python-support"
msgstr "B<dh> n'active pas B<--with=python-support> par défaut."
#. type: textblock
-#: debhelper.pod:498
+#: debhelper.pod:529
msgid ""
"(Obsolete: As the B<dh_pysupport> tool was removed from Debian stretch. "
"Since debhelper/10.3, B<dh> no longer enables this sequence add-on "
@@ -1335,7 +1402,7 @@ msgstr ""
"niveau de compatibilité)"
#. type: textblock
-#: debhelper.pod:504
+#: debhelper.pod:535
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."
@@ -1345,7 +1412,7 @@ msgstr ""
"sont déjà configurées."
#. type: textblock
-#: debhelper.pod:510
+#: debhelper.pod:541
msgid ""
"B<dh_auto_configure> passes B<dpkg-buildflags> CFLAGS, CPPFLAGS, and LDFLAGS "
"to perl F<Makefile.PL> and F<Build.PL>"
@@ -1354,7 +1421,7 @@ msgstr ""
"buildflags> à F<Makefile.PL> et F<Build.PL> de Perl."
#. type: textblock
-#: debhelper.pod:515
+#: debhelper.pod:546
msgid ""
"B<dh_strip> puts separated debug symbols in a location based on their build-"
"id."
@@ -1363,7 +1430,7 @@ msgstr ""
"fonction de leur identifiant de construction (build-id)."
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:551
msgid ""
"Executable debhelper config files are run and their output used as the "
"configuration."
@@ -1372,18 +1439,18 @@ msgstr ""
"sortie est utilisée comme configuration."
#. type: =item
-#: debhelper.pod:525
+#: debhelper.pod:556
msgid "v10"
msgstr "v10"
# type: textblock
#. type: textblock
-#: debhelper.pod:527
+#: debhelper.pod:558
msgid "Changes from v9 are:"
msgstr "Les changements par rapport à la version 9 sont :"
#. type: textblock
-#: debhelper.pod:533
+#: debhelper.pod:564
msgid ""
"B<dh_installinit> will no longer install a file named debian/I<package> as "
"an init script."
@@ -1392,7 +1459,7 @@ msgstr ""
"script d'initialisation."
#. type: textblock
-#: debhelper.pod:538
+#: debhelper.pod:569
msgid ""
"B<dh_installdocs> will error out if it detects links created with --link-doc "
"between packages of architecture \"all\" and non-\"all\" as it breaks "
@@ -1404,7 +1471,7 @@ msgstr ""
"responsable)."
#. type: textblock
-#: debhelper.pod:544
+#: debhelper.pod:575
msgid ""
"B<dh_installdeb> no longer installs a maintainer-provided debian/I<package>."
"shlibs file. This is now done by B<dh_makeshlibs> instead."
@@ -1414,7 +1481,7 @@ msgstr ""
"B<dh_makeshlibs>."
#. type: textblock
-#: debhelper.pod:550
+#: debhelper.pod:581
msgid ""
"B<dh_installwm> refuses to create a broken package if no man page can be "
"found (required to register for the x-window-manager alternative)."
@@ -1424,7 +1491,7 @@ msgstr ""
"manager)."
#. type: textblock
-#: debhelper.pod:555
+#: debhelper.pod:586
msgid ""
"Debhelper will default to B<--parallel> for all buildsystems that support "
"parallel building. This can be disabled by using either B<--no-parallel> or "
@@ -1435,7 +1502,7 @@ msgstr ""
"B<--no-parallel> ou en passant la valeur B<1> à l'option B<--max-parallel>."
#. type: textblock
-#: debhelper.pod:561
+#: debhelper.pod:592
msgid ""
"The B<dh> command will not accept any of the deprecated \"manual sequence "
"control\" parameters (B<--before>, B<--after>, etc.). Please use override "
@@ -1446,14 +1513,14 @@ msgstr ""
"cibles de réécritures à la place."
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:596
msgid ""
"B<Retroactively applied to earlier compat levels>: B<dh> no longer accepts "
"any of these since debhelper/12.4."
msgstr ""
#. type: textblock
-#: debhelper.pod:570
+#: debhelper.pod:601
msgid ""
"The B<dh> command will no longer use log files to track which commands have "
"been run. The B<dh> command I<still> keeps track of whether it already ran "
@@ -1465,12 +1532,12 @@ msgstr ""
"cas."
#. type: textblock
-#: debhelper.pod:574
+#: debhelper.pod:605
msgid "The main effects of this are:"
msgstr "Les principales conséquences de cela sont :"
#. type: textblock
-#: debhelper.pod:580
+#: debhelper.pod:611
msgid ""
"With this, it is now easier to debug the I<install> or/and I<binary> "
"sequences because they can now trivially be re-run (without having to do a "
@@ -1481,7 +1548,7 @@ msgstr ""
"(sans avoir à refaire un cycle complet de « clean & rebuild »)"
#. type: textblock
-#: debhelper.pod:586
+#: debhelper.pod:617
msgid ""
"The main caveat is that B<dh_*> now only keeps track of what happened in a "
"single override target. When all the calls to a given B<dh_cmd> command "
@@ -1493,12 +1560,12 @@ msgstr ""
"fonctionnera comme avant."
#. type: textblock
-#: debhelper.pod:591
+#: debhelper.pod:622
msgid "Example of where it can go wrong:"
msgstr "Exemple de ce qui pourrait mal se passer :"
#. type: verbatim
-#: debhelper.pod:593
+#: debhelper.pod:624
#, no-wrap
msgid ""
" override_dh_foo:\n"
@@ -1510,7 +1577,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: debhelper.pod:596
+#: debhelper.pod:627
#, no-wrap
msgid ""
" override_dh_bar:\n"
@@ -1524,7 +1591,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:600
+#: debhelper.pod:631
msgid ""
"In this case, the call to B<dh_foo --remaining> will I<also> include I<my-"
"pkg>, since B<dh_foo -pmy-pkg> was run in a separate override target. This "
@@ -1536,7 +1603,7 @@ msgstr ""
"B<-a>, B<-i>, etc."
#. type: textblock
-#: debhelper.pod:609
+#: debhelper.pod:640
msgid ""
"The B<dh_installdeb> command now shell-escapes the lines in the "
"F<maintscript> config file. This was the original intent but it did not "
@@ -1550,7 +1617,7 @@ msgstr ""
"de fichiers de guillemets)."
#. type: textblock
-#: debhelper.pod:616
+#: debhelper.pod:647
msgid ""
"The B<dh_installinit> command now defaults to B<--restart-after-upgrade>. "
"For packages needing the previous behaviour, please use B<--no-restart-after-"
@@ -1561,7 +1628,7 @@ msgstr ""
"utiliser l'option B<--no-restart-after-upgrade>."
#. type: textblock
-#: debhelper.pod:622
+#: debhelper.pod:653
msgid ""
"The B<autoreconf> sequence is now enabled by default. Please pass B<--"
"without autoreconf> to B<dh> if this is not desirable for a given package"
@@ -1571,7 +1638,7 @@ msgstr ""
"certains paquets."
#. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:659
msgid ""
"The B<systemd> sequence is now enabled by default. Please pass B<--without "
"systemd> to B<dh> if this is not desirable for a given package."
@@ -1581,7 +1648,7 @@ msgstr ""
"paquets."
#. type: textblock
-#: debhelper.pod:634
+#: debhelper.pod:665
msgid ""
"B<Retroactively removed>: B<dh> no longer creates the package build "
"directory when skipping running debhelper commands. This will not affect "
@@ -1595,7 +1662,7 @@ msgstr ""
"ne sont pas incluses avec debhelper."
#. type: textblock
-#: debhelper.pod:639
+#: debhelper.pod:670
msgid ""
"This compatibility feature had a bug since its inception in "
"debhelper/9.20130516 that made it fail to apply in compat 9 and earlier. As "
@@ -1608,18 +1675,37 @@ msgstr ""
"été supprimé plutôt que corrigé."
#. type: =item
-#: debhelper.pod:646
+#: debhelper.pod:677
msgid "v11"
msgstr "v11"
# type: textblock
#. type: textblock
-#: debhelper.pod:648
+#: debhelper.pod:679
+#, fuzzy
+#| msgid "This mode is deprecated."
+msgid "This mode is discouraged."
+msgstr "Ce mode est déconseillé."
+
+#. type: textblock
+#: debhelper.pod:681
+msgid ""
+"The compat 11 is discouraged for new packages as it suffers from feature "
+"interaction between L<dh_installinit> and L<dh_installsystemd> causing "
+"services to not run correctly in some cases. Please consider using "
+"compatibility mode 10 or 12 instead. More details about the issue are "
+"available in Debian#887904 and L<https://lists.debian.org/debian-"
+"release/2019/04/msg01442.html>."
+msgstr ""
+
+# type: textblock
+#. type: textblock
+#: debhelper.pod:688
msgid "Changes from v10 are:"
msgstr "Les changements par rapport à la version 10 sont :"
#. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:694
msgid ""
"B<dh_installinit> no longer installs F<service> or F<tmpfile> files, nor "
"generates maintainer scripts for those files. Please use the new "
@@ -1630,7 +1716,7 @@ msgstr ""
"nouvel assistant B<dh_installsystemd> à la place."
#. type: textblock
-#: debhelper.pod:660
+#: debhelper.pod:700
msgid ""
"The B<dh_systemd_enable> and B<dh_systemd_start> helpers have been replaced "
"by the new B<dh_installsystemd> helper. For the same reason, the B<systemd> "
@@ -1643,7 +1729,7 @@ msgstr ""
"B<dh_installsystemd>, veuillez utiliser une cible de réécriture vide."
#. type: textblock
-#: debhelper.pod:666
+#: debhelper.pod:706
msgid ""
"Please note that the B<dh_installsystemd> tool has a slightly different "
"behaviour in some cases (e.g. when using the B<--name> parameter)."
@@ -1653,7 +1739,7 @@ msgstr ""
"B<--name>)."
#. type: textblock
-#: debhelper.pod:672
+#: debhelper.pod:712
msgid ""
"B<dh_installdirs> no longer creates debian/I<package> directories unless "
"explicitly requested (or it has to create a subdirectory in it)."
@@ -1663,13 +1749,13 @@ msgstr ""
"l'intérieur)."
#. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:716
msgid "The vast majority of all packages will be unaffected by this change."
msgstr ""
"La grande majorité des paquets ne seront pas affectés par ce changement."
#. type: textblock
-#: debhelper.pod:680
+#: debhelper.pod:720
msgid ""
"The B<makefile> buildsystem now passes B<INSTALL=\"install --strip-"
"program=true\"> to L<make(1)>. Derivative buildsystems (e.g. B<configure> "
@@ -1681,7 +1767,7 @@ msgstr ""
"changement."
#. type: textblock
-#: debhelper.pod:686
+#: debhelper.pod:726
msgid ""
"The B<autoconf> buildsystem now passes B<--runstatedir=/run> to F<./"
"configure>."
@@ -1690,7 +1776,7 @@ msgstr ""
"runstatedir=/run> à F<./configure>."
#. type: textblock
-#: debhelper.pod:691
+#: debhelper.pod:731
msgid ""
"The B<cmake> buildsystem now passes B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to "
"L<cmake(1)>."
@@ -1699,7 +1785,7 @@ msgstr ""
"DCMAKE_INSTALL_RUNSTATEDIR=/run> à L<cmake(1)>."
#. type: textblock
-#: debhelper.pod:696
+#: debhelper.pod:736
msgid ""
"B<dh_installman> will now prefer detecting the language from the path name "
"rather than the extension."
@@ -1708,7 +1794,7 @@ msgstr ""
"plutôt que de l'extension."
#. type: textblock
-#: debhelper.pod:701
+#: debhelper.pod:741
msgid ""
"B<dh_auto_install> will now only create the destination directory it needs. "
"Previously, it would create the package build directory for all packages. "
@@ -1722,7 +1808,7 @@ msgstr ""
"ne sont pas incluses avec debhelper."
#. type: textblock
-#: debhelper.pod:709
+#: debhelper.pod:749
msgid ""
"The helpers B<dh_installdocs>, B<dh_installexamples>, B<dh_installinfo>, and "
"B<dh_installman> now error out if their config has a pattern that does not "
@@ -1734,7 +1820,7 @@ msgstr ""
"n'existe pas."
#. type: textblock
-#: debhelper.pod:713
+#: debhelper.pod:753
msgid ""
"Known exceptions include building with the B<nodoc> profile, where the above "
"tools will silently permit failed matches where the patterns are used to "
@@ -1745,7 +1831,7 @@ msgstr ""
"lorsque le motif est utilisé pour spécifier la documentation."
#. type: textblock
-#: debhelper.pod:719
+#: debhelper.pod:759
msgid ""
"The helpers B<dh_installdocs>, B<dh_installexamples>, B<dh_installinfo>, and "
"B<dh_installman> now accept the parameter B<--sourcedir> with same meaning "
@@ -1758,7 +1844,7 @@ msgstr ""
"F<debian/tmp> comme B<dh_install>."
#. type: textblock
-#: debhelper.pod:724
+#: debhelper.pod:764
msgid ""
"Migration note: A bug in debhelper 11 up to 11.1.5 made B<dh_installinfo> "
"incorrectly ignore B<--sourcedir>."
@@ -1767,7 +1853,7 @@ msgstr ""
"B<dh_installinfo> ignorait B<--sourcedir> de manière incorrecte."
#. type: textblock
-#: debhelper.pod:729
+#: debhelper.pod:769
msgid ""
"The B<perl-makemaker> and B<perl-build> build systems no longer pass B<-I.> "
"to perl. Packages that still need this behaviour can emulate it by using "
@@ -1781,7 +1867,7 @@ msgstr ""
"F<debian/rules> (ou équivalent)."
#. type: textblock
-#: debhelper.pod:736
+#: debhelper.pod:776
msgid ""
"The B<PERL_USE_UNSAFE_INC> environment variable is no longer set by B<dh> or "
"any of the B<dh_auto_*> tools. It was added as a temporary work around to "
@@ -1793,7 +1879,7 @@ msgstr ""
"nombre de paquets en même temps."
#. type: textblock
-#: debhelper.pod:741
+#: debhelper.pod:781
msgid ""
"Note this item will eventually become obsolete as upstream intends to drop "
"support for the B<PERL_USE_UNSAFE_INC> environment variable. When perl "
@@ -1806,7 +1892,7 @@ msgstr ""
"supprimée rétroactivement des niveaux de compatibilité existants."
#. type: textblock
-#: debhelper.pod:748
+#: debhelper.pod:788
msgid ""
"The B<dh_makeshlibs> helper will now exit with an error if objdump returns a "
"non-zero exit from analysing a given file."
@@ -1816,7 +1902,7 @@ msgstr ""
"fichier."
#. type: textblock
-#: debhelper.pod:753
+#: debhelper.pod:793
msgid ""
"The B<dh_installdocs> and B<dh_installexamples> tools may now install "
"I<most> of the documentation in a different path to comply with the "
@@ -1828,7 +1914,7 @@ msgstr ""
"version 3.9.7)."
#. type: textblock
-#: debhelper.pod:757
+#: debhelper.pod:797
msgid ""
"Note that if a given source package only contains a single binary package in "
"F<debian/control> or none of the packages are I<-doc> packages, then this "
@@ -1840,7 +1926,7 @@ msgstr ""
"d'effet pour ce paquet source, et vous pouvez aller au changement suivant."
#. type: textblock
-#: debhelper.pod:762
+#: debhelper.pod:802
msgid ""
"By default, these tools will now attempt to determine a \"main package for "
"the documentation\" (called a I<doc-main-package> from here on) for every I<-"
@@ -1857,7 +1943,7 @@ msgstr ""
"documentation est toujours fournie par le paquet I<-doc>."
#. type: textblock
-#: debhelper.pod:770
+#: debhelper.pod:810
msgid ""
"The B<--doc-main-package> option can be used when the auto-detection is "
"insufficient or to reset the path to its previous value if there is a reason "
@@ -1869,7 +1955,7 @@ msgstr ""
"Charte Debian."
#. type: textblock
-#: debhelper.pod:774
+#: debhelper.pod:814
msgid ""
"Some documentation will not be affected by this change. These exceptions "
"include the copyright file, changelog files, README.Debian, etc. These "
@@ -1880,7 +1966,7 @@ msgstr ""
"seront toujours installés sous F<< /usr/share/doc/I<package> >>."
#. type: textblock
-#: debhelper.pod:781
+#: debhelper.pod:821
msgid ""
"The B<dh_strip> and B<dh_shlibdeps> tools no longer uses filename patterns "
"to determine which files to process. Instead, they open the file and look "
@@ -1893,30 +1979,30 @@ msgstr ""
"est un objet partagé ou un exécutable ELF."
#. type: textblock
-#: debhelper.pod:786
+#: debhelper.pod:826
msgid "This change may cause the tools to process more files than previously."
msgstr ""
"Ce changement peut forcer les outils à traiter plus de fichiers qu'avant."
#. type: =item
-#: debhelper.pod:790
+#: debhelper.pod:830
msgid "v12"
msgstr "v12"
# type: textblock
#. type: textblock
-#: debhelper.pod:792
+#: debhelper.pod:832
msgid "This is the recommended mode of operation."
msgstr "C'est la version dont l'usage est recommandé."
# type: textblock
#. type: textblock
-#: debhelper.pod:794
+#: debhelper.pod:834
msgid "Changes from v11 are:"
msgstr "Les changements par rapport à la version 11 sont :"
#. type: textblock
-#: debhelper.pod:800
+#: debhelper.pod:840
msgid ""
"The B<dh_makeshlibs> tool now generates shlibs files with versioned "
"dependency by default. This means that B<-VUpstream-Version> (a.k.a. B<-V>) "
@@ -1927,7 +2013,7 @@ msgstr ""
"est maintenant le comportement par défaut."
#. type: textblock
-#: debhelper.pod:804
+#: debhelper.pod:844
msgid ""
"If an unversioned dependency in the shlibs file is wanted, this can be "
"obtained by passing B<-VNone> instead. However, please see "
@@ -1939,7 +2025,7 @@ msgstr ""
# type: =item
#. type: textblock
-#: debhelper.pod:810
+#: debhelper.pod:850
msgid ""
"The B<-s> (B<--same-arch>) option is removed. Please use B<-a> (B<--arch>) "
"instead."
@@ -1948,7 +2034,7 @@ msgstr ""
"arch>) à la place."
#. type: textblock
-#: debhelper.pod:814
+#: debhelper.pod:854
msgid ""
"Invoking B<dh_clean -k> now causes an error instead of a deprecation warning."
msgstr ""
@@ -1956,7 +2042,7 @@ msgstr ""
"l'avertissement d'obsolescence."
#. type: textblock
-#: debhelper.pod:819
+#: debhelper.pod:859
msgid ""
"The B<--no-restart-on-upgrade> option in B<dh_installinit> has been "
"removed. Please use the new name B<--no-stop-on-upgrade>"
@@ -1965,7 +2051,7 @@ msgstr ""
"Veuillez utiliser le nouveau nom B<--no-stop-on-upgrade>."
#. type: textblock
-#: debhelper.pod:824
+#: debhelper.pod:864
msgid ""
"There was a bug in the B<doit> (and similar) functions from L<Debian::"
"Debhelper::Dh_Lib> that made them spawn a shell in one particular "
@@ -1978,7 +2064,7 @@ msgstr ""
"non trouvée » dans les outils qui l'utilisaient."
#. type: textblock
-#: debhelper.pod:831
+#: debhelper.pod:871
msgid ""
"The B<--list-missing> and B<--fail-missing> in B<dh_install> has been "
"removed. Please use B<dh_missing> and its corresponding options, which can "
@@ -1989,7 +2075,7 @@ msgstr ""
"qui peuvent aussi voir les fichiers installés par les autres outils."
#. type: textblock
-#: debhelper.pod:837
+#: debhelper.pod:877
msgid ""
"The B<dh_installinit> helper no longer installs configuration for the "
"upstart init system. Instead, it will abort the build if it finds an old "
@@ -2004,7 +2090,7 @@ msgstr ""
"anciennes versions du paquet."
#. type: textblock
-#: debhelper.pod:845
+#: debhelper.pod:885
msgid ""
"The B<dh_installdeb> tool will do basic validation of some L<dpkg-"
"maintscript-helper(1)> commands and will error out if the commands appear to "
@@ -2015,13 +2101,13 @@ msgstr ""
"incorrecte."
#. type: textblock
-#: debhelper.pod:851
+#: debhelper.pod:891
msgid "The B<dh_missing> tool will now default to B<--list-missing>."
msgstr ""
"Le comportement par défaut de B<dh_missing> est maintenant B<--list-missing>."
#. type: textblock
-#: debhelper.pod:855
+#: debhelper.pod:895
msgid ""
"The B<dh_makeshlibs> tool will now only pass libraries to L<dpkg-"
"gensymbols(1)> if the ELF binary has a SONAME (containing \".so\")."
@@ -2030,7 +2116,7 @@ msgstr ""
"gensymbols(1)> si le binaire ELF a un SONAME (contenant « .so »)."
#. type: textblock
-#: debhelper.pod:860
+#: debhelper.pod:900
msgid ""
"The B<dh_compress> tool no longer compresses examples (i.e. anything "
"installed in F<</usr/share/doc/I<package>/examples>>.)"
@@ -2039,7 +2125,7 @@ msgstr ""
"installé dans F<</usr/share/doc/I<paquet>/examples>>)."
#. type: textblock
-#: debhelper.pod:865
+#: debhelper.pod:905
msgid ""
"The standard sequence in B<dh> now includes B<dh_dwz> and "
"B<dh_installinitramfs> by default. This makes the B<dwz> and "
@@ -2054,7 +2140,7 @@ msgstr ""
"vides pour elles dans F<debian/rules> (par exemple I<override_dh_dwz:>)."
#. type: textblock
-#: debhelper.pod:874
+#: debhelper.pod:914
msgid ""
"The build systems B<meson> and B<autoconf> no longer explicitly set the B<--"
"libexecdir> variable and thus relies on the build system default - which "
@@ -2066,7 +2152,7 @@ msgstr ""
"FHS 3.0, adoptée dans la Charte Debian 4.1.5)."
#. type: textblock
-#: debhelper.pod:879
+#: debhelper.pod:919
msgid ""
"If a particular upstream package does not use the correct default, the "
"parameter can often be passed manually via L<dh_auto_configure(1)>. E.g. "
@@ -2078,7 +2164,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:883
+#: debhelper.pod:923
#, no-wrap
msgid ""
" override_dh_auto_configure:\n"
@@ -2090,12 +2176,12 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:886
+#: debhelper.pod:926
msgid "Note the B<--> before the B<--libexecdir> parameter."
msgstr "Remarquez le B<--> avant le paramètre B<--libexecdir>."
#. type: textblock
-#: debhelper.pod:890
+#: debhelper.pod:930
msgid ""
"The B<dh_installdeb> tool no longer installs the maintainer provided "
"F<conffiles> file. The file has mostly been obsolete since compatibility "
@@ -2108,7 +2194,7 @@ msgstr ""
"F<conffiles> résultant du fichier control."
#. type: textblock
-#: debhelper.pod:897
+#: debhelper.pod:937
msgid ""
"The B<dh_installsystemd> tool no longer relies on B<dh_installinit> for "
"handling systemd services that have a sysvinit alternative. Both tools must "
@@ -2121,7 +2207,7 @@ msgstr ""
"est démarré correctement, à la fois avec systemd et sysvinit."
#. type: textblock
-#: debhelper.pod:902
+#: debhelper.pod:942
msgid ""
"If you have an override for B<dh_installinit> (e.g. to call it with B<--no-"
"start>) then you will probably need one for B<dh_installsystemd> as well now."
@@ -2131,7 +2217,7 @@ msgstr ""
"B<dh_installsystemd> aussi."
#. type: textblock
-#: debhelper.pod:906
+#: debhelper.pod:946
msgid ""
"This change makes B<dh_installinit> inject a I<misc:Pre-Depends> for B<< "
"init-system-helpers (>= 1.54~) >>. Please ensure that the package lists B<"
@@ -2144,7 +2230,7 @@ msgstr ""
"avant de mettre à niveau vers la compat 12."
#. type: textblock
-#: debhelper.pod:913
+#: debhelper.pod:953
msgid ""
"The third-party B<dh_golang> tool (from B<dh-golang> package) now defaults "
"on honoring B<DH_GOLANG_EXCLUDES> variable for source installation in -dev "
@@ -2160,7 +2246,7 @@ msgstr ""
"plus de détails et des exemples."
#. type: textblock
-#: debhelper.pod:921
+#: debhelper.pod:961
msgid ""
"B<dh_installsystemduser> is now included in the B<dh> standard sequence by "
"default."
@@ -2169,7 +2255,7 @@ msgstr ""
"B<dh> standard."
#. type: textblock
-#: debhelper.pod:926
+#: debhelper.pod:966
msgid ""
"The B<python-distutils> buildsystem is now removed. Please use the third-"
"party build system B<pybuild> instead."
@@ -2178,12 +2264,12 @@ msgstr ""
"utiliser le système tiers B<pybuild> à la place."
#. type: =item
-#: debhelper.pod:931
+#: debhelper.pod:971
msgid "v13"
msgstr "v13"
#. type: textblock
-#: debhelper.pod:933 strings-kept-translations.pod:9
+#: debhelper.pod:973 strings-kept-translations.pod:9
msgid ""
"This compatibility level is still open for development; use with caution."
msgstr ""
@@ -2192,12 +2278,12 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:935
+#: debhelper.pod:975
msgid "Changes from v12 are:"
msgstr "Les changements par rapport à la version 12 sont :"
#. type: textblock
-#: debhelper.pod:941
+#: debhelper.pod:981
msgid ""
"The B<meson+ninja> build system now uses B<meson test> instead of B<ninja "
"test> when running the test suite. Any override of B<dh_auto_test> that "
@@ -2211,7 +2297,7 @@ msgstr ""
"test>."
#. type: textblock
-#: debhelper.pod:949
+#: debhelper.pod:989
msgid ""
"All debhelper like tools based on the official debhelper library (including "
"B<dh> and the official B<dh_*> tools) no longer accepts abbreviated command "
@@ -2220,7 +2306,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:957
+#: debhelper.pod:997
msgid ""
"The ELF related debhelper tools (B<dh_dwz>, B<dh_strip>, B<dh_makeshlibs>, "
"B<dh_shlibdeps>) are now only run for arch dependent packages by default (i."
@@ -2229,7 +2315,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:962
+#: debhelper.pod:1002
msgid ""
"If you need them for B<*-indep> targets, you can add an explicit Build-"
"Depends on B<dh-sequence-elf-tools>."
@@ -2237,7 +2323,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:969 dh_auto_test:48 dh_dwz:69 dh_installcatalogs:64
+#: debhelper.pod:1009 dh_auto_test:48 dh_dwz:69 dh_installcatalogs:64
#: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89
#: dh_installinit:205 dh_installinitramfs:53 dh_installman:128
#: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40
@@ -2248,13 +2334,13 @@ msgstr "REMARQUES"
# type: =head2
#. type: =head2
-#: debhelper.pod:971
+#: debhelper.pod:1011
msgid "Multiple binary package support"
msgstr "Prise en charge de plusieurs paquets binaires"
# type: textblock
#. type: textblock
-#: debhelper.pod:973
+#: debhelper.pod:1013
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 "
@@ -2274,7 +2360,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:981
+#: debhelper.pod:1021
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<-"
@@ -2289,7 +2375,7 @@ msgstr ""
"paquets énumérés dans le fichier de contrôle, avec les exceptions ci-dessous."
#. type: textblock
-#: debhelper.pod:987
+#: debhelper.pod:1027
msgid ""
"First, any package whose B<Architecture> field in B<debian/control> does not "
"match the B<DEB_HOST_ARCH> architecture will be excluded (L<Debian Policy, "
@@ -2300,7 +2386,7 @@ msgstr ""
"(L<Charte Debian, section 5.6.8>)."
#. type: textblock
-#: debhelper.pod:991
+#: debhelper.pod:1031
msgid ""
"Also, some additional packages may be excluded based on the contents of the "
"B<DEB_BUILD_PROFILES> environment variable and B<Build-Profiles> fields in "
@@ -2314,12 +2400,12 @@ msgstr ""
"BuildProfileSpec>)."
#. type: =head3
-#: debhelper.pod:996
+#: debhelper.pod:1036
msgid "Interaction between package selections and Build-Profiles"
msgstr "Interaction entre les sélections de paquets et les Build-Profiles"
#. type: textblock
-#: debhelper.pod:998
+#: debhelper.pod:1038
msgid ""
"Build-Profiles affect which packages are included in the package selections "
"mechanisms in debhelper. Generally, the package selections are described "
@@ -2334,14 +2420,14 @@ msgstr ""
"paquet est désactivé par un profil de construction (ou par son absence)."
#. type: =item
-#: debhelper.pod:1006
+#: debhelper.pod:1046
msgid "-a/--arch, -i/--indep OR no selection options (a raw \"dh_X\" call)"
msgstr ""
"B<-a>/B<--arch>, B<-i>/B<--indep> ou aucune option de sélection (un simple "
"appel « dh_X »)"
#. type: textblock
-#: debhelper.pod:1008
+#: debhelper.pod:1048
msgid ""
"The package disabled by Build-Profiles is silently excluded from the "
"selection."
@@ -2349,7 +2435,7 @@ msgstr ""
"Le paquet désactivé par le profil est silencieusement exclu de la sélection."
#. type: textblock
-#: debhelper.pod:1011
+#: debhelper.pod:1051
msgid ""
"Note you will receive a warning if I<all> packages related to these "
"selections are disabled. In that case, it generally does not make sense to "
@@ -2361,28 +2447,28 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1015
+#: debhelper.pod:1055
msgid "-N I<package> / --no-package I<package>"
msgstr "B<-N> I<paquet> / B<--no-package> I<paquet>"
#. type: textblock
-#: debhelper.pod:1017
+#: debhelper.pod:1057
msgid "The option is accepted and effectively does nothing."
msgstr "Cette option est acceptée et ne fait rien."
# type: =item
#. type: =item
-#: debhelper.pod:1019
+#: debhelper.pod:1059
msgid "-p I<package> / --package I<package>"
msgstr "B<-p> I<paquet> / B<--package> I<paquet>"
#. type: textblock
-#: debhelper.pod:1021
+#: debhelper.pod:1061
msgid "The option is accepted, but debhelper will not act on the package."
msgstr "Cette option est acceptée, mais debhelper n'agira pas sur le paquet."
#. type: textblock
-#: debhelper.pod:1025
+#: debhelper.pod:1065
msgid ""
"Note that it does not matter whether a package is enabled or disabled by "
"default."
@@ -2392,13 +2478,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:1028
+#: debhelper.pod:1068
msgid "Automatic generation of Debian install scripts"
msgstr "Génération automatique des scripts Debian d’installation"
# type: textblock
#. type: textblock
-#: debhelper.pod:1030
+#: debhelper.pod:1070
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -2416,7 +2502,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1037
+#: debhelper.pod:1077
msgid ""
"If a script does not exist at all and debhelper needs to add something to "
"it, then debhelper will create the complete script."
@@ -2426,7 +2512,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1040
+#: debhelper.pod:1080
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -2437,7 +2523,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1043
+#: debhelper.pod:1083
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 "
@@ -2451,7 +2537,7 @@ msgstr ""
"la commande set) :"
#. type: verbatim
-#: debhelper.pod:1048
+#: debhelper.pod:1088
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -2484,13 +2570,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:1061
+#: debhelper.pod:1101
msgid "Automatic generation of miscellaneous dependencies."
msgstr "Génération automatique des diverses dépendances."
# type: textblock
#. type: textblock
-#: debhelper.pod:1063
+#: debhelper.pod:1103
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 "
@@ -2510,7 +2596,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1071
+#: debhelper.pod:1111
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called B<"
@@ -2525,7 +2611,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1076
+#: debhelper.pod:1116
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -2539,13 +2625,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:1081
+#: debhelper.pod:1121
msgid "Package build directories"
msgstr "Répertoires de construction du paquet"
# type: textblock
#. type: textblock
-#: debhelper.pod:1083
+#: debhelper.pod:1123
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>."
@@ -2556,7 +2642,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1086
+#: debhelper.pod:1126
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>"
@@ -2576,13 +2662,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:1094
+#: debhelper.pod:1134
msgid "udebs"
msgstr "udebs"
# type: textblock
#. type: textblock
-#: debhelper.pod:1096
+#: debhelper.pod:1136
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>. "
@@ -2601,12 +2687,12 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:1103
+#: debhelper.pod:1143
msgid "ENVIRONMENT"
msgstr "VARIABLES D'ENVIRONNEMENT"
#. type: textblock
-#: debhelper.pod:1105
+#: debhelper.pod:1145
msgid ""
"The following environment variables can influence the behavior of "
"debhelper. It is important to note that these must be actual environment "
@@ -2623,13 +2709,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1113
+#: debhelper.pod:1153
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1115
+#: debhelper.pod:1155
msgid ""
"Set to B<1> to enable verbose mode. Debhelper will output every command it "
"runs. Also enables verbose build logs for some build systems like autoconf."
@@ -2640,12 +2726,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1118
+#: debhelper.pod:1158
msgid "B<DH_QUIET>"
msgstr "B<DH_QUIET>"
#. type: textblock
-#: debhelper.pod:1120
+#: debhelper.pod:1160
msgid ""
"Set to B<1> to enable quiet mode. Debhelper will not output commands calling "
"the upstream build system nor will dh print which subcommands are called and "
@@ -2663,13 +2749,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1127
+#: debhelper.pod:1167
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1129
+#: debhelper.pod:1169
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value specified via Build-Depends on debhelper-compat or via "
@@ -2681,25 +2767,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1133
+#: debhelper.pod:1173
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1135
+#: debhelper.pod:1175
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:1137
+#: debhelper.pod:1177
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1139
+#: debhelper.pod:1179
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands."
@@ -2708,7 +2794,7 @@ msgstr ""
"les commandes debhelper."
#. type: textblock
-#: debhelper.pod:1142
+#: debhelper.pod:1182
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."
@@ -2718,13 +2804,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1145
+#: debhelper.pod:1185
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1147
+#: debhelper.pod:1187
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 "
@@ -2737,7 +2823,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1151
+#: debhelper.pod:1191
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 "
@@ -2756,7 +2842,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:1158
+#: debhelper.pod:1198
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -2766,12 +2852,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:1161
+#: debhelper.pod:1201
msgid "B<DH_EXTRA_ADDONS>"
msgstr "B<DH_EXTRA_ADDONS>"
#. type: textblock
-#: debhelper.pod:1163
+#: debhelper.pod:1203
msgid ""
"If set, this adds the specified dh addons to be run in the appropriate "
"places in the sequence of commands. This is equivalent to specifying the "
@@ -2784,7 +2870,7 @@ msgstr ""
"exécutés, même s'ils sont indiqués dans cette variable d'environnement."
#. type: textblock
-#: debhelper.pod:1168
+#: debhelper.pod:1208
msgid ""
"This is intended to be used by downstreams or specific local configurations "
"that require a debhelper addon to be run during multiple builds without "
@@ -2798,14 +2884,14 @@ msgstr ""
"with> dans le fichier F<rules>."
#. type: =item
-#: debhelper.pod:1173
+#: debhelper.pod:1213
msgid ""
"B<CFLAGS>, B<CPPFLAGS>, B<CXXFLAGS>, B<OBJCFLAGS>, B<OBJCXXFLAGS>, "
"B<GCJFLAGS>, B<FFLAGS>, B<FCFLAGS>, B<LDFLAGS>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1175
+#: debhelper.pod:1215
msgid ""
"By default (in any non-deprecated compat level), debhelper will "
"automatically set these flags by using L<dpkg-buildflags(1)>, when they are "
@@ -2817,7 +2903,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:1184 debhelper-obsolete-compat.pod:118 dh:1218
+#: debhelper.pod:1224 debhelper-obsolete-compat.pod:118 dh:1220
#: dh_auto_build:53 dh_auto_clean:55 dh_auto_configure:58 dh_auto_install:97
#: dh_auto_test:64 dh_bugfiles:133 dh_builddeb:182 dh_clean:186 dh_compress:242
#: dh_dwz:161 dh_fixperms:164 dh_gconf:105 dh_gencontrol:207 dh_icons:75
@@ -2826,43 +2912,43 @@ msgstr ""
#: dh_installdocs:444 dh_installemacsen:138 dh_installexamples:175
#: dh_installifupdown:72 dh_installinfo:107 dh_installinit:425
#: dh_installinitramfs:85 dh_installlogcheck:81 dh_installlogrotate:53
-#: dh_installman:362 dh_installmanpages:198 dh_installmenu:88 dh_installmime:63
+#: dh_installman:384 dh_installmanpages:198 dh_installmenu:88 dh_installmime:63
#: dh_installmodules:109 dh_installpam:62 dh_installppp:68 dh_installudev:102
-#: dh_installwm:129 dh_installxfonts:96 dh_link:163 dh_lintian:60
-#: dh_listpackages:35 dh_makeshlibs:447 dh_md5sums:117 dh_movefiles:161
-#: dh_perl:166 dh_prep:70 dh_shlibdeps:204 dh_strip:432 dh_testdir:63
+#: dh_installwm:129 dh_installxfonts:90 dh_link:163 dh_lintian:60
+#: dh_listpackages:35 dh_makeshlibs:456 dh_md5sums:117 dh_movefiles:161
+#: dh_perl:171 dh_prep:70 dh_shlibdeps:204 dh_strip:432 dh_testdir:63
#: dh_testroot:91 dh_usrlocal:136 dh_systemd_enable:281 dh_systemd_start:280
msgid "SEE ALSO"
msgstr "VOIR AUSSI"
# type: =item
#. type: =item
-#: debhelper.pod:1188
+#: debhelper.pod:1228
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1190
+#: debhelper.pod:1230
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:1192
+#: debhelper.pod:1232
msgid "L<http://joeyh.name/code/debhelper/>"
msgstr "L<http://joeyh.name/code/debhelper/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1194
+#: debhelper.pod:1234
msgid "Debhelper web site."
msgstr "Le site internet de debhelper."
# type: =head1
#. type: =head1
-#: debhelper.pod:1198 dh:1224 dh_auto_build:59 dh_auto_clean:61
+#: debhelper.pod:1238 dh:1226 dh_auto_build:59 dh_auto_clean:61
#: dh_auto_configure:64 dh_auto_install:103 dh_auto_test:70 dh_bugfiles:141
#: dh_builddeb:188 dh_clean:192 dh_compress:248 dh_dwz:167 dh_fixperms:170
#: dh_gconf:111 dh_gencontrol:213 dh_icons:81 dh_install:356
@@ -2870,29 +2956,29 @@ msgstr "Le site internet de debhelper."
#: dh_installdeb:416 dh_installdebconf:134 dh_installdirs:134
#: dh_installdocs:450 dh_installemacsen:145 dh_installexamples:181
#: dh_installifupdown:78 dh_installinfo:113 dh_installinitramfs:93
-#: dh_installlogcheck:87 dh_installlogrotate:59 dh_installman:368
+#: dh_installlogcheck:87 dh_installlogrotate:59 dh_installman:390
#: dh_installmanpages:204 dh_installmenu:96 dh_installmime:69
#: dh_installmodules:115 dh_installpam:68 dh_installppp:74 dh_installudev:108
-#: dh_installwm:135 dh_installxfonts:102 dh_link:169 dh_lintian:68
-#: dh_listpackages:41 dh_makeshlibs:453 dh_md5sums:123 dh_movefiles:167
-#: dh_perl:172 dh_prep:76 dh_shlibdeps:210 dh_strip:438 dh_testdir:69
+#: dh_installwm:135 dh_installxfonts:96 dh_link:169 dh_lintian:68
+#: dh_listpackages:41 dh_makeshlibs:462 dh_md5sums:123 dh_movefiles:167
+#: dh_perl:177 dh_prep:76 dh_shlibdeps:210 dh_strip:438 dh_testdir:69
#: dh_testroot:97 dh_usrlocal:142
msgid "AUTHOR"
msgstr "AUTEUR"
# type: textblock
#. type: textblock
-#: debhelper.pod:1200 dh:1226 dh_auto_build:61 dh_auto_clean:63
+#: debhelper.pod:1240 dh:1228 dh_auto_build:61 dh_auto_clean:63
#: dh_auto_configure:66 dh_auto_install:105 dh_auto_test:72 dh_builddeb:190
#: dh_clean:194 dh_compress:250 dh_fixperms:172 dh_gencontrol:215
#: dh_install:358 dh_installchangelogs:310 dh_installcron:86 dh_installdeb:418
#: dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452
#: dh_installemacsen:147 dh_installexamples:183 dh_installifupdown:80
#: dh_installinfo:115 dh_installinit:433 dh_installlogrotate:61
-#: dh_installman:370 dh_installmanpages:206 dh_installmenu:98 dh_installmime:71
+#: dh_installman:392 dh_installmanpages:206 dh_installmenu:98 dh_installmime:71
#: dh_installmodules:117 dh_installpam:70 dh_installppp:76 dh_installudev:110
-#: dh_installwm:137 dh_installxfonts:104 dh_link:171 dh_listpackages:43
-#: dh_makeshlibs:455 dh_md5sums:125 dh_movefiles:169 dh_prep:78
+#: dh_installwm:137 dh_installxfonts:98 dh_link:171 dh_listpackages:43
+#: dh_makeshlibs:464 dh_md5sums:125 dh_movefiles:169 dh_prep:78
#: dh_shlibdeps:212 dh_strip:440 dh_testdir:71 dh_testroot:99
msgid "Joey Hess <joeyh@debian.org>"
msgstr "Joey Hess <joeyh@debian.org>"
@@ -3104,18 +3190,18 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper-obsolete-compat.pod:120 dh:1220 dh_auto_build:55 dh_auto_clean:57
+#: debhelper-obsolete-compat.pod:120 dh:1222 dh_auto_build:55 dh_auto_clean:57
#: dh_auto_configure:60 dh_auto_install:99 dh_auto_test:66 dh_builddeb:184
#: dh_clean:188 dh_compress:244 dh_dwz:163 dh_fixperms:166 dh_gconf:107
#: dh_gencontrol:209 dh_install:352 dh_installcatalogs:127
#: dh_installchangelogs:304 dh_installcron:80 dh_installdeb:412
#: dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446
#: dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109
-#: dh_installlogcheck:83 dh_installlogrotate:55 dh_installman:364
+#: dh_installlogcheck:83 dh_installlogrotate:55 dh_installman:386
#: dh_installmanpages:200 dh_installmime:65 dh_installmodules:111
#: dh_installpam:64 dh_installppp:70 dh_installudev:104 dh_installwm:131
-#: dh_installxfonts:98 dh_link:165 dh_listpackages:37 dh_makeshlibs:449
-#: dh_md5sums:119 dh_movefiles:163 dh_perl:168 dh_prep:72 dh_strip:434
+#: dh_installxfonts:92 dh_link:165 dh_listpackages:37 dh_makeshlibs:458
+#: dh_md5sums:119 dh_movefiles:163 dh_perl:173 dh_prep:72 dh_strip:434
#: dh_testdir:65 dh_testroot:93 dh_usrlocal:138 dh_systemd_start:282
msgid "L<debhelper(7)>"
msgstr "L<debhelper(7)>"
@@ -3373,7 +3459,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: dh:112 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:180
+#: dh:112 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:185
#: dh_shlibdeps:78
msgid "EXAMPLES"
msgstr "EXEMPLES"
@@ -3900,19 +3986,19 @@ msgstr ""
# type: textblock
#. type: textblock
-#: dh:1222 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62
+#: dh:1224 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62
#: dh_auto_install:101 dh_auto_test:68 dh_bugfiles:139 dh_builddeb:186
#: dh_clean:190 dh_compress:246 dh_dwz:165 dh_fixperms:168 dh_gconf:109
#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:306
#: dh_installcron:82 dh_installdeb:414 dh_installdebconf:132 dh_installdirs:132
#: dh_installdocs:448 dh_installemacsen:143 dh_installexamples:179
#: dh_installifupdown:76 dh_installinfo:111 dh_installinit:429
-#: dh_installinitramfs:91 dh_installlogrotate:57 dh_installman:366
+#: dh_installinitramfs:91 dh_installlogrotate:57 dh_installman:388
#: dh_installmanpages:202 dh_installmenu:94 dh_installmime:67
#: dh_installmodules:113 dh_installpam:66 dh_installppp:72 dh_installudev:106
-#: dh_installwm:133 dh_installxfonts:100 dh_link:167 dh_lintian:64
-#: dh_listpackages:39 dh_makeshlibs:451 dh_md5sums:121 dh_movefiles:165
-#: dh_perl:170 dh_prep:74 dh_shlibdeps:208 dh_strip:436 dh_testdir:67
+#: dh_installwm:133 dh_installxfonts:94 dh_link:167 dh_lintian:64
+#: dh_listpackages:39 dh_makeshlibs:460 dh_md5sums:121 dh_movefiles:165
+#: dh_perl:175 dh_prep:74 dh_shlibdeps:208 dh_strip:436 dh_testdir:67
#: dh_testroot:95 dh_usrlocal:140
msgid "This program is a part of debhelper."
msgstr "Ce programme fait partie de debhelper."
@@ -3979,7 +4065,7 @@ msgstr ""
#. type: =item
#: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59
#: dh_auto_test:41 dh_builddeb:48 dh_dwz:62 dh_gencontrol:42
-#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:174 dh_shlibdeps:41
+#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:179 dh_shlibdeps:41
msgid "B<--> I<params>"
msgstr "B<--> I<paramètres>"
@@ -9907,21 +9993,30 @@ msgid ""
"the default auto-detection of udebs."
msgstr ""
+#. type: textblock
+#: dh_makeshlibs:174
+msgid ""
+"This may be useful in case you do not want a shlibs file at all for the udeb "
+"because no package will depend on it. E.g. because adding a udeb package "
+"for the library was \"overkill\" and the library is embedded in a different "
+"udeb package."
+msgstr ""
+
# type: textblock
#. type: textblock
-#: dh_makeshlibs:176
+#: dh_makeshlibs:181
msgid "Pass I<params> to L<dpkg-gensymbols(1)>."
msgstr "Fournit I<paramètres> à L<dpkg-gensymbols(1)>."
# type: =item
#. type: =item
-#: dh_makeshlibs:184
+#: dh_makeshlibs:189
msgid "B<dh_makeshlibs -VNone>"
msgstr "B<dh_makeshlibs -VNone>"
# type: verbatim
#. type: verbatim
-#: dh_makeshlibs:186
+#: dh_makeshlibs:191
#, no-wrap
msgid ""
"Assuming this is a package named F<libfoobar1>, generates a shlibs file that\n"
@@ -9936,13 +10031,13 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_makeshlibs:190
+#: dh_makeshlibs:195
msgid "B<dh_makeshlibs -VUpstream-Version>"
msgstr "B<dh_makeshlibs -VUpstream-Version>"
# type: verbatim
#. type: verbatim
-#: dh_makeshlibs:192
+#: dh_makeshlibs:197
#, no-wrap
msgid ""
"Assuming the current version of the package is 1.1-3, generates a shlibs\n"
@@ -9956,13 +10051,13 @@ msgstr ""
# type: =item
#. type: =item
-#: dh_makeshlibs:196
+#: dh_makeshlibs:201
msgid "B<dh_makeshlibs -V 'libfoobar1 (E<gt>= 1.0)'>"
msgstr "B<dh_makeshlibs -V `libtoto1 (E<gt>= 1.0)'>"
# type: verbatim
#. type: verbatim
-#: dh_makeshlibs:198
+#: dh_makeshlibs:203
#, no-wrap
msgid ""
"Generates a shlibs file that looks something like:\n"
@@ -10315,7 +10410,7 @@ msgstr "Charte Perl, version 1.20"
# type: textblock
#. type: textblock
-#: dh_perl:174
+#: dh_perl:179
msgid "Brendan O'Dea <bod@debian.org>"
msgstr "Brendan O'Dea <bod@debian.org>"
diff --git a/man/po4a/po/ja.po b/man/po4a/po/ja.po
index 5e208034..483cf8cf 100644
--- a/man/po4a/po/ja.po
+++ b/man/po4a/po/ja.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: debhelper 9.20141107\n"
-"POT-Creation-Date: 2019-08-19 08:01+0000\n"
+"POT-Creation-Date: 2019-10-20 17:40+0000\n"
"PO-Revision-Date: 2016-09-17 20:45+0900\n"
"Last-Translator: Hideki Yamane <henrich@debian.org>\n"
"Language-Team: Debian JP Project <debian-doc@debian.or.jp>\n"
@@ -787,12 +787,79 @@ msgstr ""
"す。"
#. type: =item
-#: debhelper.pod:304 dh:91
+#: debhelper.pod:304
+msgid "B<--reload-all-buildenv-variables>"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:306
+msgid ""
+"By default, L<dh(1)> will compute several environment (e.g. by using L<dpkg-"
+"buildflags(1)>) and cache them to avoid having all B<dh_auto_*> tool "
+"recompute them."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:310
+msgid ""
+"When passing this option, the concrete B<dh_auto_*> tool will ignore the "
+"cache from L<dh(1)> and retrigger a rebuild of these variables. This is "
+"useful in the very rare case where the package need to do multiple builds "
+"but with different B<...FLAGS> options. A concrete example would be needing "
+"to change the B<-O> parameter in B<CFLAGS> in the second build:"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:317
+#, no-wrap
+msgid ""
+" export DEB_CFLAGS_MAINT_APPEND=-O3\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:319
+#, no-wrap
+msgid ""
+" %:\n"
+" dh $@\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:322
+#, no-wrap
+msgid ""
+" override_dh_auto_configure:\n"
+" dh_auto_configure -Bbuild-deb ...\n"
+" DEB_CFLAGS_MAINT_APPEND=-Os dh_auto_configure \\\n"
+" --reload-all-buildenv-variables -Bbuild-udeb ...\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:327
+msgid ""
+"Without B<--reload-all-buildenv-variables> in the second call to "
+"L<dh_auto_configure(1)>, the change in B<DEB_CFLAGS_MAINT_APPEND> would be "
+"ignored as L<dh_auto_configure(1)> would use the cached value of B<CFLAGS> "
+"set by L<dh(1)>."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:332
+msgid ""
+"This option is only available with B<< debhelper (>= 12.7~) >> when the "
+"package uses compatibility level 9 or later."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:335 dh:91
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:306
+#: debhelper.pod:337
msgid ""
"List all build systems supported by debhelper on this system. The list "
"includes both default and third party build systems (marked as such). Also "
@@ -806,12 +873,12 @@ msgstr ""
"示します。"
#. type: =head1
-#: debhelper.pod:313
+#: debhelper.pod:344
msgid "COMPATIBILITY LEVELS"
msgstr "互換性レベル"
#. type: textblock
-#: debhelper.pod:315
+#: debhelper.pod:346
#, fuzzy
#| msgid ""
#| "From time to time, major non-backwards-compatible changes need to be made "
@@ -839,7 +906,7 @@ msgstr ""
"ルは F<debian/compat> ファイルで指定され、このファイルは必須となっています。"
#. type: textblock
-#: debhelper.pod:322
+#: debhelper.pod:353
#, fuzzy
#| msgid ""
#| "Tell debhelper what compatibility level to use by writing a number to "
@@ -853,7 +920,7 @@ msgstr ""
"えます。例えば、v#RECOMMENDED_COMPAT# モードを使うには次の様にします:"
#. type: verbatim
-#: debhelper.pod:326
+#: debhelper.pod:357
#, fuzzy, no-wrap
#| msgid ""
#| " Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#)\n"
@@ -866,7 +933,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:328
+#: debhelper.pod:359
msgid ""
"This also serves as an appropriate versioned build dependency on a "
"sufficient version of the debhelper package, so you do not need to specify a "
@@ -876,7 +943,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:334
+#: debhelper.pod:365
msgid ""
"Note that debhelper does not provide debhelper-compat for experimental or "
"beta compatibility levels; packages experimenting with those compatibility "
@@ -884,7 +951,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:369
msgid ""
"Prior versions of debhelper required specifying the compatibility level in "
"the file F<debian/compat>, and current debhelper still supports this for "
@@ -899,7 +966,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:349
+#: debhelper.pod:380
#, fuzzy, no-wrap
#| msgid ""
#| " Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#)\n"
@@ -912,7 +979,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:351
+#: debhelper.pod:382
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -927,29 +994,29 @@ msgstr ""
"す。"
#. type: =head2
-#: debhelper.pod:358
+#: debhelper.pod:389
#, fuzzy
#| msgid "This is the lowest supported compatibility level."
msgid "Supported compatibility levels"
msgstr "これはサポートされている最低限の互換性レベルです。"
#. type: textblock
-#: debhelper.pod:360
+#: debhelper.pod:391
msgid "These are the available compatibility levels:"
msgstr "利用可能な互換性レベルは以下の通りです:"
#. type: =item
-#: debhelper.pod:364 debhelper-obsolete-compat.pod:89
+#: debhelper.pod:395 debhelper-obsolete-compat.pod:89
msgid "v5"
msgstr "v5"
#. type: textblock
-#: debhelper.pod:366 debhelper-obsolete-compat.pod:91
+#: debhelper.pod:397 debhelper-obsolete-compat.pod:91
msgid "This is the lowest supported compatibility level."
msgstr "これはサポートされている最低限の互換性レベルです。"
#. type: textblock
-#: debhelper.pod:368
+#: debhelper.pod:399
msgid ""
"If you are upgrading from an earlier compatibility level, please review "
"L<debhelper-obsolete-compat(7)>."
@@ -958,41 +1025,41 @@ msgstr ""
"obsolete-compat(7)> を確認して下さい。"
#. type: textblock
-#: debhelper.pod:371 debhelper.pod:403 debhelper.pod:433 debhelper.pod:464
+#: debhelper.pod:402 debhelper.pod:434 debhelper.pod:464 debhelper.pod:495
#: debhelper-obsolete-compat.pod:28 debhelper-obsolete-compat.pod:35
#: debhelper-obsolete-compat.pod:58 debhelper-obsolete-compat.pod:87
msgid "This mode is deprecated."
msgstr "このモードは廃止されました。"
#. type: =item
-#: debhelper.pod:373
+#: debhelper.pod:404
msgid "v6"
msgstr "v6"
#. type: textblock
-#: debhelper.pod:375
+#: debhelper.pod:406
msgid "Changes from v5 are:"
msgstr "v5 からの変更点:"
#. type: =item
-#: debhelper.pod:379 debhelper.pod:384 debhelper.pod:390 debhelper.pod:396
-#: debhelper.pod:411 debhelper.pod:418 debhelper.pod:422 debhelper.pod:426
-#: debhelper.pod:441 debhelper.pod:445 debhelper.pod:453 debhelper.pod:458
-#: debhelper.pod:472 debhelper.pod:477 debhelper.pod:484 debhelper.pod:489
-#: debhelper.pod:494 debhelper.pod:502 debhelper.pod:508 debhelper.pod:513
-#: debhelper.pod:518 debhelper.pod:531 debhelper.pod:536 debhelper.pod:542
-#: debhelper.pod:548 debhelper.pod:553 debhelper.pod:559 debhelper.pod:568
-#: debhelper.pod:578 debhelper.pod:584 debhelper.pod:607 debhelper.pod:614
-#: debhelper.pod:620 debhelper.pod:626 debhelper.pod:632 debhelper.pod:652
-#: debhelper.pod:658 debhelper.pod:670 debhelper.pod:678 debhelper.pod:684
-#: debhelper.pod:689 debhelper.pod:694 debhelper.pod:699 debhelper.pod:707
-#: debhelper.pod:717 debhelper.pod:727 debhelper.pod:734 debhelper.pod:746
-#: debhelper.pod:751 debhelper.pod:779 debhelper.pod:798 debhelper.pod:808
-#: debhelper.pod:812 debhelper.pod:817 debhelper.pod:822 debhelper.pod:829
-#: debhelper.pod:835 debhelper.pod:843 debhelper.pod:849 debhelper.pod:853
-#: debhelper.pod:858 debhelper.pod:863 debhelper.pod:872 debhelper.pod:888
-#: debhelper.pod:895 debhelper.pod:911 debhelper.pod:919 debhelper.pod:924
-#: debhelper.pod:939 debhelper.pod:947 debhelper.pod:955
+#: debhelper.pod:410 debhelper.pod:415 debhelper.pod:421 debhelper.pod:427
+#: debhelper.pod:442 debhelper.pod:449 debhelper.pod:453 debhelper.pod:457
+#: debhelper.pod:472 debhelper.pod:476 debhelper.pod:484 debhelper.pod:489
+#: debhelper.pod:503 debhelper.pod:508 debhelper.pod:515 debhelper.pod:520
+#: debhelper.pod:525 debhelper.pod:533 debhelper.pod:539 debhelper.pod:544
+#: debhelper.pod:549 debhelper.pod:562 debhelper.pod:567 debhelper.pod:573
+#: debhelper.pod:579 debhelper.pod:584 debhelper.pod:590 debhelper.pod:599
+#: debhelper.pod:609 debhelper.pod:615 debhelper.pod:638 debhelper.pod:645
+#: debhelper.pod:651 debhelper.pod:657 debhelper.pod:663 debhelper.pod:692
+#: debhelper.pod:698 debhelper.pod:710 debhelper.pod:718 debhelper.pod:724
+#: debhelper.pod:729 debhelper.pod:734 debhelper.pod:739 debhelper.pod:747
+#: debhelper.pod:757 debhelper.pod:767 debhelper.pod:774 debhelper.pod:786
+#: debhelper.pod:791 debhelper.pod:819 debhelper.pod:838 debhelper.pod:848
+#: debhelper.pod:852 debhelper.pod:857 debhelper.pod:862 debhelper.pod:869
+#: debhelper.pod:875 debhelper.pod:883 debhelper.pod:889 debhelper.pod:893
+#: debhelper.pod:898 debhelper.pod:903 debhelper.pod:912 debhelper.pod:928
+#: debhelper.pod:935 debhelper.pod:951 debhelper.pod:959 debhelper.pod:964
+#: debhelper.pod:979 debhelper.pod:987 debhelper.pod:995
#: debhelper-obsolete-compat.pod:43 debhelper-obsolete-compat.pod:48
#: debhelper-obsolete-compat.pod:52 debhelper-obsolete-compat.pod:66
#: debhelper-obsolete-compat.pod:71 debhelper-obsolete-compat.pod:76
@@ -1004,7 +1071,7 @@ msgid "-"
msgstr "-"
#. type: textblock
-#: debhelper.pod:381
+#: debhelper.pod:412
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1013,7 +1080,7 @@ msgstr ""
"クリプト用にこれらを逆順に並び替えるようになりました。"
#. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:417
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 "
@@ -1024,7 +1091,7 @@ msgstr ""
"man/man1> ディレクトリに man ページがある場合に行われます。"
#. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:423
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 "
@@ -1035,7 +1102,7 @@ msgstr ""
"互換性レベルでは削除するようになっています。"
#. type: textblock
-#: debhelper.pod:398
+#: debhelper.pod:429
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -1045,17 +1112,17 @@ msgstr ""
"動作は何の警告もなく拒絶されていました。"
#. type: =item
-#: debhelper.pod:405
+#: debhelper.pod:436
msgid "v7"
msgstr "v7"
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:438
msgid "Changes from v6 are:"
msgstr "v6 からの変更点:"
#. type: textblock
-#: debhelper.pod:413
+#: debhelper.pod:444
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 "
@@ -1071,21 +1138,21 @@ msgstr ""
"た。"
#. type: textblock
-#: debhelper.pod:420
+#: debhelper.pod:451
msgid "B<dh_clean> will read F<debian/clean> and delete files listed there."
msgstr ""
"B<dh_clean> は F<debian/clean> を読み、そこに記載されているファイルを消すよう"
"になりました。"
#. type: textblock
-#: debhelper.pod:424
+#: debhelper.pod:455
msgid "B<dh_clean> will delete toplevel F<*-stamp> files."
msgstr ""
"B<dh_clean> はビルドディレクトリの最上位の階層にある F<*-stamp> ファイルを消"
"すようになりました。"
#. type: textblock
-#: debhelper.pod:428
+#: debhelper.pod:459
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1094,17 +1161,17 @@ msgstr ""
"changelog であるかを推定するようになりました。"
#. type: =item
-#: debhelper.pod:435
+#: debhelper.pod:466
msgid "v8"
msgstr "v8"
#. type: textblock
-#: debhelper.pod:437
+#: debhelper.pod:468
msgid "Changes from v7 are:"
msgstr "v7 からの変更点:"
#. type: textblock
-#: debhelper.pod:443
+#: debhelper.pod:474
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1112,7 +1179,7 @@ msgstr ""
"ラーにして処理を失敗させるようになりました。"
#. type: textblock
-#: debhelper.pod:447
+#: debhelper.pod:478
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. "
@@ -1127,7 +1194,7 @@ msgstr ""
"ケージのビルドが失敗に終わるようになりました。"
#. type: textblock
-#: debhelper.pod:455
+#: debhelper.pod:486
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 $@>"
@@ -1138,7 +1205,7 @@ msgstr ""
"く、\"B<dh --foo $@>\" は間違いとなります。"
#. type: textblock
-#: debhelper.pod:460
+#: debhelper.pod:491
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1147,17 +1214,17 @@ msgstr ""
"ジュールを優先して利用するようになりました。"
#. type: =item
-#: debhelper.pod:466
+#: debhelper.pod:497
msgid "v9"
msgstr "v9"
#. type: textblock
-#: debhelper.pod:468
+#: debhelper.pod:499
msgid "Changes from v8 are:"
msgstr "v8 からの変更点:"
#. type: textblock
-#: debhelper.pod:474
+#: debhelper.pod:505
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
@@ -1167,7 +1234,7 @@ msgstr ""
"ます。"
#. type: textblock
-#: debhelper.pod:479
+#: debhelper.pod:510
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 "
@@ -1181,7 +1248,7 @@ msgstr ""
"要はありません。"
#. type: textblock
-#: debhelper.pod:486
+#: debhelper.pod:517
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
@@ -1190,7 +1257,7 @@ msgstr ""
"時に必要とする容量を削減します。"
#. type: textblock
-#: debhelper.pod:491
+#: debhelper.pod:522
msgid ""
"B<dh_auto_configure> does not include the source package name in --"
"libexecdir when using autoconf."
@@ -1199,14 +1266,14 @@ msgstr ""
"ケージ名を追加しなくなりました。"
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:527
msgid "B<dh> does not default to enabling --with=python-support"
msgstr ""
"B<dh> は --with=python-support オプションを、デフォルトでは無効にするようにな"
"りました。"
#. type: textblock
-#: debhelper.pod:498
+#: debhelper.pod:529
msgid ""
"(Obsolete: As the B<dh_pysupport> tool was removed from Debian stretch. "
"Since debhelper/10.3, B<dh> no longer enables this sequence add-on "
@@ -1214,7 +1281,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:504
+#: debhelper.pod:535
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."
@@ -1224,7 +1291,7 @@ msgstr ""
"れている場合は設定を行いません。"
#. type: textblock
-#: debhelper.pod:510
+#: debhelper.pod:541
msgid ""
"B<dh_auto_configure> passes B<dpkg-buildflags> CFLAGS, CPPFLAGS, and LDFLAGS "
"to perl F<Makefile.PL> and F<Build.PL>"
@@ -1233,7 +1300,7 @@ msgstr ""
"CPPFLAGS, LDFLAGS パラメータを F<Makefile.PL> や F<Build.PL> へ引き渡します。"
#. type: textblock
-#: debhelper.pod:515
+#: debhelper.pod:546
msgid ""
"B<dh_strip> puts separated debug symbols in a location based on their build-"
"id."
@@ -1242,7 +1309,7 @@ msgstr ""
"す。"
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:551
msgid ""
"Executable debhelper config files are run and their output used as the "
"configuration."
@@ -1251,17 +1318,17 @@ msgstr ""
"扱われます。"
#. type: =item
-#: debhelper.pod:525
+#: debhelper.pod:556
msgid "v10"
msgstr "v10"
#. type: textblock
-#: debhelper.pod:527
+#: debhelper.pod:558
msgid "Changes from v9 are:"
msgstr "v9 からの変更点:"
#. type: textblock
-#: debhelper.pod:533
+#: debhelper.pod:564
msgid ""
"B<dh_installinit> will no longer install a file named debian/I<package> as "
"an init script."
@@ -1270,7 +1337,7 @@ msgstr ""
"ファイルをインストールしなくなりました。"
#. type: textblock
-#: debhelper.pod:538
+#: debhelper.pod:569
msgid ""
"B<dh_installdocs> will error out if it detects links created with --link-doc "
"between packages of architecture \"all\" and non-\"all\" as it breaks "
@@ -1281,7 +1348,7 @@ msgstr ""
"なります。"
#. type: textblock
-#: debhelper.pod:544
+#: debhelper.pod:575
msgid ""
"B<dh_installdeb> no longer installs a maintainer-provided debian/I<package>."
"shlibs file. This is now done by B<dh_makeshlibs> instead."
@@ -1291,7 +1358,7 @@ msgstr ""
"れます。"
#. type: textblock
-#: debhelper.pod:550
+#: debhelper.pod:581
msgid ""
"B<dh_installwm> refuses to create a broken package if no man page can be "
"found (required to register for the x-window-manager alternative)."
@@ -1300,7 +1367,7 @@ msgstr ""
"のを拒否するようになりました (x-window-manager の alternative 登録に必要)。"
#. type: textblock
-#: debhelper.pod:555
+#: debhelper.pod:586
msgid ""
"Debhelper will default to B<--parallel> for all buildsystems that support "
"parallel building. This can be disabled by using either B<--no-parallel> or "
@@ -1311,7 +1378,7 @@ msgstr ""
"parallel> へ 1 の値を渡すことで無効にできます。"
#. type: textblock
-#: debhelper.pod:561
+#: debhelper.pod:592
msgid ""
"The B<dh> command will not accept any of the deprecated \"manual sequence "
"control\" parameters (B<--before>, B<--after>, etc.). Please use override "
@@ -1322,14 +1389,14 @@ msgstr ""
"ターゲットを使ってください。"
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:596
msgid ""
"B<Retroactively applied to earlier compat levels>: B<dh> no longer accepts "
"any of these since debhelper/12.4."
msgstr ""
#. type: textblock
-#: debhelper.pod:570
+#: debhelper.pod:601
msgid ""
"The B<dh> command will no longer use log files to track which commands have "
"been run. The B<dh> command I<still> keeps track of whether it already ran "
@@ -1340,12 +1407,12 @@ msgstr ""
"したかどうかを記録し、もし実行されていたらスキップします。"
#. type: textblock
-#: debhelper.pod:574
+#: debhelper.pod:605
msgid "The main effects of this are:"
msgstr "これの主な影響:"
#. type: textblock
-#: debhelper.pod:580
+#: debhelper.pod:611
msgid ""
"With this, it is now easier to debug the I<install> or/and I<binary> "
"sequences because they can now trivially be re-run (without having to do a "
@@ -1357,7 +1424,7 @@ msgstr ""
# FIXME: 訳してもわからない...
#. type: textblock
-#: debhelper.pod:586
+#: debhelper.pod:617
#, fuzzy
msgid ""
"The main caveat is that B<dh_*> now only keeps track of what happened in a "
@@ -1370,12 +1437,12 @@ msgstr ""
"ます。"
#. type: textblock
-#: debhelper.pod:591
+#: debhelper.pod:622
msgid "Example of where it can go wrong:"
msgstr "動かなくなる可能性がある例:"
#. type: verbatim
-#: debhelper.pod:593
+#: debhelper.pod:624
#, no-wrap
msgid ""
" override_dh_foo:\n"
@@ -1387,7 +1454,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: debhelper.pod:596
+#: debhelper.pod:627
#, no-wrap
msgid ""
" override_dh_bar:\n"
@@ -1401,7 +1468,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:600
+#: debhelper.pod:631
msgid ""
"In this case, the call to B<dh_foo --remaining> will I<also> include I<my-"
"pkg>, since B<dh_foo -pmy-pkg> was run in a separate override target. This "
@@ -1412,7 +1479,7 @@ msgstr ""
"remaining> に限らず B<-a>, B<-i> なども含みます。"
#. type: textblock
-#: debhelper.pod:609
+#: debhelper.pod:640
msgid ""
"The B<dh_installdeb> command now shell-escapes the lines in the "
"F<maintscript> config file. This was the original intent but it did not "
@@ -1425,7 +1492,7 @@ msgstr ""
"るようになっていました。"
#. type: textblock
-#: debhelper.pod:616
+#: debhelper.pod:647
msgid ""
"The B<dh_installinit> command now defaults to B<--restart-after-upgrade>. "
"For packages needing the previous behaviour, please use B<--no-restart-after-"
@@ -1436,7 +1503,7 @@ msgstr ""
"を利用してください。"
#. type: textblock
-#: debhelper.pod:622
+#: debhelper.pod:653
msgid ""
"The B<autoreconf> sequence is now enabled by default. Please pass B<--"
"without autoreconf> to B<dh> if this is not desirable for a given package"
@@ -1445,7 +1512,7 @@ msgstr ""
"を望まない場合は、B<dh> に B<--without autoreconf> を指定してください。"
#. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:659
msgid ""
"The B<systemd> sequence is now enabled by default. Please pass B<--without "
"systemd> to B<dh> if this is not desirable for a given package."
@@ -1454,7 +1521,7 @@ msgstr ""
"まない場合は、B<dh> に B<--without systemd> を指定してください。"
#. type: textblock
-#: debhelper.pod:634
+#: debhelper.pod:665
#, fuzzy
#| msgid ""
#| "B<dh> no longer creates the package build directory when skipping running "
@@ -1473,7 +1540,7 @@ msgstr ""
"ドのバグを暴くかもしれません。"
#. type: textblock
-#: debhelper.pod:639
+#: debhelper.pod:670
msgid ""
"This compatibility feature had a bug since its inception in "
"debhelper/9.20130516 that made it fail to apply in compat 9 and earlier. As "
@@ -1482,17 +1549,35 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:646
+#: debhelper.pod:677
msgid "v11"
msgstr "v11"
#. type: textblock
-#: debhelper.pod:648
+#: debhelper.pod:679
+#, fuzzy
+#| msgid "This mode is deprecated."
+msgid "This mode is discouraged."
+msgstr "このモードは廃止されました。"
+
+#. type: textblock
+#: debhelper.pod:681
+msgid ""
+"The compat 11 is discouraged for new packages as it suffers from feature "
+"interaction between L<dh_installinit> and L<dh_installsystemd> causing "
+"services to not run correctly in some cases. Please consider using "
+"compatibility mode 10 or 12 instead. More details about the issue are "
+"available in Debian#887904 and L<https://lists.debian.org/debian-"
+"release/2019/04/msg01442.html>."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:688
msgid "Changes from v10 are:"
msgstr "v10 からの変更点:"
#. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:694
#, fuzzy
#| msgid ""
#| "B<dh_installinit> no longer installs F<service> or F<tmpfile> files, nor "
@@ -1509,7 +1594,7 @@ msgstr ""
"い。"
#. type: textblock
-#: debhelper.pod:660
+#: debhelper.pod:700
msgid ""
"The B<dh_systemd_enable> and B<dh_systemd_start> helpers have been replaced "
"by the new B<dh_installsystemd> helper. For the same reason, the B<systemd> "
@@ -1518,26 +1603,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:666
+#: debhelper.pod:706
msgid ""
"Please note that the B<dh_installsystemd> tool has a slightly different "
"behaviour in some cases (e.g. when using the B<--name> parameter)."
msgstr ""
#. type: textblock
-#: debhelper.pod:672
+#: debhelper.pod:712
msgid ""
"B<dh_installdirs> no longer creates debian/I<package> directories unless "
"explicitly requested (or it has to create a subdirectory in it)."
msgstr ""
#. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:716
msgid "The vast majority of all packages will be unaffected by this change."
msgstr ""
#. type: textblock
-#: debhelper.pod:680
+#: debhelper.pod:720
msgid ""
"The B<makefile> buildsystem now passes B<INSTALL=\"install --strip-"
"program=true\"> to L<make(1)>. Derivative buildsystems (e.g. B<configure> "
@@ -1545,28 +1630,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:686
+#: debhelper.pod:726
msgid ""
"The B<autoconf> buildsystem now passes B<--runstatedir=/run> to F<./"
"configure>."
msgstr ""
#. type: textblock
-#: debhelper.pod:691
+#: debhelper.pod:731
msgid ""
"The B<cmake> buildsystem now passes B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to "
"L<cmake(1)>."
msgstr ""
#. type: textblock
-#: debhelper.pod:696
+#: debhelper.pod:736
msgid ""
"B<dh_installman> will now prefer detecting the language from the path name "
"rather than the extension."
msgstr ""
#. type: textblock
-#: debhelper.pod:701
+#: debhelper.pod:741
#, fuzzy
#| msgid ""
#| "B<dh> no longer creates the package build directory when skipping running "
@@ -1585,7 +1670,7 @@ msgstr ""
"ドのバグを暴くかもしれません。"
#. type: textblock
-#: debhelper.pod:709
+#: debhelper.pod:749
msgid ""
"The helpers B<dh_installdocs>, B<dh_installexamples>, B<dh_installinfo>, and "
"B<dh_installman> now error out if their config has a pattern that does not "
@@ -1593,7 +1678,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:713
+#: debhelper.pod:753
msgid ""
"Known exceptions include building with the B<nodoc> profile, where the above "
"tools will silently permit failed matches where the patterns are used to "
@@ -1601,7 +1686,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:719
+#: debhelper.pod:759
msgid ""
"The helpers B<dh_installdocs>, B<dh_installexamples>, B<dh_installinfo>, and "
"B<dh_installman> now accept the parameter B<--sourcedir> with same meaning "
@@ -1610,14 +1695,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:724
+#: debhelper.pod:764
msgid ""
"Migration note: A bug in debhelper 11 up to 11.1.5 made B<dh_installinfo> "
"incorrectly ignore B<--sourcedir>."
msgstr ""
#. type: textblock
-#: debhelper.pod:729
+#: debhelper.pod:769
msgid ""
"The B<perl-makemaker> and B<perl-build> build systems no longer pass B<-I.> "
"to perl. Packages that still need this behaviour can emulate it by using "
@@ -1626,7 +1711,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:736
+#: debhelper.pod:776
msgid ""
"The B<PERL_USE_UNSAFE_INC> environment variable is no longer set by B<dh> or "
"any of the B<dh_auto_*> tools. It was added as a temporary work around to "
@@ -1634,7 +1719,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:741
+#: debhelper.pod:781
msgid ""
"Note this item will eventually become obsolete as upstream intends to drop "
"support for the B<PERL_USE_UNSAFE_INC> environment variable. When perl "
@@ -1643,14 +1728,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:748
+#: debhelper.pod:788
msgid ""
"The B<dh_makeshlibs> helper will now exit with an error if objdump returns a "
"non-zero exit from analysing a given file."
msgstr ""
#. type: textblock
-#: debhelper.pod:753
+#: debhelper.pod:793
msgid ""
"The B<dh_installdocs> and B<dh_installexamples> tools may now install "
"I<most> of the documentation in a different path to comply with the "
@@ -1658,7 +1743,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:757
+#: debhelper.pod:797
msgid ""
"Note that if a given source package only contains a single binary package in "
"F<debian/control> or none of the packages are I<-doc> packages, then this "
@@ -1667,7 +1752,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:762
+#: debhelper.pod:802
msgid ""
"By default, these tools will now attempt to determine a \"main package for "
"the documentation\" (called a I<doc-main-package> from here on) for every I<-"
@@ -1678,7 +1763,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:770
+#: debhelper.pod:810
msgid ""
"The B<--doc-main-package> option can be used when the auto-detection is "
"insufficient or to reset the path to its previous value if there is a reason "
@@ -1686,7 +1771,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:774
+#: debhelper.pod:814
msgid ""
"Some documentation will not be affected by this change. These exceptions "
"include the copyright file, changelog files, README.Debian, etc. These "
@@ -1694,7 +1779,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:781
+#: debhelper.pod:821
msgid ""
"The B<dh_strip> and B<dh_shlibdeps> tools no longer uses filename patterns "
"to determine which files to process. Instead, they open the file and look "
@@ -1703,31 +1788,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:786
+#: debhelper.pod:826
msgid "This change may cause the tools to process more files than previously."
msgstr ""
#. type: =item
-#: debhelper.pod:790
+#: debhelper.pod:830
#, fuzzy
#| msgid "v1"
msgid "v12"
msgstr "v1"
#. type: textblock
-#: debhelper.pod:792
+#: debhelper.pod:832
msgid "This is the recommended mode of operation."
msgstr "これが動作推奨モードです。"
#. type: textblock
-#: debhelper.pod:794
+#: debhelper.pod:834
#, fuzzy
#| msgid "Changes from v10 are:"
msgid "Changes from v11 are:"
msgstr "v10 からの変更点:"
#. type: textblock
-#: debhelper.pod:800
+#: debhelper.pod:840
msgid ""
"The B<dh_makeshlibs> tool now generates shlibs files with versioned "
"dependency by default. This means that B<-VUpstream-Version> (a.k.a. B<-V>) "
@@ -1735,7 +1820,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:804
+#: debhelper.pod:844
msgid ""
"If an unversioned dependency in the shlibs file is wanted, this can be "
"obtained by passing B<-VNone> instead. However, please see "
@@ -1743,7 +1828,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:810
+#: debhelper.pod:850
#, fuzzy
#| msgid "The B<-s> (B<--same-arch>) option is removed."
msgid ""
@@ -1753,7 +1838,7 @@ msgstr "B<-s>, B<--same-arch> オプションは削除されました。"
# TRANS: 実際の warning に合わせて deprecate とする
#. type: textblock
-#: debhelper.pod:814
+#: debhelper.pod:854
msgid ""
"Invoking B<dh_clean -k> now causes an error instead of a deprecation warning."
msgstr ""
@@ -1761,14 +1846,14 @@ msgstr ""
"た。"
#. type: textblock
-#: debhelper.pod:819
+#: debhelper.pod:859
msgid ""
"The B<--no-restart-on-upgrade> option in B<dh_installinit> has been "
"removed. Please use the new name B<--no-stop-on-upgrade>"
msgstr ""
#. type: textblock
-#: debhelper.pod:824
+#: debhelper.pod:864
msgid ""
"There was a bug in the B<doit> (and similar) functions from L<Debian::"
"Debhelper::Dh_Lib> that made them spawn a shell in one particular "
@@ -1777,7 +1862,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:831
+#: debhelper.pod:871
msgid ""
"The B<--list-missing> and B<--fail-missing> in B<dh_install> has been "
"removed. Please use B<dh_missing> and its corresponding options, which can "
@@ -1785,7 +1870,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:837
+#: debhelper.pod:877
msgid ""
"The B<dh_installinit> helper no longer installs configuration for the "
"upstart init system. Instead, it will abort the build if it finds an old "
@@ -1795,7 +1880,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:845
+#: debhelper.pod:885
msgid ""
"The B<dh_installdeb> tool will do basic validation of some L<dpkg-"
"maintscript-helper(1)> commands and will error out if the commands appear to "
@@ -1803,26 +1888,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:851
+#: debhelper.pod:891
msgid "The B<dh_missing> tool will now default to B<--list-missing>."
msgstr ""
#. type: textblock
-#: debhelper.pod:855
+#: debhelper.pod:895
msgid ""
"The B<dh_makeshlibs> tool will now only pass libraries to L<dpkg-"
"gensymbols(1)> if the ELF binary has a SONAME (containing \".so\")."
msgstr ""
#. type: textblock
-#: debhelper.pod:860
+#: debhelper.pod:900
msgid ""
"The B<dh_compress> tool no longer compresses examples (i.e. anything "
"installed in F<</usr/share/doc/I<package>/examples>>.)"
msgstr ""
#. type: textblock
-#: debhelper.pod:865
+#: debhelper.pod:905
msgid ""
"The standard sequence in B<dh> now includes B<dh_dwz> and "
"B<dh_installinitramfs> by default. This makes the B<dwz> and "
@@ -1832,7 +1917,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:874
+#: debhelper.pod:914
msgid ""
"The build systems B<meson> and B<autoconf> no longer explicitly set the B<--"
"libexecdir> variable and thus relies on the build system default - which "
@@ -1840,7 +1925,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:879
+#: debhelper.pod:919
msgid ""
"If a particular upstream package does not use the correct default, the "
"parameter can often be passed manually via L<dh_auto_configure(1)>. E.g. "
@@ -1848,7 +1933,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:883
+#: debhelper.pod:923
#, fuzzy, no-wrap
#| msgid ""
#| "\toverride_dh_auto_configure:\n"
@@ -1864,12 +1949,12 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:886
+#: debhelper.pod:926
msgid "Note the B<--> before the B<--libexecdir> parameter."
msgstr ""
#. type: textblock
-#: debhelper.pod:890
+#: debhelper.pod:930
msgid ""
"The B<dh_installdeb> tool no longer installs the maintainer provided "
"F<conffiles> file. The file has mostly been obsolete since compatibility "
@@ -1878,7 +1963,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:897
+#: debhelper.pod:937
msgid ""
"The B<dh_installsystemd> tool no longer relies on B<dh_installinit> for "
"handling systemd services that have a sysvinit alternative. Both tools must "
@@ -1887,14 +1972,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:902
+#: debhelper.pod:942
msgid ""
"If you have an override for B<dh_installinit> (e.g. to call it with B<--no-"
"start>) then you will probably need one for B<dh_installsystemd> as well now."
msgstr ""
#. type: textblock
-#: debhelper.pod:906
+#: debhelper.pod:946
msgid ""
"This change makes B<dh_installinit> inject a I<misc:Pre-Depends> for B<< "
"init-system-helpers (>= 1.54~) >>. Please ensure that the package lists B<"
@@ -1903,7 +1988,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:913
+#: debhelper.pod:953
msgid ""
"The third-party B<dh_golang> tool (from B<dh-golang> package) now defaults "
"on honoring B<DH_GOLANG_EXCLUDES> variable for source installation in -dev "
@@ -1913,42 +1998,42 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:921
+#: debhelper.pod:961
msgid ""
"B<dh_installsystemduser> is now included in the B<dh> standard sequence by "
"default."
msgstr ""
#. type: textblock
-#: debhelper.pod:926
+#: debhelper.pod:966
msgid ""
"The B<python-distutils> buildsystem is now removed. Please use the third-"
"party build system B<pybuild> instead."
msgstr ""
#. type: =item
-#: debhelper.pod:931
+#: debhelper.pod:971
#, fuzzy
#| msgid "v1"
msgid "v13"
msgstr "v1"
#. type: textblock
-#: debhelper.pod:933 strings-kept-translations.pod:9
+#: debhelper.pod:973 strings-kept-translations.pod:9
msgid ""
"This compatibility level is still open for development; use with caution."
msgstr ""
"この互換性レベルは未だ開発中の状態です。使う場合は注意して使ってください。"
#. type: textblock
-#: debhelper.pod:935
+#: debhelper.pod:975
#, fuzzy
#| msgid "Changes from v10 are:"
msgid "Changes from v12 are:"
msgstr "v10 からの変更点:"
#. type: textblock
-#: debhelper.pod:941
+#: debhelper.pod:981
msgid ""
"The B<meson+ninja> build system now uses B<meson test> instead of B<ninja "
"test> when running the test suite. Any override of B<dh_auto_test> that "
@@ -1957,7 +2042,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:949
+#: debhelper.pod:989
msgid ""
"All debhelper like tools based on the official debhelper library (including "
"B<dh> and the official B<dh_*> tools) no longer accepts abbreviated command "
@@ -1966,7 +2051,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:957
+#: debhelper.pod:997
msgid ""
"The ELF related debhelper tools (B<dh_dwz>, B<dh_strip>, B<dh_makeshlibs>, "
"B<dh_shlibdeps>) are now only run for arch dependent packages by default (i."
@@ -1975,14 +2060,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:962
+#: debhelper.pod:1002
msgid ""
"If you need them for B<*-indep> targets, you can add an explicit Build-"
"Depends on B<dh-sequence-elf-tools>."
msgstr ""
#. type: =head1
-#: debhelper.pod:969 dh_auto_test:48 dh_dwz:69 dh_installcatalogs:64
+#: debhelper.pod:1009 dh_auto_test:48 dh_dwz:69 dh_installcatalogs:64
#: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89
#: dh_installinit:205 dh_installinitramfs:53 dh_installman:128
#: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40
@@ -1992,12 +2077,12 @@ msgid "NOTES"
msgstr "付記"
#. type: =head2
-#: debhelper.pod:971
+#: debhelper.pod:1011
msgid "Multiple binary package support"
msgstr "複数のバイナリパッケージのサポート"
#. type: textblock
-#: debhelper.pod:973
+#: debhelper.pod:1013
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 "
@@ -2016,7 +2101,7 @@ msgstr ""
"indep ターゲットで生成する必要がある為です。"
#. type: textblock
-#: debhelper.pod:981
+#: debhelper.pod:1021
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<-"
@@ -2031,7 +2116,7 @@ msgstr ""
"ルに列挙されたすべてのパッケージに対して処理を行います。"
#. type: textblock
-#: debhelper.pod:987
+#: debhelper.pod:1027
msgid ""
"First, any package whose B<Architecture> field in B<debian/control> does not "
"match the B<DEB_HOST_ARCH> architecture will be excluded (L<Debian Policy, "
@@ -2042,7 +2127,7 @@ msgstr ""
"5.6.8 章>)。"
#. type: textblock
-#: debhelper.pod:991
+#: debhelper.pod:1031
msgid ""
"Also, some additional packages may be excluded based on the contents of the "
"B<DEB_BUILD_PROFILES> environment variable and B<Build-Profiles> fields in "
@@ -2055,12 +2140,12 @@ msgstr ""
"ます。"
#. type: =head3
-#: debhelper.pod:996
+#: debhelper.pod:1036
msgid "Interaction between package selections and Build-Profiles"
msgstr ""
#. type: textblock
-#: debhelper.pod:998
+#: debhelper.pod:1038
msgid ""
"Build-Profiles affect which packages are included in the package selections "
"mechanisms in debhelper. Generally, the package selections are described "
@@ -2070,19 +2155,19 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:1006
+#: debhelper.pod:1046
msgid "-a/--arch, -i/--indep OR no selection options (a raw \"dh_X\" call)"
msgstr ""
#. type: textblock
-#: debhelper.pod:1008
+#: debhelper.pod:1048
msgid ""
"The package disabled by Build-Profiles is silently excluded from the "
"selection."
msgstr ""
#. type: textblock
-#: debhelper.pod:1011
+#: debhelper.pod:1051
msgid ""
"Note you will receive a warning if I<all> packages related to these "
"selections are disabled. In that case, it generally does not make sense to "
@@ -2090,31 +2175,31 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:1015
+#: debhelper.pod:1055
#, fuzzy
#| msgid "B<-N>I<package>, B<--no-package=>I<package>"
msgid "-N I<package> / --no-package I<package>"
msgstr "B<-N>I<package>, B<--no-package=>I<package>"
#. type: textblock
-#: debhelper.pod:1017
+#: debhelper.pod:1057
msgid "The option is accepted and effectively does nothing."
msgstr ""
#. type: =item
-#: debhelper.pod:1019
+#: debhelper.pod:1059
#, fuzzy
#| msgid "B<-p>I<package>, B<--package=>I<package>"
msgid "-p I<package> / --package I<package>"
msgstr "B<-p>I<package>, B<--package=>I<package>"
#. type: textblock
-#: debhelper.pod:1021
+#: debhelper.pod:1061
msgid "The option is accepted, but debhelper will not act on the package."
msgstr ""
#. type: textblock
-#: debhelper.pod:1025
+#: debhelper.pod:1065
msgid ""
"Note that it does not matter whether a package is enabled or disabled by "
"default."
@@ -2122,12 +2207,12 @@ msgstr ""
# note: it should be "Debian maintainer scripts"?
#. type: =head2
-#: debhelper.pod:1028
+#: debhelper.pod:1068
msgid "Automatic generation of Debian install scripts"
msgstr "メンテナスクリプトの自動生成"
#. type: textblock
-#: debhelper.pod:1030
+#: debhelper.pod:1070
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -2143,7 +2228,7 @@ msgstr ""
"へ置換されます。"
#. type: textblock
-#: debhelper.pod:1037
+#: debhelper.pod:1077
msgid ""
"If a script does not exist at all and debhelper needs to add something to "
"it, then debhelper will create the complete script."
@@ -2152,7 +2237,7 @@ msgstr ""
"ある場合、debhelper はスクリプトを一式生成します。"
#. type: textblock
-#: debhelper.pod:1040
+#: debhelper.pod:1080
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -2161,7 +2246,7 @@ msgstr ""
"の自動生成を行わないようにできます (上記参照)。"
#. type: textblock
-#: debhelper.pod:1043
+#: debhelper.pod:1083
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 "
@@ -2173,7 +2258,7 @@ msgstr ""
"例を挙げます ($1, $2 等は set コマンドにより設定される事に注意):"
#. type: verbatim
-#: debhelper.pod:1048
+#: debhelper.pod:1088
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -2205,12 +2290,12 @@ msgstr ""
"\n"
#. type: =head2
-#: debhelper.pod:1061
+#: debhelper.pod:1101
msgid "Automatic generation of miscellaneous dependencies."
msgstr "様々な依存関係の自動生成"
#. type: textblock
-#: debhelper.pod:1063
+#: debhelper.pod:1103
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 "
@@ -2229,7 +2314,7 @@ msgstr ""
"ます。"
#. type: textblock
-#: debhelper.pod:1071
+#: debhelper.pod:1111
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called B<"
@@ -2243,7 +2328,7 @@ msgstr ""
"ります。"
#. type: textblock
-#: debhelper.pod:1076
+#: debhelper.pod:1116
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -2256,12 +2341,12 @@ msgstr ""
"は、これらを使わないようにすることも可能です。"
#. type: =head2
-#: debhelper.pod:1081
+#: debhelper.pod:1121
msgid "Package build directories"
msgstr "パッケージビルドディレクトリ"
#. type: textblock
-#: debhelper.pod:1083
+#: debhelper.pod:1123
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>."
@@ -2270,7 +2355,7 @@ msgstr ""
"まとめる一時ディレクトリとして debian/I<package> ディレクトリを使用します。"
#. type: textblock
-#: debhelper.pod:1086
+#: debhelper.pod:1126
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>"
@@ -2289,12 +2374,12 @@ msgstr ""
"ます。"
#. type: =head2
-#: debhelper.pod:1094
+#: debhelper.pod:1134
msgid "udebs"
msgstr "udeb パッケージについて"
#. type: textblock
-#: debhelper.pod:1096
+#: debhelper.pod:1136
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>. "
@@ -2311,12 +2396,12 @@ msgstr ""
"いたものです。"
#. type: =head1
-#: debhelper.pod:1103
+#: debhelper.pod:1143
msgid "ENVIRONMENT"
msgstr "環境変数"
#. type: textblock
-#: debhelper.pod:1105
+#: debhelper.pod:1145
msgid ""
"The following environment variables can influence the behavior of "
"debhelper. It is important to note that these must be actual environment "
@@ -2331,12 +2416,12 @@ msgstr ""
"す。"
#. type: =item
-#: debhelper.pod:1113
+#: debhelper.pod:1153
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
#. type: textblock
-#: debhelper.pod:1115
+#: debhelper.pod:1155
msgid ""
"Set to B<1> to enable verbose mode. Debhelper will output every command it "
"runs. Also enables verbose build logs for some build systems like autoconf."
@@ -2346,12 +2431,12 @@ msgstr ""
"ても冗長出力されたビルドログを有効にします。"
#. type: =item
-#: debhelper.pod:1118
+#: debhelper.pod:1158
msgid "B<DH_QUIET>"
msgstr "B<DH_QUIET>"
#. type: textblock
-#: debhelper.pod:1120
+#: debhelper.pod:1160
msgid ""
"Set to B<1> to enable quiet mode. Debhelper will not output commands calling "
"the upstream build system nor will dh print which subcommands are called and "
@@ -2367,12 +2452,12 @@ msgstr ""
"す。"
#. type: =item
-#: debhelper.pod:1127
+#: debhelper.pod:1167
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
#. type: textblock
-#: debhelper.pod:1129
+#: debhelper.pod:1169
#, fuzzy
#| msgid ""
#| "Temporarily specifies what compatibility level debhelper should run at, "
@@ -2386,22 +2471,22 @@ msgstr ""
"のです。こちらを指定すると F<debian/compat> の値を上書きします。"
#. type: =item
-#: debhelper.pod:1133
+#: debhelper.pod:1173
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
#. type: textblock
-#: debhelper.pod:1135
+#: debhelper.pod:1175
msgid "Set to B<1> to enable no-act mode."
msgstr "B<1> に設定すると、何もしない (no-act) モードになります。"
#. type: =item
-#: debhelper.pod:1137
+#: debhelper.pod:1177
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:1139
+#: debhelper.pod:1179
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands."
@@ -2410,7 +2495,7 @@ msgstr ""
"うになります。"
#. type: textblock
-#: debhelper.pod:1142
+#: debhelper.pod:1182
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."
@@ -2420,12 +2505,12 @@ msgstr ""
"法です。"
#. type: =item
-#: debhelper.pod:1145
+#: debhelper.pod:1185
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
#. type: textblock
-#: debhelper.pod:1147
+#: debhelper.pod:1187
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 "
@@ -2437,7 +2522,7 @@ msgstr ""
"チするもの全部を B<rm -rf> するようになります。"
#. type: textblock
-#: debhelper.pod:1151
+#: debhelper.pod:1191
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 "
@@ -2454,7 +2539,7 @@ msgstr ""
"ようとも効果を発揮するようになります。"
#. type: textblock
-#: debhelper.pod:1158
+#: debhelper.pod:1198
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -2463,14 +2548,14 @@ msgstr ""
"コロンで区切ってください。"
#. type: =item
-#: debhelper.pod:1161
+#: debhelper.pod:1201
#, fuzzy
#| msgid "B<DH_OPTIONS>"
msgid "B<DH_EXTRA_ADDONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:1163
+#: debhelper.pod:1203
msgid ""
"If set, this adds the specified dh addons to be run in the appropriate "
"places in the sequence of commands. This is equivalent to specifying the "
@@ -2479,7 +2564,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1168
+#: debhelper.pod:1208
msgid ""
"This is intended to be used by downstreams or specific local configurations "
"that require a debhelper addon to be run during multiple builds without "
@@ -2488,14 +2573,14 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:1173
+#: debhelper.pod:1213
msgid ""
"B<CFLAGS>, B<CPPFLAGS>, B<CXXFLAGS>, B<OBJCFLAGS>, B<OBJCXXFLAGS>, "
"B<GCJFLAGS>, B<FFLAGS>, B<FCFLAGS>, B<LDFLAGS>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1175
+#: debhelper.pod:1215
msgid ""
"By default (in any non-deprecated compat level), debhelper will "
"automatically set these flags by using L<dpkg-buildflags(1)>, when they are "
@@ -2506,7 +2591,7 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:1184 debhelper-obsolete-compat.pod:118 dh:1218
+#: debhelper.pod:1224 debhelper-obsolete-compat.pod:118 dh:1220
#: dh_auto_build:53 dh_auto_clean:55 dh_auto_configure:58 dh_auto_install:97
#: dh_auto_test:64 dh_bugfiles:133 dh_builddeb:182 dh_clean:186 dh_compress:242
#: dh_dwz:161 dh_fixperms:164 dh_gconf:105 dh_gencontrol:207 dh_icons:75
@@ -2515,38 +2600,38 @@ msgstr ""
#: dh_installdocs:444 dh_installemacsen:138 dh_installexamples:175
#: dh_installifupdown:72 dh_installinfo:107 dh_installinit:425
#: dh_installinitramfs:85 dh_installlogcheck:81 dh_installlogrotate:53
-#: dh_installman:362 dh_installmanpages:198 dh_installmenu:88 dh_installmime:63
+#: dh_installman:384 dh_installmanpages:198 dh_installmenu:88 dh_installmime:63
#: dh_installmodules:109 dh_installpam:62 dh_installppp:68 dh_installudev:102
-#: dh_installwm:129 dh_installxfonts:96 dh_link:163 dh_lintian:60
-#: dh_listpackages:35 dh_makeshlibs:447 dh_md5sums:117 dh_movefiles:161
-#: dh_perl:166 dh_prep:70 dh_shlibdeps:204 dh_strip:432 dh_testdir:63
+#: dh_installwm:129 dh_installxfonts:90 dh_link:163 dh_lintian:60
+#: dh_listpackages:35 dh_makeshlibs:456 dh_md5sums:117 dh_movefiles:161
+#: dh_perl:171 dh_prep:70 dh_shlibdeps:204 dh_strip:432 dh_testdir:63
#: dh_testroot:91 dh_usrlocal:136 dh_systemd_enable:281 dh_systemd_start:280
msgid "SEE ALSO"
msgstr "参照"
#. type: =item
-#: debhelper.pod:1188
+#: debhelper.pod:1228
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
#. type: textblock
-#: debhelper.pod:1190
+#: debhelper.pod:1230
msgid "A set of example F<debian/rules> files that use debhelper."
msgstr ""
"debhelper を使うときの F<debian/rules> ファイルの例が格納されています。"
#. type: =item
-#: debhelper.pod:1192
+#: debhelper.pod:1232
msgid "L<http://joeyh.name/code/debhelper/>"
msgstr "L<http://joeyh.name/code/debhelper/>"
#. type: textblock
-#: debhelper.pod:1194
+#: debhelper.pod:1234
msgid "Debhelper web site."
msgstr "Debhelper の Web サイトです。"
#. type: =head1
-#: debhelper.pod:1198 dh:1224 dh_auto_build:59 dh_auto_clean:61
+#: debhelper.pod:1238 dh:1226 dh_auto_build:59 dh_auto_clean:61
#: dh_auto_configure:64 dh_auto_install:103 dh_auto_test:70 dh_bugfiles:141
#: dh_builddeb:188 dh_clean:192 dh_compress:248 dh_dwz:167 dh_fixperms:170
#: dh_gconf:111 dh_gencontrol:213 dh_icons:81 dh_install:356
@@ -2554,28 +2639,28 @@ msgstr "Debhelper の Web サイトです。"
#: dh_installdeb:416 dh_installdebconf:134 dh_installdirs:134
#: dh_installdocs:450 dh_installemacsen:145 dh_installexamples:181
#: dh_installifupdown:78 dh_installinfo:113 dh_installinitramfs:93
-#: dh_installlogcheck:87 dh_installlogrotate:59 dh_installman:368
+#: dh_installlogcheck:87 dh_installlogrotate:59 dh_installman:390
#: dh_installmanpages:204 dh_installmenu:96 dh_installmime:69
#: dh_installmodules:115 dh_installpam:68 dh_installppp:74 dh_installudev:108
-#: dh_installwm:135 dh_installxfonts:102 dh_link:169 dh_lintian:68
-#: dh_listpackages:41 dh_makeshlibs:453 dh_md5sums:123 dh_movefiles:167
-#: dh_perl:172 dh_prep:76 dh_shlibdeps:210 dh_strip:438 dh_testdir:69
+#: dh_installwm:135 dh_installxfonts:96 dh_link:169 dh_lintian:68
+#: dh_listpackages:41 dh_makeshlibs:462 dh_md5sums:123 dh_movefiles:167
+#: dh_perl:177 dh_prep:76 dh_shlibdeps:210 dh_strip:438 dh_testdir:69
#: dh_testroot:97 dh_usrlocal:142
msgid "AUTHOR"
msgstr "作者"
#. type: textblock
-#: debhelper.pod:1200 dh:1226 dh_auto_build:61 dh_auto_clean:63
+#: debhelper.pod:1240 dh:1228 dh_auto_build:61 dh_auto_clean:63
#: dh_auto_configure:66 dh_auto_install:105 dh_auto_test:72 dh_builddeb:190
#: dh_clean:194 dh_compress:250 dh_fixperms:172 dh_gencontrol:215
#: dh_install:358 dh_installchangelogs:310 dh_installcron:86 dh_installdeb:418
#: dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452
#: dh_installemacsen:147 dh_installexamples:183 dh_installifupdown:80
#: dh_installinfo:115 dh_installinit:433 dh_installlogrotate:61
-#: dh_installman:370 dh_installmanpages:206 dh_installmenu:98 dh_installmime:71
+#: dh_installman:392 dh_installmanpages:206 dh_installmenu:98 dh_installmime:71
#: dh_installmodules:117 dh_installpam:70 dh_installppp:76 dh_installudev:110
-#: dh_installwm:137 dh_installxfonts:104 dh_link:171 dh_listpackages:43
-#: dh_makeshlibs:455 dh_md5sums:125 dh_movefiles:169 dh_prep:78
+#: dh_installwm:137 dh_installxfonts:98 dh_link:171 dh_listpackages:43
+#: dh_makeshlibs:464 dh_md5sums:125 dh_movefiles:169 dh_prep:78
#: dh_shlibdeps:212 dh_strip:440 dh_testdir:71 dh_testroot:99
msgid "Joey Hess <joeyh@debian.org>"
msgstr "Joey Hess <joeyh@debian.org>"
@@ -2764,18 +2849,18 @@ msgstr ""
"ようになりました。"
#. type: textblock
-#: debhelper-obsolete-compat.pod:120 dh:1220 dh_auto_build:55 dh_auto_clean:57
+#: debhelper-obsolete-compat.pod:120 dh:1222 dh_auto_build:55 dh_auto_clean:57
#: dh_auto_configure:60 dh_auto_install:99 dh_auto_test:66 dh_builddeb:184
#: dh_clean:188 dh_compress:244 dh_dwz:163 dh_fixperms:166 dh_gconf:107
#: dh_gencontrol:209 dh_install:352 dh_installcatalogs:127
#: dh_installchangelogs:304 dh_installcron:80 dh_installdeb:412
#: dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446
#: dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109
-#: dh_installlogcheck:83 dh_installlogrotate:55 dh_installman:364
+#: dh_installlogcheck:83 dh_installlogrotate:55 dh_installman:386
#: dh_installmanpages:200 dh_installmime:65 dh_installmodules:111
#: dh_installpam:64 dh_installppp:70 dh_installudev:104 dh_installwm:131
-#: dh_installxfonts:98 dh_link:165 dh_listpackages:37 dh_makeshlibs:449
-#: dh_md5sums:119 dh_movefiles:163 dh_perl:168 dh_prep:72 dh_strip:434
+#: dh_installxfonts:92 dh_link:165 dh_listpackages:37 dh_makeshlibs:458
+#: dh_md5sums:119 dh_movefiles:163 dh_perl:173 dh_prep:72 dh_strip:434
#: dh_testdir:65 dh_testroot:93 dh_usrlocal:138 dh_systemd_start:282
msgid "L<debhelper(7)>"
msgstr "L<debhelper(7)>"
@@ -2998,7 +3083,7 @@ msgstr ""
"た、他の特別なオプションについても同様となります。"
#. type: =head1
-#: dh:112 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:180
+#: dh:112 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:185
#: dh_shlibdeps:78
msgid "EXAMPLES"
msgstr "使用例"
@@ -3518,19 +3603,19 @@ msgstr ""
"れ、アーキテクチャ依存パッケージにのみ確実に作用するように動作します。 "
#. type: textblock
-#: dh:1222 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62
+#: dh:1224 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62
#: dh_auto_install:101 dh_auto_test:68 dh_bugfiles:139 dh_builddeb:186
#: dh_clean:190 dh_compress:246 dh_dwz:165 dh_fixperms:168 dh_gconf:109
#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:306
#: dh_installcron:82 dh_installdeb:414 dh_installdebconf:132 dh_installdirs:132
#: dh_installdocs:448 dh_installemacsen:143 dh_installexamples:179
#: dh_installifupdown:76 dh_installinfo:111 dh_installinit:429
-#: dh_installinitramfs:91 dh_installlogrotate:57 dh_installman:366
+#: dh_installinitramfs:91 dh_installlogrotate:57 dh_installman:388
#: dh_installmanpages:202 dh_installmenu:94 dh_installmime:67
#: dh_installmodules:113 dh_installpam:66 dh_installppp:72 dh_installudev:106
-#: dh_installwm:133 dh_installxfonts:100 dh_link:167 dh_lintian:64
-#: dh_listpackages:39 dh_makeshlibs:451 dh_md5sums:121 dh_movefiles:165
-#: dh_perl:170 dh_prep:74 dh_shlibdeps:208 dh_strip:436 dh_testdir:67
+#: dh_installwm:133 dh_installxfonts:94 dh_link:167 dh_lintian:64
+#: dh_listpackages:39 dh_makeshlibs:460 dh_md5sums:121 dh_movefiles:165
+#: dh_perl:175 dh_prep:74 dh_shlibdeps:208 dh_strip:436 dh_testdir:67
#: dh_testroot:95 dh_usrlocal:140
msgid "This program is a part of debhelper."
msgstr "このプログラムは debhelper の一部です。"
@@ -3589,7 +3674,7 @@ msgstr ""
#. type: =item
#: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59
#: dh_auto_test:41 dh_builddeb:48 dh_dwz:62 dh_gencontrol:42
-#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:174 dh_shlibdeps:41
+#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:179 dh_shlibdeps:41
msgid "B<--> I<params>"
msgstr "B<--> I<params>"
@@ -8877,12 +8962,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_makeshlibs:176
+#: dh_makeshlibs:174
+msgid ""
+"This may be useful in case you do not want a shlibs file at all for the udeb "
+"because no package will depend on it. E.g. because adding a udeb package "
+"for the library was \"overkill\" and the library is embedded in a different "
+"udeb package."
+msgstr ""
+
+#. type: textblock
+#: dh_makeshlibs:181
msgid "Pass I<params> to L<dpkg-gensymbols(1)>."
msgstr "I<params> を L<dpkg-gensymbols(1)> へ引き渡します。"
#. type: =item
-#: dh_makeshlibs:184
+#: dh_makeshlibs:189
#, fuzzy
#| msgid "B<dh_makeshlibs -V>"
msgid "B<dh_makeshlibs -VNone>"
@@ -8890,7 +8984,7 @@ msgstr "B<dh_makeshlibs -V>"
# FIXME: why no-wrap?
#. type: verbatim
-#: dh_makeshlibs:186
+#: dh_makeshlibs:191
#, fuzzy, no-wrap
msgid ""
"Assuming this is a package named F<libfoobar1>, generates a shlibs file that\n"
@@ -8904,7 +8998,7 @@ msgstr ""
"\n"
#. type: =item
-#: dh_makeshlibs:190
+#: dh_makeshlibs:195
#, fuzzy
#| msgid "B<dh_makeshlibs -V>"
msgid "B<dh_makeshlibs -VUpstream-Version>"
@@ -8912,7 +9006,7 @@ msgstr "B<dh_makeshlibs -V>"
# FIXME: unnecessary \n?
#. type: verbatim
-#: dh_makeshlibs:192
+#: dh_makeshlibs:197
#, fuzzy, no-wrap
msgid ""
"Assuming the current version of the package is 1.1-3, generates a shlibs\n"
@@ -8925,12 +9019,12 @@ msgstr ""
"\n"
#. type: =item
-#: dh_makeshlibs:196
+#: dh_makeshlibs:201
msgid "B<dh_makeshlibs -V 'libfoobar1 (E<gt>= 1.0)'>"
msgstr "B<dh_makeshlibs -V 'libfoobar1 (E<gt>= 1.0)'>"
#. type: verbatim
-#: dh_makeshlibs:198
+#: dh_makeshlibs:203
#, no-wrap
msgid ""
"Generates a shlibs file that looks something like:\n"
@@ -9241,7 +9335,7 @@ msgid "Perl policy, version 1.20"
msgstr "Perl ポリシー バージョン 1.20"
#. type: textblock
-#: dh_perl:174
+#: dh_perl:179
msgid "Brendan O'Dea <bod@debian.org>"
msgstr "Brendan O'Dea <bod@debian.org>"
diff --git a/man/po4a/po/pt.po b/man/po4a/po/pt.po
index 7bcc1bac..9a0d9727 100644
--- a/man/po4a/po/pt.po
+++ b/man/po4a/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: debhelper 12.1.1\n"
"Report-Msgid-Bugs-To: debhelper@packages.debian.org\n"
-"POT-Creation-Date: 2019-08-19 08:01+0000\n"
+"POT-Creation-Date: 2019-10-20 17:40+0000\n"
"PO-Revision-Date: 2019-04-18 22:49+0000\n"
"Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
"Language-Team: Portuguese <>\n"
@@ -818,12 +818,79 @@ msgstr ""
"no-parallel>."
#. type: =item
-#: debhelper.pod:304 dh:91
+#: debhelper.pod:304
+msgid "B<--reload-all-buildenv-variables>"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:306
+msgid ""
+"By default, L<dh(1)> will compute several environment (e.g. by using L<dpkg-"
+"buildflags(1)>) and cache them to avoid having all B<dh_auto_*> tool "
+"recompute them."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:310
+msgid ""
+"When passing this option, the concrete B<dh_auto_*> tool will ignore the "
+"cache from L<dh(1)> and retrigger a rebuild of these variables. This is "
+"useful in the very rare case where the package need to do multiple builds "
+"but with different B<...FLAGS> options. A concrete example would be needing "
+"to change the B<-O> parameter in B<CFLAGS> in the second build:"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:317
+#, no-wrap
+msgid ""
+" export DEB_CFLAGS_MAINT_APPEND=-O3\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:319
+#, no-wrap
+msgid ""
+" %:\n"
+" dh $@\n"
+"\n"
+msgstr ""
+
+#. type: verbatim
+#: debhelper.pod:322
+#, no-wrap
+msgid ""
+" override_dh_auto_configure:\n"
+" dh_auto_configure -Bbuild-deb ...\n"
+" DEB_CFLAGS_MAINT_APPEND=-Os dh_auto_configure \\\n"
+" --reload-all-buildenv-variables -Bbuild-udeb ...\n"
+"\n"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:327
+msgid ""
+"Without B<--reload-all-buildenv-variables> in the second call to "
+"L<dh_auto_configure(1)>, the change in B<DEB_CFLAGS_MAINT_APPEND> would be "
+"ignored as L<dh_auto_configure(1)> would use the cached value of B<CFLAGS> "
+"set by L<dh(1)>."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:332
+msgid ""
+"This option is only available with B<< debhelper (>= 12.7~) >> when the "
+"package uses compatibility level 9 or later."
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:335 dh:91
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:306
+#: debhelper.pod:337
msgid ""
"List all build systems supported by debhelper on this system. The list "
"includes both default and third party build systems (marked as such). Also "
@@ -837,12 +904,12 @@ msgstr ""
"a opção B<--buildsystem>."
#. type: =head1
-#: debhelper.pod:313
+#: debhelper.pod:344
msgid "COMPATIBILITY LEVELS"
msgstr "NÍVEIS DE COMPATIBILIDADE"
#. type: textblock
-#: debhelper.pod:315
+#: debhelper.pod:346
msgid ""
"From time to time, major non-backwards-compatible changes need to be made to "
"debhelper, to keep it clean and well-designed as needs change and its author "
@@ -860,7 +927,7 @@ msgstr ""
"ele deve usar, e ele modifica o seu comportamento de várias maneiras."
#. type: textblock
-#: debhelper.pod:322
+#: debhelper.pod:353
msgid ""
"In current debhelper, you can specify the compatibility level in F<debian/"
"control> by adding a Build-Depends on the debhelper-compat package. For "
@@ -872,7 +939,7 @@ msgstr ""
"control> tem:"
#. type: verbatim
-#: debhelper.pod:326
+#: debhelper.pod:357
#, no-wrap
msgid ""
" Build-Depends: debhelper-compat (= #RECOMMENDED_COMPAT#)\n"
@@ -882,7 +949,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:328
+#: debhelper.pod:359
msgid ""
"This also serves as an appropriate versioned build dependency on a "
"sufficient version of the debhelper package, so you do not need to specify a "
@@ -898,7 +965,7 @@ msgstr ""
"correcção de bug dentro de um nível de compatibilidade)."
#. type: textblock
-#: debhelper.pod:334
+#: debhelper.pod:365
msgid ""
"Note that debhelper does not provide debhelper-compat for experimental or "
"beta compatibility levels; packages experimenting with those compatibility "
@@ -909,7 +976,7 @@ msgstr ""
"níveis de compatibilidade devem usar F<debian/compat> ou B<DH_COMPAT>."
#. type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:369
msgid ""
"Prior versions of debhelper required specifying the compatibility level in "
"the file F<debian/compat>, and current debhelper still supports this for "
@@ -936,7 +1003,7 @@ msgstr ""
"tem:"
#. type: verbatim
-#: debhelper.pod:349
+#: debhelper.pod:380
#, no-wrap
msgid ""
" Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#~)\n"
@@ -946,7 +1013,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:351
+#: debhelper.pod:382
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -962,27 +1029,27 @@ msgstr ""
"notas acerca do que é diferente nos níveis de compatibilidade anteriores."
#. type: =head2
-#: debhelper.pod:358
+#: debhelper.pod:389
msgid "Supported compatibility levels"
msgstr "Níveis de compatibilidade suportados"
#. type: textblock
-#: debhelper.pod:360
+#: debhelper.pod:391
msgid "These are the available compatibility levels:"
msgstr "Estes são os níveis de compatibilidade disponíveis:"
#. type: =item
-#: debhelper.pod:364 debhelper-obsolete-compat.pod:89
+#: debhelper.pod:395 debhelper-obsolete-compat.pod:89
msgid "v5"
msgstr "v5"
#. type: textblock
-#: debhelper.pod:366 debhelper-obsolete-compat.pod:91
+#: debhelper.pod:397 debhelper-obsolete-compat.pod:91
msgid "This is the lowest supported compatibility level."
msgstr "Este é o nível de compatibilidade mais baixo suportado."
#. type: textblock
-#: debhelper.pod:368
+#: debhelper.pod:399
msgid ""
"If you are upgrading from an earlier compatibility level, please review "
"L<debhelper-obsolete-compat(7)>."
@@ -991,41 +1058,41 @@ msgstr ""
"por favor reveja L<debhelper-obsolete-compat(7)>."
#. type: textblock
-#: debhelper.pod:371 debhelper.pod:403 debhelper.pod:433 debhelper.pod:464
+#: debhelper.pod:402 debhelper.pod:434 debhelper.pod:464 debhelper.pod:495
#: debhelper-obsolete-compat.pod:28 debhelper-obsolete-compat.pod:35
#: debhelper-obsolete-compat.pod:58 debhelper-obsolete-compat.pod:87
msgid "This mode is deprecated."
msgstr "Este modo está descontinuado."
#. type: =item
-#: debhelper.pod:373
+#: debhelper.pod:404
msgid "v6"
msgstr "v6"
#. type: textblock
-#: debhelper.pod:375
+#: debhelper.pod:406
msgid "Changes from v5 are:"
msgstr "As alterações a partir de v5 são:"
#. type: =item
-#: debhelper.pod:379 debhelper.pod:384 debhelper.pod:390 debhelper.pod:396
-#: debhelper.pod:411 debhelper.pod:418 debhelper.pod:422 debhelper.pod:426
-#: debhelper.pod:441 debhelper.pod:445 debhelper.pod:453 debhelper.pod:458
-#: debhelper.pod:472 debhelper.pod:477 debhelper.pod:484 debhelper.pod:489
-#: debhelper.pod:494 debhelper.pod:502 debhelper.pod:508 debhelper.pod:513
-#: debhelper.pod:518 debhelper.pod:531 debhelper.pod:536 debhelper.pod:542
-#: debhelper.pod:548 debhelper.pod:553 debhelper.pod:559 debhelper.pod:568
-#: debhelper.pod:578 debhelper.pod:584 debhelper.pod:607 debhelper.pod:614
-#: debhelper.pod:620 debhelper.pod:626 debhelper.pod:632 debhelper.pod:652
-#: debhelper.pod:658 debhelper.pod:670 debhelper.pod:678 debhelper.pod:684
-#: debhelper.pod:689 debhelper.pod:694 debhelper.pod:699 debhelper.pod:707
-#: debhelper.pod:717 debhelper.pod:727 debhelper.pod:734 debhelper.pod:746
-#: debhelper.pod:751 debhelper.pod:779 debhelper.pod:798 debhelper.pod:808
-#: debhelper.pod:812 debhelper.pod:817 debhelper.pod:822 debhelper.pod:829
-#: debhelper.pod:835 debhelper.pod:843 debhelper.pod:849 debhelper.pod:853
-#: debhelper.pod:858 debhelper.pod:863 debhelper.pod:872 debhelper.pod:888
-#: debhelper.pod:895 debhelper.pod:911 debhelper.pod:919 debhelper.pod:924
-#: debhelper.pod:939 debhelper.pod:947 debhelper.pod:955
+#: debhelper.pod:410 debhelper.pod:415 debhelper.pod:421 debhelper.pod:427
+#: debhelper.pod:442 debhelper.pod:449 debhelper.pod:453 debhelper.pod:457
+#: debhelper.pod:472 debhelper.pod:476 debhelper.pod:484 debhelper.pod:489
+#: debhelper.pod:503 debhelper.pod:508 debhelper.pod:515 debhelper.pod:520
+#: debhelper.pod:525 debhelper.pod:533 debhelper.pod:539 debhelper.pod:544
+#: debhelper.pod:549 debhelper.pod:562 debhelper.pod:567 debhelper.pod:573
+#: debhelper.pod:579 debhelper.pod:584 debhelper.pod:590 debhelper.pod:599
+#: debhelper.pod:609 debhelper.pod:615 debhelper.pod:638 debhelper.pod:645
+#: debhelper.pod:651 debhelper.pod:657 debhelper.pod:663 debhelper.pod:692
+#: debhelper.pod:698 debhelper.pod:710 debhelper.pod:718 debhelper.pod:724
+#: debhelper.pod:729 debhelper.pod:734 debhelper.pod:739 debhelper.pod:747
+#: debhelper.pod:757 debhelper.pod:767 debhelper.pod:774 debhelper.pod:786
+#: debhelper.pod:791 debhelper.pod:819 debhelper.pod:838 debhelper.pod:848
+#: debhelper.pod:852 debhelper.pod:857 debhelper.pod:862 debhelper.pod:869
+#: debhelper.pod:875 debhelper.pod:883 debhelper.pod:889 debhelper.pod:893
+#: debhelper.pod:898 debhelper.pod:903 debhelper.pod:912 debhelper.pod:928
+#: debhelper.pod:935 debhelper.pod:951 debhelper.pod:959 debhelper.pod:964
+#: debhelper.pod:979 debhelper.pod:987 debhelper.pod:995
#: debhelper-obsolete-compat.pod:43 debhelper-obsolete-compat.pod:48
#: debhelper-obsolete-compat.pod:52 debhelper-obsolete-compat.pod:66
#: debhelper-obsolete-compat.pod:71 debhelper-obsolete-compat.pod:76
@@ -1037,7 +1104,7 @@ msgid "-"
msgstr "-"
#. type: textblock
-#: debhelper.pod:381
+#: debhelper.pod:412
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1046,7 +1113,7 @@ msgstr ""
"fragmentos em ordem reversa para os scripts F<prerm> e F<postrm>."
#. type: textblock
-#: debhelper.pod:386
+#: debhelper.pod:417
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 "
@@ -1057,7 +1124,7 @@ msgstr ""
"compilação do pacote."
#. type: textblock
-#: debhelper.pod:392
+#: debhelper.pod:423
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 "
@@ -1068,7 +1135,7 @@ msgstr ""
"como B<CVS:.svn:.git>. Mas agora fá-lo."
#. type: textblock
-#: debhelper.pod:398
+#: debhelper.pod:429
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -1078,17 +1145,17 @@ msgstr ""
"se em silêncio a fazer isto."
#. type: =item
-#: debhelper.pod:405
+#: debhelper.pod:436
msgid "v7"
msgstr "v7"
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:438
msgid "Changes from v6 are:"
msgstr "As alterações a partir de v6 são:"
#. type: textblock
-#: debhelper.pod:413
+#: debhelper.pod:444
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 "
@@ -1103,17 +1170,17 @@ msgstr ""
"nenhuns parâmetros especiais."
#. type: textblock
-#: debhelper.pod:420
+#: debhelper.pod:451
msgid "B<dh_clean> will read F<debian/clean> and delete files listed there."
msgstr "B<dh_clean> irá ler F<debian/clean> e apagar os ficheiros listados lá."
#. type: textblock
-#: debhelper.pod:424
+#: debhelper.pod:455
msgid "B<dh_clean> will delete toplevel F<*-stamp> files."
msgstr "B<dh_clean> irá apagar ficheiros F<*-stamp> do nível de topo."
#. type: textblock
-#: debhelper.pod:428
+#: debhelper.pod:459
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1122,17 +1189,17 @@ msgstr ""
"alterações da origem se nenhum for especificado."
#. type: =item
-#: debhelper.pod:435
+#: debhelper.pod:466
msgid "v8"
msgstr "v8"
#. type: textblock
-#: debhelper.pod:437
+#: debhelper.pod:468
msgid "Changes from v7 are:"
msgstr "As alterações a partir de v7 são:"
#. type: textblock
-#: debhelper.pod:443
+#: debhelper.pod:474
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1140,7 +1207,7 @@ msgstr ""
"opções desconhecidas."
#. type: textblock
-#: debhelper.pod:447
+#: debhelper.pod:478
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. "
@@ -1156,7 +1223,7 @@ msgstr ""
"pacotes falhem a compilar."
#. type: textblock
-#: debhelper.pod:455
+#: debhelper.pod:486
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 $@>"
@@ -1167,7 +1234,7 @@ msgstr ""
"--foo>\", e não \"B<dh --foo $@>"
#. type: textblock
-#: debhelper.pod:460
+#: debhelper.pod:491
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1176,17 +1243,17 @@ msgstr ""
"F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:466
+#: debhelper.pod:497
msgid "v9"
msgstr "v9"
#. type: textblock
-#: debhelper.pod:468
+#: debhelper.pod:499
msgid "Changes from v8 are:"
msgstr "As alterações a partir de v8 são:"
#. type: textblock
-#: debhelper.pod:474
+#: debhelper.pod:505
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
@@ -1195,7 +1262,7 @@ msgstr ""
"directórios de multi-arquitectura ao autoconf em --libdir e --libexecdir."
#. type: textblock
-#: debhelper.pod:479
+#: debhelper.pod:510
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 "
@@ -1209,7 +1276,7 @@ msgstr ""
"explícitas em outras metas."
#. type: textblock
-#: debhelper.pod:486
+#: debhelper.pod:517
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
@@ -1218,7 +1285,7 @@ msgstr ""
"tamanho instalado dos pacotes -dbg."
#. type: textblock
-#: debhelper.pod:491
+#: debhelper.pod:522
msgid ""
"B<dh_auto_configure> does not include the source package name in --"
"libexecdir when using autoconf."
@@ -1227,12 +1294,12 @@ msgstr ""
"quando usa autoconf."
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:527
msgid "B<dh> does not default to enabling --with=python-support"
msgstr "B<dh> não tem por predefinição a activação de --with=python-support"
#. type: textblock
-#: debhelper.pod:498
+#: debhelper.pod:529
msgid ""
"(Obsolete: As the B<dh_pysupport> tool was removed from Debian stretch. "
"Since debhelper/10.3, B<dh> no longer enables this sequence add-on "
@@ -1243,7 +1310,7 @@ msgstr ""
"on independentemente do nível de compatibilidade)"
#. type: textblock
-#: debhelper.pod:504
+#: debhelper.pod:535
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."
@@ -1253,7 +1320,7 @@ msgstr ""
"definidas."
#. type: textblock
-#: debhelper.pod:510
+#: debhelper.pod:541
msgid ""
"B<dh_auto_configure> passes B<dpkg-buildflags> CFLAGS, CPPFLAGS, and LDFLAGS "
"to perl F<Makefile.PL> and F<Build.PL>"
@@ -1262,7 +1329,7 @@ msgstr ""
"para F<Makefile.PL> e F<Build.PL> de perl."
#. type: textblock
-#: debhelper.pod:515
+#: debhelper.pod:546
msgid ""
"B<dh_strip> puts separated debug symbols in a location based on their build-"
"id."
@@ -1271,7 +1338,7 @@ msgstr ""
"seu build-id."
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:551
msgid ""
"Executable debhelper config files are run and their output used as the "
"configuration."
@@ -1280,17 +1347,17 @@ msgstr ""
"resultados usados como configuração."
#. type: =item
-#: debhelper.pod:525
+#: debhelper.pod:556
msgid "v10"
msgstr "v10"
#. type: textblock
-#: debhelper.pod:527
+#: debhelper.pod:558
msgid "Changes from v9 are:"
msgstr "As alterações a partir de v9 são:"
#. type: textblock
-#: debhelper.pod:533
+#: debhelper.pod:564
msgid ""
"B<dh_installinit> will no longer install a file named debian/I<package> as "
"an init script."
@@ -1299,7 +1366,7 @@ msgstr ""
"como um script de iniciação (init)."
#. type: textblock
-#: debhelper.pod:538
+#: debhelper.pod:569
msgid ""
"B<dh_installdocs> will error out if it detects links created with --link-doc "
"between packages of architecture \"all\" and non-\"all\" as it breaks "
@@ -1310,7 +1377,7 @@ msgstr ""
"binNMUs."
#. type: textblock
-#: debhelper.pod:544
+#: debhelper.pod:575
msgid ""
"B<dh_installdeb> no longer installs a maintainer-provided debian/I<package>."
"shlibs file. This is now done by B<dh_makeshlibs> instead."
@@ -1320,7 +1387,7 @@ msgstr ""
"B<dh_makeshlibs>."
#. type: textblock
-#: debhelper.pod:550
+#: debhelper.pod:581
msgid ""
"B<dh_installwm> refuses to create a broken package if no man page can be "
"found (required to register for the x-window-manager alternative)."
@@ -1330,7 +1397,7 @@ msgstr ""
"window-manager)."
#. type: textblock
-#: debhelper.pod:555
+#: debhelper.pod:586
msgid ""
"Debhelper will default to B<--parallel> for all buildsystems that support "
"parallel building. This can be disabled by using either B<--no-parallel> or "
@@ -1341,7 +1408,7 @@ msgstr ""
"usando B<--no-parallel> ou passando B<--max-parallel> com o valor de 1."
#. type: textblock
-#: debhelper.pod:561
+#: debhelper.pod:592
msgid ""
"The B<dh> command will not accept any of the deprecated \"manual sequence "
"control\" parameters (B<--before>, B<--after>, etc.). Please use override "
@@ -1352,14 +1419,14 @@ msgstr ""
"utilize metas de sobreposição em vez destes."
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:596
msgid ""
"B<Retroactively applied to earlier compat levels>: B<dh> no longer accepts "
"any of these since debhelper/12.4."
msgstr ""
#. type: textblock
-#: debhelper.pod:570
+#: debhelper.pod:601
msgid ""
"The B<dh> command will no longer use log files to track which commands have "
"been run. The B<dh> command I<still> keeps track of whether it already ran "
@@ -1370,12 +1437,12 @@ msgstr ""
"a sequência de \"compilação\" e salta-a se já o fez."
#. type: textblock
-#: debhelper.pod:574
+#: debhelper.pod:605
msgid "The main effects of this are:"
msgstr "Os principais efeitos disto são:"
#. type: textblock
-#: debhelper.pod:580
+#: debhelper.pod:611
msgid ""
"With this, it is now easier to debug the I<install> or/and I<binary> "
"sequences because they can now trivially be re-run (without having to do a "
@@ -1386,7 +1453,7 @@ msgstr ""
"fazer um ciclo de \"limpar e recompilar\" completo."
#. type: textblock
-#: debhelper.pod:586
+#: debhelper.pod:617
msgid ""
"The main caveat is that B<dh_*> now only keeps track of what happened in a "
"single override target. When all the calls to a given B<dh_cmd> command "
@@ -1398,12 +1465,12 @@ msgstr ""
"funcionar como dantes."
#. type: textblock
-#: debhelper.pod:591
+#: debhelper.pod:622
msgid "Example of where it can go wrong:"
msgstr "Exemplo de onde pode falhar:"
#. type: verbatim
-#: debhelper.pod:593
+#: debhelper.pod:624
#, no-wrap
msgid ""
" override_dh_foo:\n"
@@ -1415,7 +1482,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: debhelper.pod:596
+#: debhelper.pod:627
#, no-wrap
msgid ""
" override_dh_bar:\n"
@@ -1429,7 +1496,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:600
+#: debhelper.pod:631
msgid ""
"In this case, the call to B<dh_foo --remaining> will I<also> include I<my-"
"pkg>, since B<dh_foo -pmy-pkg> was run in a separate override target. This "
@@ -1441,7 +1508,7 @@ msgstr ""
"B<-a>, B<-i>, etc."
#. type: textblock
-#: debhelper.pod:609
+#: debhelper.pod:640
msgid ""
"The B<dh_installdeb> command now shell-escapes the lines in the "
"F<maintscript> config file. This was the original intent but it did not "
@@ -1454,7 +1521,7 @@ msgstr ""
"de shell\" incompleto (ex. ao mencionar nomes de ficheiros)."
#. type: textblock
-#: debhelper.pod:616
+#: debhelper.pod:647
msgid ""
"The B<dh_installinit> command now defaults to B<--restart-after-upgrade>. "
"For packages needing the previous behaviour, please use B<--no-restart-after-"
@@ -1465,7 +1532,7 @@ msgstr ""
"B<--no-restart-after-upgrade>."
#. type: textblock
-#: debhelper.pod:622
+#: debhelper.pod:653
msgid ""
"The B<autoreconf> sequence is now enabled by default. Please pass B<--"
"without autoreconf> to B<dh> if this is not desirable for a given package"
@@ -1475,7 +1542,7 @@ msgstr ""
"determinado pacote"
#. type: textblock
-#: debhelper.pod:628
+#: debhelper.pod:659
msgid ""
"The B<systemd> sequence is now enabled by default. Please pass B<--without "
"systemd> to B<dh> if this is not desirable for a given package."
@@ -1485,7 +1552,7 @@ msgstr ""
"pacote."
#. type: textblock
-#: debhelper.pod:634
+#: debhelper.pod:665
msgid ""
"B<Retroactively removed>: B<dh> no longer creates the package build "
"directory when skipping running debhelper commands. This will not affect "
@@ -1498,7 +1565,7 @@ msgstr ""
"bugs em comandos não incluídos no debhelper."
#. type: textblock
-#: debhelper.pod:639
+#: debhelper.pod:670
msgid ""
"This compatibility feature had a bug since its inception in "
"debhelper/9.20130516 that made it fail to apply in compat 9 and earlier. As "
@@ -1511,17 +1578,35 @@ msgstr ""
"bug nesses -5 anos, este item foi removido em vez de corrigido."
#. type: =item
-#: debhelper.pod:646
+#: debhelper.pod:677
msgid "v11"
msgstr "v11"
#. type: textblock
-#: debhelper.pod:648
+#: debhelper.pod:679
+#, fuzzy
+#| msgid "This mode is deprecated."
+msgid "This mode is discouraged."
+msgstr "Este modo está descontinuado."
+
+#. type: textblock
+#: debhelper.pod:681
+msgid ""
+"The compat 11 is discouraged for new packages as it suffers from feature "
+"interaction between L<dh_installinit> and L<dh_installsystemd> causing "
+"services to not run correctly in some cases. Please consider using "
+"compatibility mode 10 or 12 instead. More details about the issue are "
+"available in Debian#887904 and L<https://lists.debian.org/debian-"
+"release/2019/04/msg01442.html>."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:688
msgid "Changes from v10 are:"
msgstr "As alterações a partir de v10 são:"
#. type: textblock
-#: debhelper.pod:654
+#: debhelper.pod:694
msgid ""
"B<dh_installinit> no longer installs F<service> or F<tmpfile> files, nor "
"generates maintainer scripts for those files. Please use the new "
@@ -1532,7 +1617,7 @@ msgstr ""
"ajudante B<dh_installsystemd>"
#. type: textblock
-#: debhelper.pod:660
+#: debhelper.pod:700
msgid ""
"The B<dh_systemd_enable> and B<dh_systemd_start> helpers have been replaced "
"by the new B<dh_installsystemd> helper. For the same reason, the B<systemd> "
@@ -1546,7 +1631,7 @@ msgstr ""
"sobreposição vazio."
#. type: textblock
-#: debhelper.pod:666
+#: debhelper.pod:706
msgid ""
"Please note that the B<dh_installsystemd> tool has a slightly different "
"behaviour in some cases (e.g. when using the B<--name> parameter)."
@@ -1556,7 +1641,7 @@ msgstr ""
"name>)."
#. type: textblock
-#: debhelper.pod:672
+#: debhelper.pod:712
msgid ""
"B<dh_installdirs> no longer creates debian/I<package> directories unless "
"explicitly requested (or it has to create a subdirectory in it)."
@@ -1565,12 +1650,12 @@ msgstr ""
"seja explicitamente pedido (ou se tiver de criar um sub-directório nele)."
#. type: textblock
-#: debhelper.pod:676
+#: debhelper.pod:716
msgid "The vast majority of all packages will be unaffected by this change."
msgstr "A grande maioria dos pacotes não serão afectados por esta alteração."
#. type: textblock
-#: debhelper.pod:680
+#: debhelper.pod:720
msgid ""
"The B<makefile> buildsystem now passes B<INSTALL=\"install --strip-"
"program=true\"> to L<make(1)>. Derivative buildsystems (e.g. B<configure> "
@@ -1581,7 +1666,7 @@ msgstr ""
"B<configure> ou B<cmake>) não são afectados por esta alteração."
#. type: textblock
-#: debhelper.pod:686
+#: debhelper.pod:726
msgid ""
"The B<autoconf> buildsystem now passes B<--runstatedir=/run> to F<./"
"configure>."
@@ -1590,7 +1675,7 @@ msgstr ""
"F<./configure>."
#. type: textblock
-#: debhelper.pod:691
+#: debhelper.pod:731
msgid ""
"The B<cmake> buildsystem now passes B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to "
"L<cmake(1)>."
@@ -1599,7 +1684,7 @@ msgstr ""
"run> para L<cmake(1)>."
#. type: textblock
-#: debhelper.pod:696
+#: debhelper.pod:736
msgid ""
"B<dh_installman> will now prefer detecting the language from the path name "
"rather than the extension."
@@ -1608,7 +1693,7 @@ msgstr ""
"caminho em vez de a extensão."
#. type: textblock
-#: debhelper.pod:701
+#: debhelper.pod:741
msgid ""
"B<dh_auto_install> will now only create the destination directory it needs. "
"Previously, it would create the package build directory for all packages. "
@@ -1622,7 +1707,7 @@ msgstr ""
"debhelper."
#. type: textblock
-#: debhelper.pod:709
+#: debhelper.pod:749
msgid ""
"The helpers B<dh_installdocs>, B<dh_installexamples>, B<dh_installinfo>, and "
"B<dh_installman> now error out if their config has a pattern that does not "
@@ -1633,7 +1718,7 @@ msgstr ""
"não coincida com nada ou faça referência a um caminho que não exista."
#. type: textblock
-#: debhelper.pod:713
+#: debhelper.pod:753
msgid ""
"Known exceptions include building with the B<nodoc> profile, where the above "
"tools will silently permit failed matches where the patterns are used to "
@@ -1644,7 +1729,7 @@ msgstr ""
"os padrões são usados para especificar documentação."
#. type: textblock
-#: debhelper.pod:719
+#: debhelper.pod:759
msgid ""
"The helpers B<dh_installdocs>, B<dh_installexamples>, B<dh_installinfo>, and "
"B<dh_installman> now accept the parameter B<--sourcedir> with same meaning "
@@ -1657,7 +1742,7 @@ msgstr ""
"fall back) a F<debian/tmp> como B<dh_install>."
#. type: textblock
-#: debhelper.pod:724
+#: debhelper.pod:764
msgid ""
"Migration note: A bug in debhelper 11 up to 11.1.5 made B<dh_installinfo> "
"incorrectly ignore B<--sourcedir>."
@@ -1666,7 +1751,7 @@ msgstr ""
"B<dh_installinfo> ignore incorrectamente B<--sourcedir>."
#. type: textblock
-#: debhelper.pod:729
+#: debhelper.pod:769
msgid ""
"The B<perl-makemaker> and B<perl-build> build systems no longer pass B<-I.> "
"to perl. Packages that still need this behaviour can emulate it by using "
@@ -1679,7 +1764,7 @@ msgstr ""
"PERL5LIB=.> no seu ficheiro debian/rules (ou semelhante)."
#. type: textblock
-#: debhelper.pod:736
+#: debhelper.pod:776
msgid ""
"The B<PERL_USE_UNSAFE_INC> environment variable is no longer set by B<dh> or "
"any of the B<dh_auto_*> tools. It was added as a temporary work around to "
@@ -1691,7 +1776,7 @@ msgstr ""
"tempo."
#. type: textblock
-#: debhelper.pod:741
+#: debhelper.pod:781
msgid ""
"Note this item will eventually become obsolete as upstream intends to drop "
"support for the B<PERL_USE_UNSAFE_INC> environment variable. When perl "
@@ -1704,7 +1789,7 @@ msgstr ""
"retroactivamente dos níveis de compatibilidade existentes."
#. type: textblock
-#: debhelper.pod:748
+#: debhelper.pod:788
msgid ""
"The B<dh_makeshlibs> helper will now exit with an error if objdump returns a "
"non-zero exit from analysing a given file."
@@ -1713,7 +1798,7 @@ msgstr ""
"uma saída não-zero a partir da análise de um determinado ficheiro."
#. type: textblock
-#: debhelper.pod:753
+#: debhelper.pod:793
msgid ""
"The B<dh_installdocs> and B<dh_installexamples> tools may now install "
"I<most> of the documentation in a different path to comply with the "
@@ -1724,7 +1809,7 @@ msgstr ""
"a recomendação da política Debian §12.3 (desde versão 3.9.7)."
#. type: textblock
-#: debhelper.pod:757
+#: debhelper.pod:797
msgid ""
"Note that if a given source package only contains a single binary package in "
"F<debian/control> or none of the packages are I<-doc> packages, then this "
@@ -1737,7 +1822,7 @@ msgstr ""
"próxima alteração."
#. type: textblock
-#: debhelper.pod:762
+#: debhelper.pod:802
msgid ""
"By default, these tools will now attempt to determine a \"main package for "
"the documentation\" (called a I<doc-main-package> from here on) for every I<-"
@@ -1754,7 +1839,7 @@ msgstr ""
"será na mesma enviada no pacote I<-doc>."
#. type: textblock
-#: debhelper.pod:770
+#: debhelper.pod:810
msgid ""
"The B<--doc-main-package> option can be used when the auto-detection is "
"insufficient or to reset the path to its previous value if there is a reason "
@@ -1765,7 +1850,7 @@ msgstr ""
"existir razão para divergir da recomendação da politica Debian."
#. type: textblock
-#: debhelper.pod:774
+#: debhelper.pod:814
msgid ""
"Some documentation will not be affected by this change. These exceptions "
"include the copyright file, changelog files, README.Debian, etc. These "
@@ -1777,7 +1862,7 @@ msgstr ""
">>."
#. type: textblock
-#: debhelper.pod:781
+#: debhelper.pod:821
msgid ""
"The B<dh_strip> and B<dh_shlibdeps> tools no longer uses filename patterns "
"to determine which files to process. Instead, they open the file and look "
@@ -1790,29 +1875,29 @@ msgstr ""
"ficheiro é um objecto partilhado ou um executável ELF."
#. type: textblock
-#: debhelper.pod:786
+#: debhelper.pod:826
msgid "This change may cause the tools to process more files than previously."
msgstr ""
"Esta alteração fazer com que as ferramentas processem mais ficheiros que "
"anteriormente."
#. type: =item
-#: debhelper.pod:790
+#: debhelper.pod:830
msgid "v12"
msgstr "v12"
#. type: textblock
-#: debhelper.pod:792
+#: debhelper.pod:832
msgid "This is the recommended mode of operation."
msgstr "Este é o modo de operação recomendado."
#. type: textblock
-#: debhelper.pod:794
+#: debhelper.pod:834
msgid "Changes from v11 are:"
msgstr "As alterações a partir de v11 são:"
#. type: textblock
-#: debhelper.pod:800
+#: debhelper.pod:840
msgid ""
"The B<dh_makeshlibs> tool now generates shlibs files with versioned "
"dependency by default. This means that B<-VUpstream-Version> (a.k.a. B<-V>) "
@@ -1823,7 +1908,7 @@ msgstr ""
"V>) é agora a predefinição."
#. type: textblock
-#: debhelper.pod:804
+#: debhelper.pod:844
msgid ""
"If an unversioned dependency in the shlibs file is wanted, this can be "
"obtained by passing B<-VNone> instead. However, please see "
@@ -1834,7 +1919,7 @@ msgstr ""
"L<dh_makeshlibs(1)> para a problemática das dependências sem versão."
#. type: textblock
-#: debhelper.pod:810
+#: debhelper.pod:850
msgid ""
"The B<-s> (B<--same-arch>) option is removed. Please use B<-a> (B<--arch>) "
"instead."
@@ -1843,7 +1928,7 @@ msgstr ""
"em vez desta."
#. type: textblock
-#: debhelper.pod:814
+#: debhelper.pod:854
msgid ""
"Invoking B<dh_clean -k> now causes an error instead of a deprecation warning."
msgstr ""
@@ -1851,7 +1936,7 @@ msgstr ""
"descontinuação."
#. type: textblock
-#: debhelper.pod:819
+#: debhelper.pod:859
msgid ""
"The B<--no-restart-on-upgrade> option in B<dh_installinit> has been "
"removed. Please use the new name B<--no-stop-on-upgrade>"
@@ -1860,7 +1945,7 @@ msgstr ""
"favor use o novo nome B<--no-stop-on-upgrade>"
#. type: textblock
-#: debhelper.pod:824
+#: debhelper.pod:864
msgid ""
"There was a bug in the B<doit> (and similar) functions from L<Debian::"
"Debhelper::Dh_Lib> that made them spawn a shell in one particular "
@@ -1874,7 +1959,7 @@ msgstr ""
"encontrado\"."
#. type: textblock
-#: debhelper.pod:831
+#: debhelper.pod:871
msgid ""
"The B<--list-missing> and B<--fail-missing> in B<dh_install> has been "
"removed. Please use B<dh_missing> and its corresponding options, which can "
@@ -1885,7 +1970,7 @@ msgstr ""
"também ver os ficheiros instalados por outros ajudantes."
#. type: textblock
-#: debhelper.pod:837
+#: debhelper.pod:877
msgid ""
"The B<dh_installinit> helper no longer installs configuration for the "
"upstart init system. Instead, it will abort the build if it finds an old "
@@ -1900,7 +1985,7 @@ msgstr ""
"configuração empacotados em versões anteriores do pacote (caso existam)."
#. type: textblock
-#: debhelper.pod:845
+#: debhelper.pod:885
msgid ""
"The B<dh_installdeb> tool will do basic validation of some L<dpkg-"
"maintscript-helper(1)> commands and will error out if the commands appear to "
@@ -1911,13 +1996,13 @@ msgstr ""
"parecerem ser inválidos."
#. type: textblock
-#: debhelper.pod:851
+#: debhelper.pod:891
msgid "The B<dh_missing> tool will now default to B<--list-missing>."
msgstr ""
"A ferramenta B<dh_missing> irá agora usar por predefinição B<--list-missing>."
#. type: textblock
-#: debhelper.pod:855
+#: debhelper.pod:895
msgid ""
"The B<dh_makeshlibs> tool will now only pass libraries to L<dpkg-"
"gensymbols(1)> if the ELF binary has a SONAME (containing \".so\")."
@@ -1926,7 +2011,7 @@ msgstr ""
"L<dpkg-gensymbols(1)> se o binário ELF tiver um SONAME (contendo \".so\")."
#. type: textblock
-#: debhelper.pod:860
+#: debhelper.pod:900
msgid ""
"The B<dh_compress> tool no longer compresses examples (i.e. anything "
"installed in F<</usr/share/doc/I<package>/examples>>.)"
@@ -1935,7 +2020,7 @@ msgstr ""
"instalado em F<</usr/share/doc/I<pacote>/examples>>.)"
#. type: textblock
-#: debhelper.pod:865
+#: debhelper.pod:905
msgid ""
"The standard sequence in B<dh> now includes B<dh_dwz> and "
"B<dh_installinitramfs> by default. This makes the B<dwz> and "
@@ -1950,7 +2035,7 @@ msgstr ""
"vazio para eles em F<debian/rules> (ex. I<override_dh_dwz:>)"
#. type: textblock
-#: debhelper.pod:874
+#: debhelper.pod:914
msgid ""
"The build systems B<meson> and B<autoconf> no longer explicitly set the B<--"
"libexecdir> variable and thus relies on the build system default - which "
@@ -1962,7 +2047,7 @@ msgstr ""
"adoptado em Debian Policy 4.1.5)."
#. type: textblock
-#: debhelper.pod:879
+#: debhelper.pod:919
msgid ""
"If a particular upstream package does not use the correct default, the "
"parameter can often be passed manually via L<dh_auto_configure(1)>. E.g. "
@@ -1973,7 +2058,7 @@ msgstr ""
"L<dh_auto_configure(1)>. Por exemplo via seguinte exemplo:"
#. type: verbatim
-#: debhelper.pod:883
+#: debhelper.pod:923
#, no-wrap
msgid ""
" override_dh_auto_configure:\n"
@@ -1985,12 +2070,12 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:886
+#: debhelper.pod:926
msgid "Note the B<--> before the B<--libexecdir> parameter."
msgstr "Note o B<--> antes do parâmetro B<--libexecdir>."
#. type: textblock
-#: debhelper.pod:890
+#: debhelper.pod:930
msgid ""
"The B<dh_installdeb> tool no longer installs the maintainer provided "
"F<conffiles> file. The file has mostly been obsolete since compatibility "
@@ -2003,7 +2088,7 @@ msgstr ""
"automaticamente o ficheiro de controle F<conffiles> resultante."
#. type: textblock
-#: debhelper.pod:897
+#: debhelper.pod:937
msgid ""
"The B<dh_installsystemd> tool no longer relies on B<dh_installinit> for "
"handling systemd services that have a sysvinit alternative. Both tools must "
@@ -2016,7 +2101,7 @@ msgstr ""
"serviço é arrancado correctamente sob ambos sysvinit e systemd."
#. type: textblock
-#: debhelper.pod:902
+#: debhelper.pod:942
msgid ""
"If you have an override for B<dh_installinit> (e.g. to call it with B<--no-"
"start>) then you will probably need one for B<dh_installsystemd> as well now."
@@ -2026,7 +2111,7 @@ msgstr ""
"B<dh_installsystemd>."
#. type: textblock
-#: debhelper.pod:906
+#: debhelper.pod:946
msgid ""
"This change makes B<dh_installinit> inject a I<misc:Pre-Depends> for B<< "
"init-system-helpers (>= 1.54~) >>. Please ensure that the package lists B<"
@@ -2039,7 +2124,7 @@ msgstr ""
"para a compatibilidade 12."
#. type: textblock
-#: debhelper.pod:913
+#: debhelper.pod:953
msgid ""
"The third-party B<dh_golang> tool (from B<dh-golang> package) now defaults "
"on honoring B<DH_GOLANG_EXCLUDES> variable for source installation in -dev "
@@ -2055,7 +2140,7 @@ msgstr ""
"e exemplos"
#. type: textblock
-#: debhelper.pod:921
+#: debhelper.pod:961
msgid ""
"B<dh_installsystemduser> is now included in the B<dh> standard sequence by "
"default."
@@ -2064,7 +2149,7 @@ msgstr ""
"predefinição."
#. type: textblock
-#: debhelper.pod:926
+#: debhelper.pod:966
msgid ""
"The B<python-distutils> buildsystem is now removed. Please use the third-"
"party build system B<pybuild> instead."
@@ -2073,12 +2158,12 @@ msgstr ""
"use o sistema de compilação de terceiros B<pybuild> em substituição."
#. type: =item
-#: debhelper.pod:931
+#: debhelper.pod:971
msgid "v13"
msgstr "v13"
#. type: textblock
-#: debhelper.pod:933 strings-kept-translations.pod:9
+#: debhelper.pod:973 strings-kept-translations.pod:9
msgid ""
"This compatibility level is still open for development; use with caution."
msgstr ""
@@ -2086,12 +2171,12 @@ msgstr ""
"cuidado."
#. type: textblock
-#: debhelper.pod:935
+#: debhelper.pod:975
msgid "Changes from v12 are:"
msgstr "As alterações a partir de v12 são:"
#. type: textblock
-#: debhelper.pod:941
+#: debhelper.pod:981
msgid ""
"The B<meson+ninja> build system now uses B<meson test> instead of B<ninja "
"test> when running the test suite. Any override of B<dh_auto_test> that "
@@ -2105,7 +2190,7 @@ msgstr ""
"com o B<ninja test>."
#. type: textblock
-#: debhelper.pod:949
+#: debhelper.pod:989
msgid ""
"All debhelper like tools based on the official debhelper library (including "
"B<dh> and the official B<dh_*> tools) no longer accepts abbreviated command "
@@ -2114,7 +2199,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:957
+#: debhelper.pod:997
msgid ""
"The ELF related debhelper tools (B<dh_dwz>, B<dh_strip>, B<dh_makeshlibs>, "
"B<dh_shlibdeps>) are now only run for arch dependent packages by default (i."
@@ -2123,14 +2208,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:962
+#: debhelper.pod:1002
msgid ""
"If you need them for B<*-indep> targets, you can add an explicit Build-"
"Depends on B<dh-sequence-elf-tools>."
msgstr ""
#. type: =head1
-#: debhelper.pod:969 dh_auto_test:48 dh_dwz:69 dh_installcatalogs:64
+#: debhelper.pod:1009 dh_auto_test:48 dh_dwz:69 dh_installcatalogs:64
#: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89
#: dh_installinit:205 dh_installinitramfs:53 dh_installman:128
#: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40
@@ -2140,12 +2225,12 @@ msgid "NOTES"
msgstr "NOTAS"
#. type: =head2
-#: debhelper.pod:971
+#: debhelper.pod:1011
msgid "Multiple binary package support"
msgstr "Suporte a pacotes de múltiplos binários"
#. type: textblock
-#: debhelper.pod:973
+#: debhelper.pod:1013
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 "
@@ -2164,7 +2249,7 @@ msgstr ""
"independentes de arquitectura na meta F<debian/rules> binary-indep."
#. type: textblock
-#: debhelper.pod:981
+#: debhelper.pod:1021
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<-"
@@ -2180,7 +2265,7 @@ msgstr ""
"excepções em baixo."
#. type: textblock
-#: debhelper.pod:987
+#: debhelper.pod:1027
msgid ""
"First, any package whose B<Architecture> field in B<debian/control> does not "
"match the B<DEB_HOST_ARCH> architecture will be excluded (L<Debian Policy, "
@@ -2191,7 +2276,7 @@ msgstr ""
"Policy, secção 5.6.8>)."
#. type: textblock
-#: debhelper.pod:991
+#: debhelper.pod:1031
msgid ""
"Also, some additional packages may be excluded based on the contents of the "
"B<DEB_BUILD_PROFILES> environment variable and B<Build-Profiles> fields in "
@@ -2204,12 +2289,12 @@ msgstr ""
"política proposta em L<https://wiki.debian.org/BuildProfileSpec>."
#. type: =head3
-#: debhelper.pod:996
+#: debhelper.pod:1036
msgid "Interaction between package selections and Build-Profiles"
msgstr "Interacção entre selecções de pacotes e Build-Profiles"
#. type: textblock
-#: debhelper.pod:998
+#: debhelper.pod:1038
msgid ""
"Build-Profiles affect which packages are included in the package selections "
"mechanisms in debhelper. Generally, the package selections are described "
@@ -2224,14 +2309,14 @@ msgstr ""
"devido a Build-Profiles activos (ou a falta de Build-Profiles activos)."
#. type: =item
-#: debhelper.pod:1006
+#: debhelper.pod:1046
msgid "-a/--arch, -i/--indep OR no selection options (a raw \"dh_X\" call)"
msgstr ""
"-a/--arch, -i/--indep OU nenhuma opção de selecção (uma chamada \"dh_X\" "
"crua)"
#. type: textblock
-#: debhelper.pod:1008
+#: debhelper.pod:1048
msgid ""
"The package disabled by Build-Profiles is silently excluded from the "
"selection."
@@ -2239,7 +2324,7 @@ msgstr ""
"O pacote desactivado por Build-Profiles é excluído em silêncio da selecção."
#. type: textblock
-#: debhelper.pod:1011
+#: debhelper.pod:1051
msgid ""
"Note you will receive a warning if I<all> packages related to these "
"selections are disabled. In that case, it generally does not make sense to "
@@ -2250,27 +2335,27 @@ msgstr ""
"sentido sequer fazer a compilação."
#. type: =item
-#: debhelper.pod:1015
+#: debhelper.pod:1055
msgid "-N I<package> / --no-package I<package>"
msgstr "-N I<package> / --no-package I<package>"
#. type: textblock
-#: debhelper.pod:1017
+#: debhelper.pod:1057
msgid "The option is accepted and effectively does nothing."
msgstr "A opção é aceite e efectivamente não faz nada."
#. type: =item
-#: debhelper.pod:1019
+#: debhelper.pod:1059
msgid "-p I<package> / --package I<package>"
msgstr "-p I<package> / --package I<package>"
#. type: textblock
-#: debhelper.pod:1021
+#: debhelper.pod:1061
msgid "The option is accepted, but debhelper will not act on the package."
msgstr "A opção é aceite, mas o debhelper não irá actuar no pacote."
#. type: textblock
-#: debhelper.pod:1025
+#: debhelper.pod:1065
msgid ""
"Note that it does not matter whether a package is enabled or disabled by "
"default."
@@ -2279,12 +2364,12 @@ msgstr ""
"predefinição."
#. type: =head2
-#: debhelper.pod:1028
+#: debhelper.pod:1068
msgid "Automatic generation of Debian install scripts"
msgstr "Geração automática de scripts de instalação Debian"
#. type: textblock
-#: debhelper.pod:1030
+#: debhelper.pod:1070
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -2301,7 +2386,7 @@ msgstr ""
"auto-gerado quando você correr o B<dh_installdeb>."
#. type: textblock
-#: debhelper.pod:1037
+#: debhelper.pod:1077
msgid ""
"If a script does not exist at all and debhelper needs to add something to "
"it, then debhelper will create the complete script."
@@ -2310,7 +2395,7 @@ msgstr ""
"então o debhelper irá criar o script completo."
#. type: textblock
-#: debhelper.pod:1040
+#: debhelper.pod:1080
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -2319,7 +2404,7 @@ msgstr ""
"permitem que o seja desactivado pelo parâmetro -n (ver em cima)."
#. type: textblock
-#: debhelper.pod:1043
+#: debhelper.pod:1083
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 "
@@ -2332,7 +2417,7 @@ msgstr ""
"definidos com o comando \"set\"):"
#. type: verbatim
-#: debhelper.pod:1048
+#: debhelper.pod:1088
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -2364,12 +2449,12 @@ msgstr ""
"\n"
#. type: =head2
-#: debhelper.pod:1061
+#: debhelper.pod:1101
msgid "Automatic generation of miscellaneous dependencies."
msgstr "Geração automática de dependências variadas."
#. type: textblock
-#: debhelper.pod:1063
+#: debhelper.pod:1103
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 "
@@ -2388,7 +2473,7 @@ msgstr ""
"debhelper oferece um modo de automatizar isto."
#. type: textblock
-#: debhelper.pod:1071
+#: debhelper.pod:1111
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called B<"
@@ -2402,7 +2487,7 @@ msgstr ""
"que você precisa."
#. type: textblock
-#: debhelper.pod:1076
+#: debhelper.pod:1116
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -2415,12 +2500,12 @@ msgstr ""
"corresponderem à realidade."
#. type: =head2
-#: debhelper.pod:1081
+#: debhelper.pod:1121
msgid "Package build directories"
msgstr "Directórios de compilação de pacotes"
#. type: textblock
-#: debhelper.pod:1083
+#: debhelper.pod:1123
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>."
@@ -2430,7 +2515,7 @@ msgstr ""
"I<pacote>."
#. type: textblock
-#: debhelper.pod:1086
+#: debhelper.pod:1126
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>"
@@ -2449,13 +2534,13 @@ msgstr ""
"programa debhelper irá actuar."
#. type: =head2
-#: debhelper.pod:1094
+#: debhelper.pod:1134
msgid "udebs"
msgstr "udebs"
# FIXME : a udeb
#. type: textblock
-#: debhelper.pod:1096
+#: debhelper.pod:1136
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>. "
@@ -2472,12 +2557,12 @@ msgstr ""
"F<preinst>, F<postrm>, F<prerm>, e F<config>, etc."
#. type: =head1
-#: debhelper.pod:1103
+#: debhelper.pod:1143
msgid "ENVIRONMENT"
msgstr "AMBIENTE"
#. type: textblock
-#: debhelper.pod:1105
+#: debhelper.pod:1145
msgid ""
"The following environment variables can influence the behavior of "
"debhelper. It is important to note that these must be actual environment "
@@ -2493,12 +2578,12 @@ msgstr ""
"DH_VERBOSE>\""
#. type: =item
-#: debhelper.pod:1113
+#: debhelper.pod:1153
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
#. type: textblock
-#: debhelper.pod:1115
+#: debhelper.pod:1155
msgid ""
"Set to B<1> to enable verbose mode. Debhelper will output every command it "
"runs. Also enables verbose build logs for some build systems like autoconf."
@@ -2508,12 +2593,12 @@ msgstr ""
"detalhados para alguns sistemas de compilação como o autoconf."
#. type: =item
-#: debhelper.pod:1118
+#: debhelper.pod:1158
msgid "B<DH_QUIET>"
msgstr "B<DH_QUIET>"
#. type: textblock
-#: debhelper.pod:1120
+#: debhelper.pod:1160
msgid ""
"Set to B<1> to enable quiet mode. Debhelper will not output commands calling "
"the upstream build system nor will dh print which subcommands are called and "
@@ -2530,12 +2615,12 @@ msgstr ""
"definido."
#. type: =item
-#: debhelper.pod:1127
+#: debhelper.pod:1167
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
#. type: textblock
-#: debhelper.pod:1129
+#: debhelper.pod:1169
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value specified via Build-Depends on debhelper-compat or via "
@@ -2546,22 +2631,22 @@ msgstr ""
"compat ou via ficheiro F<debian/compat>."
#. type: =item
-#: debhelper.pod:1133
+#: debhelper.pod:1173
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
#. type: textblock
-#: debhelper.pod:1135
+#: debhelper.pod:1175
msgid "Set to B<1> to enable no-act mode."
msgstr "Defina para B<1> para activar o modo no-act."
#. type: =item
-#: debhelper.pod:1137
+#: debhelper.pod:1177
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:1139
+#: debhelper.pod:1179
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands."
@@ -2570,7 +2655,7 @@ msgstr ""
"comandos de todos os comandos do debhelper."
#. type: textblock
-#: debhelper.pod:1142
+#: debhelper.pod:1182
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."
@@ -2579,12 +2664,12 @@ msgstr ""
"comando do debhelper, o que é geralmente melhor do que usar DH_OPTIONS."
#. type: =item
-#: debhelper.pod:1145
+#: debhelper.pod:1185
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
#. type: textblock
-#: debhelper.pod:1147
+#: debhelper.pod:1187
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 "
@@ -2596,7 +2681,7 @@ msgstr ""
"sua árvore de compilação do pacote."
#. type: textblock
-#: debhelper.pod:1151
+#: debhelper.pod:1191
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 "
@@ -2614,7 +2699,7 @@ msgstr ""
"seu é compilado."
#. type: textblock
-#: debhelper.pod:1158
+#: debhelper.pod:1198
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -2623,12 +2708,12 @@ msgstr ""
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
#. type: =item
-#: debhelper.pod:1161
+#: debhelper.pod:1201
msgid "B<DH_EXTRA_ADDONS>"
msgstr "B<DH_EXTRA_ADDONS>"
#. type: textblock
-#: debhelper.pod:1163
+#: debhelper.pod:1203
msgid ""
"If set, this adds the specified dh addons to be run in the appropriate "
"places in the sequence of commands. This is equivalent to specifying the "
@@ -2642,7 +2727,7 @@ msgstr ""
"ambiente não será executada."
#. type: textblock
-#: debhelper.pod:1168
+#: debhelper.pod:1208
msgid ""
"This is intended to be used by downstreams or specific local configurations "
"that require a debhelper addon to be run during multiple builds without "
@@ -2656,14 +2741,14 @@ msgstr ""
"uma bandeira --with no ficheiro rules."
#. type: =item
-#: debhelper.pod:1173
+#: debhelper.pod:1213
msgid ""
"B<CFLAGS>, B<CPPFLAGS>, B<CXXFLAGS>, B<OBJCFLAGS>, B<OBJCXXFLAGS>, "
"B<GCJFLAGS>, B<FFLAGS>, B<FCFLAGS>, B<LDFLAGS>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1175
+#: debhelper.pod:1215
msgid ""
"By default (in any non-deprecated compat level), debhelper will "
"automatically set these flags by using L<dpkg-buildflags(1)>, when they are "
@@ -2674,7 +2759,7 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:1184 debhelper-obsolete-compat.pod:118 dh:1218
+#: debhelper.pod:1224 debhelper-obsolete-compat.pod:118 dh:1220
#: dh_auto_build:53 dh_auto_clean:55 dh_auto_configure:58 dh_auto_install:97
#: dh_auto_test:64 dh_bugfiles:133 dh_builddeb:182 dh_clean:186 dh_compress:242
#: dh_dwz:161 dh_fixperms:164 dh_gconf:105 dh_gencontrol:207 dh_icons:75
@@ -2683,37 +2768,37 @@ msgstr ""
#: dh_installdocs:444 dh_installemacsen:138 dh_installexamples:175
#: dh_installifupdown:72 dh_installinfo:107 dh_installinit:425
#: dh_installinitramfs:85 dh_installlogcheck:81 dh_installlogrotate:53
-#: dh_installman:362 dh_installmanpages:198 dh_installmenu:88 dh_installmime:63
+#: dh_installman:384 dh_installmanpages:198 dh_installmenu:88 dh_installmime:63
#: dh_installmodules:109 dh_installpam:62 dh_installppp:68 dh_installudev:102
-#: dh_installwm:129 dh_installxfonts:96 dh_link:163 dh_lintian:60
-#: dh_listpackages:35 dh_makeshlibs:447 dh_md5sums:117 dh_movefiles:161
-#: dh_perl:166 dh_prep:70 dh_shlibdeps:204 dh_strip:432 dh_testdir:63
+#: dh_installwm:129 dh_installxfonts:90 dh_link:163 dh_lintian:60
+#: dh_listpackages:35 dh_makeshlibs:456 dh_md5sums:117 dh_movefiles:161
+#: dh_perl:171 dh_prep:70 dh_shlibdeps:204 dh_strip:432 dh_testdir:63
#: dh_testroot:91 dh_usrlocal:136 dh_systemd_enable:281 dh_systemd_start:280
msgid "SEE ALSO"
msgstr "VEJA TAMBÉM"
#. type: =item
-#: debhelper.pod:1188
+#: debhelper.pod:1228
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
#. type: textblock
-#: debhelper.pod:1190
+#: debhelper.pod:1230
msgid "A set of example F<debian/rules> files that use debhelper."
msgstr "Um conjunto de ficheiros F<debian/rules> exemplo que usam debhelper."
#. type: =item
-#: debhelper.pod:1192
+#: debhelper.pod:1232
msgid "L<http://joeyh.name/code/debhelper/>"
msgstr "L<http://joeyh.name/code/debhelper/>"
#. type: textblock
-#: debhelper.pod:1194
+#: debhelper.pod:1234
msgid "Debhelper web site."
msgstr "Sítio web do debhelper."
#. type: =head1
-#: debhelper.pod:1198 dh:1224 dh_auto_build:59 dh_auto_clean:61
+#: debhelper.pod:1238 dh:1226 dh_auto_build:59 dh_auto_clean:61
#: dh_auto_configure:64 dh_auto_install:103 dh_auto_test:70 dh_bugfiles:141
#: dh_builddeb:188 dh_clean:192 dh_compress:248 dh_dwz:167 dh_fixperms:170
#: dh_gconf:111 dh_gencontrol:213 dh_icons:81 dh_install:356
@@ -2721,28 +2806,28 @@ msgstr "Sítio web do debhelper."
#: dh_installdeb:416 dh_installdebconf:134 dh_installdirs:134
#: dh_installdocs:450 dh_installemacsen:145 dh_installexamples:181
#: dh_installifupdown:78 dh_installinfo:113 dh_installinitramfs:93
-#: dh_installlogcheck:87 dh_installlogrotate:59 dh_installman:368
+#: dh_installlogcheck:87 dh_installlogrotate:59 dh_installman:390
#: dh_installmanpages:204 dh_installmenu:96 dh_installmime:69
#: dh_installmodules:115 dh_installpam:68 dh_installppp:74 dh_installudev:108
-#: dh_installwm:135 dh_installxfonts:102 dh_link:169 dh_lintian:68
-#: dh_listpackages:41 dh_makeshlibs:453 dh_md5sums:123 dh_movefiles:167
-#: dh_perl:172 dh_prep:76 dh_shlibdeps:210 dh_strip:438 dh_testdir:69
+#: dh_installwm:135 dh_installxfonts:96 dh_link:169 dh_lintian:68
+#: dh_listpackages:41 dh_makeshlibs:462 dh_md5sums:123 dh_movefiles:167
+#: dh_perl:177 dh_prep:76 dh_shlibdeps:210 dh_strip:438 dh_testdir:69
#: dh_testroot:97 dh_usrlocal:142
msgid "AUTHOR"
msgstr "AUTOR"
#. type: textblock
-#: debhelper.pod:1200 dh:1226 dh_auto_build:61 dh_auto_clean:63
+#: debhelper.pod:1240 dh:1228 dh_auto_build:61 dh_auto_clean:63
#: dh_auto_configure:66 dh_auto_install:105 dh_auto_test:72 dh_builddeb:190
#: dh_clean:194 dh_compress:250 dh_fixperms:172 dh_gencontrol:215
#: dh_install:358 dh_installchangelogs:310 dh_installcron:86 dh_installdeb:418
#: dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452
#: dh_installemacsen:147 dh_installexamples:183 dh_installifupdown:80
#: dh_installinfo:115 dh_installinit:433 dh_installlogrotate:61
-#: dh_installman:370 dh_installmanpages:206 dh_installmenu:98 dh_installmime:71
+#: dh_installman:392 dh_installmanpages:206 dh_installmenu:98 dh_installmime:71
#: dh_installmodules:117 dh_installpam:70 dh_installppp:76 dh_installudev:110
-#: dh_installwm:137 dh_installxfonts:104 dh_link:171 dh_listpackages:43
-#: dh_makeshlibs:455 dh_md5sums:125 dh_movefiles:169 dh_prep:78
+#: dh_installwm:137 dh_installxfonts:98 dh_link:171 dh_listpackages:43
+#: dh_makeshlibs:464 dh_md5sums:125 dh_movefiles:169 dh_prep:78
#: dh_shlibdeps:212 dh_strip:440 dh_testdir:71 dh_testroot:99
msgid "Joey Hess <joeyh@debian.org>"
msgstr "Joey Hess <joeyh@debian.org>"
@@ -2934,18 +3019,18 @@ msgstr ""
"B<dh_install> resulta em erro se as \"wildcards\" expandirem para nada."
#. type: textblock
-#: debhelper-obsolete-compat.pod:120 dh:1220 dh_auto_build:55 dh_auto_clean:57
+#: debhelper-obsolete-compat.pod:120 dh:1222 dh_auto_build:55 dh_auto_clean:57
#: dh_auto_configure:60 dh_auto_install:99 dh_auto_test:66 dh_builddeb:184
#: dh_clean:188 dh_compress:244 dh_dwz:163 dh_fixperms:166 dh_gconf:107
#: dh_gencontrol:209 dh_install:352 dh_installcatalogs:127
#: dh_installchangelogs:304 dh_installcron:80 dh_installdeb:412
#: dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446
#: dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109
-#: dh_installlogcheck:83 dh_installlogrotate:55 dh_installman:364
+#: dh_installlogcheck:83 dh_installlogrotate:55 dh_installman:386
#: dh_installmanpages:200 dh_installmime:65 dh_installmodules:111
#: dh_installpam:64 dh_installppp:70 dh_installudev:104 dh_installwm:131
-#: dh_installxfonts:98 dh_link:165 dh_listpackages:37 dh_makeshlibs:449
-#: dh_md5sums:119 dh_movefiles:163 dh_perl:168 dh_prep:72 dh_strip:434
+#: dh_installxfonts:92 dh_link:165 dh_listpackages:37 dh_makeshlibs:458
+#: dh_md5sums:119 dh_movefiles:163 dh_perl:173 dh_prep:72 dh_strip:434
#: dh_testdir:65 dh_testroot:93 dh_usrlocal:138 dh_systemd_start:282
msgid "L<debhelper(7)>"
msgstr "L<debhelper(7)>"
@@ -3188,7 +3273,7 @@ msgstr ""
"assim como para opções mais especializadas."
#. type: =head1
-#: dh:112 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:180
+#: dh:112 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:185
#: dh_shlibdeps:78
msgid "EXAMPLES"
msgstr "EXEMPLOS"
@@ -3682,19 +3767,19 @@ msgstr ""
"assegurar que eles apenas trabalham em pacotes dependentes da arquitectura."
#. type: textblock
-#: dh:1222 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62
+#: dh:1224 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62
#: dh_auto_install:101 dh_auto_test:68 dh_bugfiles:139 dh_builddeb:186
#: dh_clean:190 dh_compress:246 dh_dwz:165 dh_fixperms:168 dh_gconf:109
#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:306
#: dh_installcron:82 dh_installdeb:414 dh_installdebconf:132 dh_installdirs:132
#: dh_installdocs:448 dh_installemacsen:143 dh_installexamples:179
#: dh_installifupdown:76 dh_installinfo:111 dh_installinit:429
-#: dh_installinitramfs:91 dh_installlogrotate:57 dh_installman:366
+#: dh_installinitramfs:91 dh_installlogrotate:57 dh_installman:388
#: dh_installmanpages:202 dh_installmenu:94 dh_installmime:67
#: dh_installmodules:113 dh_installpam:66 dh_installppp:72 dh_installudev:106
-#: dh_installwm:133 dh_installxfonts:100 dh_link:167 dh_lintian:64
-#: dh_listpackages:39 dh_makeshlibs:451 dh_md5sums:121 dh_movefiles:165
-#: dh_perl:170 dh_prep:74 dh_shlibdeps:208 dh_strip:436 dh_testdir:67
+#: dh_installwm:133 dh_installxfonts:94 dh_link:167 dh_lintian:64
+#: dh_listpackages:39 dh_makeshlibs:460 dh_md5sums:121 dh_movefiles:165
+#: dh_perl:175 dh_prep:74 dh_shlibdeps:208 dh_strip:436 dh_testdir:67
#: dh_testroot:95 dh_usrlocal:140
msgid "This program is a part of debhelper."
msgstr "Este programa é parte do debhelper."
@@ -3753,7 +3838,7 @@ msgstr ""
#. type: =item
#: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59
#: dh_auto_test:41 dh_builddeb:48 dh_dwz:62 dh_gencontrol:42
-#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:174 dh_shlibdeps:41
+#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:179 dh_shlibdeps:41
msgid "B<--> I<params>"
msgstr "B<--> I<params>"
@@ -9121,17 +9206,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh_makeshlibs:176
+#: dh_makeshlibs:174
+msgid ""
+"This may be useful in case you do not want a shlibs file at all for the udeb "
+"because no package will depend on it. E.g. because adding a udeb package "
+"for the library was \"overkill\" and the library is embedded in a different "
+"udeb package."
+msgstr ""
+
+#. type: textblock
+#: dh_makeshlibs:181
msgid "Pass I<params> to L<dpkg-gensymbols(1)>."
msgstr "Passa I<params> para L<dpkg-gensymbols(1)>."
#. type: =item
-#: dh_makeshlibs:184
+#: dh_makeshlibs:189
msgid "B<dh_makeshlibs -VNone>"
msgstr "B<dh_makeshlibs -VNone>"
#. type: verbatim
-#: dh_makeshlibs:186
+#: dh_makeshlibs:191
#, no-wrap
msgid ""
"Assuming this is a package named F<libfoobar1>, generates a shlibs file that\n"
@@ -9145,12 +9239,12 @@ msgstr ""
"\n"
#. type: =item
-#: dh_makeshlibs:190
+#: dh_makeshlibs:195
msgid "B<dh_makeshlibs -VUpstream-Version>"
msgstr "B<dh_makeshlibs -VUpstream-Version>"
#. type: verbatim
-#: dh_makeshlibs:192
+#: dh_makeshlibs:197
#, no-wrap
msgid ""
"Assuming the current version of the package is 1.1-3, generates a shlibs\n"
@@ -9164,12 +9258,12 @@ msgstr ""
"\n"
#. type: =item
-#: dh_makeshlibs:196
+#: dh_makeshlibs:201
msgid "B<dh_makeshlibs -V 'libfoobar1 (E<gt>= 1.0)'>"
msgstr "B<dh_makeshlibs -V 'libfoobar1 (E<gt>= 1.0)'>"
#. type: verbatim
-#: dh_makeshlibs:198
+#: dh_makeshlibs:203
#, no-wrap
msgid ""
"Generates a shlibs file that looks something like:\n"
@@ -9483,7 +9577,7 @@ msgid "Perl policy, version 1.20"
msgstr "Perl policy, versão 1.20"
#. type: textblock
-#: dh_perl:174
+#: dh_perl:179
msgid "Brendan O'Dea <bod@debian.org>"
msgstr "Brendan O'Dea <bod@debian.org>"