summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/po4a/po/de.po574
-rw-r--r--man/po4a/po/debhelper.pot509
-rw-r--r--man/po4a/po/es.po568
-rw-r--r--man/po4a/po/fr.po580
-rw-r--r--man/po4a/po/ja.po573
-rw-r--r--man/po4a/po/pt.po577
6 files changed, 1883 insertions, 1498 deletions
diff --git a/man/po4a/po/de.po b/man/po4a/po/de.po
index 467f7f45..a5616c5f 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: 2018-05-20 20:32+0000\n"
+"POT-Creation-Date: 2018-06-23 17:51+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"
@@ -295,25 +295,74 @@ msgstr ""
#: debhelper.pod:101
msgid ""
"The syntax of these files is intentionally kept very simple to make them "
-"easy to read, understand, and modify. If you prefer power and complexity, "
-"you can make the file executable, and write a program that outputs whatever "
-"content is appropriate for a given situation. When you do so, the output is "
-"not further processed to expand wildcards or strip comments."
-msgstr ""
-"Die Syntax dieser Dateien ist absichtlich sehr einfach gehalten, damit sie "
-"leicht zu lesen, zu verstehen und zu ändern sind. Falls Sie Leistung und "
-"Komplexität vorziehen, können Sie die Datei ausführbar machen und ein "
-"Programm schreiben, das das ausgibt, was auch immer für eine gegebene "
-"Situation geeignet ist. Wenn Sie dies tun, wird die Ausgabe nicht weiter "
-"verarbeitet, um Platzhalter zu expandieren oder Kommentare zu entfernen."
+"easy to read, understand, and modify."
+msgstr ""
+
+#. type: =head2
+#: debhelper.pod:104
+#, fuzzy
+#| msgid "Comments are ignored in debhelper config files."
+msgid "Executable debhelper config files"
+msgstr "Kommentare in Debhelper-Konfigurationsdateien werden ignoriert."
+
+#. type: textblock
+#: debhelper.pod:106
+msgid ""
+"If you need additional flexibility, many of the debhelper tools (e.g. "
+"L<dh_install(1)>) support executing a config file as a script."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:109
+msgid ""
+"To use this feature, simply mark the config file as executable (e.g. B<< "
+"chmod +x debian/I<package>.install >>) and the tool will attempt to execute "
+"it and use the output of the script. In many cases, you can use L<dh-"
+"exec(1)> as interpreter of the config file to retain most of the original "
+"syntax while getting the additional flexibility you need."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:117
+msgid ""
+"When using executable debhelper config files, please be aware of the "
+"following:"
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:122 debhelper.pod:127
+msgid "*"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:124
+msgid ""
+"The executable config file B<must> exit with success (i.e. its return code "
+"should indicate success)."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:129
+msgid ""
+"The output will be used exactly as it is. Notably, debhelper will I<not> "
+"expand wildcards or strip comments in the output."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:134
+msgid ""
+"If you need the package to build on a file system where you cannot disable "
+"the executable bit, then you can use L<dh-exec(1)> and its B<strip-output> "
+"script."
+msgstr ""
#. type: =head1
-#: debhelper.pod:107
+#: debhelper.pod:138
msgid "SHARED DEBHELPER OPTIONS"
msgstr "GEMEINSAM BENUTZTE DEBHELPER-OPTIONEN"
#. type: textblock
-#: debhelper.pod:109
+#: debhelper.pod:140
msgid ""
"The following command line options are supported by all debhelper programs."
msgstr ""
@@ -321,24 +370,24 @@ msgstr ""
"unterstützt."
#. type: =item
-#: debhelper.pod:113
+#: debhelper.pod:144
msgid "B<-v>, B<--verbose>"
msgstr "B<-v>, B<--verbose>"
#. type: textblock
-#: debhelper.pod:115
+#: debhelper.pod:146
msgid ""
"Verbose mode: show all commands that modify the package build directory."
msgstr ""
"Detailreicher Modus: zeigt alle Befehle, die das Paketbauverzeichnis ändern"
#. type: =item
-#: debhelper.pod:117 dh:72
+#: debhelper.pod:148 dh:72
msgid "B<--no-act>"
msgstr "B<--no-act>"
#. type: textblock
-#: debhelper.pod:119
+#: debhelper.pod:150
msgid ""
"Do not really do anything. If used with -v, the result is that the command "
"will output what it would have done."
@@ -347,12 +396,12 @@ msgstr ""
"ausgegeben, was der Befehl getan hätte."
#. type: =item
-#: debhelper.pod:122
+#: debhelper.pod:153
msgid "B<-a>, B<--arch>"
msgstr "B<-a>, B<--arch>"
#. type: textblock
-#: debhelper.pod:124
+#: debhelper.pod:155
msgid ""
"Act on architecture dependent packages that should be built for the "
"B<DEB_HOST_ARCH> architecture."
@@ -361,22 +410,22 @@ msgstr ""
"B<DEB_HOST_ARCH> gebaut werden sollen."
#. type: =item
-#: debhelper.pod:127
+#: debhelper.pod:158
msgid "B<-i>, B<--indep>"
msgstr "B<-i>, B<--indep>"
#. type: textblock
-#: debhelper.pod:129
+#: debhelper.pod:160
msgid "Act on all architecture independent packages."
msgstr "wirkt sich auf alle architekturunabhängigen Pakete aus."
#. type: =item
-#: debhelper.pod:131
+#: debhelper.pod:162
msgid "B<-p>I<package>, B<--package=>I<package>"
msgstr "B<-p>I<Paket>, B<--package=>I<Paket>"
#. type: textblock
-#: debhelper.pod:133
+#: debhelper.pod:164
msgid ""
"Act on the package named I<package>. This option may be specified multiple "
"times to make debhelper operate on a given set of packages."
@@ -386,29 +435,29 @@ msgstr ""
"arbeitet."
#. type: =item
-#: debhelper.pod:136
+#: debhelper.pod:167
msgid "B<-s>, B<--same-arch>"
msgstr "B<-s>, B<--same-arch>"
#. type: textblock
-#: debhelper.pod:138
+#: debhelper.pod:169
msgid "Deprecated alias of B<-a>."
msgstr "missbilligter Alias von B<-a>."
#. type: textblock
-#: debhelper.pod:140 dh_install:77 dh_install:86
+#: debhelper.pod:171 dh_install:77 dh_install:86
#, fuzzy
#| msgid "The option is removed in compat 12."
msgid "This option is removed in compat 12."
msgstr "Die Option wurde in Kompatibilitätsstufe 12 entfernt."
#. type: =item
-#: debhelper.pod:142
+#: debhelper.pod:173
msgid "B<-N>I<package>, B<--no-package=>I<package>"
msgstr "B<-N>I<Paket>, B<--no-package=>I<Paket>"
#. type: textblock
-#: debhelper.pod:144
+#: debhelper.pod:175
msgid ""
"Do not act on the specified package even if an B<-a>, B<-i>, or B<-p> option "
"lists the package as one that should be acted on."
@@ -417,12 +466,12 @@ msgstr ""
"a>, B<-i> oder B<-p> das Paket als zu verarbeiten auflisten."
#. type: =item
-#: debhelper.pod:147
+#: debhelper.pod:178
msgid "B<--remaining-packages>"
msgstr "B<--remaining-packages>"
#. type: textblock
-#: debhelper.pod:149
+#: debhelper.pod:180
msgid ""
"Do not act on the packages which have already been acted on by this "
"debhelper command earlier (i.e. if the command is present in the package "
@@ -438,12 +487,12 @@ msgstr ""
"Standardeinstellungen zu verarbeiten."
#. type: =item
-#: debhelper.pod:155
+#: debhelper.pod:186
msgid "B<--ignore=>I<file>"
msgstr "B<--ignore=>I<Datei>"
#. type: textblock
-#: debhelper.pod:157
+#: debhelper.pod:188
msgid ""
"Ignore the specified file. This can be used if F<debian/> contains a "
"debhelper config file that a debhelper command should not act on. Note that "
@@ -457,7 +506,7 @@ msgstr ""
"nie einen Grund geben, diese Dateien zu ignorieren."
#. type: textblock
-#: debhelper.pod:162
+#: debhelper.pod:193
msgid ""
"For example, if upstream ships a F<debian/init> that you don't want "
"B<dh_installinit> to install, use B<--ignore=debian/init>"
@@ -467,12 +516,12 @@ msgstr ""
"ignore=debian/init>"
#. type: =item
-#: debhelper.pod:165
+#: debhelper.pod:196
msgid "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
msgstr "B<-P>I<temporäres_Verzeichnis>, B<--tmpdir=>I<temporäres_Verzeichnis>"
#. type: textblock
-#: debhelper.pod:167
+#: debhelper.pod:198
msgid ""
"Use I<tmpdir> for package build directory. The default is debian/I<package>"
msgstr ""
@@ -480,12 +529,12 @@ msgstr ""
"Voreinstellung ist debian/I<Paket>."
#. type: =item
-#: debhelper.pod:169
+#: debhelper.pod:200
msgid "B<--mainpackage=>I<package>"
msgstr "B<--mainpackage=>I<Paket>"
#. type: textblock
-#: debhelper.pod:171
+#: debhelper.pod:202
msgid ""
"This little-used option changes the package which debhelper considers the "
"\"main package\", that is, the first one listed in F<debian/control>, and "
@@ -498,12 +547,12 @@ msgstr ""
"Dateien, verwandt werden können."
#. type: =item
-#: debhelper.pod:176
+#: debhelper.pod:207
msgid "B<-O=>I<option>|I<bundle>"
msgstr "B<-O=>I<Option>|I<Bündel>"
#. type: textblock
-#: debhelper.pod:178
+#: debhelper.pod:209
msgid ""
"This is used by L<dh(1)> when passing user-specified options to all the "
"commands it runs. If the command supports the specified option or option "
@@ -517,12 +566,12 @@ msgstr ""
"Befehl nicht unterstützt, wird er ignoriert."
#. type: =head1
-#: debhelper.pod:185
+#: debhelper.pod:216
msgid "COMMON DEBHELPER OPTIONS"
msgstr "HÄUFIGE DEBHELPER-OPTIONEN"
#. type: textblock
-#: debhelper.pod:187
+#: debhelper.pod:218
msgid ""
"The following command line options are supported by some debhelper "
"programs. See the man page of each program for a complete explanation of "
@@ -533,28 +582,33 @@ msgstr ""
"Handbuchseiten jedes einzelnen Programms."
#. type: =item
-#: debhelper.pod:193
+#: debhelper.pod:224
msgid "B<-n>"
msgstr "B<-n>"
#. type: textblock
-#: debhelper.pod:195
+#: debhelper.pod:226
msgid "Do not modify F<postinst>, F<postrm>, etc. scripts."
msgstr "verändert keine F<postinst>-, F<postrm>- etc. Skripte"
#. type: =item
-#: debhelper.pod:197 dh_compress:56 dh_dwz:47 dh_installchangelogs:85
+#: debhelper.pod:228 dh_compress:56 dh_dwz:47 dh_installchangelogs:85
#: dh_installdocs:99 dh_installexamples:77 dh_link:75 dh_makeshlibs:139
#: dh_md5sums:40 dh_shlibdeps:34 dh_strip:42
msgid "B<-X>I<item>, B<--exclude=>I<item>"
msgstr "B<-X>I<Element>, B<--exclude=>I<Element>"
#. type: textblock
-#: debhelper.pod:199
+#: debhelper.pod:230
+#, fuzzy
+#| msgid ""
+#| "Exclude an item from processing. This option may be used multiple times, "
+#| "to exclude more than one thing. The \\fIitem\\fR is typically part of a "
+#| "filename, and any file containing the specified text will be excluded."
msgid ""
"Exclude an item from processing. This option may be used multiple times, to "
-"exclude more than one thing. The \\fIitem\\fR is typically part of a "
-"filename, and any file containing the specified text will be excluded."
+"exclude more than one thing. The I<item> is typically part of a filename, "
+"and any file containing the specified text will be excluded."
msgstr ""
"schließt ein Element von der Verarbeitung aus. Diese Option kann mehrfach "
"benutzt werden, um mehr als nur eins auszuschließen. Das \\fElement\\fR ist "
@@ -562,14 +616,14 @@ msgstr ""
"Text enthält, wird ausgeschlossen."
#. type: =item
-#: debhelper.pod:203 dh_bugfiles:57 dh_compress:63 dh_installdirs:46
+#: debhelper.pod:234 dh_bugfiles:57 dh_compress:63 dh_installdirs:46
#: dh_installdocs:94 dh_installexamples:45 dh_installinfo:42 dh_installman:87
#: dh_installwm:52 dh_link:70
msgid "B<-A>, B<--all>"
msgstr "B<-A>, B<--all>"
#. type: textblock
-#: debhelper.pod:205
+#: debhelper.pod:236
msgid ""
"Makes files or other items that are specified on the command line take "
"effect in ALL packages acted on, not just the first."
@@ -579,12 +633,12 @@ msgstr ""
"im ersten."
#. type: =head1
-#: debhelper.pod:210
+#: debhelper.pod:241
msgid "BUILD SYSTEM OPTIONS"
msgstr "BAUSYSTEMOPTIONEN"
#. type: textblock
-#: debhelper.pod:212
+#: debhelper.pod:243
msgid ""
"The following command line options are supported by all of the "
"B<dh_auto_>I<*> debhelper programs. These programs support a variety of "
@@ -602,12 +656,12 @@ msgstr ""
"B<dh_auto_>I<*>-Programme übergibt."
#. type: =item
-#: debhelper.pod:221
+#: debhelper.pod:252
msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
msgstr "B<-S>I<Bausystem>, B<--buildsystem=>I<Bausystem>"
#. type: textblock
-#: debhelper.pod:223
+#: debhelper.pod:254
msgid ""
"Force use of the specified I<buildsystem>, instead of trying to auto-select "
"one which might be applicable for the package."
@@ -616,12 +670,12 @@ msgstr ""
"automatisch eins auszuwählen, das für das Paket geeignet sein könnte."
#. type: =item
-#: debhelper.pod:226
+#: debhelper.pod:257
msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
msgstr "B<-D>I<Verzeichnis>, B<--sourcedirectory=>I<Verzeichnis>"
#. type: textblock
-#: debhelper.pod:228
+#: debhelper.pod:259
msgid ""
"Assume that the original package source tree is at the specified "
"I<directory> rather than the top level directory of the Debian source "
@@ -632,12 +686,12 @@ msgstr ""
"Debian-Quellpaketverzeichnisbaums, liegt."
#. type: =item
-#: debhelper.pod:232
+#: debhelper.pod:263
msgid "B<-B>[I<directory>], B<--builddirectory=>[I<directory>]"
msgstr "B<-B>[I<Verzeichnis>], B<--builddirectory=>[I<Verzeichnis>]"
#. type: textblock
-#: debhelper.pod:234
+#: debhelper.pod:265
msgid ""
"Enable out of source building and use the specified I<directory> as the "
"build directory. If I<directory> parameter is omitted, a default build "
@@ -648,7 +702,7 @@ msgstr ""
"weggelassen wurde, wird ein Vorgabebauverzeichnis ausgewählt."
#. type: textblock
-#: debhelper.pod:238
+#: debhelper.pod:269
msgid ""
"If this option is not specified, building will be done in source by default "
"unless the build system requires or prefers out of source tree building. In "
@@ -662,7 +716,7 @@ msgstr ""
"angegeben wurde."
#. type: textblock
-#: debhelper.pod:243
+#: debhelper.pod:274
msgid ""
"If the build system prefers out of source tree building but still allows in "
"source building, the latter can be re-enabled by passing a build directory "
@@ -674,12 +728,12 @@ msgstr ""
"dem Quellverzeichnispfad entspricht."
#. type: =item
-#: debhelper.pod:247
+#: debhelper.pod:278
msgid "B<--parallel>, B<--no-parallel>"
msgstr "B<--parallel>, B<--no-parallel>"
#. type: textblock
-#: debhelper.pod:249
+#: debhelper.pod:280
msgid ""
"Control whether parallel builds should be used if underlying build system "
"supports them. The number of parallel jobs is controlled by the "
@@ -693,7 +747,7 @@ msgstr ""
"bausystemspezifischen Begrenzung sein."
#. type: textblock
-#: debhelper.pod:255
+#: debhelper.pod:286
msgid ""
"If neither option is specified, debhelper currently defaults to B<--"
"parallel> in compat 10 (or later) and B<--no-parallel> otherwise."
@@ -703,7 +757,7 @@ msgstr ""
"und andernfalls B<--no-parallel>."
#. type: textblock
-#: debhelper.pod:258
+#: debhelper.pod:289
msgid ""
"As an optimization, B<dh> will try to avoid passing these options to "
"subprocesses, if they are unnecessary and the only options passed. Notably "
@@ -717,12 +771,12 @@ msgstr ""
"ist)."
#. type: =item
-#: debhelper.pod:263
+#: debhelper.pod:294
msgid "B<--max-parallel=>I<maximum>"
msgstr "B<--max-parallel=>I<Maximum>"
#. type: textblock
-#: debhelper.pod:265
+#: debhelper.pod:296
msgid ""
"This option implies B<--parallel> and allows further limiting the number of "
"jobs that can be used in a parallel build. If the package build is known to "
@@ -737,7 +791,7 @@ msgstr ""
"wünschen, dass sie unterstützt wird."
#. type: textblock
-#: debhelper.pod:270
+#: debhelper.pod:301
msgid ""
"Notably, setting the maximum to 1 is effectively the same as using B<--no-"
"parallel>."
@@ -746,12 +800,12 @@ msgstr ""
"wie die Verwendung von B<--no-parallel>."
#. type: =item
-#: debhelper.pod:273 dh:64
+#: debhelper.pod:304 dh:64
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:275
+#: debhelper.pod:306
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 "
@@ -765,12 +819,12 @@ msgstr ""
"manuell angegeben wird."
#. type: =head1
-#: debhelper.pod:282
+#: debhelper.pod:313
msgid "COMPATIBILITY LEVELS"
msgstr "KOMPATIBILITÄTSSTUFEN"
#. type: textblock
-#: debhelper.pod:284
+#: debhelper.pod:315
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 "
@@ -791,7 +845,7 @@ msgstr ""
"Datei muss vorhanden sein."
#. type: textblock
-#: debhelper.pod:292
+#: debhelper.pod:323
msgid ""
"Tell debhelper what compatibility level to use by writing a number to "
"F<debian/compat>. For example, to use v#RECOMMENDED_COMPAT# mode:"
@@ -801,7 +855,7 @@ msgstr ""
"V#RECOMMENDED_COMPAT# zu benutzen, geben Sie Folgendes ein:"
#. type: verbatim
-#: debhelper.pod:295
+#: debhelper.pod:326
#, no-wrap
msgid ""
" % echo #RECOMMENDED_COMPAT# > debian/compat\n"
@@ -811,7 +865,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:297
+#: debhelper.pod:328
msgid ""
"Your package will also need a versioned build dependency on a version of "
"debhelper equal to (or greater than) the compatibility level your package "
@@ -825,7 +879,7 @@ msgstr ""
"Folgendes hat:"
#. type: verbatim
-#: debhelper.pod:301
+#: debhelper.pod:332
#, fuzzy, no-wrap
#| msgid ""
#| " Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#)\n"
@@ -838,7 +892,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:334
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -854,27 +908,27 @@ msgstr ""
"den Unterschieden gegenüber älteren Kompatibilitätsstufen zu lesen."
#. type: =head2
-#: debhelper.pod:310
+#: debhelper.pod:341
msgid "Supported compatibility levels"
msgstr "Unterstützte Kompatibilitätsstufen"
#. type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:343
msgid "These are the available compatibility levels:"
msgstr "Folgende Kompatibilitätsstufen sind verfügbar:"
#. type: =item
-#: debhelper.pod:316 debhelper-obsolete-compat.pod:89
+#: debhelper.pod:347 debhelper-obsolete-compat.pod:89
msgid "v5"
msgstr "v5"
#. type: textblock
-#: debhelper.pod:318 debhelper-obsolete-compat.pod:91
+#: debhelper.pod:349 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:320
+#: debhelper.pod:351
msgid ""
"If you are upgrading from an earlier compatibility level, please review "
"L<debhelper-obsolete-compat(7)>."
@@ -883,39 +937,39 @@ msgstr ""
"durchführen, überprüfen Sie bitte L<debhelper-obsolete-compat(7)>."
#. type: textblock
-#: debhelper.pod:323 debhelper.pod:355 debhelper.pod:385 debhelper.pod:416
+#: debhelper.pod:354 debhelper.pod:386 debhelper.pod:416 debhelper.pod:447
#: 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:325
+#: debhelper.pod:356
msgid "v6"
msgstr "v6"
#. type: textblock
-#: debhelper.pod:327
+#: debhelper.pod:358
msgid "Changes from v5 are:"
msgstr "Änderungen gegenüber v5 sind:"
#. type: =item
-#: debhelper.pod:331 debhelper.pod:336 debhelper.pod:342 debhelper.pod:348
-#: debhelper.pod:363 debhelper.pod:370 debhelper.pod:374 debhelper.pod:378
-#: debhelper.pod:393 debhelper.pod:397 debhelper.pod:405 debhelper.pod:410
-#: debhelper.pod:424 debhelper.pod:429 debhelper.pod:436 debhelper.pod:441
-#: debhelper.pod:446 debhelper.pod:454 debhelper.pod:460 debhelper.pod:465
-#: debhelper.pod:470 debhelper.pod:483 debhelper.pod:488 debhelper.pod:494
-#: debhelper.pod:501 debhelper.pod:507 debhelper.pod:512 debhelper.pod:518
-#: debhelper.pod:524 debhelper.pod:534 debhelper.pod:540 debhelper.pod:563
-#: debhelper.pod:570 debhelper.pod:576 debhelper.pod:582 debhelper.pod:598
-#: debhelper.pod:604 debhelper.pod:616 debhelper.pod:624 debhelper.pod:630
-#: debhelper.pod:635 debhelper.pod:640 debhelper.pod:645 debhelper.pod:653
-#: debhelper.pod:663 debhelper.pod:673 debhelper.pod:680 debhelper.pod:692
-#: debhelper.pod:697 debhelper.pod:710 debhelper.pod:729 debhelper.pod:739
-#: debhelper.pod:743 debhelper.pod:748 debhelper.pod:753 debhelper.pod:760
-#: debhelper.pod:766 debhelper.pod:774 debhelper.pod:780 debhelper.pod:784
-#: debhelper.pod:789 debhelper.pod:794 debhelper-obsolete-compat.pod:43
+#: debhelper.pod:362 debhelper.pod:367 debhelper.pod:373 debhelper.pod:379
+#: debhelper.pod:394 debhelper.pod:401 debhelper.pod:405 debhelper.pod:409
+#: debhelper.pod:424 debhelper.pod:428 debhelper.pod:436 debhelper.pod:441
+#: debhelper.pod:455 debhelper.pod:460 debhelper.pod:467 debhelper.pod:472
+#: debhelper.pod:477 debhelper.pod:485 debhelper.pod:491 debhelper.pod:496
+#: debhelper.pod:501 debhelper.pod:514 debhelper.pod:519 debhelper.pod:525
+#: debhelper.pod:532 debhelper.pod:538 debhelper.pod:543 debhelper.pod:549
+#: debhelper.pod:555 debhelper.pod:565 debhelper.pod:571 debhelper.pod:594
+#: debhelper.pod:601 debhelper.pod:607 debhelper.pod:613 debhelper.pod:629
+#: debhelper.pod:635 debhelper.pod:647 debhelper.pod:655 debhelper.pod:661
+#: debhelper.pod:666 debhelper.pod:671 debhelper.pod:676 debhelper.pod:684
+#: debhelper.pod:694 debhelper.pod:704 debhelper.pod:711 debhelper.pod:723
+#: debhelper.pod:728 debhelper.pod:741 debhelper.pod:760 debhelper.pod:770
+#: debhelper.pod:774 debhelper.pod:779 debhelper.pod:784 debhelper.pod:791
+#: debhelper.pod:797 debhelper.pod:805 debhelper.pod:811 debhelper.pod:815
+#: debhelper.pod:820 debhelper.pod:825 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
@@ -926,7 +980,7 @@ msgid "-"
msgstr "-"
#. type: textblock
-#: debhelper.pod:333
+#: debhelper.pod:364
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -935,7 +989,7 @@ msgstr ""
"für die F<prerm>- und F<postrm>-Skripte in umgekehrter Reiherfolge anordnen."
#. type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:369
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 "
@@ -946,7 +1000,7 @@ msgstr ""
"man/man1> im Bauverzeichnis des Pakets entdeckt."
#. type: textblock
-#: debhelper.pod:344
+#: debhelper.pod:375
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 "
@@ -957,7 +1011,7 @@ msgstr ""
"sollen, wie B<CVS:.svn:.git>. Nun tut es dies."
#. type: textblock
-#: debhelper.pod:350
+#: debhelper.pod:381
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -967,17 +1021,17 @@ msgstr ""
"lautlos ab, dies zu tun."
#. type: =item
-#: debhelper.pod:357
+#: debhelper.pod:388
msgid "v7"
msgstr "v7"
#. type: textblock
-#: debhelper.pod:359
+#: debhelper.pod:390
msgid "Changes from v6 are:"
msgstr "Änderungen gegenüber v6 sind:"
#. type: textblock
-#: debhelper.pod:365
+#: debhelper.pod:396
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 "
@@ -992,19 +1046,19 @@ msgstr ""
"tmp> installiert, ohne irgendwelche besonderen Parameter zu benötigen."
#. type: textblock
-#: debhelper.pod:372
+#: debhelper.pod:403
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:376
+#: debhelper.pod:407
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:380
+#: debhelper.pod:411
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1013,17 +1067,17 @@ msgstr ""
"Änderungsprotokoll der Originalautoren liegt, falls keines angegeben wurde."
#. type: =item
-#: debhelper.pod:387
+#: debhelper.pod:418
msgid "v8"
msgstr "v8"
#. type: textblock
-#: debhelper.pod:389
+#: debhelper.pod:420
msgid "Changes from v7 are:"
msgstr "Änderungen gegenüber v7 sind:"
#. type: textblock
-#: debhelper.pod:395
+#: debhelper.pod:426
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1031,7 +1085,7 @@ msgstr ""
"Optionen übergeben werden."
#. type: textblock
-#: debhelper.pod:399
+#: debhelper.pod:430
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. "
@@ -1047,7 +1101,7 @@ msgstr ""
"Pakete zum Scheitern bringen."
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:438
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 $@>"
@@ -1058,7 +1112,7 @@ msgstr ""
"»B<dh --foo $@>«."
#. type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:443
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1066,17 +1120,17 @@ msgstr ""
"B<dh_auto_>I<*> bevorzugt Perls B<Module::Build> gegenüber F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:418
+#: debhelper.pod:449
msgid "v9"
msgstr "v9"
#. type: textblock
-#: debhelper.pod:420
+#: debhelper.pod:451
msgid "Changes from v8 are:"
msgstr "Änderungen gegenüber v8 sind:"
#. type: textblock
-#: debhelper.pod:426
+#: debhelper.pod:457
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
@@ -1085,7 +1139,7 @@ msgstr ""
"Verzeichnisse an Autoconf in --libdir and --libexecdir weiter."
#. type: textblock
-#: debhelper.pod:431
+#: debhelper.pod:462
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 "
@@ -1099,7 +1153,7 @@ msgstr ""
"Zielen zu definieren."
#. type: textblock
-#: debhelper.pod:438
+#: debhelper.pod:469
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
@@ -1108,7 +1162,7 @@ msgstr ""
"dbg«-Paketen zu verringern."
#. type: textblock
-#: debhelper.pod:443
+#: debhelper.pod:474
msgid ""
"B<dh_auto_configure> does not include the source package name in --"
"libexecdir when using autoconf."
@@ -1117,12 +1171,12 @@ msgstr ""
"Autoconf benutzt wird."
#. type: textblock
-#: debhelper.pod:448
+#: debhelper.pod:479
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:450
+#: debhelper.pod:481
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 "
@@ -1133,7 +1187,7 @@ msgstr ""
"unabhängig von der Kompatibilitätsstufe nicht mehr."
#. type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:487
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."
@@ -1143,7 +1197,7 @@ msgstr ""
"sie nicht bereits gesetzt sind."
#. type: textblock
-#: debhelper.pod:462
+#: debhelper.pod:493
msgid ""
"B<dh_auto_configure> passes B<dpkg-buildflags> CFLAGS, CPPFLAGS, and LDFLAGS "
"to perl F<Makefile.PL> and F<Build.PL>"
@@ -1152,7 +1206,7 @@ msgstr ""
"buildflags> an Perls F<Makefile.PL> und F<Build.PL.>"
#. type: textblock
-#: debhelper.pod:467
+#: debhelper.pod:498
msgid ""
"B<dh_strip> puts separated debug symbols in a location based on their build-"
"id."
@@ -1161,7 +1215,7 @@ msgstr ""
"ihrer Baukennzahl basiert."
#. type: textblock
-#: debhelper.pod:472
+#: debhelper.pod:503
msgid ""
"Executable debhelper config files are run and their output used as the "
"configuration."
@@ -1170,17 +1224,17 @@ msgstr ""
"Ausgabe wird als Konfiguration benutzt."
#. type: =item
-#: debhelper.pod:477
+#: debhelper.pod:508
msgid "v10"
msgstr "v10"
#. type: textblock
-#: debhelper.pod:479
+#: debhelper.pod:510
msgid "Changes from v9 are:"
msgstr "Änderungen gegenüber v9 sind:"
#. type: textblock
-#: debhelper.pod:485
+#: debhelper.pod:516
msgid ""
"B<dh_installinit> will no longer install a file named debian/I<package> as "
"an init script."
@@ -1189,7 +1243,7 @@ msgstr ""
"Skript installieren."
#. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:521
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 "
@@ -1200,7 +1254,7 @@ msgstr ""
"nicht-»all« erzeugt wurden, da es binNMUs beschädigt."
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:527
msgid ""
"B<dh> no longer creates the package build directory when skipping running "
"debhelper commands. This will not affect packages that only build with "
@@ -1213,7 +1267,7 @@ msgstr ""
"Befehlen offenlegen, die nicht in Debhelper enthalten sind."
#. type: textblock
-#: debhelper.pod:503
+#: debhelper.pod:534
msgid ""
"B<dh_installdeb> no longer installs a maintainer-provided debian/I<package>."
"shlibs file. This is now done by B<dh_makeshlibs> instead."
@@ -1223,7 +1277,7 @@ msgstr ""
"erledigt."
#. type: textblock
-#: debhelper.pod:509
+#: debhelper.pod:540
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)."
@@ -1233,7 +1287,7 @@ msgstr ""
"Window-Manager zu registrieren)."
#. type: textblock
-#: debhelper.pod:514
+#: debhelper.pod:545
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 "
@@ -1245,7 +1299,7 @@ msgstr ""
"deaktiviert werden."
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:551
msgid ""
"The B<dh> command will not accept any of the deprecated \"manual sequence "
"control\" parameters (B<--before>, B<--after>, etc.). Please use override "
@@ -1256,7 +1310,7 @@ msgstr ""
"verwenden Sie stattdessen Aufhebungsziele."
#. type: textblock
-#: debhelper.pod:526
+#: debhelper.pod:557
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 "
@@ -1268,12 +1322,12 @@ msgstr ""
"diesem Fall."
#. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:561
msgid "The main effects of this are:"
msgstr "Die wichtigsten Auswirkungen davon sind:"
#. type: textblock
-#: debhelper.pod:536
+#: debhelper.pod:567
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 "
@@ -1285,7 +1339,7 @@ msgstr ""
"ist)."
#. type: textblock
-#: debhelper.pod:542
+#: debhelper.pod:573
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 "
@@ -1297,12 +1351,12 @@ msgstr ""
"stattfinden, wird alles wie zuvor funktionieren."
#. type: textblock
-#: debhelper.pod:547
+#: debhelper.pod:578
msgid "Example of where it can go wrong:"
msgstr "Beispiel, bei dem es schiefgehen kann:"
#. type: verbatim
-#: debhelper.pod:549
+#: debhelper.pod:580
#, no-wrap
msgid ""
" override_dh_foo:\n"
@@ -1314,7 +1368,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: debhelper.pod:552
+#: debhelper.pod:583
#, no-wrap
msgid ""
" override_dh_bar:\n"
@@ -1328,7 +1382,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:587
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 "
@@ -1340,7 +1394,7 @@ msgstr ""
"begrenzt, es umfasst außerdem B<-a>, B<-i>, etc."
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:596
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 "
@@ -1354,7 +1408,7 @@ msgstr ""
"(z.B. Dateinamen in Anführungszeichen setzen)."
#. type: textblock
-#: debhelper.pod:572
+#: debhelper.pod:603
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-"
@@ -1365,7 +1419,7 @@ msgstr ""
"erfordern, B<--no-restart-after-upgrade>."
#. type: textblock
-#: debhelper.pod:578
+#: debhelper.pod:609
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"
@@ -1375,7 +1429,7 @@ msgstr ""
"nicht gewünscht wird."
#. type: textblock
-#: debhelper.pod:584
+#: debhelper.pod:615
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."
@@ -1385,22 +1439,22 @@ msgstr ""
"gewünscht wird."
#. type: =item
-#: debhelper.pod:590
+#: debhelper.pod:621
msgid "v11"
msgstr "v11"
#. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:623
msgid "This is the recommended mode of operation."
msgstr "Dies ist der empfohlene Betriebsmodus."
#. type: textblock
-#: debhelper.pod:594
+#: debhelper.pod:625
msgid "Changes from v10 are:"
msgstr "Änderungen gegenüber v10 sind:"
#. type: textblock
-#: debhelper.pod:600
+#: debhelper.pod:631
msgid ""
"B<dh_installinit> no longer installs F<service> or F<tmpfile> files, nor "
"generates maintainer scripts for those files. Please use the new "
@@ -1411,7 +1465,7 @@ msgstr ""
"neue Hilfsprogramm B<dh_installsystemd>."
#. type: textblock
-#: debhelper.pod:606
+#: debhelper.pod:637
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> "
@@ -1426,7 +1480,7 @@ msgstr ""
# FIXME s/have/has/
#. type: textblock
-#: debhelper.pod:612
+#: debhelper.pod:643
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)."
@@ -1436,7 +1490,7 @@ msgstr ""
"verhält."
#. type: textblock
-#: debhelper.pod:618
+#: debhelper.pod:649
msgid ""
"B<dh_installdirs> no longer creates debian/I<package> directories unless "
"explicitly requested (or it has to create a subdirectory in it)."
@@ -1446,14 +1500,14 @@ msgstr ""
"darin erstellt werden)."
#. type: textblock
-#: debhelper.pod:622
+#: debhelper.pod:653
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:626
+#: debhelper.pod:657
msgid ""
"The B<makefile> buildsystem now passes B<INSTALL=install --strip-"
"program=true> to L<make(1)>. Derivative buildsystems (e.g. B<configure> or "
@@ -1464,7 +1518,7 @@ msgstr ""
"oder B<cmake>) sind von dieser Änderung nicht betroffen."
#. type: textblock
-#: debhelper.pod:632
+#: debhelper.pod:663
msgid ""
"The B<autoconf> buildsystem now passes B<--runstatedir=/run> to F<./"
"configure>."
@@ -1473,7 +1527,7 @@ msgstr ""
"configure>."
#. type: textblock
-#: debhelper.pod:637
+#: debhelper.pod:668
msgid ""
"The B<cmake> buildsystem now passes B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to "
"L<cmake(1)>."
@@ -1482,7 +1536,7 @@ msgstr ""
"L<cmake(1)>."
#. type: textblock
-#: debhelper.pod:642
+#: debhelper.pod:673
msgid ""
"B<dh_installman> will now prefer detecting the language from the path name "
"rather than the extension."
@@ -1491,7 +1545,7 @@ msgstr ""
"statt der Erweiterung bestimmen."
#. type: textblock
-#: debhelper.pod:647
+#: debhelper.pod:678
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. "
@@ -1505,7 +1559,7 @@ msgstr ""
"enthalten sind."
#. type: textblock
-#: debhelper.pod:655
+#: debhelper.pod:686
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 "
@@ -1517,7 +1571,7 @@ msgstr ""
"einen Pfad bezieht, den es nicht gibt."
#. type: textblock
-#: debhelper.pod:659
+#: debhelper.pod:690
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 "
@@ -1528,7 +1582,7 @@ msgstr ""
"Suchmuster zur Angabe von Dokumentation benutzt werden."
#. type: textblock
-#: debhelper.pod:665
+#: debhelper.pod:696
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 "
@@ -1541,7 +1595,7 @@ msgstr ""
"sie nun auch auf F<debian/tmp> wie B<dh_install> zurück."
#. type: textblock
-#: debhelper.pod:670
+#: debhelper.pod:701
msgid ""
"Migration note: A bug in debhelper 11 up to 11.1.5 made B<dh_installinfo> "
"incorrectly ignore B<--sourcedir>."
@@ -1549,7 +1603,7 @@ msgstr ""
# FIXME s/can emulate it/can get an emulation of it/ (or emulate it)
#. type: textblock
-#: debhelper.pod:675
+#: debhelper.pod:706
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 "
@@ -1563,7 +1617,7 @@ msgstr ""
"dergleichen)."
#. type: textblock
-#: debhelper.pod:682
+#: debhelper.pod:713
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 "
@@ -1575,7 +1629,7 @@ msgstr ""
"Pakete scheitert."
#. type: textblock
-#: debhelper.pod:687
+#: debhelper.pod:718
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 "
@@ -1589,7 +1643,7 @@ msgstr ""
"Kompatibilitätsstufen entfernt."
#. type: textblock
-#: debhelper.pod:694
+#: debhelper.pod:725
msgid ""
"The B<dh_makeshlibs> helper will now exit with an error if objdump returns a "
"non-zero exit from analysing a given file."
@@ -1599,7 +1653,7 @@ msgstr ""
"übergebenen Datei zurückgibt."
#. type: textblock
-#: debhelper.pod:699
+#: debhelper.pod:730
msgid ""
"The B<dh_installdocs> and B<dh_installexamples> tools will now attempt to "
"guess the \"main package\" for a given documentation package (e.g. I<pkg-"
@@ -1619,7 +1673,7 @@ msgstr ""
"die Changelog-Dateien."
#. type: textblock
-#: debhelper.pod:707
+#: debhelper.pod:738
msgid ""
"The B<--doc-main-package> option can be used when the auto-detection is "
"insufficient."
@@ -1628,7 +1682,7 @@ msgstr ""
"Erkennung unzureichend ist."
#. type: textblock
-#: debhelper.pod:712
+#: debhelper.pod:743
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 "
@@ -1642,19 +1696,19 @@ msgstr ""
"ausführbares binäres Programm ist."
#. type: textblock
-#: debhelper.pod:717
+#: debhelper.pod:748
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:721
+#: debhelper.pod:752
msgid "v12"
msgstr "v12"
#. type: textblock
-#: debhelper.pod:723
+#: debhelper.pod:754
msgid ""
"This compatibility level is still open for development; use with caution."
msgstr ""
@@ -1662,12 +1716,12 @@ msgstr ""
"Verwenden Sie sie mit Vorsicht."
#. type: textblock
-#: debhelper.pod:725
+#: debhelper.pod:756
msgid "Changes from v11 are:"
msgstr "Änderungen gegenüber v11 sind:"
#. type: textblock
-#: debhelper.pod:731
+#: debhelper.pod:762
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>) "
@@ -1675,7 +1729,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:735
+#: debhelper.pod:766
msgid ""
"If an unversioned dependency in the shlibs file is wanted, this can be "
"obtained by passing B<-VNone> instead. However, please see "
@@ -1683,7 +1737,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:741
+#: debhelper.pod:772
msgid ""
"The B<-s> (B<--same-arch>) option is removed. Please use B<-a> (B<--arch>) "
"instead."
@@ -1692,7 +1746,7 @@ msgstr ""
"stattdessen B<-a> (B<--arch>)."
#. type: textblock
-#: debhelper.pod:745
+#: debhelper.pod:776
msgid ""
"Invoking B<dh_clean -k> now causes an error instead of a deprecation warning."
msgstr ""
@@ -1700,7 +1754,7 @@ msgstr ""
"Warnung, es sei missbilligt."
#. type: textblock
-#: debhelper.pod:750
+#: debhelper.pod:781
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>"
@@ -1709,7 +1763,7 @@ msgstr ""
"Bitte verwenden Sie den neuen Namen B<--no-stop-on-upgrade>."
#. type: textblock
-#: debhelper.pod:755
+#: debhelper.pod:786
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 "
@@ -1722,7 +1776,7 @@ msgstr ""
"auf den Fehler setzen, mit der Meldung »command not found« fehlschlagen."
#. type: textblock
-#: debhelper.pod:762
+#: debhelper.pod:793
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 "
@@ -1733,7 +1787,7 @@ msgstr ""
"durch andere Hilfsprogramme installierten Dateien ebenfalls sehen können."
#. type: textblock
-#: debhelper.pod:768
+#: debhelper.pod:799
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 "
@@ -1749,7 +1803,7 @@ msgstr ""
"entfernen."
#. type: textblock
-#: debhelper.pod:776
+#: debhelper.pod:807
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 "
@@ -1760,26 +1814,26 @@ msgstr ""
"falls die Befehle ungültig zu sein scheinen."
#. type: textblock
-#: debhelper.pod:782
+#: debhelper.pod:813
msgid "The B<dh_missing> tool will now default to B<--list-missing>."
msgstr ""
#. type: textblock
-#: debhelper.pod:786
+#: debhelper.pod:817
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:791
+#: debhelper.pod:822
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:796
+#: debhelper.pod:827
msgid ""
"The standard sequence in B<dh> now includes B<dh_dwz> and "
"B<dh_installinitramfs> by default. This makes the B<dwz> and "
@@ -1789,7 +1843,7 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:807 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64
+#: debhelper.pod:838 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64
#: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89
#: dh_installinit:200 dh_installinitramfs:53 dh_installman:128
#: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40
@@ -1799,12 +1853,12 @@ msgid "NOTES"
msgstr "ANMERKUNGEN"
#. type: =head2
-#: debhelper.pod:809
+#: debhelper.pod:840
msgid "Multiple binary package support"
msgstr "Unterstützung mehrerer Binärpakete"
#. type: textblock
-#: debhelper.pod:811
+#: debhelper.pod:842
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 "
@@ -1823,7 +1877,7 @@ msgstr ""
"Ziel »binary-indep«."
#. type: textblock
-#: debhelper.pod:819
+#: debhelper.pod:850
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<-"
@@ -1839,7 +1893,7 @@ msgstr ""
"sind, mit nachfolgenden Ausnahmen."
#. type: textblock
-#: debhelper.pod:825
+#: debhelper.pod:856
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, "
@@ -1850,7 +1904,7 @@ msgstr ""
"(L<Debian Policy, Abschnitt 5.6.8>)."
#. type: textblock
-#: debhelper.pod:829
+#: debhelper.pod:860
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 "
@@ -1864,12 +1918,12 @@ msgstr ""
"BuildProfileSpec>."
#. type: =head3
-#: debhelper.pod:834
+#: debhelper.pod:865
msgid "Interaction between package selections and Build-Profiles"
msgstr "Zusammenspiel zwischen Paketauswahl und Bauprofilen"
#. type: textblock
-#: debhelper.pod:836
+#: debhelper.pod:867
msgid ""
"Build-Profiles affect which packages are included in the package selections "
"mechanisms in debhelper. Generally, the package selections are described "
@@ -1884,13 +1938,13 @@ msgstr ""
"Bauprofils (oder das Fehlen des aktiven Bauprofils) deaktiviert wird."
#. type: =item
-#: debhelper.pod:844
+#: debhelper.pod:875
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:846
+#: debhelper.pod:877
msgid ""
"The package disabled by Build-Profiles is silently excluded from the "
"selection."
@@ -1899,7 +1953,7 @@ msgstr ""
"ausgeschlossen."
#. type: textblock
-#: debhelper.pod:849
+#: debhelper.pod:880
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 "
@@ -1910,29 +1964,29 @@ msgstr ""
"Allgemeinen überhaupt sinnlos."
#. type: =item
-#: debhelper.pod:853
+#: debhelper.pod:884
msgid "-N I<package> / --no-package I<package>"
msgstr "-N I<Paket> / --no-package I<Paket>"
#. type: textblock
-#: debhelper.pod:855
+#: debhelper.pod:886
msgid "The option is accepted and effectively does nothing."
msgstr "Die Option wird akzeptiert und hat keine Wirkung."
#. type: =item
-#: debhelper.pod:857
+#: debhelper.pod:888
msgid "-p I<package> / --package I<package>"
msgstr "-p I<Paket> / --package I<Paket>"
#. type: textblock
-#: debhelper.pod:859
+#: debhelper.pod:890
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:863
+#: debhelper.pod:894
msgid ""
"Note that it does not matter whether a package is enabled or disabled by "
"default."
@@ -1941,12 +1995,12 @@ msgstr ""
"aktiviert oder deaktiviert ist."
#. type: =head2
-#: debhelper.pod:866
+#: debhelper.pod:897
msgid "Automatic generation of Debian install scripts"
msgstr "Automatisches Erzeugen von Debian-Installationsskripten"
#. type: textblock
-#: debhelper.pod:868
+#: debhelper.pod:899
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -1963,7 +2017,7 @@ msgstr ""
"erzeugten Kode ersetzt."
#. type: textblock
-#: debhelper.pod:875
+#: debhelper.pod:906
msgid ""
"If a script does not exist at all and debhelper needs to add something to "
"it, then debhelper will create the complete script."
@@ -1972,7 +2026,7 @@ msgstr ""
"hinzufügen muss, dann wird Debhelper das komplette Skript erstellen."
#. type: textblock
-#: debhelper.pod:878
+#: debhelper.pod:909
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -1981,7 +2035,7 @@ msgstr ""
"dies durch den Parameter -n deaktiviert (siehe oben)."
#. type: textblock
-#: debhelper.pod:881
+#: debhelper.pod:912
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 "
@@ -1995,7 +2049,7 @@ msgstr ""
"etc. gesetzt sind):"
#. type: verbatim
-#: debhelper.pod:886
+#: debhelper.pod:917
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -2027,12 +2081,12 @@ msgstr ""
"\n"
#. type: =head2
-#: debhelper.pod:899
+#: debhelper.pod:930
msgid "Automatic generation of miscellaneous dependencies."
msgstr "Automatisches Erzeugen verschiedener Abhängigkeiten"
#. type: textblock
-#: debhelper.pod:901
+#: debhelper.pod:932
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 "
@@ -2052,7 +2106,7 @@ msgstr ""
"bietet, sie zu automatisieren."
#. type: textblock
-#: debhelper.pod:909
+#: debhelper.pod:940
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called B<"
@@ -2066,7 +2120,7 @@ msgstr ""
"Debhelper findet, dass Sie sie benötigen."
#. type: textblock
-#: debhelper.pod:914
+#: debhelper.pod:945
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -2080,12 +2134,12 @@ msgstr ""
"entspricht."
#. type: =head2
-#: debhelper.pod:919
+#: debhelper.pod:950
msgid "Package build directories"
msgstr "Paketbauverzeichnisse"
#. type: textblock
-#: debhelper.pod:921
+#: debhelper.pod:952
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>."
@@ -2095,7 +2149,7 @@ msgstr ""
"debian/I<Paket> ist."
#. type: textblock
-#: debhelper.pod:924
+#: debhelper.pod:955
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>"
@@ -2115,12 +2169,12 @@ msgstr ""
"Debhelper-Programm auswirkt."
#. type: =head2
-#: debhelper.pod:932
+#: debhelper.pod:963
msgid "udebs"
msgstr "Udebs"
#. type: textblock
-#: debhelper.pod:934
+#: debhelper.pod:965
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>. "
@@ -2138,12 +2192,12 @@ msgstr ""
"übersprungen werden."
#. type: =head1
-#: debhelper.pod:941
+#: debhelper.pod:972
msgid "ENVIRONMENT"
msgstr "UMGEBUNGSVARIABLEN"
#. type: textblock
-#: debhelper.pod:943
+#: debhelper.pod:974
msgid ""
"The following environment variables can influence the behavior of "
"debhelper. It is important to note that these must be actual environment "
@@ -2159,12 +2213,12 @@ msgstr ""
"Beispiel »B<export DH_VERBOSE>«."
#. type: =item
-#: debhelper.pod:951
+#: debhelper.pod:982
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
#. type: textblock
-#: debhelper.pod:953
+#: debhelper.pod:984
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."
@@ -2175,12 +2229,12 @@ msgstr ""
"aktiviert."
#. type: =item
-#: debhelper.pod:956
+#: debhelper.pod:987
msgid "B<DH_QUIET>"
msgstr "B<DH_QUIET>"
#. type: textblock
-#: debhelper.pod:958
+#: debhelper.pod:989
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 "
@@ -2197,12 +2251,12 @@ msgstr ""
"wird diese Einstellung ignoriert."
#. type: =item
-#: debhelper.pod:965
+#: debhelper.pod:996
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
#. type: textblock
-#: debhelper.pod:967
+#: debhelper.pod:998
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
@@ -2211,22 +2265,22 @@ msgstr ""
"werden sollte und setzt dabei jeden Wert in F<debian/compat> außer Kraft."
#. type: =item
-#: debhelper.pod:970
+#: debhelper.pod:1001
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
#. type: textblock
-#: debhelper.pod:972
+#: debhelper.pod:1003
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:974
+#: debhelper.pod:1005
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:976
+#: debhelper.pod:1007
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands."
@@ -2235,7 +2289,7 @@ msgstr ""
"Befehle vorangestellt."
#. type: textblock
-#: debhelper.pod:979
+#: debhelper.pod:1010
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."
@@ -2245,12 +2299,12 @@ msgstr ""
"DH_OPTIONS zu verwenden."
#. type: =item
-#: debhelper.pod:982
+#: debhelper.pod:1013
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
#. type: textblock
-#: debhelper.pod:984
+#: debhelper.pod:1015
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 "
@@ -2262,7 +2316,7 @@ msgstr ""
"entspricht, B<rm -rf> ausführen."
#. type: textblock
-#: debhelper.pod:988
+#: debhelper.pod:1019
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 "
@@ -2280,7 +2334,7 @@ msgstr ""
"ist, wo auch immer Ihr Paket gebaut wird."
#. type: textblock
-#: debhelper.pod:995
+#: debhelper.pod:1026
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -2289,14 +2343,14 @@ msgstr ""
"getrennt werden, wie in B<DH_ALWAYS_EXCLUDE=CVS:.svn>."
#. type: =item
-#: debhelper.pod:998
+#: debhelper.pod:1029
#, fuzzy
#| msgid "B<DH_OPTIONS>"
msgid "B<DH_EXTRA_ADDONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:1000
+#: debhelper.pod:1031
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 "
@@ -2305,7 +2359,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1005
+#: debhelper.pod:1036
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 "
@@ -2314,11 +2368,11 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:1012 debhelper-obsolete-compat.pod:118 dh:1044
+#: debhelper.pod:1043 debhelper-obsolete-compat.pod:118 dh:1044
#: 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:185 dh_compress:236
#: dh_dwz:144 dh_fixperms:162 dh_gconf:101 dh_gencontrol:207 dh_icons:75
-#: dh_install:350 dh_installcatalogs:125 dh_installchangelogs:297
+#: dh_install:350 dh_installcatalogs:125 dh_installchangelogs:300
#: dh_installcron:78 dh_installdeb:266 dh_installdebconf:128 dh_installdirs:128
#: dh_installdocs:444 dh_installemacsen:137 dh_installexamples:175
#: dh_installifupdown:72 dh_installinfo:107 dh_installinit:401
@@ -2333,33 +2387,33 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: =item
-#: debhelper.pod:1016
+#: debhelper.pod:1047
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
#. type: textblock
-#: debhelper.pod:1018
+#: debhelper.pod:1049
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:1020
+#: debhelper.pod:1051
msgid "L<http://joeyh.name/code/debhelper/>"
msgstr "L<http://joeyh.name/code/debhelper/>"
#. type: textblock
-#: debhelper.pod:1022
+#: debhelper.pod:1053
msgid "Debhelper web site."
msgstr "Debhelper-Website"
#. type: =head1
-#: debhelper.pod:1026 dh:1050 dh_auto_build:59 dh_auto_clean:61
+#: debhelper.pod:1057 dh:1050 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:191 dh_compress:242 dh_dwz:150 dh_fixperms:168
#: dh_gconf:107 dh_gencontrol:213 dh_icons:81 dh_install:356
-#: dh_installcatalogs:131 dh_installchangelogs:303 dh_installcron:84
+#: dh_installcatalogs:131 dh_installchangelogs:306 dh_installcron:84
#: dh_installdeb:272 dh_installdebconf:134 dh_installdirs:134
#: dh_installdocs:450 dh_installemacsen:144 dh_installexamples:181
#: dh_installifupdown:78 dh_installinfo:113 dh_installlogcheck:87
@@ -2373,10 +2427,10 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: textblock
-#: debhelper.pod:1028 dh:1052 dh_auto_build:61 dh_auto_clean:63
+#: debhelper.pod:1059 dh:1052 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:193 dh_compress:244 dh_fixperms:170 dh_gencontrol:215
-#: dh_install:358 dh_installchangelogs:305 dh_installcron:86 dh_installdeb:274
+#: dh_install:358 dh_installchangelogs:308 dh_installcron:86 dh_installdeb:274
#: dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452
#: dh_installemacsen:146 dh_installexamples:183 dh_installifupdown:80
#: dh_installinfo:115 dh_installinit:409 dh_installlogrotate:61
@@ -2581,7 +2635,7 @@ msgstr ""
#: dh_auto_configure:60 dh_auto_install:99 dh_auto_test:66 dh_builddeb:184
#: dh_clean:187 dh_compress:238 dh_dwz:146 dh_fixperms:164 dh_gconf:103
#: dh_gencontrol:209 dh_install:352 dh_installcatalogs:127
-#: dh_installchangelogs:299 dh_installcron:80 dh_installdeb:268
+#: dh_installchangelogs:302 dh_installcron:80 dh_installdeb:268
#: dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446
#: dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109
#: dh_installinit:403 dh_installlogcheck:83 dh_installlogrotate:55
@@ -3366,7 +3420,7 @@ msgstr ""
#: dh:1048 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:189 dh_compress:240 dh_dwz:148 dh_fixperms:166 dh_gconf:105
-#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:301
+#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:304
#: dh_installcron:82 dh_installdeb:270 dh_installdebconf:132 dh_installdirs:132
#: dh_installdocs:448 dh_installemacsen:142 dh_installexamples:179
#: dh_installifupdown:76 dh_installinfo:111 dh_installinit:405
@@ -9930,6 +9984,20 @@ msgstr ""
msgid "This compatibility level is open for beta testing; changes may occur."
msgstr "Diese Kompatibilitätsstufe ist im Beta-Test; Änderungen sind möglich."
+#~ msgid ""
+#~ "The syntax of these files is intentionally kept very simple to make them "
+#~ "easy to read, understand, and modify. If you prefer power and complexity, "
+#~ "you can make the file executable, and write a program that outputs "
+#~ "whatever content is appropriate for a given situation. When you do so, "
+#~ "the output is not further processed to expand wildcards or strip comments."
+#~ msgstr ""
+#~ "Die Syntax dieser Dateien ist absichtlich sehr einfach gehalten, damit "
+#~ "sie leicht zu lesen, zu verstehen und zu ändern sind. Falls Sie Leistung "
+#~ "und Komplexität vorziehen, können Sie die Datei ausführbar machen und ein "
+#~ "Programm schreiben, das das ausgibt, was auch immer für eine gegebene "
+#~ "Situation geeignet ist. Wenn Sie dies tun, wird die Ausgabe nicht weiter "
+#~ "verarbeitet, um Platzhalter zu expandieren oder Kommentare zu entfernen."
+
#~ msgid "B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir> ...>]"
#~ msgstr "B<dh_installdirs> [S<I<Debhelper-Optionen>>] [B<-A>] [S<I<Verz> …>]"
diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot
index 59f9ef48..0df7c533 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: 2018-05-20 20:32+0000\n"
+"POT-Creation-Date: 2018-06-23 20:24+0200\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"
@@ -193,112 +193,165 @@ msgstr ""
#: debhelper.pod:101
msgid ""
"The syntax of these files is intentionally kept very simple to make them "
-"easy to read, understand, and modify. If you prefer power and complexity, "
-"you can make the file executable, and write a program that outputs whatever "
-"content is appropriate for a given situation. When you do so, the output is "
-"not further processed to expand wildcards or strip comments."
+"easy to read, understand, and modify."
+msgstr ""
+
+#. type: =head2
+#: debhelper.pod:104
+msgid "Executable debhelper config files"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:106
+msgid ""
+"If you need additional flexibility, many of the debhelper tools "
+"(e.g. L<dh_install(1)>) support executing a config file as a script."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:109
+msgid ""
+"To use this feature, simply mark the config file as executable (e.g. B<< "
+"chmod +x debian/I<package>.install >>) and the tool will attempt to execute "
+"it and use the output of the script. In many cases, you can use "
+"L<dh-exec(1)> as interpreter of the config file to retain most of the "
+"original syntax while getting the additional flexibility you need."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:117
+msgid ""
+"When using executable debhelper config files, please be aware of the "
+"following:"
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:122 debhelper.pod:127
+msgid "*"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:124
+msgid ""
+"The executable config file B<must> exit with success (i.e. its return code "
+"should indicate success)."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:129
+msgid ""
+"The output will be used exactly as it is. Notably, debhelper will I<not> "
+"expand wildcards or strip comments in the output."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:134
+msgid ""
+"If you need the package to build on a file system where you cannot disable "
+"the executable bit, then you can use L<dh-exec(1)> and its B<strip-output> "
+"script."
msgstr ""
#. type: =head1
-#: debhelper.pod:107
+#: debhelper.pod:138
msgid "SHARED DEBHELPER OPTIONS"
msgstr ""
#. type: textblock
-#: debhelper.pod:109
+#: debhelper.pod:140
msgid "The following command line options are supported by all debhelper programs."
msgstr ""
#. type: =item
-#: debhelper.pod:113
+#: debhelper.pod:144
msgid "B<-v>, B<--verbose>"
msgstr ""
#. type: textblock
-#: debhelper.pod:115
+#: debhelper.pod:146
msgid "Verbose mode: show all commands that modify the package build directory."
msgstr ""
#. type: =item
-#: debhelper.pod:117 dh:72
+#: debhelper.pod:148 dh:72
msgid "B<--no-act>"
msgstr ""
#. type: textblock
-#: debhelper.pod:119
+#: debhelper.pod:150
msgid ""
"Do not really do anything. If used with -v, the result is that the command "
"will output what it would have done."
msgstr ""
#. type: =item
-#: debhelper.pod:122
+#: debhelper.pod:153
msgid "B<-a>, B<--arch>"
msgstr ""
#. type: textblock
-#: debhelper.pod:124
+#: debhelper.pod:155
msgid ""
"Act on architecture dependent packages that should be built for the "
"B<DEB_HOST_ARCH> architecture."
msgstr ""
#. type: =item
-#: debhelper.pod:127
+#: debhelper.pod:158
msgid "B<-i>, B<--indep>"
msgstr ""
#. type: textblock
-#: debhelper.pod:129
+#: debhelper.pod:160
msgid "Act on all architecture independent packages."
msgstr ""
#. type: =item
-#: debhelper.pod:131
+#: debhelper.pod:162
msgid "B<-p>I<package>, B<--package=>I<package>"
msgstr ""
#. type: textblock
-#: debhelper.pod:133
+#: debhelper.pod:164
msgid ""
"Act on the package named I<package>. This option may be specified multiple "
"times to make debhelper operate on a given set of packages."
msgstr ""
#. type: =item
-#: debhelper.pod:136
+#: debhelper.pod:167
msgid "B<-s>, B<--same-arch>"
msgstr ""
#. type: textblock
-#: debhelper.pod:138
+#: debhelper.pod:169
msgid "Deprecated alias of B<-a>."
msgstr ""
#. type: textblock
-#: debhelper.pod:140 dh_install:77 dh_install:86
+#: debhelper.pod:171 dh_install:77 dh_install:86
msgid "This option is removed in compat 12."
msgstr ""
#. type: =item
-#: debhelper.pod:142
+#: debhelper.pod:173
msgid "B<-N>I<package>, B<--no-package=>I<package>"
msgstr ""
#. type: textblock
-#: debhelper.pod:144
+#: debhelper.pod:175
msgid ""
"Do not act on the specified package even if an B<-a>, B<-i>, or B<-p> option "
"lists the package as one that should be acted on."
msgstr ""
#. type: =item
-#: debhelper.pod:147
+#: debhelper.pod:178
msgid "B<--remaining-packages>"
msgstr ""
#. type: textblock
-#: debhelper.pod:149
+#: debhelper.pod:180
msgid ""
"Do not act on the packages which have already been acted on by this "
"debhelper command earlier (i.e. if the command is present in the package "
@@ -308,12 +361,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:155
+#: debhelper.pod:186
msgid "B<--ignore=>I<file>"
msgstr ""
#. type: textblock
-#: debhelper.pod:157
+#: debhelper.pod:188
msgid ""
"Ignore the specified file. This can be used if F<debian/> contains a "
"debhelper config file that a debhelper command should not act on. Note that "
@@ -322,29 +375,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:162
+#: debhelper.pod:193
msgid ""
"For example, if upstream ships a F<debian/init> that you don't want "
"B<dh_installinit> to install, use B<--ignore=debian/init>"
msgstr ""
#. type: =item
-#: debhelper.pod:165
+#: debhelper.pod:196
msgid "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
msgstr ""
#. type: textblock
-#: debhelper.pod:167
+#: debhelper.pod:198
msgid "Use I<tmpdir> for package build directory. The default is debian/I<package>"
msgstr ""
#. type: =item
-#: debhelper.pod:169
+#: debhelper.pod:200
msgid "B<--mainpackage=>I<package>"
msgstr ""
#. type: textblock
-#: debhelper.pod:171
+#: debhelper.pod:202
msgid ""
"This little-used option changes the package which debhelper considers the "
"\"main package\", that is, the first one listed in F<debian/control>, and "
@@ -353,12 +406,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:176
+#: debhelper.pod:207
msgid "B<-O=>I<option>|I<bundle>"
msgstr ""
#. type: textblock
-#: debhelper.pod:178
+#: debhelper.pod:209
msgid ""
"This is used by L<dh(1)> when passing user-specified options to all the "
"commands it runs. If the command supports the specified option or option "
@@ -367,12 +420,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:185
+#: debhelper.pod:216
msgid "COMMON DEBHELPER OPTIONS"
msgstr ""
#. type: textblock
-#: debhelper.pod:187
+#: debhelper.pod:218
msgid ""
"The following command line options are supported by some debhelper "
"programs. See the man page of each program for a complete explanation of "
@@ -380,47 +433,47 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:193
+#: debhelper.pod:224
msgid "B<-n>"
msgstr ""
#. type: textblock
-#: debhelper.pod:195
+#: debhelper.pod:226
msgid "Do not modify F<postinst>, F<postrm>, etc. scripts."
msgstr ""
#. type: =item
-#: debhelper.pod:197 dh_compress:56 dh_dwz:47 dh_installchangelogs:85 dh_installdocs:99 dh_installexamples:77 dh_link:75 dh_makeshlibs:139 dh_md5sums:40 dh_shlibdeps:34 dh_strip:42
+#: debhelper.pod:228 dh_compress:56 dh_dwz:47 dh_installchangelogs:85 dh_installdocs:99 dh_installexamples:77 dh_link:75 dh_makeshlibs:139 dh_md5sums:40 dh_shlibdeps:34 dh_strip:42
msgid "B<-X>I<item>, B<--exclude=>I<item>"
msgstr ""
#. type: textblock
-#: debhelper.pod:199
+#: debhelper.pod:230
msgid ""
"Exclude an item from processing. This option may be used multiple times, to "
-"exclude more than one thing. The \\fIitem\\fR is typically part of a "
-"filename, and any file containing the specified text will be excluded."
+"exclude more than one thing. The I<item> is typically part of a filename, "
+"and any file containing the specified text will be excluded."
msgstr ""
#. type: =item
-#: debhelper.pod:203 dh_bugfiles:57 dh_compress:63 dh_installdirs:46 dh_installdocs:94 dh_installexamples:45 dh_installinfo:42 dh_installman:87 dh_installwm:52 dh_link:70
+#: debhelper.pod:234 dh_bugfiles:57 dh_compress:63 dh_installdirs:46 dh_installdocs:94 dh_installexamples:45 dh_installinfo:42 dh_installman:87 dh_installwm:52 dh_link:70
msgid "B<-A>, B<--all>"
msgstr ""
#. type: textblock
-#: debhelper.pod:205
+#: debhelper.pod:236
msgid ""
"Makes files or other items that are specified on the command line take "
"effect in ALL packages acted on, not just the first."
msgstr ""
#. type: =head1
-#: debhelper.pod:210
+#: debhelper.pod:241
msgid "BUILD SYSTEM OPTIONS"
msgstr ""
#. type: textblock
-#: debhelper.pod:212
+#: debhelper.pod:243
msgid ""
"The following command line options are supported by all of the "
"B<dh_auto_>I<*> debhelper programs. These programs support a variety of "
@@ -431,24 +484,24 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:221
+#: debhelper.pod:252
msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
msgstr ""
#. type: textblock
-#: debhelper.pod:223
+#: debhelper.pod:254
msgid ""
"Force use of the specified I<buildsystem>, instead of trying to auto-select "
"one which might be applicable for the package."
msgstr ""
#. type: =item
-#: debhelper.pod:226
+#: debhelper.pod:257
msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
msgstr ""
#. type: textblock
-#: debhelper.pod:228
+#: debhelper.pod:259
msgid ""
"Assume that the original package source tree is at the specified "
"I<directory> rather than the top level directory of the Debian source "
@@ -456,12 +509,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:232
+#: debhelper.pod:263
msgid "B<-B>[I<directory>], B<--builddirectory=>[I<directory>]"
msgstr ""
#. type: textblock
-#: debhelper.pod:234
+#: debhelper.pod:265
msgid ""
"Enable out of source building and use the specified I<directory> as the "
"build directory. If I<directory> parameter is omitted, a default build "
@@ -469,7 +522,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:238
+#: debhelper.pod:269
msgid ""
"If this option is not specified, building will be done in source by default "
"unless the build system requires or prefers out of source tree building. In "
@@ -478,7 +531,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:243
+#: debhelper.pod:274
msgid ""
"If the build system prefers out of source tree building but still allows in "
"source building, the latter can be re-enabled by passing a build directory "
@@ -486,12 +539,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:247
+#: debhelper.pod:278
msgid "B<--parallel>, B<--no-parallel>"
msgstr ""
#. type: textblock
-#: debhelper.pod:249
+#: debhelper.pod:280
msgid ""
"Control whether parallel builds should be used if underlying build system "
"supports them. The number of parallel jobs is controlled by the "
@@ -500,14 +553,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:255
+#: debhelper.pod:286
msgid ""
"If neither option is specified, debhelper currently defaults to "
"B<--parallel> in compat 10 (or later) and B<--no-parallel> otherwise."
msgstr ""
#. type: textblock
-#: debhelper.pod:258
+#: debhelper.pod:289
msgid ""
"As an optimization, B<dh> will try to avoid passing these options to "
"subprocesses, if they are unnecessary and the only options passed. Notably "
@@ -516,12 +569,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:263
+#: debhelper.pod:294
msgid "B<--max-parallel=>I<maximum>"
msgstr ""
#. type: textblock
-#: debhelper.pod:265
+#: debhelper.pod:296
msgid ""
"This option implies B<--parallel> and allows further limiting the number of "
"jobs that can be used in a parallel build. If the package build is known to "
@@ -530,19 +583,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:270
+#: debhelper.pod:301
msgid ""
"Notably, setting the maximum to 1 is effectively the same as using "
"B<--no-parallel>."
msgstr ""
#. type: =item
-#: debhelper.pod:273 dh:64
+#: debhelper.pod:304 dh:64
msgid "B<--list>, B<-l>"
msgstr ""
#. type: textblock
-#: debhelper.pod:275
+#: debhelper.pod:306
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 "
@@ -551,12 +604,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:282
+#: debhelper.pod:313
msgid "COMPATIBILITY LEVELS"
msgstr ""
#. type: textblock
-#: debhelper.pod:284
+#: debhelper.pod:315
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 "
@@ -568,14 +621,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:292
+#: debhelper.pod:323
msgid ""
"Tell debhelper what compatibility level to use by writing a number to "
"F<debian/compat>. For example, to use v#RECOMMENDED_COMPAT# mode:"
msgstr ""
#. type: verbatim
-#: debhelper.pod:295
+#: debhelper.pod:326
#, no-wrap
msgid ""
" % echo #RECOMMENDED_COMPAT# > debian/compat\n"
@@ -583,7 +636,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:297
+#: debhelper.pod:328
msgid ""
"Your package will also need a versioned build dependency on a version of "
"debhelper equal to (or greater than) the compatibility level your package "
@@ -592,7 +645,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:301
+#: debhelper.pod:332
#, no-wrap
msgid ""
" Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#~)\n"
@@ -600,7 +653,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:334
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -611,61 +664,61 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:310
+#: debhelper.pod:341
msgid "Supported compatibility levels"
msgstr ""
#. type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:343
msgid "These are the available compatibility levels:"
msgstr ""
#. type: =item
-#: debhelper.pod:316 debhelper-obsolete-compat.pod:89
+#: debhelper.pod:347 debhelper-obsolete-compat.pod:89
msgid "v5"
msgstr ""
#. type: textblock
-#: debhelper.pod:318 debhelper-obsolete-compat.pod:91
+#: debhelper.pod:349 debhelper-obsolete-compat.pod:91
msgid "This is the lowest supported compatibility level."
msgstr ""
#. type: textblock
-#: debhelper.pod:320
+#: debhelper.pod:351
msgid ""
"If you are upgrading from an earlier compatibility level, please review "
"L<debhelper-obsolete-compat(7)>."
msgstr ""
#. type: textblock
-#: debhelper.pod:323 debhelper.pod:355 debhelper.pod:385 debhelper.pod:416 debhelper-obsolete-compat.pod:28 debhelper-obsolete-compat.pod:35 debhelper-obsolete-compat.pod:58 debhelper-obsolete-compat.pod:87
+#: debhelper.pod:354 debhelper.pod:386 debhelper.pod:416 debhelper.pod:447 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:325
+#: debhelper.pod:356
msgid "v6"
msgstr ""
#. type: textblock
-#: debhelper.pod:327
+#: debhelper.pod:358
msgid "Changes from v5 are:"
msgstr ""
#. type: =item
-#: debhelper.pod:331 debhelper.pod:336 debhelper.pod:342 debhelper.pod:348 debhelper.pod:363 debhelper.pod:370 debhelper.pod:374 debhelper.pod:378 debhelper.pod:393 debhelper.pod:397 debhelper.pod:405 debhelper.pod:410 debhelper.pod:424 debhelper.pod:429 debhelper.pod:436 debhelper.pod:441 debhelper.pod:446 debhelper.pod:454 debhelper.pod:460 debhelper.pod:465 debhelper.pod:470 debhelper.pod:483 debhelper.pod:488 debhelper.pod:494 debhelper.pod:501 debhelper.pod:507 debhelper.pod:512 debhelper.pod:518 debhelper.pod:524 debhelper.pod:534 debhelper.pod:540 debhelper.pod:563 debhelper.pod:570 debhelper.pod:576 debhelper.pod:582 debhelper.pod:598 debhelper.pod:604 debhelper.pod:616 debhelper.pod:624 debhelper.pod:630 debhelper.pod:635 debhelper.pod:640 debhelper.pod:645 debhelper.pod:653 debhelper.pod:663 debhelper.pod:673 debhelper.pod:680 debhelper.pod:692 debhelper.pod:697 debhelper.pod:710 debhelper.pod:729 debhelper.pod:739 debhelper.pod:743 debhelper.pod:748 debhelper.pod:753 debhelper.pod:760 debhelper.pod:766 debhelper.pod:774 debhelper.pod:780 debhelper.pod:784 debhelper.pod:789 debhelper.pod:794 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:362 debhelper.pod:367 debhelper.pod:373 debhelper.pod:379 debhelper.pod:394 debhelper.pod:401 debhelper.pod:405 debhelper.pod:409 debhelper.pod:424 debhelper.pod:428 debhelper.pod:436 debhelper.pod:441 debhelper.pod:455 debhelper.pod:460 debhelper.pod:467 debhelper.pod:472 debhelper.pod:477 debhelper.pod:485 debhelper.pod:491 debhelper.pod:496 debhelper.pod:501 debhelper.pod:514 debhelper.pod:519 debhelper.pod:525 debhelper.pod:532 debhelper.pod:538 debhelper.pod:543 debhelper.pod:549 debhelper.pod:555 debhelper.pod:565 debhelper.pod:571 debhelper.pod:594 debhelper.pod:601 debhelper.pod:607 debhelper.pod:613 debhelper.pod:629 debhelper.pod:635 debhelper.pod:647 debhelper.pod:655 debhelper.pod:661 debhelper.pod:666 debhelper.pod:671 debhelper.pod:676 debhelper.pod:684 debhelper.pod:694 debhelper.pod:704 debhelper.pod:711 debhelper.pod:723 debhelper.pod:728 debhelper.pod:741 debhelper.pod:760 debhelper.pod:770 debhelper.pod:774 debhelper.pod:779 debhelper.pod:784 debhelper.pod:791 debhelper.pod:797 debhelper.pod:805 debhelper.pod:811 debhelper.pod:815 debhelper.pod:820 debhelper.pod:825 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:333
+#: debhelper.pod:364
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:338
+#: debhelper.pod:369
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> "
@@ -673,7 +726,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:344
+#: debhelper.pod:375
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 "
@@ -681,24 +734,24 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:350
+#: debhelper.pod:381
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:357
+#: debhelper.pod:388
msgid "v7"
msgstr ""
#. type: textblock
-#: debhelper.pod:359
+#: debhelper.pod:390
msgid "Changes from v6 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:365
+#: debhelper.pod:396
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 "
@@ -708,39 +761,39 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:372
+#: debhelper.pod:403
msgid "B<dh_clean> will read F<debian/clean> and delete files listed there."
msgstr ""
#. type: textblock
-#: debhelper.pod:376
+#: debhelper.pod:407
msgid "B<dh_clean> will delete toplevel F<*-stamp> files."
msgstr ""
#. type: textblock
-#: debhelper.pod:380
+#: debhelper.pod:411
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
msgstr ""
#. type: =item
-#: debhelper.pod:387
+#: debhelper.pod:418
msgid "v8"
msgstr ""
#. type: textblock
-#: debhelper.pod:389
+#: debhelper.pod:420
msgid "Changes from v7 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:395
+#: debhelper.pod:426
msgid "Commands will fail rather than warning when they are passed unknown options."
msgstr ""
#. type: textblock
-#: debhelper.pod:399
+#: debhelper.pod:430
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. "
@@ -750,7 +803,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:438
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 "
@@ -758,31 +811,31 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:443
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
msgstr ""
#. type: =item
-#: debhelper.pod:418
+#: debhelper.pod:449
msgid "v9"
msgstr ""
#. type: textblock
-#: debhelper.pod:420
+#: debhelper.pod:451
msgid "Changes from v8 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:426
+#: debhelper.pod:457
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
msgstr ""
#. type: textblock
-#: debhelper.pod:431
+#: debhelper.pod:462
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 "
@@ -791,26 +844,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:438
+#: debhelper.pod:469
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
msgstr ""
#. type: textblock
-#: debhelper.pod:443
+#: debhelper.pod:474
msgid ""
"B<dh_auto_configure> does not include the source package name in "
"--libexecdir when using autoconf."
msgstr ""
#. type: textblock
-#: debhelper.pod:448
+#: debhelper.pod:479
msgid "B<dh> does not default to enabling --with=python-support"
msgstr ""
#. type: textblock
-#: debhelper.pod:450
+#: debhelper.pod:481
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 "
@@ -818,52 +871,52 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:487
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:462
+#: debhelper.pod:493
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:467
+#: debhelper.pod:498
msgid ""
"B<dh_strip> puts separated debug symbols in a location based on their "
"build-id."
msgstr ""
#. type: textblock
-#: debhelper.pod:472
+#: debhelper.pod:503
msgid ""
"Executable debhelper config files are run and their output used as the "
"configuration."
msgstr ""
#. type: =item
-#: debhelper.pod:477
+#: debhelper.pod:508
msgid "v10"
msgstr ""
#. type: textblock
-#: debhelper.pod:479
+#: debhelper.pod:510
msgid "Changes from v9 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:485
+#: debhelper.pod:516
msgid ""
"B<dh_installinit> will no longer install a file named debian/I<package> as "
"an init script."
msgstr ""
#. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:521
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 "
@@ -871,7 +924,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:527
msgid ""
"B<dh> no longer creates the package build directory when skipping running "
"debhelper commands. This will not affect packages that only build with "
@@ -880,7 +933,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:503
+#: debhelper.pod:534
msgid ""
"B<dh_installdeb> no longer installs a maintainer-provided "
"debian/I<package>.shlibs file. This is now done by B<dh_makeshlibs> "
@@ -888,14 +941,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:509
+#: debhelper.pod:540
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:514
+#: debhelper.pod:545
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 "
@@ -903,7 +956,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:551
msgid ""
"The B<dh> command will not accept any of the deprecated \"manual sequence "
"control\" parameters (B<--before>, B<--after>, etc.). Please use override "
@@ -911,7 +964,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:526
+#: debhelper.pod:557
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 "
@@ -919,12 +972,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:561
msgid "The main effects of this are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:536
+#: debhelper.pod:567
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 "
@@ -932,7 +985,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:542
+#: debhelper.pod:573
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 "
@@ -940,12 +993,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:547
+#: debhelper.pod:578
msgid "Example of where it can go wrong:"
msgstr ""
#. type: verbatim
-#: debhelper.pod:549
+#: debhelper.pod:580
#, no-wrap
msgid ""
" override_dh_foo:\n"
@@ -954,7 +1007,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:552
+#: debhelper.pod:583
#, no-wrap
msgid ""
" override_dh_bar:\n"
@@ -964,7 +1017,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:587
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. "
@@ -973,7 +1026,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:596
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 "
@@ -982,7 +1035,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:572
+#: debhelper.pod:603
msgid ""
"The B<dh_installinit> command now defaults to B<--restart-after-upgrade>. "
"For packages needing the previous behaviour, please use "
@@ -990,7 +1043,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:578
+#: debhelper.pod:609
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 "
@@ -998,29 +1051,29 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:584
+#: debhelper.pod:615
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: =item
-#: debhelper.pod:590
+#: debhelper.pod:621
msgid "v11"
msgstr ""
#. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:623
msgid "This is the recommended mode of operation."
msgstr ""
#. type: textblock
-#: debhelper.pod:594
+#: debhelper.pod:625
msgid "Changes from v10 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:600
+#: debhelper.pod:631
msgid ""
"B<dh_installinit> no longer installs F<service> or F<tmpfile> files, nor "
"generates maintainer scripts for those files. Please use the new "
@@ -1028,7 +1081,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:606
+#: debhelper.pod:637
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> "
@@ -1037,26 +1090,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:612
+#: debhelper.pod:643
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:618
+#: debhelper.pod:649
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:622
+#: debhelper.pod:653
msgid "The vast majority of all packages will be unaffected by this change."
msgstr ""
#. type: textblock
-#: debhelper.pod:626
+#: debhelper.pod:657
msgid ""
"The B<makefile> buildsystem now passes B<INSTALL=install "
"--strip-program=true> to L<make(1)>. Derivative buildsystems "
@@ -1064,28 +1117,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:632
+#: debhelper.pod:663
msgid ""
"The B<autoconf> buildsystem now passes B<--runstatedir=/run> to "
"F<./configure>."
msgstr ""
#. type: textblock
-#: debhelper.pod:637
+#: debhelper.pod:668
msgid ""
"The B<cmake> buildsystem now passes B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to "
"L<cmake(1)>."
msgstr ""
#. type: textblock
-#: debhelper.pod:642
+#: debhelper.pod:673
msgid ""
"B<dh_installman> will now prefer detecting the language from the path name "
"rather than the extension."
msgstr ""
#. type: textblock
-#: debhelper.pod:647
+#: debhelper.pod:678
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. "
@@ -1094,7 +1147,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:655
+#: debhelper.pod:686
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 "
@@ -1102,7 +1155,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:659
+#: debhelper.pod:690
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 "
@@ -1110,7 +1163,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:665
+#: debhelper.pod:696
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 "
@@ -1119,14 +1172,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:670
+#: debhelper.pod:701
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:675
+#: debhelper.pod:706
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 "
@@ -1135,7 +1188,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:682
+#: debhelper.pod:713
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 "
@@ -1143,7 +1196,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:687
+#: debhelper.pod:718
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 "
@@ -1152,14 +1205,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:694
+#: debhelper.pod:725
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:699
+#: debhelper.pod:730
msgid ""
"The B<dh_installdocs> and B<dh_installexamples> tools will now attempt to "
"guess the \"main package\" for a given documentation package "
@@ -1171,14 +1224,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:707
+#: debhelper.pod:738
msgid ""
"The B<--doc-main-package> option can be used when the auto-detection is "
"insufficient."
msgstr ""
#. type: textblock
-#: debhelper.pod:712
+#: debhelper.pod:743
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 "
@@ -1187,27 +1240,27 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:717
+#: debhelper.pod:748
msgid "This change may cause the tools to process more files than previously."
msgstr ""
#. type: =item
-#: debhelper.pod:721
+#: debhelper.pod:752
msgid "v12"
msgstr ""
#. type: textblock
-#: debhelper.pod:723
+#: debhelper.pod:754
msgid "This compatibility level is still open for development; use with caution."
msgstr ""
#. type: textblock
-#: debhelper.pod:725
+#: debhelper.pod:756
msgid "Changes from v11 are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:731
+#: debhelper.pod:762
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>) "
@@ -1215,7 +1268,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:735
+#: debhelper.pod:766
msgid ""
"If an unversioned dependency in the shlibs file is wanted, this can be "
"obtained by passing B<-VNone> instead. However, please see "
@@ -1223,28 +1276,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:741
+#: debhelper.pod:772
msgid ""
"The B<-s> (B<--same-arch>) option is removed. Please use B<-a> (B<--arch>) "
"instead."
msgstr ""
#. type: textblock
-#: debhelper.pod:745
+#: debhelper.pod:776
msgid ""
"Invoking B<dh_clean -k> now causes an error instead of a deprecation "
"warning."
msgstr ""
#. type: textblock
-#: debhelper.pod:750
+#: debhelper.pod:781
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:755
+#: debhelper.pod:786
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 "
@@ -1253,7 +1306,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:762
+#: debhelper.pod:793
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 "
@@ -1261,7 +1314,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:768
+#: debhelper.pod:799
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 "
@@ -1271,7 +1324,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:776
+#: debhelper.pod:807
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 "
@@ -1279,26 +1332,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:782
+#: debhelper.pod:813
msgid "The B<dh_missing> tool will now default to B<--list-missing>."
msgstr ""
#. type: textblock
-#: debhelper.pod:786
+#: debhelper.pod:817
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:791
+#: debhelper.pod:822
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:796
+#: debhelper.pod:827
msgid ""
"The standard sequence in B<dh> now includes B<dh_dwz> and "
"B<dh_installinitramfs> by default. This makes the B<dwz> and "
@@ -1308,17 +1361,17 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:807 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64 dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89 dh_installinit:200 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:838 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64 dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89 dh_installinit:200 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:809
+#: debhelper.pod:840
msgid "Multiple binary package support"
msgstr ""
#. type: textblock
-#: debhelper.pod:811
+#: debhelper.pod:842
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 "
@@ -1330,7 +1383,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:819
+#: debhelper.pod:850
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>, "
@@ -1340,7 +1393,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:825
+#: debhelper.pod:856
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, "
@@ -1348,7 +1401,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:829
+#: debhelper.pod:860
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 "
@@ -1357,12 +1410,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: debhelper.pod:834
+#: debhelper.pod:865
msgid "Interaction between package selections and Build-Profiles"
msgstr ""
#. type: textblock
-#: debhelper.pod:836
+#: debhelper.pod:867
msgid ""
"Build-Profiles affect which packages are included in the package selections "
"mechanisms in debhelper. Generally, the package selections are described "
@@ -1372,19 +1425,19 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:844
+#: debhelper.pod:875
msgid "-a/--arch, -i/--indep OR no selection options (a raw \"dh_X\" call)"
msgstr ""
#. type: textblock
-#: debhelper.pod:846
+#: debhelper.pod:877
msgid ""
"The package disabled by Build-Profiles is silently excluded from the "
"selection."
msgstr ""
#. type: textblock
-#: debhelper.pod:849
+#: debhelper.pod:880
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 "
@@ -1392,39 +1445,39 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:853
+#: debhelper.pod:884
msgid "-N I<package> / --no-package I<package>"
msgstr ""
#. type: textblock
-#: debhelper.pod:855
+#: debhelper.pod:886
msgid "The option is accepted and effectively does nothing."
msgstr ""
#. type: =item
-#: debhelper.pod:857
+#: debhelper.pod:888
msgid "-p I<package> / --package I<package>"
msgstr ""
#. type: textblock
-#: debhelper.pod:859
+#: debhelper.pod:890
msgid "The option is accepted, but debhelper will not act on the package."
msgstr ""
#. type: textblock
-#: debhelper.pod:863
+#: debhelper.pod:894
msgid ""
"Note that it does not matter whether a package is enabled or disabled by "
"default."
msgstr ""
#. type: =head2
-#: debhelper.pod:866
+#: debhelper.pod:897
msgid "Automatic generation of Debian install scripts"
msgstr ""
#. type: textblock
-#: debhelper.pod:868
+#: debhelper.pod:899
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -1435,21 +1488,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:875
+#: debhelper.pod:906
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:878
+#: debhelper.pod:909
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:881
+#: debhelper.pod:912
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 "
@@ -1458,7 +1511,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:886
+#: debhelper.pod:917
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1478,12 +1531,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:899
+#: debhelper.pod:930
msgid "Automatic generation of miscellaneous dependencies."
msgstr ""
#. type: textblock
-#: debhelper.pod:901
+#: debhelper.pod:932
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 "
@@ -1495,7 +1548,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:909
+#: debhelper.pod:940
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called "
@@ -1504,7 +1557,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:914
+#: debhelper.pod:945
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -1513,19 +1566,19 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:919
+#: debhelper.pod:950
msgid "Package build directories"
msgstr ""
#. type: textblock
-#: debhelper.pod:921
+#: debhelper.pod:952
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:924
+#: debhelper.pod:955
msgid ""
"Sometimes, you might want to use some other temporary directory. This is "
"supported by the B<-P> flag. For example, \"B<dh_installdocs "
@@ -1537,12 +1590,12 @@ msgid ""
msgstr ""
#. type: =head2
-#: debhelper.pod:932
+#: debhelper.pod:963
msgid "udebs"
msgstr ""
#. type: textblock
-#: debhelper.pod:934
+#: debhelper.pod:965
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>. "
@@ -1553,12 +1606,12 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:941
+#: debhelper.pod:972
msgid "ENVIRONMENT"
msgstr ""
#. type: textblock
-#: debhelper.pod:943
+#: debhelper.pod:974
msgid ""
"The following environment variables can influence the behavior of "
"debhelper. It is important to note that these must be actual environment "
@@ -1568,24 +1621,24 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:951
+#: debhelper.pod:982
msgid "B<DH_VERBOSE>"
msgstr ""
#. type: textblock
-#: debhelper.pod:953
+#: debhelper.pod:984
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:956
+#: debhelper.pod:987
msgid "B<DH_QUIET>"
msgstr ""
#. type: textblock
-#: debhelper.pod:958
+#: debhelper.pod:989
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 "
@@ -1595,53 +1648,53 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:965
+#: debhelper.pod:996
msgid "B<DH_COMPAT>"
msgstr ""
#. type: textblock
-#: debhelper.pod:967
+#: debhelper.pod:998
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
msgstr ""
#. type: =item
-#: debhelper.pod:970
+#: debhelper.pod:1001
msgid "B<DH_NO_ACT>"
msgstr ""
#. type: textblock
-#: debhelper.pod:972
+#: debhelper.pod:1003
msgid "Set to B<1> to enable no-act mode."
msgstr ""
#. type: =item
-#: debhelper.pod:974
+#: debhelper.pod:1005
msgid "B<DH_OPTIONS>"
msgstr ""
#. type: textblock
-#: debhelper.pod:976
+#: debhelper.pod:1007
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands."
msgstr ""
#. type: textblock
-#: debhelper.pod:979
+#: debhelper.pod:1010
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:982
+#: debhelper.pod:1013
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr ""
#. type: textblock
-#: debhelper.pod:984
+#: debhelper.pod:1015
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 "
@@ -1649,7 +1702,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:988
+#: debhelper.pod:1019
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 "
@@ -1660,19 +1713,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:995
+#: debhelper.pod:1026
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
msgstr ""
#. type: =item
-#: debhelper.pod:998
+#: debhelper.pod:1029
msgid "B<DH_EXTRA_ADDONS>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1000
+#: debhelper.pod:1031
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 "
@@ -1681,7 +1734,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1005
+#: debhelper.pod:1036
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 "
@@ -1690,37 +1743,37 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:1012 debhelper-obsolete-compat.pod:118 dh:1044 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:185 dh_compress:236 dh_dwz:144 dh_fixperms:162 dh_gconf:101 dh_gencontrol:207 dh_icons:75 dh_install:350 dh_installcatalogs:125 dh_installchangelogs:297 dh_installcron:78 dh_installdeb:266 dh_installdebconf:128 dh_installdirs:128 dh_installdocs:444 dh_installemacsen:137 dh_installexamples:175 dh_installifupdown:72 dh_installinfo:107 dh_installinit:401 dh_installinitramfs:86 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:100 dh_installwm:127 dh_installxfonts:96 dh_link:163 dh_lintian:60 dh_listpackages:35 dh_makeshlibs:355 dh_md5sums:97 dh_movefiles:161 dh_perl:159 dh_prep:70 dh_shlibdeps:199 dh_strip:426 dh_testdir:63 dh_testroot:91 dh_usrlocal:136 dh_systemd_enable:281 dh_systemd_start:269
+#: debhelper.pod:1043 debhelper-obsolete-compat.pod:118 dh:1044 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:185 dh_compress:236 dh_dwz:144 dh_fixperms:162 dh_gconf:101 dh_gencontrol:207 dh_icons:75 dh_install:350 dh_installcatalogs:125 dh_installchangelogs:300 dh_installcron:78 dh_installdeb:266 dh_installdebconf:128 dh_installdirs:128 dh_installdocs:444 dh_installemacsen:137 dh_installexamples:175 dh_installifupdown:72 dh_installinfo:107 dh_installinit:401 dh_installinitramfs:86 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:100 dh_installwm:127 dh_installxfonts:96 dh_link:163 dh_lintian:60 dh_listpackages:35 dh_makeshlibs:355 dh_md5sums:97 dh_movefiles:161 dh_perl:159 dh_prep:70 dh_shlibdeps:199 dh_strip:426 dh_testdir:63 dh_testroot:91 dh_usrlocal:136 dh_systemd_enable:281 dh_systemd_start:269
msgid "SEE ALSO"
msgstr ""
#. type: =item
-#: debhelper.pod:1016
+#: debhelper.pod:1047
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1018
+#: debhelper.pod:1049
msgid "A set of example F<debian/rules> files that use debhelper."
msgstr ""
#. type: =item
-#: debhelper.pod:1020
+#: debhelper.pod:1051
msgid "L<http://joeyh.name/code/debhelper/>"
msgstr ""
#. type: textblock
-#: debhelper.pod:1022
+#: debhelper.pod:1053
msgid "Debhelper web site."
msgstr ""
#. type: =head1
-#: debhelper.pod:1026 dh:1050 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:191 dh_compress:242 dh_dwz:150 dh_fixperms:168 dh_gconf:107 dh_gencontrol:213 dh_icons:81 dh_install:356 dh_installcatalogs:131 dh_installchangelogs:303 dh_installcron:84 dh_installdeb:272 dh_installdebconf:134 dh_installdirs:134 dh_installdocs:450 dh_installemacsen:144 dh_installexamples:181 dh_installifupdown:78 dh_installinfo:113 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:106 dh_installwm:133 dh_installxfonts:102 dh_link:169 dh_lintian:68 dh_listpackages:41 dh_makeshlibs:361 dh_md5sums:103 dh_movefiles:167 dh_perl:165 dh_prep:76 dh_shlibdeps:205 dh_strip:432 dh_testdir:69 dh_testroot:97 dh_usrlocal:142
+#: debhelper.pod:1057 dh:1050 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:191 dh_compress:242 dh_dwz:150 dh_fixperms:168 dh_gconf:107 dh_gencontrol:213 dh_icons:81 dh_install:356 dh_installcatalogs:131 dh_installchangelogs:306 dh_installcron:84 dh_installdeb:272 dh_installdebconf:134 dh_installdirs:134 dh_installdocs:450 dh_installemacsen:144 dh_installexamples:181 dh_installifupdown:78 dh_installinfo:113 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:106 dh_installwm:133 dh_installxfonts:102 dh_link:169 dh_lintian:68 dh_listpackages:41 dh_makeshlibs:361 dh_md5sums:103 dh_movefiles:167 dh_perl:165 dh_prep:76 dh_shlibdeps:205 dh_strip:432 dh_testdir:69 dh_testroot:97 dh_usrlocal:142
msgid "AUTHOR"
msgstr ""
#. type: textblock
-#: debhelper.pod:1028 dh:1052 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:193 dh_compress:244 dh_fixperms:170 dh_gencontrol:215 dh_install:358 dh_installchangelogs:305 dh_installcron:86 dh_installdeb:274 dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452 dh_installemacsen:146 dh_installexamples:183 dh_installifupdown:80 dh_installinfo:115 dh_installinit:409 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:108 dh_installwm:135 dh_installxfonts:104 dh_link:171 dh_listpackages:43 dh_makeshlibs:363 dh_md5sums:105 dh_movefiles:169 dh_prep:78 dh_shlibdeps:207 dh_strip:434 dh_testdir:71 dh_testroot:99
+#: debhelper.pod:1059 dh:1052 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:193 dh_compress:244 dh_fixperms:170 dh_gencontrol:215 dh_install:358 dh_installchangelogs:308 dh_installcron:86 dh_installdeb:274 dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452 dh_installemacsen:146 dh_installexamples:183 dh_installifupdown:80 dh_installinfo:115 dh_installinit:409 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:108 dh_installwm:135 dh_installxfonts:104 dh_link:171 dh_listpackages:43 dh_makeshlibs:363 dh_md5sums:105 dh_movefiles:169 dh_prep:78 dh_shlibdeps:207 dh_strip:434 dh_testdir:71 dh_testroot:99
msgid "Joey Hess <joeyh@debian.org>"
msgstr ""
@@ -1876,7 +1929,7 @@ msgid "B<dh_install> errors out if wildcards expand to nothing."
msgstr ""
#. type: textblock
-#: debhelper-obsolete-compat.pod:120 dh:1046 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:187 dh_compress:238 dh_dwz:146 dh_fixperms:164 dh_gconf:103 dh_gencontrol:209 dh_install:352 dh_installcatalogs:127 dh_installchangelogs:299 dh_installcron:80 dh_installdeb:268 dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446 dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109 dh_installinit:403 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:102 dh_installwm:129 dh_installxfonts:98 dh_link:165 dh_listpackages:37 dh_makeshlibs:357 dh_md5sums:99 dh_movefiles:163 dh_perl:161 dh_prep:72 dh_strip:428 dh_testdir:65 dh_testroot:93 dh_usrlocal:138 dh_systemd_start:271
+#: debhelper-obsolete-compat.pod:120 dh:1046 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:187 dh_compress:238 dh_dwz:146 dh_fixperms:164 dh_gconf:103 dh_gencontrol:209 dh_install:352 dh_installcatalogs:127 dh_installchangelogs:302 dh_installcron:80 dh_installdeb:268 dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446 dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109 dh_installinit:403 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:102 dh_installwm:129 dh_installxfonts:98 dh_link:165 dh_listpackages:37 dh_makeshlibs:357 dh_md5sums:99 dh_movefiles:163 dh_perl:161 dh_prep:72 dh_strip:428 dh_testdir:65 dh_testroot:93 dh_usrlocal:138 dh_systemd_start:271
msgid "L<debhelper(7)>"
msgstr ""
@@ -2441,7 +2494,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: dh:1048 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:189 dh_compress:240 dh_dwz:148 dh_fixperms:166 dh_gconf:105 dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:301 dh_installcron:82 dh_installdeb:270 dh_installdebconf:132 dh_installdirs:132 dh_installdocs:448 dh_installemacsen:142 dh_installexamples:179 dh_installifupdown:76 dh_installinfo:111 dh_installinit:405 dh_installinitramfs:92 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:104 dh_installwm:131 dh_installxfonts:100 dh_link:167 dh_lintian:64 dh_listpackages:39 dh_makeshlibs:359 dh_md5sums:101 dh_movefiles:165 dh_perl:163 dh_prep:74 dh_shlibdeps:203 dh_strip:430 dh_testdir:67 dh_testroot:95 dh_usrlocal:140
+#: dh:1048 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:189 dh_compress:240 dh_dwz:148 dh_fixperms:166 dh_gconf:105 dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:304 dh_installcron:82 dh_installdeb:270 dh_installdebconf:132 dh_installdirs:132 dh_installdocs:448 dh_installemacsen:142 dh_installexamples:179 dh_installifupdown:76 dh_installinfo:111 dh_installinit:405 dh_installinitramfs:92 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:104 dh_installwm:131 dh_installxfonts:100 dh_link:167 dh_lintian:64 dh_listpackages:39 dh_makeshlibs:359 dh_md5sums:101 dh_movefiles:165 dh_perl:163 dh_prep:74 dh_shlibdeps:203 dh_strip:430 dh_testdir:67 dh_testroot:95 dh_usrlocal:140
msgid "This program is a part of debhelper."
msgstr ""
diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po
index 14154cc1..f4ae8a30 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: 2018-05-20 20:32+0000\n"
+"POT-Creation-Date: 2018-06-23 17:51+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"
@@ -335,26 +335,78 @@ msgstr ""
#: debhelper.pod:101
msgid ""
"The syntax of these files is intentionally kept very simple to make them "
-"easy to read, understand, and modify. If you prefer power and complexity, "
-"you can make the file executable, and write a program that outputs whatever "
-"content is appropriate for a given situation. When you do so, the output is "
-"not further processed to expand wildcards or strip comments."
+"easy to read, understand, and modify."
+msgstr ""
+
+# type: textblock
+#. type: =head2
+#: debhelper.pod:104
+#, fuzzy
+#| msgid "Comments are ignored in debhelper config files."
+msgid "Executable debhelper config files"
+msgstr ""
+"Se ignoran los comentarios en los ficheros de configuración de debhelper."
+
+#. type: textblock
+#: debhelper.pod:106
+msgid ""
+"If you need additional flexibility, many of the debhelper tools (e.g. "
+"L<dh_install(1)>) support executing a config file as a script."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:109
+msgid ""
+"To use this feature, simply mark the config file as executable (e.g. B<< "
+"chmod +x debian/I<package>.install >>) and the tool will attempt to execute "
+"it and use the output of the script. In many cases, you can use L<dh-"
+"exec(1)> as interpreter of the config file to retain most of the original "
+"syntax while getting the additional flexibility you need."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:117
+msgid ""
+"When using executable debhelper config files, please be aware of the "
+"following:"
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:122 debhelper.pod:127
+msgid "*"
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:124
+msgid ""
+"The executable config file B<must> exit with success (i.e. its return code "
+"should indicate success)."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:129
+msgid ""
+"The output will be used exactly as it is. Notably, debhelper will I<not> "
+"expand wildcards or strip comments in the output."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:134
+msgid ""
+"If you need the package to build on a file system where you cannot disable "
+"the executable bit, then you can use L<dh-exec(1)> and its B<strip-output> "
+"script."
msgstr ""
-"La sintaxis de estos ficheros es intencionadamente sencilla para facilitar "
-"la lectura, la comprensión y la modificación. Si prefiere potencia y "
-"complejidad, puede dar al fichero permisos de ejecución, y crear un programa "
-"que muestra un contenido adecuado para la situación dada. Si lo hace, la "
-"salida no se proceso para expandir comodines o eliminar comentarios."
# type: =head1
#. type: =head1
-#: debhelper.pod:107
+#: debhelper.pod:138
msgid "SHARED DEBHELPER OPTIONS"
msgstr "OPCIONES COMPARTIDAS DE DEBHELPER"
# type: textblock
#. type: textblock
-#: debhelper.pod:109
+#: debhelper.pod:140
msgid ""
"The following command line options are supported by all debhelper programs."
msgstr ""
@@ -363,13 +415,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:113
+#: debhelper.pod:144
msgid "B<-v>, B<--verbose>"
msgstr "B<-v>, B<--verbose>"
# type: textblock
#. type: textblock
-#: debhelper.pod:115
+#: debhelper.pod:146
msgid ""
"Verbose mode: show all commands that modify the package build directory."
msgstr ""
@@ -378,13 +430,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:117 dh:72
+#: debhelper.pod:148 dh:72
msgid "B<--no-act>"
msgstr "B<--no-act>"
# type: textblock
#. type: textblock
-#: debhelper.pod:119
+#: debhelper.pod:150
msgid ""
"Do not really do anything. If used with -v, the result is that the command "
"will output what it would have done."
@@ -394,13 +446,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:122
+#: debhelper.pod:153
msgid "B<-a>, B<--arch>"
msgstr "B<-a>, B<--arch>"
# type: textblock
#. type: textblock
-#: debhelper.pod:124
+#: debhelper.pod:155
#, fuzzy
#| msgid ""
#| "Act on architecture dependent packages that should be built for the build "
@@ -414,25 +466,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:127
+#: debhelper.pod:158
msgid "B<-i>, B<--indep>"
msgstr "B<-i>, B<--indep>"
# type: textblock
#. type: textblock
-#: debhelper.pod:129
+#: debhelper.pod:160
msgid "Act on all architecture independent packages."
msgstr "Actúa en todos los paquetes independientes de la arquitectura."
# type: =item
#. type: =item
-#: debhelper.pod:131
+#: debhelper.pod:162
msgid "B<-p>I<package>, B<--package=>I<package>"
msgstr "B<-p>I<paquete>, B<--package=>I<paquete>"
# type: textblock
#. type: textblock
-#: debhelper.pod:133
+#: debhelper.pod:164
msgid ""
"Act on the package named I<package>. This option may be specified multiple "
"times to make debhelper operate on a given set of packages."
@@ -443,29 +495,29 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:136
+#: debhelper.pod:167
msgid "B<-s>, B<--same-arch>"
msgstr "B<-s>, B<--same-arch>"
#. type: textblock
-#: debhelper.pod:138
+#: debhelper.pod:169
msgid "Deprecated alias of B<-a>."
msgstr ""
#. type: textblock
-#: debhelper.pod:140 dh_install:77 dh_install:86
+#: debhelper.pod:171 dh_install:77 dh_install:86
msgid "This option is removed in compat 12."
msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:142
+#: debhelper.pod:173
msgid "B<-N>I<package>, B<--no-package=>I<package>"
msgstr "B<-N>I<paquete>, B<--no-package=>I<paquete>"
# type: textblock
#. type: textblock
-#: debhelper.pod:144
+#: debhelper.pod:175
msgid ""
"Do not act on the specified package even if an B<-a>, B<-i>, or B<-p> option "
"lists the package as one that should be acted on."
@@ -475,12 +527,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:147
+#: debhelper.pod:178
msgid "B<--remaining-packages>"
msgstr "B<--remaining-packages>"
#. type: textblock
-#: debhelper.pod:149
+#: debhelper.pod:180
msgid ""
"Do not act on the packages which have already been acted on by this "
"debhelper command earlier (i.e. if the command is present in the package "
@@ -497,13 +549,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:155
+#: debhelper.pod:186
msgid "B<--ignore=>I<file>"
msgstr "B<--ignore=>I<fichero>"
# type: textblock
#. type: textblock
-#: debhelper.pod:157
+#: debhelper.pod:188
msgid ""
"Ignore the specified file. This can be used if F<debian/> contains a "
"debhelper config file that a debhelper command should not act on. Note that "
@@ -518,7 +570,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:162
+#: debhelper.pod:193
msgid ""
"For example, if upstream ships a F<debian/init> that you don't want "
"B<dh_installinit> to install, use B<--ignore=debian/init>"
@@ -528,13 +580,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:165
+#: debhelper.pod:196
msgid "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
msgstr "B<-P>I<directorio_temporal>, B<--tmpdir=>I<directorio_temporal>"
# type: textblock
#. type: textblock
-#: debhelper.pod:167
+#: debhelper.pod:198
msgid ""
"Use I<tmpdir> for package build directory. The default is debian/I<package>"
msgstr ""
@@ -543,13 +595,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:169
+#: debhelper.pod:200
msgid "B<--mainpackage=>I<package>"
msgstr "B<--mainpackage=>I<paquete>"
# type: textblock
#. type: textblock
-#: debhelper.pod:171
+#: debhelper.pod:202
msgid ""
"This little-used option changes the package which debhelper considers the "
"\"main package\", that is, the first one listed in F<debian/control>, and "
@@ -562,12 +614,12 @@ msgstr ""
"usuales F<debian/package.tal>."
#. type: =item
-#: debhelper.pod:176
+#: debhelper.pod:207
msgid "B<-O=>I<option>|I<bundle>"
msgstr "B<-O=>I<opción>|I<fichero>"
#. type: textblock
-#: debhelper.pod:178
+#: debhelper.pod:209
msgid ""
"This is used by L<dh(1)> when passing user-specified options to all the "
"commands it runs. If the command supports the specified option or option "
@@ -581,13 +633,13 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:185
+#: debhelper.pod:216
msgid "COMMON DEBHELPER OPTIONS"
msgstr "OPCIONES COMUNES DE DEBHELPER"
# type: textblock
#. type: textblock
-#: debhelper.pod:187
+#: debhelper.pod:218
msgid ""
"The following command line options are supported by some debhelper "
"programs. See the man page of each program for a complete explanation of "
@@ -599,19 +651,19 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:193
+#: debhelper.pod:224
msgid "B<-n>"
msgstr "B<-n>"
# type: textblock
#. type: textblock
-#: debhelper.pod:195
+#: debhelper.pod:226
msgid "Do not modify F<postinst>, F<postrm>, etc. scripts."
msgstr "No modifica los scripts F<postinst>, F<postrm>, etc."
# type: =item
#. type: =item
-#: debhelper.pod:197 dh_compress:56 dh_dwz:47 dh_installchangelogs:85
+#: debhelper.pod:228 dh_compress:56 dh_dwz:47 dh_installchangelogs:85
#: dh_installdocs:99 dh_installexamples:77 dh_link:75 dh_makeshlibs:139
#: dh_md5sums:40 dh_shlibdeps:34 dh_strip:42
msgid "B<-X>I<item>, B<--exclude=>I<item>"
@@ -619,22 +671,22 @@ msgstr "B<-X>I<elemento>, B<--exclude=>I<elemento>"
# type: textblock
#. type: textblock
-#: debhelper.pod:199
+#: debhelper.pod:230
#, fuzzy
#| msgid ""
#| "Exclude an item from processing. This option may be used multiple times, "
#| "to exclude more than one thing."
msgid ""
"Exclude an item from processing. This option may be used multiple times, to "
-"exclude more than one thing. The \\fIitem\\fR is typically part of a "
-"filename, and any file containing the specified text will be excluded."
+"exclude more than one thing. The I<item> is typically part of a filename, "
+"and any file containing the specified text will be excluded."
msgstr ""
"No procesa un elemento. Esta opción se puede utilizar varias veces para "
"excluir distintos elementos."
# type: =item
#. type: =item
-#: debhelper.pod:203 dh_bugfiles:57 dh_compress:63 dh_installdirs:46
+#: debhelper.pod:234 dh_bugfiles:57 dh_compress:63 dh_installdirs:46
#: dh_installdocs:94 dh_installexamples:45 dh_installinfo:42 dh_installman:87
#: dh_installwm:52 dh_link:70
msgid "B<-A>, B<--all>"
@@ -642,7 +694,7 @@ msgstr "B<-A>, B<--all>"
# type: textblock
#. type: textblock
-#: debhelper.pod:205
+#: debhelper.pod:236
msgid ""
"Makes files or other items that are specified on the command line take "
"effect in ALL packages acted on, not just the first."
@@ -651,12 +703,12 @@ msgstr ""
"tengan efecto en TODOS los paquetes sobre los que actúa, no sólo el primero."
#. type: =head1
-#: debhelper.pod:210
+#: debhelper.pod:241
msgid "BUILD SYSTEM OPTIONS"
msgstr "OPCIONES DEL SISTEMA DE CONSTRUCCIÓN"
#. type: textblock
-#: debhelper.pod:212
+#: debhelper.pod:243
msgid ""
"The following command line options are supported by all of the "
"B<dh_auto_>I<*> debhelper programs. These programs support a variety of "
@@ -674,13 +726,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:221
+#: debhelper.pod:252
msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
msgstr ""
"B<-S>I<sistema-de-construcción>, B<--buildsystem=>I<sistema-de-construcción>"
#. type: textblock
-#: debhelper.pod:223
+#: debhelper.pod:254
msgid ""
"Force use of the specified I<buildsystem>, instead of trying to auto-select "
"one which might be applicable for the package."
@@ -690,12 +742,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:226
+#: debhelper.pod:257
msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
msgstr "B<-D>I<directorio>, B<--sourcedirectory=>I<directorio>"
#. type: textblock
-#: debhelper.pod:228
+#: debhelper.pod:259
msgid ""
"Assume that the original package source tree is at the specified "
"I<directory> rather than the top level directory of the Debian source "
@@ -707,12 +759,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:232
+#: debhelper.pod:263
msgid "B<-B>[I<directory>], B<--builddirectory=>[I<directory>]"
msgstr "B<-B>[I<directorio>], B<--builddirectory=>[I<directorio>]"
#. type: textblock
-#: debhelper.pod:234
+#: debhelper.pod:265
#, fuzzy
#| msgid ""
#| "Enable out of source building and use the specified I<directory> as the "
@@ -728,7 +780,7 @@ msgstr ""
"de construcción predeterminado si se omite el parámetro I<directorio>."
#. type: textblock
-#: debhelper.pod:238
+#: debhelper.pod:269
msgid ""
"If this option is not specified, building will be done in source by default "
"unless the build system requires or prefers out of source tree building. In "
@@ -742,7 +794,7 @@ msgstr ""
"define B<--builddirectory>."
#. type: textblock
-#: debhelper.pod:243
+#: debhelper.pod:274
msgid ""
"If the build system prefers out of source tree building but still allows in "
"source building, the latter can be re-enabled by passing a build directory "
@@ -755,14 +807,14 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:247
+#: debhelper.pod:278
#, fuzzy
#| msgid "B<-A>, B<--all>"
msgid "B<--parallel>, B<--no-parallel>"
msgstr "B<-A>, B<--all>"
#. type: textblock
-#: debhelper.pod:249
+#: debhelper.pod:280
#, fuzzy
#| msgid ""
#| "Enable parallel builds if underlying build system supports them. The "
@@ -782,7 +834,7 @@ msgstr ""
"sistema de construcción."
#. type: textblock
-#: debhelper.pod:255
+#: debhelper.pod:286
#, fuzzy
#| msgid ""
#| "If this option is not specified, debhelper currently defaults to not "
@@ -795,7 +847,7 @@ msgstr ""
"paralelo de paquetes de forma predeterminada."
#. type: textblock
-#: debhelper.pod:258
+#: debhelper.pod:289
msgid ""
"As an optimization, B<dh> will try to avoid passing these options to "
"subprocesses, if they are unnecessary and the only options passed. Notably "
@@ -804,12 +856,12 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:263
+#: debhelper.pod:294
msgid "B<--max-parallel=>I<maximum>"
msgstr "B<--max-parallel=>I<máximo>"
#. type: textblock
-#: debhelper.pod:265
+#: debhelper.pod:296
msgid ""
"This option implies B<--parallel> and allows further limiting the number of "
"jobs that can be used in a parallel build. If the package build is known to "
@@ -823,7 +875,7 @@ msgstr ""
"desea permitir."
#. type: textblock
-#: debhelper.pod:270
+#: debhelper.pod:301
msgid ""
"Notably, setting the maximum to 1 is effectively the same as using B<--no-"
"parallel>."
@@ -831,12 +883,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:273 dh:64
+#: debhelper.pod:304 dh:64
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:275
+#: debhelper.pod:306
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 "
@@ -850,13 +902,13 @@ msgstr ""
"buildsystem>."
#. type: =head1
-#: debhelper.pod:282
+#: debhelper.pod:313
msgid "COMPATIBILITY LEVELS"
msgstr "NIVELES DE COMPATIBILIDAD"
# type: textblock
#. type: textblock
-#: debhelper.pod:284
+#: debhelper.pod:315
#, fuzzy
#| msgid ""
#| "From time to time, major non-backwards-compatible changes need to be made "
@@ -884,7 +936,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:292
+#: debhelper.pod:323
#, fuzzy
#| msgid ""
#| "Tell debhelper what compatibility level to use by writing a number to "
@@ -899,7 +951,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:295
+#: debhelper.pod:326
#, no-wrap
msgid ""
" % echo #RECOMMENDED_COMPAT# > debian/compat\n"
@@ -910,7 +962,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:297
+#: debhelper.pod:328
msgid ""
"Your package will also need a versioned build dependency on a version of "
"debhelper equal to (or greater than) the compatibility level your package "
@@ -925,7 +977,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:301
+#: debhelper.pod:332
#, fuzzy, no-wrap
#| msgid ""
#| " Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#)\n"
@@ -939,7 +991,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:334
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -956,7 +1008,7 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:310
+#: debhelper.pod:341
#, fuzzy
#| msgid "Debhelper compatibility levels"
msgid "Supported compatibility levels"
@@ -964,25 +1016,25 @@ msgstr "Niveles de compatibilidad de debhelper"
# type: textblock
#. type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:343
msgid "These are the available compatibility levels:"
msgstr "Los niveles de compatibilidad disponibles son:"
#. type: =item
-#: debhelper.pod:316 debhelper-obsolete-compat.pod:89
+#: debhelper.pod:347 debhelper-obsolete-compat.pod:89
msgid "v5"
msgstr "v5"
# type: textblock
#. type: textblock
-#: debhelper.pod:318 debhelper-obsolete-compat.pod:91
+#: debhelper.pod:349 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:320
+#: debhelper.pod:351
msgid ""
"If you are upgrading from an earlier compatibility level, please review "
"L<debhelper-obsolete-compat(7)>."
@@ -990,40 +1042,40 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:323 debhelper.pod:355 debhelper.pod:385 debhelper.pod:416
+#: debhelper.pod:354 debhelper.pod:386 debhelper.pod:416 debhelper.pod:447
#: 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:325
+#: debhelper.pod:356
msgid "v6"
msgstr "v6"
#. type: textblock
-#: debhelper.pod:327
+#: debhelper.pod:358
msgid "Changes from v5 are:"
msgstr "Los cambios desde el nivel v5 son:"
# type: =item
#. type: =item
-#: debhelper.pod:331 debhelper.pod:336 debhelper.pod:342 debhelper.pod:348
-#: debhelper.pod:363 debhelper.pod:370 debhelper.pod:374 debhelper.pod:378
-#: debhelper.pod:393 debhelper.pod:397 debhelper.pod:405 debhelper.pod:410
-#: debhelper.pod:424 debhelper.pod:429 debhelper.pod:436 debhelper.pod:441
-#: debhelper.pod:446 debhelper.pod:454 debhelper.pod:460 debhelper.pod:465
-#: debhelper.pod:470 debhelper.pod:483 debhelper.pod:488 debhelper.pod:494
-#: debhelper.pod:501 debhelper.pod:507 debhelper.pod:512 debhelper.pod:518
-#: debhelper.pod:524 debhelper.pod:534 debhelper.pod:540 debhelper.pod:563
-#: debhelper.pod:570 debhelper.pod:576 debhelper.pod:582 debhelper.pod:598
-#: debhelper.pod:604 debhelper.pod:616 debhelper.pod:624 debhelper.pod:630
-#: debhelper.pod:635 debhelper.pod:640 debhelper.pod:645 debhelper.pod:653
-#: debhelper.pod:663 debhelper.pod:673 debhelper.pod:680 debhelper.pod:692
-#: debhelper.pod:697 debhelper.pod:710 debhelper.pod:729 debhelper.pod:739
-#: debhelper.pod:743 debhelper.pod:748 debhelper.pod:753 debhelper.pod:760
-#: debhelper.pod:766 debhelper.pod:774 debhelper.pod:780 debhelper.pod:784
-#: debhelper.pod:789 debhelper.pod:794 debhelper-obsolete-compat.pod:43
+#: debhelper.pod:362 debhelper.pod:367 debhelper.pod:373 debhelper.pod:379
+#: debhelper.pod:394 debhelper.pod:401 debhelper.pod:405 debhelper.pod:409
+#: debhelper.pod:424 debhelper.pod:428 debhelper.pod:436 debhelper.pod:441
+#: debhelper.pod:455 debhelper.pod:460 debhelper.pod:467 debhelper.pod:472
+#: debhelper.pod:477 debhelper.pod:485 debhelper.pod:491 debhelper.pod:496
+#: debhelper.pod:501 debhelper.pod:514 debhelper.pod:519 debhelper.pod:525
+#: debhelper.pod:532 debhelper.pod:538 debhelper.pod:543 debhelper.pod:549
+#: debhelper.pod:555 debhelper.pod:565 debhelper.pod:571 debhelper.pod:594
+#: debhelper.pod:601 debhelper.pod:607 debhelper.pod:613 debhelper.pod:629
+#: debhelper.pod:635 debhelper.pod:647 debhelper.pod:655 debhelper.pod:661
+#: debhelper.pod:666 debhelper.pod:671 debhelper.pod:676 debhelper.pod:684
+#: debhelper.pod:694 debhelper.pod:704 debhelper.pod:711 debhelper.pod:723
+#: debhelper.pod:728 debhelper.pod:741 debhelper.pod:760 debhelper.pod:770
+#: debhelper.pod:774 debhelper.pod:779 debhelper.pod:784 debhelper.pod:791
+#: debhelper.pod:797 debhelper.pod:805 debhelper.pod:811 debhelper.pod:815
+#: debhelper.pod:820 debhelper.pod:825 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
@@ -1035,7 +1087,7 @@ msgstr "-"
# type: textblock
#. type: textblock
-#: debhelper.pod:333
+#: debhelper.pod:364
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1045,7 +1097,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:369
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 +1109,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:344
+#: debhelper.pod:375
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 "
@@ -1069,7 +1121,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:350
+#: debhelper.pod:381
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -1079,18 +1131,18 @@ msgstr ""
"anteriores simplemente rechazaba hacerlo, de forma silenciosa."
#. type: =item
-#: debhelper.pod:357
+#: debhelper.pod:388
msgid "v7"
msgstr "v7"
#. type: textblock
-#: debhelper.pod:359
+#: debhelper.pod:390
msgid "Changes from v6 are:"
msgstr "Los cambios desde el nivel v6 son:"
# type: textblock
#. type: textblock
-#: debhelper.pod:365
+#: debhelper.pod:396
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 "
@@ -1106,20 +1158,20 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:372
+#: debhelper.pod:403
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:376
+#: debhelper.pod:407
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:380
+#: debhelper.pod:411
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1128,17 +1180,17 @@ msgstr ""
"cambios de la fuente original si no se especifica ninguno."
#. type: =item
-#: debhelper.pod:387
+#: debhelper.pod:418
msgid "v8"
msgstr "v8"
#. type: textblock
-#: debhelper.pod:389
+#: debhelper.pod:420
msgid "Changes from v7 are:"
msgstr "Los cambios desde el nivel v7 son:"
#. type: textblock
-#: debhelper.pod:395
+#: debhelper.pod:426
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1146,7 +1198,7 @@ msgstr ""
"opciones desconocidas."
#. type: textblock
-#: debhelper.pod:399
+#: debhelper.pod:430
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. "
@@ -1162,7 +1214,7 @@ msgstr ""
"paquetes."
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:438
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 $@>"
@@ -1173,7 +1225,7 @@ msgstr ""
"B<dh $@ --foo>, no B<dh --foo $@>."
#. type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:443
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1182,17 +1234,17 @@ msgstr ""
"preferencia a un fichero F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:418
+#: debhelper.pod:449
msgid "v9"
msgstr "v9"
#. type: textblock
-#: debhelper.pod:420
+#: debhelper.pod:451
msgid "Changes from v8 are:"
msgstr "Los cambios desde el nivel v8 son:"
#. type: textblock
-#: debhelper.pod:426
+#: debhelper.pod:457
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
@@ -1201,7 +1253,7 @@ msgstr ""
"multiarquitectura a autoconf en «--libdir» y «--libexecdir»."
#. type: textblock
-#: debhelper.pod:431
+#: debhelper.pod:462
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 "
@@ -1215,7 +1267,7 @@ msgstr ""
"sobre otros objetivos."
#. type: textblock
-#: debhelper.pod:438
+#: debhelper.pod:469
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
@@ -1224,7 +1276,7 @@ msgstr ""
"reducir el tamaño de los paquetes -dbg."
#. type: textblock
-#: debhelper.pod:443
+#: debhelper.pod:474
msgid ""
"B<dh_auto_configure> does not include the source package name in --"
"libexecdir when using autoconf."
@@ -1233,12 +1285,12 @@ msgstr ""
"libexecdir» al utilizar autoconf."
#. type: textblock
-#: debhelper.pod:448
+#: debhelper.pod:479
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:450
+#: debhelper.pod:481
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 "
@@ -1246,7 +1298,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:487
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."
@@ -1255,7 +1307,7 @@ msgstr ""
"entorno listados en B<dpkg-buildflags>, a menos que ya estén definidas."
#. type: textblock
-#: debhelper.pod:462
+#: debhelper.pod:493
msgid ""
"B<dh_auto_configure> passes B<dpkg-buildflags> CFLAGS, CPPFLAGS, and LDFLAGS "
"to perl F<Makefile.PL> and F<Build.PL>"
@@ -1264,7 +1316,7 @@ msgstr ""
"LDFLAGS a ficheros de Perl F<Makefile.PL> y F<Build.PL>"
#. type: textblock
-#: debhelper.pod:467
+#: debhelper.pod:498
msgid ""
"B<dh_strip> puts separated debug symbols in a location based on their build-"
"id."
@@ -1273,7 +1325,7 @@ msgstr ""
"build-id."
#. type: textblock
-#: debhelper.pod:472
+#: debhelper.pod:503
msgid ""
"Executable debhelper config files are run and their output used as the "
"configuration."
@@ -1282,24 +1334,24 @@ msgstr ""
"debhelper y su salida."
#. type: =item
-#: debhelper.pod:477
+#: debhelper.pod:508
msgid "v10"
msgstr "v10"
#. type: textblock
-#: debhelper.pod:479
+#: debhelper.pod:510
msgid "Changes from v9 are:"
msgstr "Los cambios desde el nivel v9 son:"
#. type: textblock
-#: debhelper.pod:485
+#: debhelper.pod:516
msgid ""
"B<dh_installinit> will no longer install a file named debian/I<package> as "
"an init script."
msgstr ""
#. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:521
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 "
@@ -1307,7 +1359,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:527
msgid ""
"B<dh> no longer creates the package build directory when skipping running "
"debhelper commands. This will not affect packages that only build with "
@@ -1316,21 +1368,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:503
+#: debhelper.pod:534
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:509
+#: debhelper.pod:540
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:514
+#: debhelper.pod:545
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 +1390,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:551
msgid ""
"The B<dh> command will not accept any of the deprecated \"manual sequence "
"control\" parameters (B<--before>, B<--after>, etc.). Please use override "
@@ -1346,7 +1398,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:526
+#: debhelper.pod:557
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 "
@@ -1354,12 +1406,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:561
msgid "The main effects of this are:"
msgstr ""
#. type: textblock
-#: debhelper.pod:536
+#: debhelper.pod:567
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 "
@@ -1367,7 +1419,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:542
+#: debhelper.pod:573
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 "
@@ -1375,12 +1427,12 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:547
+#: debhelper.pod:578
msgid "Example of where it can go wrong:"
msgstr ""
#. type: verbatim
-#: debhelper.pod:549
+#: debhelper.pod:580
#, no-wrap
msgid ""
" override_dh_foo:\n"
@@ -1389,7 +1441,7 @@ msgid ""
msgstr ""
#. type: verbatim
-#: debhelper.pod:552
+#: debhelper.pod:583
#, no-wrap
msgid ""
" override_dh_bar:\n"
@@ -1399,7 +1451,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:587
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 "
@@ -1407,7 +1459,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:596
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 "
@@ -1416,7 +1468,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:572
+#: debhelper.pod:603
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-"
@@ -1424,21 +1476,21 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:578
+#: debhelper.pod:609
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:584
+#: debhelper.pod:615
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: =item
-#: debhelper.pod:590
+#: debhelper.pod:621
#, fuzzy
#| msgid "v1"
msgid "v11"
@@ -1446,19 +1498,19 @@ msgstr "v1"
# type: textblock
#. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:623
msgid "This is the recommended mode of operation."
msgstr "Este es el modo de operación aconsejado."
#. type: textblock
-#: debhelper.pod:594
+#: debhelper.pod:625
#, fuzzy
#| msgid "Changes from v3 are:"
msgid "Changes from v10 are:"
msgstr "Los cambios desde el nivel v3 son:"
#. type: textblock
-#: debhelper.pod:600
+#: debhelper.pod:631
msgid ""
"B<dh_installinit> no longer installs F<service> or F<tmpfile> files, nor "
"generates maintainer scripts for those files. Please use the new "
@@ -1466,7 +1518,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:606
+#: debhelper.pod:637
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> "
@@ -1475,26 +1527,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:612
+#: debhelper.pod:643
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:618
+#: debhelper.pod:649
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:622
+#: debhelper.pod:653
msgid "The vast majority of all packages will be unaffected by this change."
msgstr ""
#. type: textblock
-#: debhelper.pod:626
+#: debhelper.pod:657
msgid ""
"The B<makefile> buildsystem now passes B<INSTALL=install --strip-"
"program=true> to L<make(1)>. Derivative buildsystems (e.g. B<configure> or "
@@ -1502,28 +1554,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:632
+#: debhelper.pod:663
msgid ""
"The B<autoconf> buildsystem now passes B<--runstatedir=/run> to F<./"
"configure>."
msgstr ""
#. type: textblock
-#: debhelper.pod:637
+#: debhelper.pod:668
msgid ""
"The B<cmake> buildsystem now passes B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to "
"L<cmake(1)>."
msgstr ""
#. type: textblock
-#: debhelper.pod:642
+#: debhelper.pod:673
msgid ""
"B<dh_installman> will now prefer detecting the language from the path name "
"rather than the extension."
msgstr ""
#. type: textblock
-#: debhelper.pod:647
+#: debhelper.pod:678
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. "
@@ -1532,7 +1584,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:655
+#: debhelper.pod:686
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 "
@@ -1540,7 +1592,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:659
+#: debhelper.pod:690
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 "
@@ -1548,7 +1600,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:665
+#: debhelper.pod:696
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 "
@@ -1557,14 +1609,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:670
+#: debhelper.pod:701
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:675
+#: debhelper.pod:706
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 "
@@ -1573,7 +1625,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:682
+#: debhelper.pod:713
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 "
@@ -1581,7 +1633,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:687
+#: debhelper.pod:718
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 "
@@ -1590,14 +1642,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:694
+#: debhelper.pod:725
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:699
+#: debhelper.pod:730
msgid ""
"The B<dh_installdocs> and B<dh_installexamples> tools will now attempt to "
"guess the \"main package\" for a given documentation package (e.g. I<pkg-"
@@ -1609,14 +1661,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:707
+#: debhelper.pod:738
msgid ""
"The B<--doc-main-package> option can be used when the auto-detection is "
"insufficient."
msgstr ""
#. type: textblock
-#: debhelper.pod:712
+#: debhelper.pod:743
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 "
@@ -1625,19 +1677,19 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:717
+#: debhelper.pod:748
msgid "This change may cause the tools to process more files than previously."
msgstr ""
#. type: =item
-#: debhelper.pod:721
+#: debhelper.pod:752
#, fuzzy
#| msgid "v10"
msgid "v12"
msgstr "v10"
#. type: textblock
-#: debhelper.pod:723
+#: debhelper.pod:754
#, fuzzy
#| msgid ""
#| "This compatibility level is still open for development; use with caution."
@@ -1648,14 +1700,14 @@ msgstr ""
"precaución."
#. type: textblock
-#: debhelper.pod:725
+#: debhelper.pod:756
#, fuzzy
#| msgid "Changes from v3 are:"
msgid "Changes from v11 are:"
msgstr "Los cambios desde el nivel v3 son:"
#. type: textblock
-#: debhelper.pod:731
+#: debhelper.pod:762
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>) "
@@ -1663,7 +1715,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:735
+#: debhelper.pod:766
msgid ""
"If an unversioned dependency in the shlibs file is wanted, this can be "
"obtained by passing B<-VNone> instead. However, please see "
@@ -1672,7 +1724,7 @@ msgstr ""
# type: =item
#. type: textblock
-#: debhelper.pod:741
+#: debhelper.pod:772
#, fuzzy
#| msgid "B<-s>, B<--same-arch>"
msgid ""
@@ -1681,20 +1733,20 @@ msgid ""
msgstr "B<-s>, B<--same-arch>"
#. type: textblock
-#: debhelper.pod:745
+#: debhelper.pod:776
msgid ""
"Invoking B<dh_clean -k> now causes an error instead of a deprecation warning."
msgstr ""
#. type: textblock
-#: debhelper.pod:750
+#: debhelper.pod:781
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:755
+#: debhelper.pod:786
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 "
@@ -1703,7 +1755,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:762
+#: debhelper.pod:793
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 "
@@ -1711,7 +1763,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:768
+#: debhelper.pod:799
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 "
@@ -1721,7 +1773,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:776
+#: debhelper.pod:807
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 "
@@ -1729,26 +1781,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:782
+#: debhelper.pod:813
msgid "The B<dh_missing> tool will now default to B<--list-missing>."
msgstr ""
#. type: textblock
-#: debhelper.pod:786
+#: debhelper.pod:817
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:791
+#: debhelper.pod:822
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:796
+#: debhelper.pod:827
msgid ""
"The standard sequence in B<dh> now includes B<dh_dwz> and "
"B<dh_installinitramfs> by default. This makes the B<dwz> and "
@@ -1759,7 +1811,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:807 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64
+#: debhelper.pod:838 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64
#: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89
#: dh_installinit:200 dh_installinitramfs:53 dh_installman:128
#: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40
@@ -1770,13 +1822,13 @@ msgstr "NOTAS"
# type: =head2
#. type: =head2
-#: debhelper.pod:809
+#: debhelper.pod:840
msgid "Multiple binary package support"
msgstr "Compatibilidad con varios paquetes binarios"
# type: textblock
#. type: textblock
-#: debhelper.pod:811
+#: debhelper.pod:842
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 "
@@ -1797,7 +1849,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:819
+#: debhelper.pod:850
#, fuzzy
#| msgid ""
#| "To facilitate this, as well as give you more control over which packages "
@@ -1819,7 +1871,7 @@ msgstr ""
"los paquetes listados en el fichero de control."
#. type: textblock
-#: debhelper.pod:825
+#: debhelper.pod:856
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, "
@@ -1827,7 +1879,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:829
+#: debhelper.pod:860
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 "
@@ -1836,12 +1888,12 @@ msgid ""
msgstr ""
#. type: =head3
-#: debhelper.pod:834
+#: debhelper.pod:865
msgid "Interaction between package selections and Build-Profiles"
msgstr ""
#. type: textblock
-#: debhelper.pod:836
+#: debhelper.pod:867
msgid ""
"Build-Profiles affect which packages are included in the package selections "
"mechanisms in debhelper. Generally, the package selections are described "
@@ -1851,19 +1903,19 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:844
+#: debhelper.pod:875
msgid "-a/--arch, -i/--indep OR no selection options (a raw \"dh_X\" call)"
msgstr ""
#. type: textblock
-#: debhelper.pod:846
+#: debhelper.pod:877
msgid ""
"The package disabled by Build-Profiles is silently excluded from the "
"selection."
msgstr ""
#. type: textblock
-#: debhelper.pod:849
+#: debhelper.pod:880
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 "
@@ -1872,32 +1924,32 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:853
+#: debhelper.pod:884
#, 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:855
+#: debhelper.pod:886
msgid "The option is accepted and effectively does nothing."
msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:857
+#: debhelper.pod:888
#, 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:859
+#: debhelper.pod:890
msgid "The option is accepted, but debhelper will not act on the package."
msgstr ""
#. type: textblock
-#: debhelper.pod:863
+#: debhelper.pod:894
msgid ""
"Note that it does not matter whether a package is enabled or disabled by "
"default."
@@ -1905,13 +1957,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:866
+#: debhelper.pod:897
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:868
+#: debhelper.pod:899
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -1929,7 +1981,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:875
+#: debhelper.pod:906
msgid ""
"If a script does not exist at all and debhelper needs to add something to "
"it, then debhelper will create the complete script."
@@ -1939,7 +1991,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:878
+#: debhelper.pod:909
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -1949,7 +2001,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:881
+#: debhelper.pod:912
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 "
@@ -1962,7 +2014,7 @@ msgstr ""
"caso comprobé que $1, $2, etc se definen con la orden «set»):"
#. type: verbatim
-#: debhelper.pod:886
+#: debhelper.pod:917
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1982,12 +2034,12 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:899
+#: debhelper.pod:930
msgid "Automatic generation of miscellaneous dependencies."
msgstr "Generación automática de diversas dependencias."
#. type: textblock
-#: debhelper.pod:901
+#: debhelper.pod:932
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 "
@@ -2007,7 +2059,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:909
+#: debhelper.pod:940
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called B<"
@@ -2022,7 +2074,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:914
+#: debhelper.pod:945
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -2036,13 +2088,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:919
+#: debhelper.pod:950
msgid "Package build directories"
msgstr "Directorios de construcción del paquete"
# type: textblock
#. type: textblock
-#: debhelper.pod:921
+#: debhelper.pod:952
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>."
@@ -2053,7 +2105,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:924
+#: debhelper.pod:955
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>"
@@ -2073,13 +2125,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:932
+#: debhelper.pod:963
msgid "udebs"
msgstr "udebs"
# type: textblock
#. type: textblock
-#: debhelper.pod:934
+#: debhelper.pod:965
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>. "
@@ -2098,12 +2150,12 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:941
+#: debhelper.pod:972
msgid "ENVIRONMENT"
msgstr "ENTORNO"
#. type: textblock
-#: debhelper.pod:943
+#: debhelper.pod:974
msgid ""
"The following environment variables can influence the behavior of "
"debhelper. It is important to note that these must be actual environment "
@@ -2114,13 +2166,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:951
+#: debhelper.pod:982
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:953
+#: debhelper.pod:984
#, fuzzy
#| msgid ""
#| "Set to B<1> to enable verbose mode. Debhelper will output every command "
@@ -2135,14 +2187,14 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:956
+#: debhelper.pod:987
#, fuzzy
#| msgid "B<DH_COMPAT>"
msgid "B<DH_QUIET>"
msgstr "B<DH_COMPAT>"
#. type: textblock
-#: debhelper.pod:958
+#: debhelper.pod:989
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 "
@@ -2153,13 +2205,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:965
+#: debhelper.pod:996
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:967
+#: debhelper.pod:998
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
@@ -2169,25 +2221,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:970
+#: debhelper.pod:1001
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:972
+#: debhelper.pod:1003
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:974
+#: debhelper.pod:1005
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
# type: textblock
#. type: textblock
-#: debhelper.pod:976
+#: debhelper.pod:1007
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands."
@@ -2196,7 +2248,7 @@ msgstr ""
"de órdenes de todas las órdenes de debhelper."
#. type: textblock
-#: debhelper.pod:979
+#: debhelper.pod:1010
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."
@@ -2206,13 +2258,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:982
+#: debhelper.pod:1013
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:984
+#: debhelper.pod:1015
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 "
@@ -2224,7 +2276,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:988
+#: debhelper.pod:1019
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 "
@@ -2242,7 +2294,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:995
+#: debhelper.pod:1026
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -2252,14 +2304,14 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:998
+#: debhelper.pod:1029
#, fuzzy
#| msgid "B<DH_OPTIONS>"
msgid "B<DH_EXTRA_ADDONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:1000
+#: debhelper.pod:1031
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 "
@@ -2268,7 +2320,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1005
+#: debhelper.pod:1036
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 "
@@ -2278,11 +2330,11 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:1012 debhelper-obsolete-compat.pod:118 dh:1044
+#: debhelper.pod:1043 debhelper-obsolete-compat.pod:118 dh:1044
#: 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:185 dh_compress:236
#: dh_dwz:144 dh_fixperms:162 dh_gconf:101 dh_gencontrol:207 dh_icons:75
-#: dh_install:350 dh_installcatalogs:125 dh_installchangelogs:297
+#: dh_install:350 dh_installcatalogs:125 dh_installchangelogs:300
#: dh_installcron:78 dh_installdeb:266 dh_installdebconf:128 dh_installdirs:128
#: dh_installdocs:444 dh_installemacsen:137 dh_installexamples:175
#: dh_installifupdown:72 dh_installinfo:107 dh_installinit:401
@@ -2298,19 +2350,19 @@ msgstr "VÉASE TAMBIÉN"
# type: =item
#. type: =item
-#: debhelper.pod:1016
+#: debhelper.pod:1047
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1018
+#: debhelper.pod:1049
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:1020
+#: debhelper.pod:1051
#, fuzzy
#| msgid "L<http://kitenet.net/~joey/code/debhelper/>"
msgid "L<http://joeyh.name/code/debhelper/>"
@@ -2318,17 +2370,17 @@ msgstr "L<http://kitenet.net/~joey/code/debhelper/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1022
+#: debhelper.pod:1053
msgid "Debhelper web site."
msgstr "Sitio web de Debhelper."
# type: =head1
#. type: =head1
-#: debhelper.pod:1026 dh:1050 dh_auto_build:59 dh_auto_clean:61
+#: debhelper.pod:1057 dh:1050 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:191 dh_compress:242 dh_dwz:150 dh_fixperms:168
#: dh_gconf:107 dh_gencontrol:213 dh_icons:81 dh_install:356
-#: dh_installcatalogs:131 dh_installchangelogs:303 dh_installcron:84
+#: dh_installcatalogs:131 dh_installchangelogs:306 dh_installcron:84
#: dh_installdeb:272 dh_installdebconf:134 dh_installdirs:134
#: dh_installdocs:450 dh_installemacsen:144 dh_installexamples:181
#: dh_installifupdown:78 dh_installinfo:113 dh_installlogcheck:87
@@ -2343,10 +2395,10 @@ msgstr "AUTOR"
# type: textblock
#. type: textblock
-#: debhelper.pod:1028 dh:1052 dh_auto_build:61 dh_auto_clean:63
+#: debhelper.pod:1059 dh:1052 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:193 dh_compress:244 dh_fixperms:170 dh_gencontrol:215
-#: dh_install:358 dh_installchangelogs:305 dh_installcron:86 dh_installdeb:274
+#: dh_install:358 dh_installchangelogs:308 dh_installcron:86 dh_installdeb:274
#: dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452
#: dh_installemacsen:146 dh_installexamples:183 dh_installifupdown:80
#: dh_installinfo:115 dh_installinit:409 dh_installlogrotate:61
@@ -2559,7 +2611,7 @@ msgstr ""
#: dh_auto_configure:60 dh_auto_install:99 dh_auto_test:66 dh_builddeb:184
#: dh_clean:187 dh_compress:238 dh_dwz:146 dh_fixperms:164 dh_gconf:103
#: dh_gencontrol:209 dh_install:352 dh_installcatalogs:127
-#: dh_installchangelogs:299 dh_installcron:80 dh_installdeb:268
+#: dh_installchangelogs:302 dh_installcron:80 dh_installdeb:268
#: dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446
#: dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109
#: dh_installinit:403 dh_installlogcheck:83 dh_installlogrotate:55
@@ -3368,7 +3420,7 @@ msgstr ""
#: dh:1048 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:189 dh_compress:240 dh_dwz:148 dh_fixperms:166 dh_gconf:105
-#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:301
+#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:304
#: dh_installcron:82 dh_installdeb:270 dh_installdebconf:132 dh_installdirs:132
#: dh_installdocs:448 dh_installemacsen:142 dh_installexamples:179
#: dh_installifupdown:76 dh_installinfo:111 dh_installinit:405
@@ -10447,6 +10499,20 @@ msgstr ""
"Este nivel de compatibilidad aún está en desarrollo, utilícelo con "
"precaución."
+#~ msgid ""
+#~ "The syntax of these files is intentionally kept very simple to make them "
+#~ "easy to read, understand, and modify. If you prefer power and complexity, "
+#~ "you can make the file executable, and write a program that outputs "
+#~ "whatever content is appropriate for a given situation. When you do so, "
+#~ "the output is not further processed to expand wildcards or strip comments."
+#~ msgstr ""
+#~ "La sintaxis de estos ficheros es intencionadamente sencilla para "
+#~ "facilitar la lectura, la comprensión y la modificación. Si prefiere "
+#~ "potencia y complejidad, puede dar al fichero permisos de ejecución, y "
+#~ "crear un programa que muestra un contenido adecuado para la situación "
+#~ "dada. Si lo hace, la salida no se proceso para expandir comodines o "
+#~ "eliminar comentarios."
+
# type: textblock
#~ msgid "B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir> ...>]"
#~ msgstr ""
diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po
index 80ab5583..39c8522c 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: 2018-05-20 20:32+0000\n"
+"POT-Creation-Date: 2018-06-23 17:51+0000\n"
"PO-Revision-Date: 2017-12-17 17:44+0100\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -315,40 +315,92 @@ msgstr ""
#: debhelper.pod:101
msgid ""
"The syntax of these files is intentionally kept very simple to make them "
-"easy to read, understand, and modify. If you prefer power and complexity, "
-"you can make the file executable, and write a program that outputs whatever "
-"content is appropriate for a given situation. When you do so, the output is "
-"not further processed to expand wildcards or strip comments."
-msgstr ""
-"La syntaxe de ces fichiers est volontairement gardée très simple pour les "
-"rendre faciles à lire, comprendre et modifier. Si vous préférez la puissance "
-"et la complexité, vous pouvez rendre le fichier exécutable, et écrire un "
-"programme qui affiche n'importe quel contenu approprié à la situation. Dans "
-"ce cas, la sortie n'est plus traitée pour développer les jokers (wildcards) "
-"ou supprimer les commentaires."
+"easy to read, understand, and modify."
+msgstr ""
+
+# type: textblock
+#. type: =head2
+#: debhelper.pod:104
+#, fuzzy
+#| msgid "Comments are ignored in debhelper config files."
+msgid "Executable debhelper config files"
+msgstr ""
+"Les commentaires sont ignorés dans les fichiers de configuration de "
+"debhelper."
+
+#. type: textblock
+#: debhelper.pod:106
+msgid ""
+"If you need additional flexibility, many of the debhelper tools (e.g. "
+"L<dh_install(1)>) support executing a config file as a script."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:109
+msgid ""
+"To use this feature, simply mark the config file as executable (e.g. B<< "
+"chmod +x debian/I<package>.install >>) and the tool will attempt to execute "
+"it and use the output of the script. In many cases, you can use L<dh-"
+"exec(1)> as interpreter of the config file to retain most of the original "
+"syntax while getting the additional flexibility you need."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:117
+msgid ""
+"When using executable debhelper config files, please be aware of the "
+"following:"
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:122 debhelper.pod:127
+msgid "*"
+msgstr "*"
+
+#. type: textblock
+#: debhelper.pod:124
+msgid ""
+"The executable config file B<must> exit with success (i.e. its return code "
+"should indicate success)."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:129
+msgid ""
+"The output will be used exactly as it is. Notably, debhelper will I<not> "
+"expand wildcards or strip comments in the output."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:134
+msgid ""
+"If you need the package to build on a file system where you cannot disable "
+"the executable bit, then you can use L<dh-exec(1)> and its B<strip-output> "
+"script."
+msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:107
+#: debhelper.pod:138
msgid "SHARED DEBHELPER OPTIONS"
msgstr "OPTIONS PARTAGÉES DE DEBHELPER"
# type: textblock
#. type: textblock
-#: debhelper.pod:109
+#: debhelper.pod:140
msgid ""
"The following command line options are supported by all debhelper programs."
msgstr "Tous les programmes de debhelper acceptent les options suivantes."
# type: =item
#. type: =item
-#: debhelper.pod:113
+#: debhelper.pod:144
msgid "B<-v>, B<--verbose>"
msgstr "B<-v>, B<--verbose>"
# type: textblock
#. type: textblock
-#: debhelper.pod:115
+#: debhelper.pod:146
msgid ""
"Verbose mode: show all commands that modify the package build directory."
msgstr ""
@@ -357,13 +409,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:117 dh:72
+#: debhelper.pod:148 dh:72
msgid "B<--no-act>"
msgstr "B<--no-act>"
# type: textblock
#. type: textblock
-#: debhelper.pod:119
+#: debhelper.pod:150
msgid ""
"Do not really do anything. If used with -v, the result is that the command "
"will output what it would have done."
@@ -374,13 +426,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:122
+#: debhelper.pod:153
msgid "B<-a>, B<--arch>"
msgstr "B<-a>, B<--arch>"
# type: textblock
#. type: textblock
-#: debhelper.pod:124
+#: debhelper.pod:155
msgid ""
"Act on architecture dependent packages that should be built for the "
"B<DEB_HOST_ARCH> architecture."
@@ -389,25 +441,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:127
+#: debhelper.pod:158
msgid "B<-i>, B<--indep>"
msgstr "B<-i>, B<--indep>"
# type: textblock
#. type: textblock
-#: debhelper.pod:129
+#: debhelper.pod:160
msgid "Act on all architecture independent packages."
msgstr "Construit tous les paquets indépendants de l'architecture."
# type: =item
#. type: =item
-#: debhelper.pod:131
+#: debhelper.pod:162
msgid "B<-p>I<package>, B<--package=>I<package>"
msgstr "B<-p>I<paquet>, B<--package=>I<paquet>"
# type: textblock
#. type: textblock
-#: debhelper.pod:133
+#: debhelper.pod:164
msgid ""
"Act on the package named I<package>. This option may be specified multiple "
"times to make debhelper operate on a given set of packages."
@@ -417,17 +469,17 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:136
+#: debhelper.pod:167
msgid "B<-s>, B<--same-arch>"
msgstr "B<-s>, B<--same-arch>"
#. type: textblock
-#: debhelper.pod:138
+#: debhelper.pod:169
msgid "Deprecated alias of B<-a>."
msgstr "Alias obsolète pour B<-a>."
#. type: textblock
-#: debhelper.pod:140 dh_install:77 dh_install:86
+#: debhelper.pod:171 dh_install:77 dh_install:86
#, fuzzy
#| msgid "The option is removed in compat 12."
msgid "This option is removed in compat 12."
@@ -435,13 +487,13 @@ msgstr "L'option est supprimée dans le niveau de compatibilité 12."
# type: =item
#. type: =item
-#: debhelper.pod:142
+#: debhelper.pod:173
msgid "B<-N>I<package>, B<--no-package=>I<package>"
msgstr "B<-N>I<paquet>, B<--no-package=>I<paquet>"
# type: textblock
#. type: textblock
-#: debhelper.pod:144
+#: debhelper.pod:175
msgid ""
"Do not act on the specified package even if an B<-a>, B<-i>, or B<-p> option "
"lists the package as one that should be acted on."
@@ -451,12 +503,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:147
+#: debhelper.pod:178
msgid "B<--remaining-packages>"
msgstr "B<--remaining-packages>"
#. type: textblock
-#: debhelper.pod:149
+#: debhelper.pod:180
msgid ""
"Do not act on the packages which have already been acted on by this "
"debhelper command earlier (i.e. if the command is present in the package "
@@ -474,13 +526,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:155
+#: debhelper.pod:186
msgid "B<--ignore=>I<file>"
msgstr "B<--ignore=>I<fichier>"
# type: textblock
#. type: textblock
-#: debhelper.pod:157
+#: debhelper.pod:188
msgid ""
"Ignore the specified file. This can be used if F<debian/> contains a "
"debhelper config file that a debhelper command should not act on. Note that "
@@ -495,7 +547,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:162
+#: debhelper.pod:193
msgid ""
"For example, if upstream ships a F<debian/init> that you don't want "
"B<dh_installinit> to install, use B<--ignore=debian/init>"
@@ -506,13 +558,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:165
+#: debhelper.pod:196
msgid "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
msgstr "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
# type: textblock
#. type: textblock
-#: debhelper.pod:167
+#: debhelper.pod:198
msgid ""
"Use I<tmpdir> for package build directory. The default is debian/I<package>"
msgstr ""
@@ -521,13 +573,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:169
+#: debhelper.pod:200
msgid "B<--mainpackage=>I<package>"
msgstr "B<--mainpackage=>I<paquet>"
# type: textblock
#. type: textblock
-#: debhelper.pod:171
+#: debhelper.pod:202
msgid ""
"This little-used option changes the package which debhelper considers the "
"\"main package\", that is, the first one listed in F<debian/control>, and "
@@ -541,12 +593,12 @@ msgstr ""
"fichier F<debian/control>."
#. type: =item
-#: debhelper.pod:176
+#: debhelper.pod:207
msgid "B<-O=>I<option>|I<bundle>"
msgstr "B<-O=>I<option>|I<ensemble>"
#. type: textblock
-#: debhelper.pod:178
+#: debhelper.pod:209
msgid ""
"This is used by L<dh(1)> when passing user-specified options to all the "
"commands it runs. If the command supports the specified option or option "
@@ -561,13 +613,13 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:185
+#: debhelper.pod:216
msgid "COMMON DEBHELPER OPTIONS"
msgstr "OPTIONS COURANTES DE DEBHELPER"
# type: textblock
#. type: textblock
-#: debhelper.pod:187
+#: debhelper.pod:218
msgid ""
"The following command line options are supported by some debhelper "
"programs. See the man page of each program for a complete explanation of "
@@ -579,13 +631,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:193
+#: debhelper.pod:224
msgid "B<-n>"
msgstr "B<-n>"
# type: textblock
#. type: textblock
-#: debhelper.pod:195
+#: debhelper.pod:226
msgid "Do not modify F<postinst>, F<postrm>, etc. scripts."
msgstr ""
"Ne pas modifier les scripts de maintenance du paquet (F<postinst>, "
@@ -593,7 +645,7 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:197 dh_compress:56 dh_dwz:47 dh_installchangelogs:85
+#: debhelper.pod:228 dh_compress:56 dh_dwz:47 dh_installchangelogs:85
#: dh_installdocs:99 dh_installexamples:77 dh_link:75 dh_makeshlibs:139
#: dh_md5sums:40 dh_shlibdeps:34 dh_strip:42
msgid "B<-X>I<item>, B<--exclude=>I<item>"
@@ -601,11 +653,16 @@ msgstr "B<-X>I<élément>, B<--exclude=>I<élément>"
# type: textblock
#. type: textblock
-#: debhelper.pod:199
+#: debhelper.pod:230
+#, fuzzy
+#| msgid ""
+#| "Exclude an item from processing. This option may be used multiple times, "
+#| "to exclude more than one thing. The \\fIitem\\fR is typically part of a "
+#| "filename, and any file containing the specified text will be excluded."
msgid ""
"Exclude an item from processing. This option may be used multiple times, to "
-"exclude more than one thing. The \\fIitem\\fR is typically part of a "
-"filename, and any file containing the specified text will be excluded."
+"exclude more than one thing. The I<item> is typically part of a filename, "
+"and any file containing the specified text will be excluded."
msgstr ""
"Permet d'exclure un élément du traitement. Cette option peut être employée "
"plusieurs fois afin d'exclure plusieurs éléments. L'I<élément> est en "
@@ -614,7 +671,7 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:203 dh_bugfiles:57 dh_compress:63 dh_installdirs:46
+#: debhelper.pod:234 dh_bugfiles:57 dh_compress:63 dh_installdirs:46
#: dh_installdocs:94 dh_installexamples:45 dh_installinfo:42 dh_installman:87
#: dh_installwm:52 dh_link:70
msgid "B<-A>, B<--all>"
@@ -622,7 +679,7 @@ msgstr "B<-A>, B<--all>"
# type: textblock
#. type: textblock
-#: debhelper.pod:205
+#: debhelper.pod:236
msgid ""
"Makes files or other items that are specified on the command line take "
"effect in ALL packages acted on, not just the first."
@@ -632,12 +689,12 @@ msgstr ""
"premier."
#. type: =head1
-#: debhelper.pod:210
+#: debhelper.pod:241
msgid "BUILD SYSTEM OPTIONS"
msgstr "OPTIONS DU PROCESSUS DE CONSTRUCTION"
#. type: textblock
-#: debhelper.pod:212
+#: debhelper.pod:243
msgid ""
"The following command line options are supported by all of the "
"B<dh_auto_>I<*> debhelper programs. These programs support a variety of "
@@ -655,14 +712,14 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:221
+#: debhelper.pod:252
msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
msgstr ""
"B<-S>I<processus de construction>, B<--"
"buildsystem=>I<processus_de_construction>"
#. type: textblock
-#: debhelper.pod:223
+#: debhelper.pod:254
msgid ""
"Force use of the specified I<buildsystem>, instead of trying to auto-select "
"one which might be applicable for the package."
@@ -672,12 +729,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:226
+#: debhelper.pod:257
msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
msgstr "B<-D>I<répertoire>, B<--sourcedirectory=>I<répertoire>"
#. type: textblock
-#: debhelper.pod:228
+#: debhelper.pod:259
msgid ""
"Assume that the original package source tree is at the specified "
"I<directory> rather than the top level directory of the Debian source "
@@ -688,12 +745,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:232
+#: debhelper.pod:263
msgid "B<-B>[I<directory>], B<--builddirectory=>[I<directory>]"
msgstr "B<-B>[I<répertoire>], B<--builddirectory=>[I<répertoire>]"
#. type: textblock
-#: debhelper.pod:234
+#: debhelper.pod:265
msgid ""
"Enable out of source building and use the specified I<directory> as the "
"build directory. If I<directory> parameter is omitted, a default build "
@@ -705,7 +762,7 @@ msgstr ""
"sera choisi."
#. type: textblock
-#: debhelper.pod:238
+#: debhelper.pod:269
msgid ""
"If this option is not specified, building will be done in source by default "
"unless the build system requires or prefers out of source tree building. In "
@@ -718,7 +775,7 @@ msgstr ""
"utilisé même si B<--builddirectory> n'est pas indiqué."
#. type: textblock
-#: debhelper.pod:243
+#: debhelper.pod:274
msgid ""
"If the build system prefers out of source tree building but still allows in "
"source building, the latter can be re-enabled by passing a build directory "
@@ -732,12 +789,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:247
+#: debhelper.pod:278
msgid "B<--parallel>, B<--no-parallel>"
msgstr "B<-parallel>, B<--no-parallel>"
#. type: textblock
-#: debhelper.pod:249
+#: debhelper.pod:280
msgid ""
"Control whether parallel builds should be used if underlying build system "
"supports them. The number of parallel jobs is controlled by the "
@@ -751,7 +808,7 @@ msgstr ""
"limites spécifiques du système de construction."
#. type: textblock
-#: debhelper.pod:255
+#: debhelper.pod:286
msgid ""
"If neither option is specified, debhelper currently defaults to B<--"
"parallel> in compat 10 (or later) and B<--no-parallel> otherwise."
@@ -761,7 +818,7 @@ msgstr ""
"supérieur), et la désactive (B<--no-parallel>) dans les autres niveaux."
#. type: textblock
-#: debhelper.pod:258
+#: debhelper.pod:289
#, fuzzy
#| msgid ""
#| "As an optimization, B<dh> will try to avoid passing these options to "
@@ -780,12 +837,12 @@ msgstr ""
"pas de paramètre I<parallel> (ou si sa valeur est B<1>)."
#. type: =item
-#: debhelper.pod:263
+#: debhelper.pod:294
msgid "B<--max-parallel=>I<maximum>"
msgstr "B<--max-parallel=>I<maximum>"
#. type: textblock
-#: debhelper.pod:265
+#: debhelper.pod:296
msgid ""
"This option implies B<--parallel> and allows further limiting the number of "
"jobs that can be used in a parallel build. If the package build is known to "
@@ -799,7 +856,7 @@ msgstr ""
"censée fonctionner, ou que vous souhaitez mettre en œuvre."
#. type: textblock
-#: debhelper.pod:270
+#: debhelper.pod:301
msgid ""
"Notably, setting the maximum to 1 is effectively the same as using B<--no-"
"parallel>."
@@ -809,12 +866,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:273 dh:64
+#: debhelper.pod:304 dh:64
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:275
+#: debhelper.pod:306
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 "
@@ -828,13 +885,13 @@ msgstr ""
"l'option B<--buildsystem>."
#. type: =head1
-#: debhelper.pod:282
+#: debhelper.pod:313
msgid "COMPATIBILITY LEVELS"
msgstr "NIVEAUX DE COMPATIBILITÉ"
# type: textblock
#. type: textblock
-#: debhelper.pod:284
+#: debhelper.pod:315
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 "
@@ -856,7 +913,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:292
+#: debhelper.pod:323
msgid ""
"Tell debhelper what compatibility level to use by writing a number to "
"F<debian/compat>. For example, to use v#RECOMMENDED_COMPAT# mode:"
@@ -867,7 +924,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:295
+#: debhelper.pod:326
#, no-wrap
msgid ""
" % echo #RECOMMENDED_COMPAT# > debian/compat\n"
@@ -878,7 +935,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:297
+#: debhelper.pod:328
msgid ""
"Your package will also need a versioned build dependency on a version of "
"debhelper equal to (or greater than) the compatibility level your package "
@@ -893,7 +950,7 @@ msgstr ""
# type: verbatim
#. type: verbatim
-#: debhelper.pod:301
+#: debhelper.pod:332
#, fuzzy, no-wrap
#| msgid ""
#| " Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#)\n"
@@ -907,7 +964,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:334
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -925,29 +982,29 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:310
+#: debhelper.pod:341
msgid "Supported compatibility levels"
msgstr "Niveaux de compatibilité pris en charge"
# type: textblock
#. type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:343
msgid "These are the available compatibility levels:"
msgstr "Les niveaux de compatibilité sont les suivants :"
#. type: =item
-#: debhelper.pod:316 debhelper-obsolete-compat.pod:89
+#: debhelper.pod:347 debhelper-obsolete-compat.pod:89
msgid "v5"
msgstr "v5"
# type: textblock
#. type: textblock
-#: debhelper.pod:318 debhelper-obsolete-compat.pod:91
+#: debhelper.pod:349 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:320
+#: debhelper.pod:351
msgid ""
"If you are upgrading from an earlier compatibility level, please review "
"L<debhelper-obsolete-compat(7)>."
@@ -957,41 +1014,41 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:323 debhelper.pod:355 debhelper.pod:385 debhelper.pod:416
+#: debhelper.pod:354 debhelper.pod:386 debhelper.pod:416 debhelper.pod:447
#: 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:325
+#: debhelper.pod:356
msgid "v6"
msgstr "v6"
# type: textblock
#. type: textblock
-#: debhelper.pod:327
+#: debhelper.pod:358
msgid "Changes from v5 are:"
msgstr "Les changements par rapport à la version 5 sont :"
# type: =item
#. type: =item
-#: debhelper.pod:331 debhelper.pod:336 debhelper.pod:342 debhelper.pod:348
-#: debhelper.pod:363 debhelper.pod:370 debhelper.pod:374 debhelper.pod:378
-#: debhelper.pod:393 debhelper.pod:397 debhelper.pod:405 debhelper.pod:410
-#: debhelper.pod:424 debhelper.pod:429 debhelper.pod:436 debhelper.pod:441
-#: debhelper.pod:446 debhelper.pod:454 debhelper.pod:460 debhelper.pod:465
-#: debhelper.pod:470 debhelper.pod:483 debhelper.pod:488 debhelper.pod:494
-#: debhelper.pod:501 debhelper.pod:507 debhelper.pod:512 debhelper.pod:518
-#: debhelper.pod:524 debhelper.pod:534 debhelper.pod:540 debhelper.pod:563
-#: debhelper.pod:570 debhelper.pod:576 debhelper.pod:582 debhelper.pod:598
-#: debhelper.pod:604 debhelper.pod:616 debhelper.pod:624 debhelper.pod:630
-#: debhelper.pod:635 debhelper.pod:640 debhelper.pod:645 debhelper.pod:653
-#: debhelper.pod:663 debhelper.pod:673 debhelper.pod:680 debhelper.pod:692
-#: debhelper.pod:697 debhelper.pod:710 debhelper.pod:729 debhelper.pod:739
-#: debhelper.pod:743 debhelper.pod:748 debhelper.pod:753 debhelper.pod:760
-#: debhelper.pod:766 debhelper.pod:774 debhelper.pod:780 debhelper.pod:784
-#: debhelper.pod:789 debhelper.pod:794 debhelper-obsolete-compat.pod:43
+#: debhelper.pod:362 debhelper.pod:367 debhelper.pod:373 debhelper.pod:379
+#: debhelper.pod:394 debhelper.pod:401 debhelper.pod:405 debhelper.pod:409
+#: debhelper.pod:424 debhelper.pod:428 debhelper.pod:436 debhelper.pod:441
+#: debhelper.pod:455 debhelper.pod:460 debhelper.pod:467 debhelper.pod:472
+#: debhelper.pod:477 debhelper.pod:485 debhelper.pod:491 debhelper.pod:496
+#: debhelper.pod:501 debhelper.pod:514 debhelper.pod:519 debhelper.pod:525
+#: debhelper.pod:532 debhelper.pod:538 debhelper.pod:543 debhelper.pod:549
+#: debhelper.pod:555 debhelper.pod:565 debhelper.pod:571 debhelper.pod:594
+#: debhelper.pod:601 debhelper.pod:607 debhelper.pod:613 debhelper.pod:629
+#: debhelper.pod:635 debhelper.pod:647 debhelper.pod:655 debhelper.pod:661
+#: debhelper.pod:666 debhelper.pod:671 debhelper.pod:676 debhelper.pod:684
+#: debhelper.pod:694 debhelper.pod:704 debhelper.pod:711 debhelper.pod:723
+#: debhelper.pod:728 debhelper.pod:741 debhelper.pod:760 debhelper.pod:770
+#: debhelper.pod:774 debhelper.pod:779 debhelper.pod:784 debhelper.pod:791
+#: debhelper.pod:797 debhelper.pod:805 debhelper.pod:811 debhelper.pod:815
+#: debhelper.pod:820 debhelper.pod:825 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
@@ -1003,7 +1060,7 @@ msgstr "-"
# type: textblock
#. type: textblock
-#: debhelper.pod:333
+#: debhelper.pod:364
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -1013,7 +1070,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:369
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 "
@@ -1025,7 +1082,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:344
+#: debhelper.pod:375
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 "
@@ -1037,7 +1094,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:350
+#: debhelper.pod:381
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -1047,19 +1104,19 @@ msgstr ""
"de le faire."
#. type: =item
-#: debhelper.pod:357
+#: debhelper.pod:388
msgid "v7"
msgstr "v7"
# type: textblock
#. type: textblock
-#: debhelper.pod:359
+#: debhelper.pod:390
msgid "Changes from v6 are:"
msgstr "Les changements par rapport à la version 6 sont :"
# type: textblock
#. type: textblock
-#: debhelper.pod:365
+#: debhelper.pod:396
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 "
@@ -1075,7 +1132,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:372
+#: debhelper.pod:403
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 "
@@ -1083,13 +1140,13 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:376
+#: debhelper.pod:407
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:380
+#: debhelper.pod:411
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1098,18 +1155,18 @@ msgstr ""
"amont si rien n'est indiqué."
#. type: =item
-#: debhelper.pod:387
+#: debhelper.pod:418
msgid "v8"
msgstr "v8"
# type: textblock
#. type: textblock
-#: debhelper.pod:389
+#: debhelper.pod:420
msgid "Changes from v7 are:"
msgstr "Les changements par rapport à la version 7 sont :"
#. type: textblock
-#: debhelper.pod:395
+#: debhelper.pod:426
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1117,7 +1174,7 @@ msgstr ""
"recevront des options inconnues."
#. type: textblock
-#: debhelper.pod:399
+#: debhelper.pod:430
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. "
@@ -1134,7 +1191,7 @@ msgstr ""
"certains paquets."
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:438
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 $@>"
@@ -1145,7 +1202,7 @@ msgstr ""
"faut écrire « B<dh $@ --toto> », et non « B<dh --toto $@> »"
#. type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:443
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1154,18 +1211,18 @@ msgstr ""
"F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:418
+#: debhelper.pod:449
msgid "v9"
msgstr "v9"
# type: textblock
#. type: textblock
-#: debhelper.pod:420
+#: debhelper.pod:451
msgid "Changes from v8 are:"
msgstr "Les changements par rapport à la version 8 sont :"
#. type: textblock
-#: debhelper.pod:426
+#: debhelper.pod:457
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
@@ -1175,7 +1232,7 @@ msgstr ""
"libexecdir>."
#. type: textblock
-#: debhelper.pod:431
+#: debhelper.pod:462
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 "
@@ -1189,7 +1246,7 @@ msgstr ""
"les autres cibles."
#. type: textblock
-#: debhelper.pod:438
+#: debhelper.pod:469
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
@@ -1198,7 +1255,7 @@ msgstr ""
"la taille d'installation des paquets -dbg."
#. type: textblock
-#: debhelper.pod:443
+#: debhelper.pod:474
msgid ""
"B<dh_auto_configure> does not include the source package name in --"
"libexecdir when using autoconf."
@@ -1207,12 +1264,12 @@ msgstr ""
"libexecdir> en utilisant B<autoconf>."
#. type: textblock
-#: debhelper.pod:448
+#: debhelper.pod:479
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:450
+#: debhelper.pod:481
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 "
@@ -1223,7 +1280,7 @@ msgstr ""
"niveau de compatibilité)"
#. type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:487
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."
@@ -1233,7 +1290,7 @@ msgstr ""
"sont déjà configurées."
#. type: textblock
-#: debhelper.pod:462
+#: debhelper.pod:493
msgid ""
"B<dh_auto_configure> passes B<dpkg-buildflags> CFLAGS, CPPFLAGS, and LDFLAGS "
"to perl F<Makefile.PL> and F<Build.PL>"
@@ -1242,7 +1299,7 @@ msgstr ""
"buildflags> à F<Makefile.PL> et F<Build.PL> de Perl."
#. type: textblock
-#: debhelper.pod:467
+#: debhelper.pod:498
msgid ""
"B<dh_strip> puts separated debug symbols in a location based on their build-"
"id."
@@ -1251,7 +1308,7 @@ msgstr ""
"fonction de leur identifiant de construction (build-id)."
#. type: textblock
-#: debhelper.pod:472
+#: debhelper.pod:503
msgid ""
"Executable debhelper config files are run and their output used as the "
"configuration."
@@ -1260,18 +1317,18 @@ msgstr ""
"sortie est utilisée comme configuration."
#. type: =item
-#: debhelper.pod:477
+#: debhelper.pod:508
msgid "v10"
msgstr "v10"
# type: textblock
#. type: textblock
-#: debhelper.pod:479
+#: debhelper.pod:510
msgid "Changes from v9 are:"
msgstr "Les changements par rapport à la version 9 sont :"
#. type: textblock
-#: debhelper.pod:485
+#: debhelper.pod:516
msgid ""
"B<dh_installinit> will no longer install a file named debian/I<package> as "
"an init script."
@@ -1280,7 +1337,7 @@ msgstr ""
"script d'initialisation."
#. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:521
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 "
@@ -1292,7 +1349,7 @@ msgstr ""
"responsable)."
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:527
msgid ""
"B<dh> no longer creates the package build directory when skipping running "
"debhelper commands. This will not affect packages that only build with "
@@ -1306,7 +1363,7 @@ msgstr ""
"debhelper."
#. type: textblock
-#: debhelper.pod:503
+#: debhelper.pod:534
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 +1373,7 @@ msgstr ""
"B<dh_makeshlibs>."
#. type: textblock
-#: debhelper.pod:509
+#: debhelper.pod:540
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 +1383,7 @@ msgstr ""
"manager)."
#. type: textblock
-#: debhelper.pod:514
+#: debhelper.pod:545
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 +1395,7 @@ msgstr ""
"parallel>."
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:551
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,7 +1406,7 @@ msgstr ""
"cibles de réécritures à la place."
#. type: textblock
-#: debhelper.pod:526
+#: debhelper.pod:557
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 "
@@ -1361,12 +1418,12 @@ msgstr ""
"cas."
#. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:561
msgid "The main effects of this are:"
msgstr "Les principales conséquences de cela sont :"
#. type: textblock
-#: debhelper.pod:536
+#: debhelper.pod:567
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 "
@@ -1377,7 +1434,7 @@ msgstr ""
"(sans avoir à refaire un cycle complet de « clean & rebuild »)"
#. type: textblock
-#: debhelper.pod:542
+#: debhelper.pod:573
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 "
@@ -1389,12 +1446,12 @@ msgstr ""
"fonctionnera comme avant."
#. type: textblock
-#: debhelper.pod:547
+#: debhelper.pod:578
msgid "Example of where it can go wrong:"
msgstr "Exemple de ce qui pourrait mal se passer :"
#. type: verbatim
-#: debhelper.pod:549
+#: debhelper.pod:580
#, no-wrap
msgid ""
" override_dh_foo:\n"
@@ -1406,7 +1463,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: debhelper.pod:552
+#: debhelper.pod:583
#, no-wrap
msgid ""
" override_dh_bar:\n"
@@ -1420,7 +1477,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:587
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 "
@@ -1432,7 +1489,7 @@ msgstr ""
"B<-a>, B<-i>, etc."
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:596
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 "
@@ -1446,7 +1503,7 @@ msgstr ""
"de fichiers de guillemets)."
#. type: textblock
-#: debhelper.pod:572
+#: debhelper.pod:603
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-"
@@ -1457,7 +1514,7 @@ msgstr ""
"utiliser l'option B<--no-restart-after-upgrade>."
#. type: textblock
-#: debhelper.pod:578
+#: debhelper.pod:609
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"
@@ -1467,7 +1524,7 @@ msgstr ""
"certains paquets."
#. type: textblock
-#: debhelper.pod:584
+#: debhelper.pod:615
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."
@@ -1477,24 +1534,24 @@ msgstr ""
"paquets."
#. type: =item
-#: debhelper.pod:590
+#: debhelper.pod:621
msgid "v11"
msgstr "v11"
# type: textblock
#. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:623
msgid "This is the recommended mode of operation."
msgstr "C'est la version dont l'usage est recommandé."
# type: textblock
#. type: textblock
-#: debhelper.pod:594
+#: debhelper.pod:625
msgid "Changes from v10 are:"
msgstr "Les changements par rapport à la version 10 sont :"
#. type: textblock
-#: debhelper.pod:600
+#: debhelper.pod:631
msgid ""
"B<dh_installinit> no longer installs F<service> or F<tmpfile> files, nor "
"generates maintainer scripts for those files. Please use the new "
@@ -1505,7 +1562,7 @@ msgstr ""
"nouvel assistant B<dh_installsystemd> à la place."
#. type: textblock
-#: debhelper.pod:606
+#: debhelper.pod:637
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,7 +1575,7 @@ msgstr ""
"B<dh_installsystemd>, veuillez utiliser une cible de réécriture vide."
#. type: textblock
-#: debhelper.pod:612
+#: debhelper.pod:643
#, fuzzy
#| msgid ""
#| "Please note that the B<dh_installsystemd> tool have a slightly different "
@@ -1532,7 +1589,7 @@ msgstr ""
"B<--name>)."
#. type: textblock
-#: debhelper.pod:618
+#: debhelper.pod:649
msgid ""
"B<dh_installdirs> no longer creates debian/I<package> directories unless "
"explicitly requested (or it has to create a subdirectory in it)."
@@ -1542,13 +1599,13 @@ msgstr ""
"l'intérieur)."
#. type: textblock
-#: debhelper.pod:622
+#: debhelper.pod:653
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:626
+#: debhelper.pod:657
msgid ""
"The B<makefile> buildsystem now passes B<INSTALL=install --strip-"
"program=true> to L<make(1)>. Derivative buildsystems (e.g. B<configure> or "
@@ -1559,7 +1616,7 @@ msgstr ""
"(comme B<configure> ou B<cmake>) ne sont pas affectés par ce changement."
#. type: textblock
-#: debhelper.pod:632
+#: debhelper.pod:663
msgid ""
"The B<autoconf> buildsystem now passes B<--runstatedir=/run> to F<./"
"configure>."
@@ -1568,7 +1625,7 @@ msgstr ""
"runstatedir=/run> à F<./configure>."
#. type: textblock
-#: debhelper.pod:637
+#: debhelper.pod:668
msgid ""
"The B<cmake> buildsystem now passes B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to "
"L<cmake(1)>."
@@ -1577,7 +1634,7 @@ msgstr ""
"DCMAKE_INSTALL_RUNSTATEDIR=/run> à L<cmake(1)>."
#. type: textblock
-#: debhelper.pod:642
+#: debhelper.pod:673
msgid ""
"B<dh_installman> will now prefer detecting the language from the path name "
"rather than the extension."
@@ -1586,7 +1643,7 @@ msgstr ""
"plutôt que de l'extension."
#. type: textblock
-#: debhelper.pod:647
+#: debhelper.pod:678
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. "
@@ -1600,7 +1657,7 @@ msgstr ""
"ne sont pas incluses avec debhelper."
#. type: textblock
-#: debhelper.pod:655
+#: debhelper.pod:686
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 "
@@ -1612,7 +1669,7 @@ msgstr ""
"n'existe pas."
#. type: textblock
-#: debhelper.pod:659
+#: debhelper.pod:690
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 "
@@ -1623,7 +1680,7 @@ msgstr ""
"lorsque le motif est utilisé pour spécifier la documentation."
#. type: textblock
-#: debhelper.pod:665
+#: debhelper.pod:696
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 "
@@ -1636,14 +1693,14 @@ msgstr ""
"F<debian/tmp> comme B<dh_install>."
#. type: textblock
-#: debhelper.pod:670
+#: debhelper.pod:701
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:675
+#: debhelper.pod:706
#, fuzzy
#| msgid ""
#| "The B<perl-makemaker> and B<perl-build> build systems no longer pass B<-I."
@@ -1663,7 +1720,7 @@ msgstr ""
"F<debian/rules> (ou équivalent)."
#. type: textblock
-#: debhelper.pod:682
+#: debhelper.pod:713
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 "
@@ -1675,7 +1732,7 @@ msgstr ""
"nombre de paquets en même temps."
#. type: textblock
-#: debhelper.pod:687
+#: debhelper.pod:718
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 "
@@ -1688,7 +1745,7 @@ msgstr ""
"supprimée rétroactivement des niveaux de compatibilités existants."
#. type: textblock
-#: debhelper.pod:694
+#: debhelper.pod:725
msgid ""
"The B<dh_makeshlibs> helper will now exit with an error if objdump returns a "
"non-zero exit from analysing a given file."
@@ -1698,7 +1755,7 @@ msgstr ""
"fichier."
#. type: textblock
-#: debhelper.pod:699
+#: debhelper.pod:730
msgid ""
"The B<dh_installdocs> and B<dh_installexamples> tools will now attempt to "
"guess the \"main package\" for a given documentation package (e.g. I<pkg-"
@@ -1718,7 +1775,7 @@ msgstr ""
"F<changelog>."
#. type: textblock
-#: debhelper.pod:707
+#: debhelper.pod:738
msgid ""
"The B<--doc-main-package> option can be used when the auto-detection is "
"insufficient."
@@ -1727,7 +1784,7 @@ msgstr ""
"automatique est insuffisante."
#. type: textblock
-#: debhelper.pod:712
+#: debhelper.pod:743
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 "
@@ -1740,18 +1797,18 @@ msgstr ""
"est un objet partagé ou un exécutable ELF."
#. type: textblock
-#: debhelper.pod:717
+#: debhelper.pod:748
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:721
+#: debhelper.pod:752
msgid "v12"
msgstr "v12"
#. type: textblock
-#: debhelper.pod:723
+#: debhelper.pod:754
msgid ""
"This compatibility level is still open for development; use with caution."
msgstr ""
@@ -1760,12 +1817,12 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:725
+#: debhelper.pod:756
msgid "Changes from v11 are:"
msgstr "Les changements par rapport à la version 11 sont :"
#. type: textblock
-#: debhelper.pod:731
+#: debhelper.pod:762
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>) "
@@ -1773,7 +1830,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:735
+#: debhelper.pod:766
msgid ""
"If an unversioned dependency in the shlibs file is wanted, this can be "
"obtained by passing B<-VNone> instead. However, please see "
@@ -1782,7 +1839,7 @@ msgstr ""
# type: =item
#. type: textblock
-#: debhelper.pod:741
+#: debhelper.pod:772
msgid ""
"The B<-s> (B<--same-arch>) option is removed. Please use B<-a> (B<--arch>) "
"instead."
@@ -1791,7 +1848,7 @@ msgstr ""
"arch>) à la place."
#. type: textblock
-#: debhelper.pod:745
+#: debhelper.pod:776
msgid ""
"Invoking B<dh_clean -k> now causes an error instead of a deprecation warning."
msgstr ""
@@ -1799,7 +1856,7 @@ msgstr ""
"l'avertissement d'obsolescence."
#. type: textblock
-#: debhelper.pod:750
+#: debhelper.pod:781
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>"
@@ -1808,7 +1865,7 @@ msgstr ""
"Veuillez utiliser le nouveau nom B<--no-stop-on-upgrade>."
#. type: textblock
-#: debhelper.pod:755
+#: debhelper.pod:786
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 "
@@ -1821,7 +1878,7 @@ msgstr ""
"non trouvée » dans les outils qui l'utilisaient."
#. type: textblock
-#: debhelper.pod:762
+#: debhelper.pod:793
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 "
@@ -1832,7 +1889,7 @@ msgstr ""
"qui peuvent aussi voir les fichiers installés par les autres outils."
#. type: textblock
-#: debhelper.pod:768
+#: debhelper.pod:799
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 "
@@ -1847,7 +1904,7 @@ msgstr ""
"anciennes versions du paquet."
#. type: textblock
-#: debhelper.pod:776
+#: debhelper.pod:807
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 "
@@ -1858,26 +1915,26 @@ msgstr ""
"incorrecte."
#. type: textblock
-#: debhelper.pod:782
+#: debhelper.pod:813
msgid "The B<dh_missing> tool will now default to B<--list-missing>."
msgstr ""
#. type: textblock
-#: debhelper.pod:786
+#: debhelper.pod:817
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:791
+#: debhelper.pod:822
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:796
+#: debhelper.pod:827
msgid ""
"The standard sequence in B<dh> now includes B<dh_dwz> and "
"B<dh_installinitramfs> by default. This makes the B<dwz> and "
@@ -1888,7 +1945,7 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:807 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64
+#: debhelper.pod:838 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64
#: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89
#: dh_installinit:200 dh_installinitramfs:53 dh_installman:128
#: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40
@@ -1899,13 +1956,13 @@ msgstr "REMARQUES"
# type: =head2
#. type: =head2
-#: debhelper.pod:809
+#: debhelper.pod:840
msgid "Multiple binary package support"
msgstr "Prise en charge de plusieurs paquets binaires"
# type: textblock
#. type: textblock
-#: debhelper.pod:811
+#: debhelper.pod:842
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 "
@@ -1925,7 +1982,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:819
+#: debhelper.pod:850
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<-"
@@ -1940,7 +1997,7 @@ msgstr ""
"paquets énumérés dans le fichier de contrôle, avec les exceptions ci-dessous."
#. type: textblock
-#: debhelper.pod:825
+#: debhelper.pod:856
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, "
@@ -1951,7 +2008,7 @@ msgstr ""
"(L<Charte Debian, section 5.6.8>)."
#. type: textblock
-#: debhelper.pod:829
+#: debhelper.pod:860
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 "
@@ -1965,12 +2022,12 @@ msgstr ""
"BuildProfileSpec>)."
#. type: =head3
-#: debhelper.pod:834
+#: debhelper.pod:865
msgid "Interaction between package selections and Build-Profiles"
msgstr "Interaction entre les sélections de paquets et les Build-Profiles"
#. type: textblock
-#: debhelper.pod:836
+#: debhelper.pod:867
msgid ""
"Build-Profiles affect which packages are included in the package selections "
"mechanisms in debhelper. Generally, the package selections are described "
@@ -1985,14 +2042,14 @@ msgstr ""
"paquet est désactivé par un profil de construction (ou par son absence)."
#. type: =item
-#: debhelper.pod:844
+#: debhelper.pod:875
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:846
+#: debhelper.pod:877
msgid ""
"The package disabled by Build-Profiles is silently excluded from the "
"selection."
@@ -2000,7 +2057,7 @@ msgstr ""
"Le paquet désactivé par le profil est silencieusement exclu de la sélection."
#. type: textblock
-#: debhelper.pod:849
+#: debhelper.pod:880
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 "
@@ -2012,28 +2069,28 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:853
+#: debhelper.pod:884
msgid "-N I<package> / --no-package I<package>"
msgstr "B<-N> I<paquet> / B<--no-package> I<paquet>"
#. type: textblock
-#: debhelper.pod:855
+#: debhelper.pod:886
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:857
+#: debhelper.pod:888
msgid "-p I<package> / --package I<package>"
msgstr "B<-p> I<paquet> / B<--package> I<paquet>"
#. type: textblock
-#: debhelper.pod:859
+#: debhelper.pod:890
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:863
+#: debhelper.pod:894
msgid ""
"Note that it does not matter whether a package is enabled or disabled by "
"default."
@@ -2043,13 +2100,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:866
+#: debhelper.pod:897
msgid "Automatic generation of Debian install scripts"
msgstr "Génération automatique des scripts Debian d’installation"
# type: textblock
#. type: textblock
-#: debhelper.pod:868
+#: debhelper.pod:899
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -2067,7 +2124,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:875
+#: debhelper.pod:906
msgid ""
"If a script does not exist at all and debhelper needs to add something to "
"it, then debhelper will create the complete script."
@@ -2077,7 +2134,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:878
+#: debhelper.pod:909
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -2088,7 +2145,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:881
+#: debhelper.pod:912
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 "
@@ -2102,7 +2159,7 @@ msgstr ""
"la commande set) :"
#. type: verbatim
-#: debhelper.pod:886
+#: debhelper.pod:917
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -2135,13 +2192,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:899
+#: debhelper.pod:930
msgid "Automatic generation of miscellaneous dependencies."
msgstr "Génération automatique des diverses dépendances."
# type: textblock
#. type: textblock
-#: debhelper.pod:901
+#: debhelper.pod:932
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 "
@@ -2161,7 +2218,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:909
+#: debhelper.pod:940
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called B<"
@@ -2176,7 +2233,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:914
+#: debhelper.pod:945
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -2190,13 +2247,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:919
+#: debhelper.pod:950
msgid "Package build directories"
msgstr "Répertoires de construction du paquet"
# type: textblock
#. type: textblock
-#: debhelper.pod:921
+#: debhelper.pod:952
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>."
@@ -2207,7 +2264,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:924
+#: debhelper.pod:955
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>"
@@ -2227,13 +2284,13 @@ msgstr ""
# type: =head2
#. type: =head2
-#: debhelper.pod:932
+#: debhelper.pod:963
msgid "udebs"
msgstr "udebs"
# type: textblock
#. type: textblock
-#: debhelper.pod:934
+#: debhelper.pod:965
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>. "
@@ -2252,12 +2309,12 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:941
+#: debhelper.pod:972
msgid "ENVIRONMENT"
msgstr "VARIABLES D'ENVIRONNEMENT"
#. type: textblock
-#: debhelper.pod:943
+#: debhelper.pod:974
msgid ""
"The following environment variables can influence the behavior of "
"debhelper. It is important to note that these must be actual environment "
@@ -2274,13 +2331,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:951
+#: debhelper.pod:982
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:953
+#: debhelper.pod:984
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."
@@ -2291,12 +2348,12 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:956
+#: debhelper.pod:987
msgid "B<DH_QUIET>"
msgstr "B<DH_QUIET>"
#. type: textblock
-#: debhelper.pod:958
+#: debhelper.pod:989
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 "
@@ -2314,13 +2371,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:965
+#: debhelper.pod:996
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:967
+#: debhelper.pod:998
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
@@ -2331,25 +2388,25 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:970
+#: debhelper.pod:1001
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
# type: textblock
#. type: textblock
-#: debhelper.pod:972
+#: debhelper.pod:1003
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:974
+#: debhelper.pod:1005
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
# type: textblock
#. type: textblock
-#: debhelper.pod:976
+#: debhelper.pod:1007
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands."
@@ -2358,7 +2415,7 @@ msgstr ""
"les commandes debhelper."
#. type: textblock
-#: debhelper.pod:979
+#: debhelper.pod:1010
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."
@@ -2368,13 +2425,13 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:982
+#: debhelper.pod:1013
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
# type: textblock
#. type: textblock
-#: debhelper.pod:984
+#: debhelper.pod:1015
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 "
@@ -2387,7 +2444,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:988
+#: debhelper.pod:1019
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 "
@@ -2406,7 +2463,7 @@ msgstr ""
# type: textblock
#. type: textblock
-#: debhelper.pod:995
+#: debhelper.pod:1026
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -2416,14 +2473,14 @@ msgstr ""
# type: =item
#. type: =item
-#: debhelper.pod:998
+#: debhelper.pod:1029
#, fuzzy
#| msgid "B<DH_OPTIONS>"
msgid "B<DH_EXTRA_ADDONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:1000
+#: debhelper.pod:1031
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 "
@@ -2432,7 +2489,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1005
+#: debhelper.pod:1036
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 "
@@ -2442,11 +2499,11 @@ msgstr ""
# type: =head1
#. type: =head1
-#: debhelper.pod:1012 debhelper-obsolete-compat.pod:118 dh:1044
+#: debhelper.pod:1043 debhelper-obsolete-compat.pod:118 dh:1044
#: 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:185 dh_compress:236
#: dh_dwz:144 dh_fixperms:162 dh_gconf:101 dh_gencontrol:207 dh_icons:75
-#: dh_install:350 dh_installcatalogs:125 dh_installchangelogs:297
+#: dh_install:350 dh_installcatalogs:125 dh_installchangelogs:300
#: dh_installcron:78 dh_installdeb:266 dh_installdebconf:128 dh_installdirs:128
#: dh_installdocs:444 dh_installemacsen:137 dh_installexamples:175
#: dh_installifupdown:72 dh_installinfo:107 dh_installinit:401
@@ -2462,36 +2519,36 @@ msgstr "VOIR AUSSI"
# type: =item
#. type: =item
-#: debhelper.pod:1016
+#: debhelper.pod:1047
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1018
+#: debhelper.pod:1049
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:1020
+#: debhelper.pod:1051
msgid "L<http://joeyh.name/code/debhelper/>"
msgstr "L<http://joeyh.name/code/debhelper/>"
# type: textblock
#. type: textblock
-#: debhelper.pod:1022
+#: debhelper.pod:1053
msgid "Debhelper web site."
msgstr "Le site internet de debhelper."
# type: =head1
#. type: =head1
-#: debhelper.pod:1026 dh:1050 dh_auto_build:59 dh_auto_clean:61
+#: debhelper.pod:1057 dh:1050 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:191 dh_compress:242 dh_dwz:150 dh_fixperms:168
#: dh_gconf:107 dh_gencontrol:213 dh_icons:81 dh_install:356
-#: dh_installcatalogs:131 dh_installchangelogs:303 dh_installcron:84
+#: dh_installcatalogs:131 dh_installchangelogs:306 dh_installcron:84
#: dh_installdeb:272 dh_installdebconf:134 dh_installdirs:134
#: dh_installdocs:450 dh_installemacsen:144 dh_installexamples:181
#: dh_installifupdown:78 dh_installinfo:113 dh_installlogcheck:87
@@ -2506,10 +2563,10 @@ msgstr "AUTEUR"
# type: textblock
#. type: textblock
-#: debhelper.pod:1028 dh:1052 dh_auto_build:61 dh_auto_clean:63
+#: debhelper.pod:1059 dh:1052 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:193 dh_compress:244 dh_fixperms:170 dh_gencontrol:215
-#: dh_install:358 dh_installchangelogs:305 dh_installcron:86 dh_installdeb:274
+#: dh_install:358 dh_installchangelogs:308 dh_installcron:86 dh_installdeb:274
#: dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452
#: dh_installemacsen:146 dh_installexamples:183 dh_installifupdown:80
#: dh_installinfo:115 dh_installinit:409 dh_installlogrotate:61
@@ -2732,7 +2789,7 @@ msgstr ""
#: dh_auto_configure:60 dh_auto_install:99 dh_auto_test:66 dh_builddeb:184
#: dh_clean:187 dh_compress:238 dh_dwz:146 dh_fixperms:164 dh_gconf:103
#: dh_gencontrol:209 dh_install:352 dh_installcatalogs:127
-#: dh_installchangelogs:299 dh_installcron:80 dh_installdeb:268
+#: dh_installchangelogs:302 dh_installcron:80 dh_installdeb:268
#: dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446
#: dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109
#: dh_installinit:403 dh_installlogcheck:83 dh_installlogrotate:55
@@ -3571,7 +3628,7 @@ msgstr ""
#: dh:1048 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:189 dh_compress:240 dh_dwz:148 dh_fixperms:166 dh_gconf:105
-#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:301
+#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:304
#: dh_installcron:82 dh_installdeb:270 dh_installdebconf:132 dh_installdirs:132
#: dh_installdocs:448 dh_installemacsen:142 dh_installexamples:179
#: dh_installifupdown:76 dh_installinfo:111 dh_installinit:405
@@ -10814,6 +10871,20 @@ msgstr ""
"Ce niveau de compatibilité est en phase de test ; des changements peuvent "
"encore survenir."
+#~ msgid ""
+#~ "The syntax of these files is intentionally kept very simple to make them "
+#~ "easy to read, understand, and modify. If you prefer power and complexity, "
+#~ "you can make the file executable, and write a program that outputs "
+#~ "whatever content is appropriate for a given situation. When you do so, "
+#~ "the output is not further processed to expand wildcards or strip comments."
+#~ msgstr ""
+#~ "La syntaxe de ces fichiers est volontairement gardée très simple pour les "
+#~ "rendre faciles à lire, comprendre et modifier. Si vous préférez la "
+#~ "puissance et la complexité, vous pouvez rendre le fichier exécutable, et "
+#~ "écrire un programme qui affiche n'importe quel contenu approprié à la "
+#~ "situation. Dans ce cas, la sortie n'est plus traitée pour développer les "
+#~ "jokers (wildcards) ou supprimer les commentaires."
+
# type: textblock
#~ msgid "B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir> ...>]"
#~ msgstr ""
@@ -11024,9 +11095,6 @@ msgstr ""
#~ msgid "Please consider the following before opting in:"
#~ msgstr "Veuillez vous souvenir de ces remarques avant de choisir :"
-#~ msgid "*"
-#~ msgstr "*"
-
#~ msgid ""
#~ "The automatic upgrade in compatibility level may cause the package (or a "
#~ "feature in it) to stop functioning."
diff --git a/man/po4a/po/ja.po b/man/po4a/po/ja.po
index 1d6d531f..51d9d703 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: 2018-05-20 20:32+0000\n"
+"POT-Creation-Date: 2018-06-23 17:51+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"
@@ -283,24 +283,74 @@ msgstr ""
#: debhelper.pod:101
msgid ""
"The syntax of these files is intentionally kept very simple to make them "
-"easy to read, understand, and modify. If you prefer power and complexity, "
-"you can make the file executable, and write a program that outputs whatever "
-"content is appropriate for a given situation. When you do so, the output is "
-"not further processed to expand wildcards or strip comments."
+"easy to read, understand, and modify."
+msgstr ""
+
+#. type: =head2
+#: debhelper.pod:104
+#, fuzzy
+#| msgid "Comments are ignored in debhelper config files."
+msgid "Executable debhelper config files"
+msgstr "debhelper 設定ファイルでのコメントは無視されるようになりました。"
+
+#. type: textblock
+#: debhelper.pod:106
+msgid ""
+"If you need additional flexibility, many of the debhelper tools (e.g. "
+"L<dh_install(1)>) support executing a config file as a script."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:109
+msgid ""
+"To use this feature, simply mark the config file as executable (e.g. B<< "
+"chmod +x debian/I<package>.install >>) and the tool will attempt to execute "
+"it and use the output of the script. In many cases, you can use L<dh-"
+"exec(1)> as interpreter of the config file to retain most of the original "
+"syntax while getting the additional flexibility you need."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:117
+msgid ""
+"When using executable debhelper config files, please be aware of the "
+"following:"
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:122 debhelper.pod:127
+msgid "*"
+msgstr "*"
+
+#. type: textblock
+#: debhelper.pod:124
+msgid ""
+"The executable config file B<must> exit with success (i.e. its return code "
+"should indicate success)."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:129
+msgid ""
+"The output will be used exactly as it is. Notably, debhelper will I<not> "
+"expand wildcards or strip comments in the output."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:134
+msgid ""
+"If you need the package to build on a file system where you cannot disable "
+"the executable bit, then you can use L<dh-exec(1)> and its B<strip-output> "
+"script."
msgstr ""
-"これらファイルの文法は、読解・修正しやすいよう、意図的にシンプルにしてありま"
-"す。もし、さらに強力で複雑な事をしたければ、これらのファイルに実行権限を付与"
-"し、状況にあった出力をするプログラムを作成してください。ただし、この場合の出"
-"力結果では、後の処理でワイルドカードは展開されず、コメントも取り除かれない事"
-"に気をつけてください。"
#. type: =head1
-#: debhelper.pod:107
+#: debhelper.pod:138
msgid "SHARED DEBHELPER OPTIONS"
msgstr "DEBHELPER 間で共有されるオプション"
#. type: textblock
-#: debhelper.pod:109
+#: debhelper.pod:140
msgid ""
"The following command line options are supported by all debhelper programs."
msgstr ""
@@ -308,12 +358,12 @@ msgstr ""
"います。"
#. type: =item
-#: debhelper.pod:113
+#: debhelper.pod:144
msgid "B<-v>, B<--verbose>"
msgstr "B<-v>, B<--verbose>"
#. type: textblock
-#: debhelper.pod:115
+#: debhelper.pod:146
msgid ""
"Verbose mode: show all commands that modify the package build directory."
msgstr ""
@@ -321,12 +371,12 @@ msgstr ""
"示します。"
#. type: =item
-#: debhelper.pod:117 dh:72
+#: debhelper.pod:148 dh:72
msgid "B<--no-act>"
msgstr "B<--no-act>"
#. type: textblock
-#: debhelper.pod:119
+#: debhelper.pod:150
msgid ""
"Do not really do anything. If used with -v, the result is that the command "
"will output what it would have done."
@@ -335,12 +385,12 @@ msgstr ""
"行うかが出力されます。"
#. type: =item
-#: debhelper.pod:122
+#: debhelper.pod:153
msgid "B<-a>, B<--arch>"
msgstr "B<-a>, B<--arch>"
#. type: textblock
-#: debhelper.pod:124
+#: debhelper.pod:155
msgid ""
"Act on architecture dependent packages that should be built for the "
"B<DEB_HOST_ARCH> architecture."
@@ -349,22 +399,22 @@ msgstr ""
"るように動作します。"
#. type: =item
-#: debhelper.pod:127
+#: debhelper.pod:158
msgid "B<-i>, B<--indep>"
msgstr "B<-i>, B<--indep>"
#. type: textblock
-#: debhelper.pod:129
+#: debhelper.pod:160
msgid "Act on all architecture independent packages."
msgstr "全てのアーキテクチャ非依存パッケージに対して処理を行います。"
#. type: =item
-#: debhelper.pod:131
+#: debhelper.pod:162
msgid "B<-p>I<package>, B<--package=>I<package>"
msgstr "B<-p>I<package>, B<--package=>I<package>"
#. type: textblock
-#: debhelper.pod:133
+#: debhelper.pod:164
msgid ""
"Act on the package named I<package>. This option may be specified multiple "
"times to make debhelper operate on a given set of packages."
@@ -373,29 +423,29 @@ msgstr ""
"debhelper に処理させる際には、繰り返し列挙して指定してください。"
#. type: =item
-#: debhelper.pod:136
+#: debhelper.pod:167
msgid "B<-s>, B<--same-arch>"
msgstr "B<-s>, B<--same-arch>"
#. type: textblock
-#: debhelper.pod:138
+#: debhelper.pod:169
msgid "Deprecated alias of B<-a>."
msgstr "廃止された B<-a> のエイリアスです。"
#. type: textblock
-#: debhelper.pod:140 dh_install:77 dh_install:86
+#: debhelper.pod:171 dh_install:77 dh_install:86
#, fuzzy
#| msgid "The option is removed in compat 11."
msgid "This option is removed in compat 12."
msgstr "このオプションは互換性レベル 11 で廃止されています。"
#. type: =item
-#: debhelper.pod:142
+#: debhelper.pod:173
msgid "B<-N>I<package>, B<--no-package=>I<package>"
msgstr "B<-N>I<package>, B<--no-package=>I<package>"
#. type: textblock
-#: debhelper.pod:144
+#: debhelper.pod:175
msgid ""
"Do not act on the specified package even if an B<-a>, B<-i>, or B<-p> option "
"lists the package as one that should be acted on."
@@ -404,12 +454,12 @@ msgstr ""
"指定されているパッケージについては処理を行わないようにします。"
#. type: =item
-#: debhelper.pod:147
+#: debhelper.pod:178
msgid "B<--remaining-packages>"
msgstr "B<--remaining-packages>"
#. type: textblock
-#: debhelper.pod:149
+#: debhelper.pod:180
msgid ""
"Do not act on the packages which have already been acted on by this "
"debhelper command earlier (i.e. if the command is present in the package "
@@ -424,12 +474,12 @@ msgstr ""
"び出し、デフォルト設定による処理を行うという事ができます。"
#. type: =item
-#: debhelper.pod:155
+#: debhelper.pod:186
msgid "B<--ignore=>I<file>"
msgstr "B<--ignore=>I<file>"
#. type: textblock
-#: debhelper.pod:157
+#: debhelper.pod:188
msgid ""
"Ignore the specified file. This can be used if F<debian/> contains a "
"debhelper config file that a debhelper command should not act on. Note that "
@@ -443,7 +493,7 @@ msgstr ""
"す。"
#. type: textblock
-#: debhelper.pod:162
+#: debhelper.pod:193
msgid ""
"For example, if upstream ships a F<debian/init> that you don't want "
"B<dh_installinit> to install, use B<--ignore=debian/init>"
@@ -453,12 +503,12 @@ msgstr ""
"init> を使うことになります。"
#. type: =item
-#: debhelper.pod:165
+#: debhelper.pod:196
msgid "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
msgstr "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
#. type: textblock
-#: debhelper.pod:167
+#: debhelper.pod:198
msgid ""
"Use I<tmpdir> for package build directory. The default is debian/I<package>"
msgstr ""
@@ -466,12 +516,12 @@ msgstr ""
"debian/I<package> ディレクトリが使われます。"
#. type: =item
-#: debhelper.pod:169
+#: debhelper.pod:200
msgid "B<--mainpackage=>I<package>"
msgstr "B<--mainpackage=>I<package>"
#. type: textblock
-#: debhelper.pod:171
+#: debhelper.pod:202
msgid ""
"This little-used option changes the package which debhelper considers the "
"\"main package\", that is, the first one listed in F<debian/control>, and "
@@ -484,12 +534,12 @@ msgstr ""
"F<debian/foo> ファイルが使われるようになります。"
#. type: =item
-#: debhelper.pod:176
+#: debhelper.pod:207
msgid "B<-O=>I<option>|I<bundle>"
msgstr "B<-O=>I<option>|I<bundle>"
#. type: textblock
-#: debhelper.pod:178
+#: debhelper.pod:209
msgid ""
"This is used by L<dh(1)> when passing user-specified options to all the "
"commands it runs. If the command supports the specified option or option "
@@ -503,12 +553,12 @@ msgstr ""
"オプションは無視されます。"
#. type: =head1
-#: debhelper.pod:185
+#: debhelper.pod:216
msgid "COMMON DEBHELPER OPTIONS"
msgstr "DEBHELPER の共通オプション"
#. type: textblock
-#: debhelper.pod:187
+#: debhelper.pod:218
msgid ""
"The following command line options are supported by some debhelper "
"programs. See the man page of each program for a complete explanation of "
@@ -519,42 +569,47 @@ msgstr ""
"man ページを参照してください。"
#. type: =item
-#: debhelper.pod:193
+#: debhelper.pod:224
msgid "B<-n>"
msgstr "B<-n>"
#. type: textblock
-#: debhelper.pod:195
+#: debhelper.pod:226
msgid "Do not modify F<postinst>, F<postrm>, etc. scripts."
msgstr "F<postinst>, F<postrm> 等のスクリプトに変更を加えません。"
#. type: =item
-#: debhelper.pod:197 dh_compress:56 dh_dwz:47 dh_installchangelogs:85
+#: debhelper.pod:228 dh_compress:56 dh_dwz:47 dh_installchangelogs:85
#: dh_installdocs:99 dh_installexamples:77 dh_link:75 dh_makeshlibs:139
#: dh_md5sums:40 dh_shlibdeps:34 dh_strip:42
msgid "B<-X>I<item>, B<--exclude=>I<item>"
msgstr "B<-X>I<item>, B<--exclude=>I<item>"
#. type: textblock
-#: debhelper.pod:199
+#: debhelper.pod:230
+#, fuzzy
+#| msgid ""
+#| "Exclude an item from processing. This option may be used multiple times, "
+#| "to exclude more than one thing. The \\fIitem\\fR is typically part of a "
+#| "filename, and any file containing the specified text will be excluded."
msgid ""
"Exclude an item from processing. This option may be used multiple times, to "
-"exclude more than one thing. The \\fIitem\\fR is typically part of a "
-"filename, and any file containing the specified text will be excluded."
+"exclude more than one thing. The I<item> is typically part of a filename, "
+"and any file containing the specified text will be excluded."
msgstr ""
"item を処理対象から除外します。複数の item を除外するためにこのオプションを複"
"数指定して使う。ことができます。通常、\\fIitem\\fR はファイル名の一部で、指定"
"されたテキストが含まれるファイルはすべて除外されます。"
#. type: =item
-#: debhelper.pod:203 dh_bugfiles:57 dh_compress:63 dh_installdirs:46
+#: debhelper.pod:234 dh_bugfiles:57 dh_compress:63 dh_installdirs:46
#: dh_installdocs:94 dh_installexamples:45 dh_installinfo:42 dh_installman:87
#: dh_installwm:52 dh_link:70
msgid "B<-A>, B<--all>"
msgstr "B<-A>, B<--all>"
#. type: textblock
-#: debhelper.pod:205
+#: debhelper.pod:236
msgid ""
"Makes files or other items that are specified on the command line take "
"effect in ALL packages acted on, not just the first."
@@ -563,12 +618,12 @@ msgstr ""
"ジだけでなく全パッケージに対して処理を行います。"
#. type: =head1
-#: debhelper.pod:210
+#: debhelper.pod:241
msgid "BUILD SYSTEM OPTIONS"
msgstr "ビルドシステム用オプション"
#. type: textblock
-#: debhelper.pod:212
+#: debhelper.pod:243
msgid ""
"The following command line options are supported by all of the "
"B<dh_auto_>I<*> debhelper programs. These programs support a variety of "
@@ -586,12 +641,12 @@ msgstr ""
"す。"
#. type: =item
-#: debhelper.pod:221
+#: debhelper.pod:252
msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
msgstr "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
#. type: textblock
-#: debhelper.pod:223
+#: debhelper.pod:254
msgid ""
"Force use of the specified I<buildsystem>, instead of trying to auto-select "
"one which might be applicable for the package."
@@ -600,12 +655,12 @@ msgstr ""
"で指定したビルドシステムを強制的に使用します。"
#. type: =item
-#: debhelper.pod:226
+#: debhelper.pod:257
msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
msgstr "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
#. type: textblock
-#: debhelper.pod:228
+#: debhelper.pod:259
msgid ""
"Assume that the original package source tree is at the specified "
"I<directory> rather than the top level directory of the Debian source "
@@ -615,12 +670,12 @@ msgstr ""
"リではなく、I<directory> で指定した場所にあると仮定します。"
#. type: =item
-#: debhelper.pod:232
+#: debhelper.pod:263
msgid "B<-B>[I<directory>], B<--builddirectory=>[I<directory>]"
msgstr "B<-B>[I<directory>], B<--builddirectory=>[I<directory>]"
#. type: textblock
-#: debhelper.pod:234
+#: debhelper.pod:265
msgid ""
"Enable out of source building and use the specified I<directory> as the "
"build directory. If I<directory> parameter is omitted, a default build "
@@ -631,7 +686,7 @@ msgstr ""
"はデフォルトのビルドディレクトリが利用されます。"
#. type: textblock
-#: debhelper.pod:238
+#: debhelper.pod:269
msgid ""
"If this option is not specified, building will be done in source by default "
"unless the build system requires or prefers out of source tree building. In "
@@ -644,7 +699,7 @@ msgstr ""
"されていなくてもデフォルトのビルドディレクトリが使用されます。"
#. type: textblock
-#: debhelper.pod:243
+#: debhelper.pod:274
msgid ""
"If the build system prefers out of source tree building but still allows in "
"source building, the latter can be re-enabled by passing a build directory "
@@ -656,12 +711,12 @@ msgstr ""
"ドを行うようにできます。"
#. type: =item
-#: debhelper.pod:247
+#: debhelper.pod:278
msgid "B<--parallel>, B<--no-parallel>"
msgstr "B<--parallel>, B<--no-parallel>"
#. type: textblock
-#: debhelper.pod:249
+#: debhelper.pod:280
msgid ""
"Control whether parallel builds should be used if underlying build system "
"supports them. The number of parallel jobs is controlled by the "
@@ -674,7 +729,7 @@ msgstr ""
"ル、4.9.1章>)。ビルドシステム固有の制限に影響を受ける場合もあります。"
#. type: textblock
-#: debhelper.pod:255
+#: debhelper.pod:286
msgid ""
"If neither option is specified, debhelper currently defaults to B<--"
"parallel> in compat 10 (or later) and B<--no-parallel> otherwise."
@@ -685,7 +740,7 @@ msgstr ""
# FIXME: typo: unnecessary
#. type: textblock
-#: debhelper.pod:258
+#: debhelper.pod:289
msgid ""
"As an optimization, B<dh> will try to avoid passing these options to "
"subprocesses, if they are unnecessary and the only options passed. Notably "
@@ -698,12 +753,12 @@ msgstr ""
"ない (またはこの値が 1 である) 場合に起こります。"
#. type: =item
-#: debhelper.pod:263
+#: debhelper.pod:294
msgid "B<--max-parallel=>I<maximum>"
msgstr "B<--max-parallel=>I<maximum>"
#. type: textblock
-#: debhelper.pod:265
+#: debhelper.pod:296
msgid ""
"This option implies B<--parallel> and allows further limiting the number of "
"jobs that can be used in a parallel build. If the package build is known to "
@@ -716,7 +771,7 @@ msgstr ""
"を指定できます。"
#. type: textblock
-#: debhelper.pod:270
+#: debhelper.pod:301
msgid ""
"Notably, setting the maximum to 1 is effectively the same as using B<--no-"
"parallel>."
@@ -725,12 +780,12 @@ msgstr ""
"す。"
#. type: =item
-#: debhelper.pod:273 dh:64
+#: debhelper.pod:304 dh:64
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:275
+#: debhelper.pod:306
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 "
@@ -744,12 +799,12 @@ msgstr ""
"示します。"
#. type: =head1
-#: debhelper.pod:282
+#: debhelper.pod:313
msgid "COMPATIBILITY LEVELS"
msgstr "互換性レベル"
#. type: textblock
-#: debhelper.pod:284
+#: debhelper.pod:315
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 "
@@ -768,7 +823,7 @@ msgstr ""
"ルは F<debian/compat> ファイルで指定され、このファイルは必須となっています。"
#. type: textblock
-#: debhelper.pod:292
+#: debhelper.pod:323
msgid ""
"Tell debhelper what compatibility level to use by writing a number to "
"F<debian/compat>. For example, to use v#RECOMMENDED_COMPAT# mode:"
@@ -777,7 +832,7 @@ msgstr ""
"えます。例えば、v#RECOMMENDED_COMPAT# モードを使うには次の様にします:"
#. type: verbatim
-#: debhelper.pod:295
+#: debhelper.pod:326
#, no-wrap
msgid ""
" % echo #RECOMMENDED_COMPAT# > debian/compat\n"
@@ -787,7 +842,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:297
+#: debhelper.pod:328
msgid ""
"Your package will also need a versioned build dependency on a version of "
"debhelper equal to (or greater than) the compatibility level your package "
@@ -800,7 +855,7 @@ msgstr ""
"とを確認してください:"
#. type: verbatim
-#: debhelper.pod:301
+#: debhelper.pod:332
#, fuzzy, no-wrap
#| msgid ""
#| " Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#)\n"
@@ -813,7 +868,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:334
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -828,29 +883,29 @@ msgstr ""
"す。"
#. type: =head2
-#: debhelper.pod:310
+#: debhelper.pod:341
#, fuzzy
#| msgid "This is the lowest supported compatibility level."
msgid "Supported compatibility levels"
msgstr "これはサポートされている最低限の互換性レベルです。"
#. type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:343
msgid "These are the available compatibility levels:"
msgstr "利用可能な互換性レベルは以下の通りです:"
#. type: =item
-#: debhelper.pod:316 debhelper-obsolete-compat.pod:89
+#: debhelper.pod:347 debhelper-obsolete-compat.pod:89
msgid "v5"
msgstr "v5"
#. type: textblock
-#: debhelper.pod:318 debhelper-obsolete-compat.pod:91
+#: debhelper.pod:349 debhelper-obsolete-compat.pod:91
msgid "This is the lowest supported compatibility level."
msgstr "これはサポートされている最低限の互換性レベルです。"
#. type: textblock
-#: debhelper.pod:320
+#: debhelper.pod:351
msgid ""
"If you are upgrading from an earlier compatibility level, please review "
"L<debhelper-obsolete-compat(7)>."
@@ -859,39 +914,39 @@ msgstr ""
"obsolete-compat(7)> を確認して下さい。"
#. type: textblock
-#: debhelper.pod:323 debhelper.pod:355 debhelper.pod:385 debhelper.pod:416
+#: debhelper.pod:354 debhelper.pod:386 debhelper.pod:416 debhelper.pod:447
#: 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:325
+#: debhelper.pod:356
msgid "v6"
msgstr "v6"
#. type: textblock
-#: debhelper.pod:327
+#: debhelper.pod:358
msgid "Changes from v5 are:"
msgstr "v5 からの変更点:"
#. type: =item
-#: debhelper.pod:331 debhelper.pod:336 debhelper.pod:342 debhelper.pod:348
-#: debhelper.pod:363 debhelper.pod:370 debhelper.pod:374 debhelper.pod:378
-#: debhelper.pod:393 debhelper.pod:397 debhelper.pod:405 debhelper.pod:410
-#: debhelper.pod:424 debhelper.pod:429 debhelper.pod:436 debhelper.pod:441
-#: debhelper.pod:446 debhelper.pod:454 debhelper.pod:460 debhelper.pod:465
-#: debhelper.pod:470 debhelper.pod:483 debhelper.pod:488 debhelper.pod:494
-#: debhelper.pod:501 debhelper.pod:507 debhelper.pod:512 debhelper.pod:518
-#: debhelper.pod:524 debhelper.pod:534 debhelper.pod:540 debhelper.pod:563
-#: debhelper.pod:570 debhelper.pod:576 debhelper.pod:582 debhelper.pod:598
-#: debhelper.pod:604 debhelper.pod:616 debhelper.pod:624 debhelper.pod:630
-#: debhelper.pod:635 debhelper.pod:640 debhelper.pod:645 debhelper.pod:653
-#: debhelper.pod:663 debhelper.pod:673 debhelper.pod:680 debhelper.pod:692
-#: debhelper.pod:697 debhelper.pod:710 debhelper.pod:729 debhelper.pod:739
-#: debhelper.pod:743 debhelper.pod:748 debhelper.pod:753 debhelper.pod:760
-#: debhelper.pod:766 debhelper.pod:774 debhelper.pod:780 debhelper.pod:784
-#: debhelper.pod:789 debhelper.pod:794 debhelper-obsolete-compat.pod:43
+#: debhelper.pod:362 debhelper.pod:367 debhelper.pod:373 debhelper.pod:379
+#: debhelper.pod:394 debhelper.pod:401 debhelper.pod:405 debhelper.pod:409
+#: debhelper.pod:424 debhelper.pod:428 debhelper.pod:436 debhelper.pod:441
+#: debhelper.pod:455 debhelper.pod:460 debhelper.pod:467 debhelper.pod:472
+#: debhelper.pod:477 debhelper.pod:485 debhelper.pod:491 debhelper.pod:496
+#: debhelper.pod:501 debhelper.pod:514 debhelper.pod:519 debhelper.pod:525
+#: debhelper.pod:532 debhelper.pod:538 debhelper.pod:543 debhelper.pod:549
+#: debhelper.pod:555 debhelper.pod:565 debhelper.pod:571 debhelper.pod:594
+#: debhelper.pod:601 debhelper.pod:607 debhelper.pod:613 debhelper.pod:629
+#: debhelper.pod:635 debhelper.pod:647 debhelper.pod:655 debhelper.pod:661
+#: debhelper.pod:666 debhelper.pod:671 debhelper.pod:676 debhelper.pod:684
+#: debhelper.pod:694 debhelper.pod:704 debhelper.pod:711 debhelper.pod:723
+#: debhelper.pod:728 debhelper.pod:741 debhelper.pod:760 debhelper.pod:770
+#: debhelper.pod:774 debhelper.pod:779 debhelper.pod:784 debhelper.pod:791
+#: debhelper.pod:797 debhelper.pod:805 debhelper.pod:811 debhelper.pod:815
+#: debhelper.pod:820 debhelper.pod:825 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
@@ -902,7 +957,7 @@ msgid "-"
msgstr "-"
#. type: textblock
-#: debhelper.pod:333
+#: debhelper.pod:364
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -911,7 +966,7 @@ msgstr ""
"クリプト用にこれらを逆順に並び替えるようになりました。"
#. type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:369
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 "
@@ -922,7 +977,7 @@ msgstr ""
"man/man1> ディレクトリに man ページがある場合に行われます。"
#. type: textblock
-#: debhelper.pod:344
+#: debhelper.pod:375
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 "
@@ -933,7 +988,7 @@ msgstr ""
"互換性レベルでは削除するようになっています。"
#. type: textblock
-#: debhelper.pod:350
+#: debhelper.pod:381
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -943,17 +998,17 @@ msgstr ""
"動作は何の警告もなく拒絶されていました。"
#. type: =item
-#: debhelper.pod:357
+#: debhelper.pod:388
msgid "v7"
msgstr "v7"
#. type: textblock
-#: debhelper.pod:359
+#: debhelper.pod:390
msgid "Changes from v6 are:"
msgstr "v6 からの変更点:"
#. type: textblock
-#: debhelper.pod:365
+#: debhelper.pod:396
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 "
@@ -969,21 +1024,21 @@ msgstr ""
"た。"
#. type: textblock
-#: debhelper.pod:372
+#: debhelper.pod:403
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:376
+#: debhelper.pod:407
msgid "B<dh_clean> will delete toplevel F<*-stamp> files."
msgstr ""
"B<dh_clean> はビルドディレクトリの最上位の階層にある F<*-stamp> ファイルを消"
"すようになりました。"
#. type: textblock
-#: debhelper.pod:380
+#: debhelper.pod:411
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -992,17 +1047,17 @@ msgstr ""
"changelog であるかを推定するようになりました。"
#. type: =item
-#: debhelper.pod:387
+#: debhelper.pod:418
msgid "v8"
msgstr "v8"
#. type: textblock
-#: debhelper.pod:389
+#: debhelper.pod:420
msgid "Changes from v7 are:"
msgstr "v7 からの変更点:"
#. type: textblock
-#: debhelper.pod:395
+#: debhelper.pod:426
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1010,7 +1065,7 @@ msgstr ""
"ラーにして処理を失敗させるようになりました。"
#. type: textblock
-#: debhelper.pod:399
+#: debhelper.pod:430
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. "
@@ -1025,7 +1080,7 @@ msgstr ""
"ケージのビルドが失敗に終わるようになりました。"
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:438
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 $@>"
@@ -1036,7 +1091,7 @@ msgstr ""
"く、\"B<dh --foo $@>\" は間違いとなります。"
#. type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:443
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1045,17 +1100,17 @@ msgstr ""
"ジュールを優先して利用するようになりました。"
#. type: =item
-#: debhelper.pod:418
+#: debhelper.pod:449
msgid "v9"
msgstr "v9"
#. type: textblock
-#: debhelper.pod:420
+#: debhelper.pod:451
msgid "Changes from v8 are:"
msgstr "v8 からの変更点:"
#. type: textblock
-#: debhelper.pod:426
+#: debhelper.pod:457
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
@@ -1065,7 +1120,7 @@ msgstr ""
"ます。"
#. type: textblock
-#: debhelper.pod:431
+#: debhelper.pod:462
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 "
@@ -1079,7 +1134,7 @@ msgstr ""
"要はありません。"
#. type: textblock
-#: debhelper.pod:438
+#: debhelper.pod:469
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
@@ -1088,7 +1143,7 @@ msgstr ""
"時に必要とする容量を削減します。"
#. type: textblock
-#: debhelper.pod:443
+#: debhelper.pod:474
msgid ""
"B<dh_auto_configure> does not include the source package name in --"
"libexecdir when using autoconf."
@@ -1097,14 +1152,14 @@ msgstr ""
"ケージ名を追加しなくなりました。"
#. type: textblock
-#: debhelper.pod:448
+#: debhelper.pod:479
msgid "B<dh> does not default to enabling --with=python-support"
msgstr ""
"B<dh> は --with=python-support オプションを、デフォルトでは無効にするようにな"
"りました。"
#. type: textblock
-#: debhelper.pod:450
+#: debhelper.pod:481
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 "
@@ -1112,7 +1167,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:487
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."
@@ -1122,7 +1177,7 @@ msgstr ""
"れている場合は設定を行いません。"
#. type: textblock
-#: debhelper.pod:462
+#: debhelper.pod:493
msgid ""
"B<dh_auto_configure> passes B<dpkg-buildflags> CFLAGS, CPPFLAGS, and LDFLAGS "
"to perl F<Makefile.PL> and F<Build.PL>"
@@ -1131,7 +1186,7 @@ msgstr ""
"CPPFLAGS, LDFLAGS パラメータを F<Makefile.PL> や F<Build.PL> へ引き渡します。"
#. type: textblock
-#: debhelper.pod:467
+#: debhelper.pod:498
msgid ""
"B<dh_strip> puts separated debug symbols in a location based on their build-"
"id."
@@ -1140,7 +1195,7 @@ msgstr ""
"す。"
#. type: textblock
-#: debhelper.pod:472
+#: debhelper.pod:503
msgid ""
"Executable debhelper config files are run and their output used as the "
"configuration."
@@ -1149,17 +1204,17 @@ msgstr ""
"扱われます。"
#. type: =item
-#: debhelper.pod:477
+#: debhelper.pod:508
msgid "v10"
msgstr "v10"
#. type: textblock
-#: debhelper.pod:479
+#: debhelper.pod:510
msgid "Changes from v9 are:"
msgstr "v9 からの変更点:"
#. type: textblock
-#: debhelper.pod:485
+#: debhelper.pod:516
msgid ""
"B<dh_installinit> will no longer install a file named debian/I<package> as "
"an init script."
@@ -1168,7 +1223,7 @@ msgstr ""
"ファイルをインストールしなくなりました。"
#. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:521
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 "
@@ -1179,7 +1234,7 @@ msgstr ""
"なります。"
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:527
msgid ""
"B<dh> no longer creates the package build directory when skipping running "
"debhelper commands. This will not affect packages that only build with "
@@ -1192,7 +1247,7 @@ msgstr ""
"ドのバグを暴くかもしれません。"
#. type: textblock
-#: debhelper.pod:503
+#: debhelper.pod:534
msgid ""
"B<dh_installdeb> no longer installs a maintainer-provided debian/I<package>."
"shlibs file. This is now done by B<dh_makeshlibs> instead."
@@ -1202,7 +1257,7 @@ msgstr ""
"れます。"
#. type: textblock
-#: debhelper.pod:509
+#: debhelper.pod:540
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)."
@@ -1211,7 +1266,7 @@ msgstr ""
"のを拒否するようになりました (x-window-manager の alternative 登録に必要)。"
#. type: textblock
-#: debhelper.pod:514
+#: debhelper.pod:545
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 "
@@ -1222,7 +1277,7 @@ msgstr ""
"parallel> へ 1 の値を渡すことで無効にできます。"
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:551
msgid ""
"The B<dh> command will not accept any of the deprecated \"manual sequence "
"control\" parameters (B<--before>, B<--after>, etc.). Please use override "
@@ -1233,7 +1288,7 @@ msgstr ""
"ターゲットを使ってください。"
#. type: textblock
-#: debhelper.pod:526
+#: debhelper.pod:557
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 "
@@ -1244,12 +1299,12 @@ msgstr ""
"したかどうかを記録し、もし実行されていたらスキップします。"
#. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:561
msgid "The main effects of this are:"
msgstr "これの主な影響:"
#. type: textblock
-#: debhelper.pod:536
+#: debhelper.pod:567
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 "
@@ -1261,7 +1316,7 @@ msgstr ""
# FIXME: 訳してもわからない...
#. type: textblock
-#: debhelper.pod:542
+#: debhelper.pod:573
#, fuzzy
msgid ""
"The main caveat is that B<dh_*> now only keeps track of what happened in a "
@@ -1274,12 +1329,12 @@ msgstr ""
"ます。"
#. type: textblock
-#: debhelper.pod:547
+#: debhelper.pod:578
msgid "Example of where it can go wrong:"
msgstr "動かなくなる可能性がある例:"
#. type: verbatim
-#: debhelper.pod:549
+#: debhelper.pod:580
#, no-wrap
msgid ""
" override_dh_foo:\n"
@@ -1291,7 +1346,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: debhelper.pod:552
+#: debhelper.pod:583
#, no-wrap
msgid ""
" override_dh_bar:\n"
@@ -1305,7 +1360,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:587
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 "
@@ -1316,7 +1371,7 @@ msgstr ""
"remaining> に限らず B<-a>, B<-i> なども含みます。"
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:596
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 "
@@ -1329,7 +1384,7 @@ msgstr ""
"るようになっていました。"
#. type: textblock
-#: debhelper.pod:572
+#: debhelper.pod:603
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-"
@@ -1340,7 +1395,7 @@ msgstr ""
"を利用してください。"
#. type: textblock
-#: debhelper.pod:578
+#: debhelper.pod:609
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"
@@ -1349,7 +1404,7 @@ msgstr ""
"を望まない場合は、B<dh> に B<--without autoreconf> を指定してください。"
#. type: textblock
-#: debhelper.pod:584
+#: debhelper.pod:615
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."
@@ -1358,22 +1413,22 @@ msgstr ""
"まない場合は、B<dh> に B<--without systemd> を指定してください。"
#. type: =item
-#: debhelper.pod:590
+#: debhelper.pod:621
msgid "v11"
msgstr "v11"
#. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:623
msgid "This is the recommended mode of operation."
msgstr "これが動作推奨モードです。"
#. type: textblock
-#: debhelper.pod:594
+#: debhelper.pod:625
msgid "Changes from v10 are:"
msgstr "v10 からの変更点:"
#. type: textblock
-#: debhelper.pod:600
+#: debhelper.pod:631
#, fuzzy
#| msgid ""
#| "B<dh_installinit> no longer installs F<service> or F<tmpfile> files, nor "
@@ -1390,7 +1445,7 @@ msgstr ""
"い。"
#. type: textblock
-#: debhelper.pod:606
+#: debhelper.pod:637
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> "
@@ -1399,26 +1454,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:612
+#: debhelper.pod:643
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:618
+#: debhelper.pod:649
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:622
+#: debhelper.pod:653
msgid "The vast majority of all packages will be unaffected by this change."
msgstr ""
#. type: textblock
-#: debhelper.pod:626
+#: debhelper.pod:657
msgid ""
"The B<makefile> buildsystem now passes B<INSTALL=install --strip-"
"program=true> to L<make(1)>. Derivative buildsystems (e.g. B<configure> or "
@@ -1426,28 +1481,28 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:632
+#: debhelper.pod:663
msgid ""
"The B<autoconf> buildsystem now passes B<--runstatedir=/run> to F<./"
"configure>."
msgstr ""
#. type: textblock
-#: debhelper.pod:637
+#: debhelper.pod:668
msgid ""
"The B<cmake> buildsystem now passes B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to "
"L<cmake(1)>."
msgstr ""
#. type: textblock
-#: debhelper.pod:642
+#: debhelper.pod:673
msgid ""
"B<dh_installman> will now prefer detecting the language from the path name "
"rather than the extension."
msgstr ""
#. type: textblock
-#: debhelper.pod:647
+#: debhelper.pod:678
#, fuzzy
#| msgid ""
#| "B<dh> no longer creates the package build directory when skipping running "
@@ -1466,7 +1521,7 @@ msgstr ""
"ドのバグを暴くかもしれません。"
#. type: textblock
-#: debhelper.pod:655
+#: debhelper.pod:686
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 "
@@ -1474,7 +1529,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:659
+#: debhelper.pod:690
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 "
@@ -1482,7 +1537,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:665
+#: debhelper.pod:696
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 "
@@ -1491,14 +1546,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:670
+#: debhelper.pod:701
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:675
+#: debhelper.pod:706
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 "
@@ -1507,7 +1562,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:682
+#: debhelper.pod:713
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 "
@@ -1515,7 +1570,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:687
+#: debhelper.pod:718
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 "
@@ -1524,14 +1579,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:694
+#: debhelper.pod:725
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:699
+#: debhelper.pod:730
msgid ""
"The B<dh_installdocs> and B<dh_installexamples> tools will now attempt to "
"guess the \"main package\" for a given documentation package (e.g. I<pkg-"
@@ -1543,14 +1598,14 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:707
+#: debhelper.pod:738
msgid ""
"The B<--doc-main-package> option can be used when the auto-detection is "
"insufficient."
msgstr ""
#. type: textblock
-#: debhelper.pod:712
+#: debhelper.pod:743
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 "
@@ -1559,33 +1614,33 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:717
+#: debhelper.pod:748
msgid "This change may cause the tools to process more files than previously."
msgstr ""
#. type: =item
-#: debhelper.pod:721
+#: debhelper.pod:752
#, fuzzy
#| msgid "v1"
msgid "v12"
msgstr "v1"
#. type: textblock
-#: debhelper.pod:723
+#: debhelper.pod:754
msgid ""
"This compatibility level is still open for development; use with caution."
msgstr ""
"この互換性レベルは未だ開発中の状態です。使う場合は注意して使ってください。"
#. type: textblock
-#: debhelper.pod:725
+#: debhelper.pod:756
#, fuzzy
#| msgid "Changes from v10 are:"
msgid "Changes from v11 are:"
msgstr "v10 からの変更点:"
#. type: textblock
-#: debhelper.pod:731
+#: debhelper.pod:762
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>) "
@@ -1593,7 +1648,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:735
+#: debhelper.pod:766
msgid ""
"If an unversioned dependency in the shlibs file is wanted, this can be "
"obtained by passing B<-VNone> instead. However, please see "
@@ -1601,7 +1656,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:741
+#: debhelper.pod:772
#, fuzzy
#| msgid "The B<-s> (B<--same-arch>) option is removed."
msgid ""
@@ -1611,7 +1666,7 @@ msgstr "B<-s>, B<--same-arch> オプションは削除されました。"
# TRANS: 実際の warning に合わせて deprecate とする
#. type: textblock
-#: debhelper.pod:745
+#: debhelper.pod:776
msgid ""
"Invoking B<dh_clean -k> now causes an error instead of a deprecation warning."
msgstr ""
@@ -1619,14 +1674,14 @@ msgstr ""
"た。"
#. type: textblock
-#: debhelper.pod:750
+#: debhelper.pod:781
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:755
+#: debhelper.pod:786
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 "
@@ -1635,7 +1690,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:762
+#: debhelper.pod:793
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 "
@@ -1643,7 +1698,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:768
+#: debhelper.pod:799
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 "
@@ -1653,7 +1708,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:776
+#: debhelper.pod:807
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 "
@@ -1661,26 +1716,26 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:782
+#: debhelper.pod:813
msgid "The B<dh_missing> tool will now default to B<--list-missing>."
msgstr ""
#. type: textblock
-#: debhelper.pod:786
+#: debhelper.pod:817
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:791
+#: debhelper.pod:822
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:796
+#: debhelper.pod:827
msgid ""
"The standard sequence in B<dh> now includes B<dh_dwz> and "
"B<dh_installinitramfs> by default. This makes the B<dwz> and "
@@ -1690,7 +1745,7 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:807 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64
+#: debhelper.pod:838 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64
#: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89
#: dh_installinit:200 dh_installinitramfs:53 dh_installman:128
#: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40
@@ -1700,12 +1755,12 @@ msgid "NOTES"
msgstr "付記"
#. type: =head2
-#: debhelper.pod:809
+#: debhelper.pod:840
msgid "Multiple binary package support"
msgstr "複数のバイナリパッケージのサポート"
#. type: textblock
-#: debhelper.pod:811
+#: debhelper.pod:842
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 "
@@ -1724,7 +1779,7 @@ msgstr ""
"indep ターゲットで生成する必要がある為です。"
#. type: textblock
-#: debhelper.pod:819
+#: debhelper.pod:850
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<-"
@@ -1739,7 +1794,7 @@ msgstr ""
"ルに列挙されたすべてのパッケージに対して処理を行います。"
#. type: textblock
-#: debhelper.pod:825
+#: debhelper.pod:856
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, "
@@ -1750,7 +1805,7 @@ msgstr ""
"5.6.8 章>)。"
#. type: textblock
-#: debhelper.pod:829
+#: debhelper.pod:860
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 "
@@ -1763,12 +1818,12 @@ msgstr ""
"ます。"
#. type: =head3
-#: debhelper.pod:834
+#: debhelper.pod:865
msgid "Interaction between package selections and Build-Profiles"
msgstr ""
#. type: textblock
-#: debhelper.pod:836
+#: debhelper.pod:867
msgid ""
"Build-Profiles affect which packages are included in the package selections "
"mechanisms in debhelper. Generally, the package selections are described "
@@ -1778,19 +1833,19 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:844
+#: debhelper.pod:875
msgid "-a/--arch, -i/--indep OR no selection options (a raw \"dh_X\" call)"
msgstr ""
#. type: textblock
-#: debhelper.pod:846
+#: debhelper.pod:877
msgid ""
"The package disabled by Build-Profiles is silently excluded from the "
"selection."
msgstr ""
#. type: textblock
-#: debhelper.pod:849
+#: debhelper.pod:880
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 "
@@ -1798,31 +1853,31 @@ msgid ""
msgstr ""
#. type: =item
-#: debhelper.pod:853
+#: debhelper.pod:884
#, 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:855
+#: debhelper.pod:886
msgid "The option is accepted and effectively does nothing."
msgstr ""
#. type: =item
-#: debhelper.pod:857
+#: debhelper.pod:888
#, 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:859
+#: debhelper.pod:890
msgid "The option is accepted, but debhelper will not act on the package."
msgstr ""
#. type: textblock
-#: debhelper.pod:863
+#: debhelper.pod:894
msgid ""
"Note that it does not matter whether a package is enabled or disabled by "
"default."
@@ -1830,12 +1885,12 @@ msgstr ""
# note: it should be "Debian maintainer scripts"?
#. type: =head2
-#: debhelper.pod:866
+#: debhelper.pod:897
msgid "Automatic generation of Debian install scripts"
msgstr "メンテナスクリプトの自動生成"
#. type: textblock
-#: debhelper.pod:868
+#: debhelper.pod:899
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -1851,7 +1906,7 @@ msgstr ""
"へ置換されます。"
#. type: textblock
-#: debhelper.pod:875
+#: debhelper.pod:906
msgid ""
"If a script does not exist at all and debhelper needs to add something to "
"it, then debhelper will create the complete script."
@@ -1860,7 +1915,7 @@ msgstr ""
"ある場合、debhelper はスクリプトを一式生成します。"
#. type: textblock
-#: debhelper.pod:878
+#: debhelper.pod:909
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -1869,7 +1924,7 @@ msgstr ""
"の自動生成を行わないようにできます (上記参照)。"
#. type: textblock
-#: debhelper.pod:881
+#: debhelper.pod:912
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 "
@@ -1881,7 +1936,7 @@ msgstr ""
"例を挙げます ($1, $2 等は set コマンドにより設定される事に注意):"
#. type: verbatim
-#: debhelper.pod:886
+#: debhelper.pod:917
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1913,12 +1968,12 @@ msgstr ""
"\n"
#. type: =head2
-#: debhelper.pod:899
+#: debhelper.pod:930
msgid "Automatic generation of miscellaneous dependencies."
msgstr "様々な依存関係の自動生成"
#. type: textblock
-#: debhelper.pod:901
+#: debhelper.pod:932
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 "
@@ -1937,7 +1992,7 @@ msgstr ""
"ます。"
#. type: textblock
-#: debhelper.pod:909
+#: debhelper.pod:940
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called B<"
@@ -1951,7 +2006,7 @@ msgstr ""
"ります。"
#. type: textblock
-#: debhelper.pod:914
+#: debhelper.pod:945
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -1964,12 +2019,12 @@ msgstr ""
"は、これらを使わないようにすることも可能です。"
#. type: =head2
-#: debhelper.pod:919
+#: debhelper.pod:950
msgid "Package build directories"
msgstr "パッケージビルドディレクトリ"
#. type: textblock
-#: debhelper.pod:921
+#: debhelper.pod:952
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>."
@@ -1978,7 +2033,7 @@ msgstr ""
"まとめる一時ディレクトリとして debian/I<package> ディレクトリを使用します。"
#. type: textblock
-#: debhelper.pod:924
+#: debhelper.pod:955
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>"
@@ -1997,12 +2052,12 @@ msgstr ""
"ます。"
#. type: =head2
-#: debhelper.pod:932
+#: debhelper.pod:963
msgid "udebs"
msgstr "udeb パッケージについて"
#. type: textblock
-#: debhelper.pod:934
+#: debhelper.pod:965
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>. "
@@ -2019,12 +2074,12 @@ msgstr ""
"いたものです。"
#. type: =head1
-#: debhelper.pod:941
+#: debhelper.pod:972
msgid "ENVIRONMENT"
msgstr "環境変数"
#. type: textblock
-#: debhelper.pod:943
+#: debhelper.pod:974
msgid ""
"The following environment variables can influence the behavior of "
"debhelper. It is important to note that these must be actual environment "
@@ -2039,12 +2094,12 @@ msgstr ""
"す。"
#. type: =item
-#: debhelper.pod:951
+#: debhelper.pod:982
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
#. type: textblock
-#: debhelper.pod:953
+#: debhelper.pod:984
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."
@@ -2054,12 +2109,12 @@ msgstr ""
"ても冗長出力されたビルドログを有効にします。"
#. type: =item
-#: debhelper.pod:956
+#: debhelper.pod:987
msgid "B<DH_QUIET>"
msgstr "B<DH_QUIET>"
#. type: textblock
-#: debhelper.pod:958
+#: debhelper.pod:989
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 "
@@ -2075,12 +2130,12 @@ msgstr ""
"す。"
#. type: =item
-#: debhelper.pod:965
+#: debhelper.pod:996
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
#. type: textblock
-#: debhelper.pod:967
+#: debhelper.pod:998
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
@@ -2089,22 +2144,22 @@ msgstr ""
"のです。こちらを指定すると F<debian/compat> の値を上書きします。"
#. type: =item
-#: debhelper.pod:970
+#: debhelper.pod:1001
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
#. type: textblock
-#: debhelper.pod:972
+#: debhelper.pod:1003
msgid "Set to B<1> to enable no-act mode."
msgstr "B<1> に設定すると、何もしない (no-act) モードになります。"
#. type: =item
-#: debhelper.pod:974
+#: debhelper.pod:1005
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:976
+#: debhelper.pod:1007
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands."
@@ -2113,7 +2168,7 @@ msgstr ""
"うになります。"
#. type: textblock
-#: debhelper.pod:979
+#: debhelper.pod:1010
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."
@@ -2123,12 +2178,12 @@ msgstr ""
"法です。"
#. type: =item
-#: debhelper.pod:982
+#: debhelper.pod:1013
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
#. type: textblock
-#: debhelper.pod:984
+#: debhelper.pod:1015
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 "
@@ -2140,7 +2195,7 @@ msgstr ""
"チするもの全部を B<rm -rf> するようになります。"
#. type: textblock
-#: debhelper.pod:988
+#: debhelper.pod:1019
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 "
@@ -2157,7 +2212,7 @@ msgstr ""
"ようとも効果を発揮するようになります。"
#. type: textblock
-#: debhelper.pod:995
+#: debhelper.pod:1026
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -2166,14 +2221,14 @@ msgstr ""
"コロンで区切ってください。"
#. type: =item
-#: debhelper.pod:998
+#: debhelper.pod:1029
#, fuzzy
#| msgid "B<DH_OPTIONS>"
msgid "B<DH_EXTRA_ADDONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:1000
+#: debhelper.pod:1031
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 "
@@ -2182,7 +2237,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1005
+#: debhelper.pod:1036
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 "
@@ -2191,11 +2246,11 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:1012 debhelper-obsolete-compat.pod:118 dh:1044
+#: debhelper.pod:1043 debhelper-obsolete-compat.pod:118 dh:1044
#: 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:185 dh_compress:236
#: dh_dwz:144 dh_fixperms:162 dh_gconf:101 dh_gencontrol:207 dh_icons:75
-#: dh_install:350 dh_installcatalogs:125 dh_installchangelogs:297
+#: dh_install:350 dh_installcatalogs:125 dh_installchangelogs:300
#: dh_installcron:78 dh_installdeb:266 dh_installdebconf:128 dh_installdirs:128
#: dh_installdocs:444 dh_installemacsen:137 dh_installexamples:175
#: dh_installifupdown:72 dh_installinfo:107 dh_installinit:401
@@ -2210,32 +2265,32 @@ msgid "SEE ALSO"
msgstr "参照"
#. type: =item
-#: debhelper.pod:1016
+#: debhelper.pod:1047
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
#. type: textblock
-#: debhelper.pod:1018
+#: debhelper.pod:1049
msgid "A set of example F<debian/rules> files that use debhelper."
msgstr ""
"debhelper を使うときの F<debian/rules> ファイルの例が格納されています。"
#. type: =item
-#: debhelper.pod:1020
+#: debhelper.pod:1051
msgid "L<http://joeyh.name/code/debhelper/>"
msgstr "L<http://joeyh.name/code/debhelper/>"
#. type: textblock
-#: debhelper.pod:1022
+#: debhelper.pod:1053
msgid "Debhelper web site."
msgstr "Debhelper の Web サイトです。"
#. type: =head1
-#: debhelper.pod:1026 dh:1050 dh_auto_build:59 dh_auto_clean:61
+#: debhelper.pod:1057 dh:1050 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:191 dh_compress:242 dh_dwz:150 dh_fixperms:168
#: dh_gconf:107 dh_gencontrol:213 dh_icons:81 dh_install:356
-#: dh_installcatalogs:131 dh_installchangelogs:303 dh_installcron:84
+#: dh_installcatalogs:131 dh_installchangelogs:306 dh_installcron:84
#: dh_installdeb:272 dh_installdebconf:134 dh_installdirs:134
#: dh_installdocs:450 dh_installemacsen:144 dh_installexamples:181
#: dh_installifupdown:78 dh_installinfo:113 dh_installlogcheck:87
@@ -2249,10 +2304,10 @@ msgid "AUTHOR"
msgstr "作者"
#. type: textblock
-#: debhelper.pod:1028 dh:1052 dh_auto_build:61 dh_auto_clean:63
+#: debhelper.pod:1059 dh:1052 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:193 dh_compress:244 dh_fixperms:170 dh_gencontrol:215
-#: dh_install:358 dh_installchangelogs:305 dh_installcron:86 dh_installdeb:274
+#: dh_install:358 dh_installchangelogs:308 dh_installcron:86 dh_installdeb:274
#: dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452
#: dh_installemacsen:146 dh_installexamples:183 dh_installifupdown:80
#: dh_installinfo:115 dh_installinit:409 dh_installlogrotate:61
@@ -2452,7 +2507,7 @@ msgstr ""
#: dh_auto_configure:60 dh_auto_install:99 dh_auto_test:66 dh_builddeb:184
#: dh_clean:187 dh_compress:238 dh_dwz:146 dh_fixperms:164 dh_gconf:103
#: dh_gencontrol:209 dh_install:352 dh_installcatalogs:127
-#: dh_installchangelogs:299 dh_installcron:80 dh_installdeb:268
+#: dh_installchangelogs:302 dh_installcron:80 dh_installdeb:268
#: dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446
#: dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109
#: dh_installinit:403 dh_installlogcheck:83 dh_installlogrotate:55
@@ -3249,7 +3304,7 @@ msgstr ""
#: dh:1048 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:189 dh_compress:240 dh_dwz:148 dh_fixperms:166 dh_gconf:105
-#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:301
+#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:304
#: dh_installcron:82 dh_installdeb:270 dh_installdebconf:132 dh_installdirs:132
#: dh_installdocs:448 dh_installemacsen:142 dh_installexamples:179
#: dh_installifupdown:76 dh_installinfo:111 dh_installinit:405
@@ -9698,6 +9753,19 @@ msgstr ""
msgid "This compatibility level is open for beta testing; changes may occur."
msgstr "この互換性レベルはベータテスト中です。変更が加わります。"
+#~ msgid ""
+#~ "The syntax of these files is intentionally kept very simple to make them "
+#~ "easy to read, understand, and modify. If you prefer power and complexity, "
+#~ "you can make the file executable, and write a program that outputs "
+#~ "whatever content is appropriate for a given situation. When you do so, "
+#~ "the output is not further processed to expand wildcards or strip comments."
+#~ msgstr ""
+#~ "これらファイルの文法は、読解・修正しやすいよう、意図的にシンプルにしてあり"
+#~ "ます。もし、さらに強力で複雑な事をしたければ、これらのファイルに実行権限を"
+#~ "付与し、状況にあった出力をするプログラムを作成してください。ただし、この場"
+#~ "合の出力結果では、後の処理でワイルドカードは展開されず、コメントも取り除か"
+#~ "れない事に気をつけてください。"
+
#~ msgid "B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir> ...>]"
#~ msgstr "B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir> ...>]"
@@ -9825,9 +9893,6 @@ msgstr "この互換性レベルはベータテスト中です。変更が加わ
#~ msgid "Please consider the following before opting in:"
#~ msgstr "受け入れ前に以下の事柄を検討して下さい:"
-#~ msgid "*"
-#~ msgstr "*"
-
#~ msgid ""
#~ "The automatic upgrade in compatibility level may cause the package (or a "
#~ "feature in it) to stop functioning."
diff --git a/man/po4a/po/pt.po b/man/po4a/po/pt.po
index 6ba40996..daafe180 100644
--- a/man/po4a/po/pt.po
+++ b/man/po4a/po/pt.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: 2018-05-20 20:32+0000\n"
+"POT-Creation-Date: 2018-06-23 17:51+0000\n"
"PO-Revision-Date: 2017-12-06 00:26+0000\n"
"Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
"Language-Team: Portuguese <>\n"
@@ -292,25 +292,74 @@ msgstr ""
#: debhelper.pod:101
msgid ""
"The syntax of these files is intentionally kept very simple to make them "
-"easy to read, understand, and modify. If you prefer power and complexity, "
-"you can make the file executable, and write a program that outputs whatever "
-"content is appropriate for a given situation. When you do so, the output is "
-"not further processed to expand wildcards or strip comments."
-msgstr ""
-"A sintaxe destes ficheiros é mantida propositadamente simples para os tornar "
-"fáceis de ler, perceber, e modificar. Se você preferir o poder e a "
-"complexidade, pode tornar o ficheiro executável, e escrever um programa que "
-"gere um conteúdo apropriado para uma dada situação seja ela qual for. Quando "
-"o fizer, o resultado já não é mais processado para expandir wildcards ou "
-"despojar comentários."
+"easy to read, understand, and modify."
+msgstr ""
+
+#. type: =head2
+#: debhelper.pod:104
+#, fuzzy
+#| msgid "Comments are ignored in debhelper config files."
+msgid "Executable debhelper config files"
+msgstr "Comentários são ignorados nos ficheiros de configuração do debhelper."
+
+#. type: textblock
+#: debhelper.pod:106
+msgid ""
+"If you need additional flexibility, many of the debhelper tools (e.g. "
+"L<dh_install(1)>) support executing a config file as a script."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:109
+msgid ""
+"To use this feature, simply mark the config file as executable (e.g. B<< "
+"chmod +x debian/I<package>.install >>) and the tool will attempt to execute "
+"it and use the output of the script. In many cases, you can use L<dh-"
+"exec(1)> as interpreter of the config file to retain most of the original "
+"syntax while getting the additional flexibility you need."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:117
+msgid ""
+"When using executable debhelper config files, please be aware of the "
+"following:"
+msgstr ""
+
+#. type: =item
+#: debhelper.pod:122 debhelper.pod:127
+msgid "*"
+msgstr "*"
+
+#. type: textblock
+#: debhelper.pod:124
+msgid ""
+"The executable config file B<must> exit with success (i.e. its return code "
+"should indicate success)."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:129
+msgid ""
+"The output will be used exactly as it is. Notably, debhelper will I<not> "
+"expand wildcards or strip comments in the output."
+msgstr ""
+
+#. type: textblock
+#: debhelper.pod:134
+msgid ""
+"If you need the package to build on a file system where you cannot disable "
+"the executable bit, then you can use L<dh-exec(1)> and its B<strip-output> "
+"script."
+msgstr ""
#. type: =head1
-#: debhelper.pod:107
+#: debhelper.pod:138
msgid "SHARED DEBHELPER OPTIONS"
msgstr "OPÇÕES DO DEBHELPER PARTILHADAS"
#. type: textblock
-#: debhelper.pod:109
+#: debhelper.pod:140
msgid ""
"The following command line options are supported by all debhelper programs."
msgstr ""
@@ -318,12 +367,12 @@ msgstr ""
"programas do debhelper."
#. type: =item
-#: debhelper.pod:113
+#: debhelper.pod:144
msgid "B<-v>, B<--verbose>"
msgstr "B<-v>, B<--verbose>"
#. type: textblock
-#: debhelper.pod:115
+#: debhelper.pod:146
msgid ""
"Verbose mode: show all commands that modify the package build directory."
msgstr ""
@@ -331,12 +380,12 @@ msgstr ""
"compilação de pacotes."
#. type: =item
-#: debhelper.pod:117 dh:72
+#: debhelper.pod:148 dh:72
msgid "B<--no-act>"
msgstr "B<--no-act>"
#. type: textblock
-#: debhelper.pod:119
+#: debhelper.pod:150
msgid ""
"Do not really do anything. If used with -v, the result is that the command "
"will output what it would have done."
@@ -345,12 +394,12 @@ msgstr ""
"mostra o que iria fazer."
#. type: =item
-#: debhelper.pod:122
+#: debhelper.pod:153
msgid "B<-a>, B<--arch>"
msgstr "B<-a>, B<--arch>"
#. type: textblock
-#: debhelper.pod:124
+#: debhelper.pod:155
msgid ""
"Act on architecture dependent packages that should be built for the "
"B<DEB_HOST_ARCH> architecture."
@@ -359,22 +408,22 @@ msgstr ""
"arquitectura de compilação B<DEB_HOST_ARCH>."
#. type: =item
-#: debhelper.pod:127
+#: debhelper.pod:158
msgid "B<-i>, B<--indep>"
msgstr "B<-i>, B<--indep>"
#. type: textblock
-#: debhelper.pod:129
+#: debhelper.pod:160
msgid "Act on all architecture independent packages."
msgstr "Actua em todos os pacotes independentes da arquitectura."
#. type: =item
-#: debhelper.pod:131
+#: debhelper.pod:162
msgid "B<-p>I<package>, B<--package=>I<package>"
msgstr "B<-p>I<pacote>, B<--package=>I<pacote>"
#. type: textblock
-#: debhelper.pod:133
+#: debhelper.pod:164
msgid ""
"Act on the package named I<package>. This option may be specified multiple "
"times to make debhelper operate on a given set of packages."
@@ -383,29 +432,29 @@ msgstr ""
"vezes para fazer o debhelper operar num determinado conjunto de pacotes."
#. type: =item
-#: debhelper.pod:136
+#: debhelper.pod:167
msgid "B<-s>, B<--same-arch>"
msgstr "B<-s>, B<--same-arch>"
#. type: textblock
-#: debhelper.pod:138
+#: debhelper.pod:169
msgid "Deprecated alias of B<-a>."
msgstr "Alias descontinuado de B<-a>."
#. type: textblock
-#: debhelper.pod:140 dh_install:77 dh_install:86
+#: debhelper.pod:171 dh_install:77 dh_install:86
#, fuzzy
#| msgid "The option is removed in compat 12."
msgid "This option is removed in compat 12."
msgstr "A opção foi removida no nível de compatibilidade 12."
#. type: =item
-#: debhelper.pod:142
+#: debhelper.pod:173
msgid "B<-N>I<package>, B<--no-package=>I<package>"
msgstr "B<-N>I<pacote>, B<--no-package=>I<pacote>"
#. type: textblock
-#: debhelper.pod:144
+#: debhelper.pod:175
msgid ""
"Do not act on the specified package even if an B<-a>, B<-i>, or B<-p> option "
"lists the package as one that should be acted on."
@@ -414,12 +463,12 @@ msgstr ""
"listarem o pacote como um em que se deverá actuar."
#. type: =item
-#: debhelper.pod:147
+#: debhelper.pod:178
msgid "B<--remaining-packages>"
msgstr "B<--remaining-packages>"
#. type: textblock
-#: debhelper.pod:149
+#: debhelper.pod:180
msgid ""
"Do not act on the packages which have already been acted on by this "
"debhelper command earlier (i.e. if the command is present in the package "
@@ -435,12 +484,12 @@ msgstr ""
"definições predefinidas."
#. type: =item
-#: debhelper.pod:155
+#: debhelper.pod:186
msgid "B<--ignore=>I<file>"
msgstr "B<--ignore=>I<ficheiro>"
#. type: textblock
-#: debhelper.pod:157
+#: debhelper.pod:188
msgid ""
"Ignore the specified file. This can be used if F<debian/> contains a "
"debhelper config file that a debhelper command should not act on. Note that "
@@ -454,7 +503,7 @@ msgstr ""
"ignorar estes ficheiros."
#. type: textblock
-#: debhelper.pod:162
+#: debhelper.pod:193
msgid ""
"For example, if upstream ships a F<debian/init> that you don't want "
"B<dh_installinit> to install, use B<--ignore=debian/init>"
@@ -463,12 +512,12 @@ msgstr ""
"quer que B<dh_installinit> instale, use B<--ignore=debian/init>"
#. type: =item
-#: debhelper.pod:165
+#: debhelper.pod:196
msgid "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
msgstr "B<-P>I<tmpdir>, B<--tmpdir=>I<tmpdir>"
#. type: textblock
-#: debhelper.pod:167
+#: debhelper.pod:198
msgid ""
"Use I<tmpdir> for package build directory. The default is debian/I<package>"
msgstr ""
@@ -476,12 +525,12 @@ msgstr ""
"debian/I<pacote>"
#. type: =item
-#: debhelper.pod:169
+#: debhelper.pod:200
msgid "B<--mainpackage=>I<package>"
msgstr "B<--mainpackage=>I<pacote>"
#. type: textblock
-#: debhelper.pod:171
+#: debhelper.pod:202
msgid ""
"This little-used option changes the package which debhelper considers the "
"\"main package\", that is, the first one listed in F<debian/control>, and "
@@ -494,12 +543,12 @@ msgstr ""
"F<debian/package.foo> usuais."
#. type: =item
-#: debhelper.pod:176
+#: debhelper.pod:207
msgid "B<-O=>I<option>|I<bundle>"
msgstr "B<-O=>I<opção>|I<bundle>"
#. type: textblock
-#: debhelper.pod:178
+#: debhelper.pod:209
msgid ""
"This is used by L<dh(1)> when passing user-specified options to all the "
"commands it runs. If the command supports the specified option or option "
@@ -512,12 +561,12 @@ msgstr ""
"alguma parte do conjunto de opções), será ignorado."
#. type: =head1
-#: debhelper.pod:185
+#: debhelper.pod:216
msgid "COMMON DEBHELPER OPTIONS"
msgstr "OPÇÕES COMUNS DO DEBHELPER"
#. type: textblock
-#: debhelper.pod:187
+#: debhelper.pod:218
msgid ""
"The following command line options are supported by some debhelper "
"programs. See the man page of each program for a complete explanation of "
@@ -528,28 +577,33 @@ msgstr ""
"sobre o que cada opção faz."
#. type: =item
-#: debhelper.pod:193
+#: debhelper.pod:224
msgid "B<-n>"
msgstr "B<-n>"
#. type: textblock
-#: debhelper.pod:195
+#: debhelper.pod:226
msgid "Do not modify F<postinst>, F<postrm>, etc. scripts."
msgstr "Não modifique os scripts F<postinst>, F<postrm>, etc."
#. type: =item
-#: debhelper.pod:197 dh_compress:56 dh_dwz:47 dh_installchangelogs:85
+#: debhelper.pod:228 dh_compress:56 dh_dwz:47 dh_installchangelogs:85
#: dh_installdocs:99 dh_installexamples:77 dh_link:75 dh_makeshlibs:139
#: dh_md5sums:40 dh_shlibdeps:34 dh_strip:42
msgid "B<-X>I<item>, B<--exclude=>I<item>"
msgstr "B<-X>I<item>, B<--exclude=>I<item>"
#. type: textblock
-#: debhelper.pod:199
+#: debhelper.pod:230
+#, fuzzy
+#| msgid ""
+#| "Exclude an item from processing. This option may be used multiple times, "
+#| "to exclude more than one thing. The \\fIitem\\fR is typically part of a "
+#| "filename, and any file containing the specified text will be excluded."
msgid ""
"Exclude an item from processing. This option may be used multiple times, to "
-"exclude more than one thing. The \\fIitem\\fR is typically part of a "
-"filename, and any file containing the specified text will be excluded."
+"exclude more than one thing. The I<item> is typically part of a filename, "
+"and any file containing the specified text will be excluded."
msgstr ""
"Exclui um item do processamento. Esta opção pode ser usada várias vezes, "
"para excluir mais do que uma coisa. O \\fIitem\\fR é tipicamente parte de um "
@@ -557,14 +611,14 @@ msgstr ""
"excluído."
#. type: =item
-#: debhelper.pod:203 dh_bugfiles:57 dh_compress:63 dh_installdirs:46
+#: debhelper.pod:234 dh_bugfiles:57 dh_compress:63 dh_installdirs:46
#: dh_installdocs:94 dh_installexamples:45 dh_installinfo:42 dh_installman:87
#: dh_installwm:52 dh_link:70
msgid "B<-A>, B<--all>"
msgstr "B<-A>, B<--all>"
#. type: textblock
-#: debhelper.pod:205
+#: debhelper.pod:236
msgid ""
"Makes files or other items that are specified on the command line take "
"effect in ALL packages acted on, not just the first."
@@ -574,12 +628,12 @@ msgstr ""
"primeiro."
#. type: =head1
-#: debhelper.pod:210
+#: debhelper.pod:241
msgid "BUILD SYSTEM OPTIONS"
msgstr "OPÇÕES DO SISTEMA DE COMPILAÇÃO"
#. type: textblock
-#: debhelper.pod:212
+#: debhelper.pod:243
msgid ""
"The following command line options are supported by all of the "
"B<dh_auto_>I<*> debhelper programs. These programs support a variety of "
@@ -597,12 +651,12 @@ msgstr ""
"B<dh_auto_>I<*>."
#. type: =item
-#: debhelper.pod:221
+#: debhelper.pod:252
msgid "B<-S>I<buildsystem>, B<--buildsystem=>I<buildsystem>"
msgstr "B<-S>I<sistemacompilação>, B<--buildsystem=>I<sistemacompilação>"
#. type: textblock
-#: debhelper.pod:223
+#: debhelper.pod:254
msgid ""
"Force use of the specified I<buildsystem>, instead of trying to auto-select "
"one which might be applicable for the package."
@@ -611,12 +665,12 @@ msgstr ""
"auto-seleccionar um que pode ser aplicável para o pacote."
#. type: =item
-#: debhelper.pod:226
+#: debhelper.pod:257
msgid "B<-D>I<directory>, B<--sourcedirectory=>I<directory>"
msgstr "B<-D>I<directório>, B<--sourcedirectory=>I<directório>"
#. type: textblock
-#: debhelper.pod:228
+#: debhelper.pod:259
msgid ""
"Assume that the original package source tree is at the specified "
"I<directory> rather than the top level directory of the Debian source "
@@ -627,12 +681,12 @@ msgstr ""
"pacotes fonte de Debian."
#. type: =item
-#: debhelper.pod:232
+#: debhelper.pod:263
msgid "B<-B>[I<directory>], B<--builddirectory=>[I<directory>]"
msgstr "B<-B>[I<directório>], B<--builddirectory=>[I<directório>]"
#. type: textblock
-#: debhelper.pod:234
+#: debhelper.pod:265
msgid ""
"Enable out of source building and use the specified I<directory> as the "
"build directory. If I<directory> parameter is omitted, a default build "
@@ -643,7 +697,7 @@ msgstr ""
"escolhido o directório de compilação predefinido."
#. type: textblock
-#: debhelper.pod:238
+#: debhelper.pod:269
msgid ""
"If this option is not specified, building will be done in source by default "
"unless the build system requires or prefers out of source tree building. In "
@@ -656,7 +710,7 @@ msgstr ""
"compilação predefinido mesmo se B<--builddirectory> não seja especificado."
#. type: textblock
-#: debhelper.pod:243
+#: debhelper.pod:274
msgid ""
"If the build system prefers out of source tree building but still allows in "
"source building, the latter can be re-enabled by passing a build directory "
@@ -668,12 +722,12 @@ msgstr ""
"o directório fonte."
#. type: =item
-#: debhelper.pod:247
+#: debhelper.pod:278
msgid "B<--parallel>, B<--no-parallel>"
msgstr "B<--parallel>, B<--no-parallel>"
#. type: textblock
-#: debhelper.pod:249
+#: debhelper.pod:280
msgid ""
"Control whether parallel builds should be used if underlying build system "
"supports them. The number of parallel jobs is controlled by the "
@@ -687,7 +741,7 @@ msgstr ""
"sistema de compilação."
#. type: textblock
-#: debhelper.pod:255
+#: debhelper.pod:286
msgid ""
"If neither option is specified, debhelper currently defaults to B<--"
"parallel> in compat 10 (or later) and B<--no-parallel> otherwise."
@@ -697,7 +751,7 @@ msgstr ""
"no-parallel> em caso contrário."
#. type: textblock
-#: debhelper.pod:258
+#: debhelper.pod:289
msgid ""
"As an optimization, B<dh> will try to avoid passing these options to "
"subprocesses, if they are unnecessary and the only options passed. Notably "
@@ -710,12 +764,12 @@ msgstr ""
"I<parallel> (ou o seu valor é 1)."
#. type: =item
-#: debhelper.pod:263
+#: debhelper.pod:294
msgid "B<--max-parallel=>I<maximum>"
msgstr "B<--max-parallel=>I<máximo>"
#. type: textblock
-#: debhelper.pod:265
+#: debhelper.pod:296
msgid ""
"This option implies B<--parallel> and allows further limiting the number of "
"jobs that can be used in a parallel build. If the package build is known to "
@@ -729,7 +783,7 @@ msgstr ""
"deseje suportar."
#. type: textblock
-#: debhelper.pod:270
+#: debhelper.pod:301
msgid ""
"Notably, setting the maximum to 1 is effectively the same as using B<--no-"
"parallel>."
@@ -738,12 +792,12 @@ msgstr ""
"no-parallel>."
#. type: =item
-#: debhelper.pod:273 dh:64
+#: debhelper.pod:304 dh:64
msgid "B<--list>, B<-l>"
msgstr "B<--list>, B<-l>"
#. type: textblock
-#: debhelper.pod:275
+#: debhelper.pod:306
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 "
@@ -757,12 +811,12 @@ msgstr ""
"a opção B<--buildsystem>."
#. type: =head1
-#: debhelper.pod:282
+#: debhelper.pod:313
msgid "COMPATIBILITY LEVELS"
msgstr "NÍVEIS DE COMPATIBILIDADE"
#. type: textblock
-#: debhelper.pod:284
+#: debhelper.pod:315
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 "
@@ -783,7 +837,7 @@ msgstr ""
"ficheiro tem de estar presente."
#. type: textblock
-#: debhelper.pod:292
+#: debhelper.pod:323
msgid ""
"Tell debhelper what compatibility level to use by writing a number to "
"F<debian/compat>. For example, to use v#RECOMMENDED_COMPAT# mode:"
@@ -793,7 +847,7 @@ msgstr ""
"v#RECOMMENDED_COMPAT#:"
#. type: verbatim
-#: debhelper.pod:295
+#: debhelper.pod:326
#, no-wrap
msgid ""
" % echo #RECOMMENDED_COMPAT# > debian/compat\n"
@@ -803,7 +857,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:297
+#: debhelper.pod:328
msgid ""
"Your package will also need a versioned build dependency on a version of "
"debhelper equal to (or greater than) the compatibility level your package "
@@ -816,7 +870,7 @@ msgstr ""
"#RECOMMENDED_COMPAT#, certifique-se que debian/control tem:"
#. type: verbatim
-#: debhelper.pod:301
+#: debhelper.pod:332
#, fuzzy, no-wrap
#| msgid ""
#| " Build-Depends: debhelper (>= #RECOMMENDED_COMPAT#)\n"
@@ -829,7 +883,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:303
+#: debhelper.pod:334
msgid ""
"Unless otherwise indicated, all debhelper documentation assumes that you are "
"using the most recent compatibility level, and in most cases does not "
@@ -845,27 +899,27 @@ msgstr ""
"notas acerca do que é diferente nos níveis de compatibilidade anteriores."
#. type: =head2
-#: debhelper.pod:310
+#: debhelper.pod:341
msgid "Supported compatibility levels"
msgstr "Níveis de compatibilidade suportados"
#. type: textblock
-#: debhelper.pod:312
+#: debhelper.pod:343
msgid "These are the available compatibility levels:"
msgstr "Estes são os níveis de compatibilidade disponíveis:"
#. type: =item
-#: debhelper.pod:316 debhelper-obsolete-compat.pod:89
+#: debhelper.pod:347 debhelper-obsolete-compat.pod:89
msgid "v5"
msgstr "v5"
#. type: textblock
-#: debhelper.pod:318 debhelper-obsolete-compat.pod:91
+#: debhelper.pod:349 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:320
+#: debhelper.pod:351
msgid ""
"If you are upgrading from an earlier compatibility level, please review "
"L<debhelper-obsolete-compat(7)>."
@@ -874,39 +928,39 @@ msgstr ""
"por favor reveja L<debhelper-obsolete-compat(7)>."
#. type: textblock
-#: debhelper.pod:323 debhelper.pod:355 debhelper.pod:385 debhelper.pod:416
+#: debhelper.pod:354 debhelper.pod:386 debhelper.pod:416 debhelper.pod:447
#: 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:325
+#: debhelper.pod:356
msgid "v6"
msgstr "v6"
#. type: textblock
-#: debhelper.pod:327
+#: debhelper.pod:358
msgid "Changes from v5 are:"
msgstr "As alterações a partir de v5 são:"
#. type: =item
-#: debhelper.pod:331 debhelper.pod:336 debhelper.pod:342 debhelper.pod:348
-#: debhelper.pod:363 debhelper.pod:370 debhelper.pod:374 debhelper.pod:378
-#: debhelper.pod:393 debhelper.pod:397 debhelper.pod:405 debhelper.pod:410
-#: debhelper.pod:424 debhelper.pod:429 debhelper.pod:436 debhelper.pod:441
-#: debhelper.pod:446 debhelper.pod:454 debhelper.pod:460 debhelper.pod:465
-#: debhelper.pod:470 debhelper.pod:483 debhelper.pod:488 debhelper.pod:494
-#: debhelper.pod:501 debhelper.pod:507 debhelper.pod:512 debhelper.pod:518
-#: debhelper.pod:524 debhelper.pod:534 debhelper.pod:540 debhelper.pod:563
-#: debhelper.pod:570 debhelper.pod:576 debhelper.pod:582 debhelper.pod:598
-#: debhelper.pod:604 debhelper.pod:616 debhelper.pod:624 debhelper.pod:630
-#: debhelper.pod:635 debhelper.pod:640 debhelper.pod:645 debhelper.pod:653
-#: debhelper.pod:663 debhelper.pod:673 debhelper.pod:680 debhelper.pod:692
-#: debhelper.pod:697 debhelper.pod:710 debhelper.pod:729 debhelper.pod:739
-#: debhelper.pod:743 debhelper.pod:748 debhelper.pod:753 debhelper.pod:760
-#: debhelper.pod:766 debhelper.pod:774 debhelper.pod:780 debhelper.pod:784
-#: debhelper.pod:789 debhelper.pod:794 debhelper-obsolete-compat.pod:43
+#: debhelper.pod:362 debhelper.pod:367 debhelper.pod:373 debhelper.pod:379
+#: debhelper.pod:394 debhelper.pod:401 debhelper.pod:405 debhelper.pod:409
+#: debhelper.pod:424 debhelper.pod:428 debhelper.pod:436 debhelper.pod:441
+#: debhelper.pod:455 debhelper.pod:460 debhelper.pod:467 debhelper.pod:472
+#: debhelper.pod:477 debhelper.pod:485 debhelper.pod:491 debhelper.pod:496
+#: debhelper.pod:501 debhelper.pod:514 debhelper.pod:519 debhelper.pod:525
+#: debhelper.pod:532 debhelper.pod:538 debhelper.pod:543 debhelper.pod:549
+#: debhelper.pod:555 debhelper.pod:565 debhelper.pod:571 debhelper.pod:594
+#: debhelper.pod:601 debhelper.pod:607 debhelper.pod:613 debhelper.pod:629
+#: debhelper.pod:635 debhelper.pod:647 debhelper.pod:655 debhelper.pod:661
+#: debhelper.pod:666 debhelper.pod:671 debhelper.pod:676 debhelper.pod:684
+#: debhelper.pod:694 debhelper.pod:704 debhelper.pod:711 debhelper.pod:723
+#: debhelper.pod:728 debhelper.pod:741 debhelper.pod:760 debhelper.pod:770
+#: debhelper.pod:774 debhelper.pod:779 debhelper.pod:784 debhelper.pod:791
+#: debhelper.pod:797 debhelper.pod:805 debhelper.pod:811 debhelper.pod:815
+#: debhelper.pod:820 debhelper.pod:825 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
@@ -917,7 +971,7 @@ msgid "-"
msgstr "-"
#. type: textblock
-#: debhelper.pod:333
+#: debhelper.pod:364
msgid ""
"Commands that generate maintainer script fragments will order the fragments "
"in reverse order for the F<prerm> and F<postrm> scripts."
@@ -926,7 +980,7 @@ msgstr ""
"fragmentos em ordem reversa para os scripts F<prerm> e F<postrm>."
#. type: textblock
-#: debhelper.pod:338
+#: debhelper.pod:369
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 "
@@ -937,7 +991,7 @@ msgstr ""
"compilação do pacote."
#. type: textblock
-#: debhelper.pod:344
+#: debhelper.pod:375
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 "
@@ -948,7 +1002,7 @@ msgstr ""
"como B<CVS:.svn:.git>. Mas agora fá-lo."
#. type: textblock
-#: debhelper.pod:350
+#: debhelper.pod:381
msgid ""
"B<dh_installman> allows overwriting existing man pages in the package build "
"directory. In previous compatibility levels it silently refuses to do this."
@@ -958,17 +1012,17 @@ msgstr ""
"se em silêncio a fazer isto."
#. type: =item
-#: debhelper.pod:357
+#: debhelper.pod:388
msgid "v7"
msgstr "v7"
#. type: textblock
-#: debhelper.pod:359
+#: debhelper.pod:390
msgid "Changes from v6 are:"
msgstr "As alterações a partir de v6 são:"
#. type: textblock
-#: debhelper.pod:365
+#: debhelper.pod:396
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 "
@@ -983,17 +1037,17 @@ msgstr ""
"nenhuns parâmetros especiais."
#. type: textblock
-#: debhelper.pod:372
+#: debhelper.pod:403
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:376
+#: debhelper.pod:407
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:380
+#: debhelper.pod:411
msgid ""
"B<dh_installchangelogs> will guess at what file is the upstream changelog if "
"none is specified."
@@ -1002,17 +1056,17 @@ msgstr ""
"alterações da origem se nenhum for especificado."
#. type: =item
-#: debhelper.pod:387
+#: debhelper.pod:418
msgid "v8"
msgstr "v8"
#. type: textblock
-#: debhelper.pod:389
+#: debhelper.pod:420
msgid "Changes from v7 are:"
msgstr "As alterações a partir de v7 são:"
#. type: textblock
-#: debhelper.pod:395
+#: debhelper.pod:426
msgid ""
"Commands will fail rather than warning when they are passed unknown options."
msgstr ""
@@ -1020,7 +1074,7 @@ msgstr ""
"opções desconhecidas."
#. type: textblock
-#: debhelper.pod:399
+#: debhelper.pod:430
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. "
@@ -1036,7 +1090,7 @@ msgstr ""
"pacotes falhem a compilar."
#. type: textblock
-#: debhelper.pod:407
+#: debhelper.pod:438
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 $@>"
@@ -1047,7 +1101,7 @@ msgstr ""
"--foo>\", e não \"B<dh --foo $@>"
#. type: textblock
-#: debhelper.pod:412
+#: debhelper.pod:443
msgid ""
"B<dh_auto_>I<*> prefer to use Perl's B<Module::Build> in preference to "
"F<Makefile.PL>."
@@ -1056,17 +1110,17 @@ msgstr ""
"F<Makefile.PL>."
#. type: =item
-#: debhelper.pod:418
+#: debhelper.pod:449
msgid "v9"
msgstr "v9"
#. type: textblock
-#: debhelper.pod:420
+#: debhelper.pod:451
msgid "Changes from v8 are:"
msgstr "As alterações a partir de v8 são:"
#. type: textblock
-#: debhelper.pod:426
+#: debhelper.pod:457
msgid ""
"Multiarch support. In particular, B<dh_auto_configure> passes multiarch "
"directories to autoconf in --libdir and --libexecdir."
@@ -1075,7 +1129,7 @@ msgstr ""
"directórios de multi-arquitectura ao autoconf em --libdir e --libexecdir."
#. type: textblock
-#: debhelper.pod:431
+#: debhelper.pod:462
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 "
@@ -1089,7 +1143,7 @@ msgstr ""
"explícitas em outras metas."
#. type: textblock
-#: debhelper.pod:438
+#: debhelper.pod:469
msgid ""
"B<dh_strip> compresses debugging symbol files to reduce the installed size "
"of -dbg packages."
@@ -1098,7 +1152,7 @@ msgstr ""
"tamanho instalado dos pacotes -dbg."
#. type: textblock
-#: debhelper.pod:443
+#: debhelper.pod:474
msgid ""
"B<dh_auto_configure> does not include the source package name in --"
"libexecdir when using autoconf."
@@ -1107,12 +1161,12 @@ msgstr ""
"quando usa autoconf."
#. type: textblock
-#: debhelper.pod:448
+#: debhelper.pod:479
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:450
+#: debhelper.pod:481
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 "
@@ -1123,7 +1177,7 @@ msgstr ""
"on independentemente do nível de compatibilidade)"
#. type: textblock
-#: debhelper.pod:456
+#: debhelper.pod:487
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."
@@ -1133,7 +1187,7 @@ msgstr ""
"definidas."
#. type: textblock
-#: debhelper.pod:462
+#: debhelper.pod:493
msgid ""
"B<dh_auto_configure> passes B<dpkg-buildflags> CFLAGS, CPPFLAGS, and LDFLAGS "
"to perl F<Makefile.PL> and F<Build.PL>"
@@ -1142,7 +1196,7 @@ msgstr ""
"para F<Makefile.PL> e F<Build.PL> de perl."
#. type: textblock
-#: debhelper.pod:467
+#: debhelper.pod:498
msgid ""
"B<dh_strip> puts separated debug symbols in a location based on their build-"
"id."
@@ -1151,7 +1205,7 @@ msgstr ""
"seu build-id."
#. type: textblock
-#: debhelper.pod:472
+#: debhelper.pod:503
msgid ""
"Executable debhelper config files are run and their output used as the "
"configuration."
@@ -1160,17 +1214,17 @@ msgstr ""
"resultados usados como configuração."
#. type: =item
-#: debhelper.pod:477
+#: debhelper.pod:508
msgid "v10"
msgstr "v10"
#. type: textblock
-#: debhelper.pod:479
+#: debhelper.pod:510
msgid "Changes from v9 are:"
msgstr "As alterações a partir de v9 são:"
#. type: textblock
-#: debhelper.pod:485
+#: debhelper.pod:516
msgid ""
"B<dh_installinit> will no longer install a file named debian/I<package> as "
"an init script."
@@ -1179,7 +1233,7 @@ msgstr ""
"como um script de iniciação (init)."
#. type: textblock
-#: debhelper.pod:490
+#: debhelper.pod:521
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 "
@@ -1190,7 +1244,7 @@ msgstr ""
"binNMUs."
#. type: textblock
-#: debhelper.pod:496
+#: debhelper.pod:527
msgid ""
"B<dh> no longer creates the package build directory when skipping running "
"debhelper commands. This will not affect packages that only build with "
@@ -1203,7 +1257,7 @@ msgstr ""
"incluídos no debhelper."
#. type: textblock
-#: debhelper.pod:503
+#: debhelper.pod:534
msgid ""
"B<dh_installdeb> no longer installs a maintainer-provided debian/I<package>."
"shlibs file. This is now done by B<dh_makeshlibs> instead."
@@ -1213,7 +1267,7 @@ msgstr ""
"B<dh_makeshlibs>."
#. type: textblock
-#: debhelper.pod:509
+#: debhelper.pod:540
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)."
@@ -1223,7 +1277,7 @@ msgstr ""
"window-manager)."
#. type: textblock
-#: debhelper.pod:514
+#: debhelper.pod:545
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 "
@@ -1234,7 +1288,7 @@ msgstr ""
"usando B<--no-parallel> ou passando B<--max-parallel> com o valor de 1."
#. type: textblock
-#: debhelper.pod:520
+#: debhelper.pod:551
msgid ""
"The B<dh> command will not accept any of the deprecated \"manual sequence "
"control\" parameters (B<--before>, B<--after>, etc.). Please use override "
@@ -1245,7 +1299,7 @@ msgstr ""
"utilize metas de sobreposição em vez destes."
#. type: textblock
-#: debhelper.pod:526
+#: debhelper.pod:557
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 "
@@ -1256,12 +1310,12 @@ msgstr ""
"a sequência de \"compilação\" e salta-a se já o fez."
#. type: textblock
-#: debhelper.pod:530
+#: debhelper.pod:561
msgid "The main effects of this are:"
msgstr "Os principais efeitos disto são:"
#. type: textblock
-#: debhelper.pod:536
+#: debhelper.pod:567
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 "
@@ -1272,7 +1326,7 @@ msgstr ""
"fazer um ciclo de \"limpar e recompilar\" completo."
#. type: textblock
-#: debhelper.pod:542
+#: debhelper.pod:573
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 "
@@ -1284,12 +1338,12 @@ msgstr ""
"funcionar como dantes."
#. type: textblock
-#: debhelper.pod:547
+#: debhelper.pod:578
msgid "Example of where it can go wrong:"
msgstr "Exemplo de onde pode falhar:"
#. type: verbatim
-#: debhelper.pod:549
+#: debhelper.pod:580
#, no-wrap
msgid ""
" override_dh_foo:\n"
@@ -1301,7 +1355,7 @@ msgstr ""
"\n"
#. type: verbatim
-#: debhelper.pod:552
+#: debhelper.pod:583
#, no-wrap
msgid ""
" override_dh_bar:\n"
@@ -1315,7 +1369,7 @@ msgstr ""
"\n"
#. type: textblock
-#: debhelper.pod:556
+#: debhelper.pod:587
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 "
@@ -1327,7 +1381,7 @@ msgstr ""
"B<-a>, B<-i>, etc."
#. type: textblock
-#: debhelper.pod:565
+#: debhelper.pod:596
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 "
@@ -1340,7 +1394,7 @@ msgstr ""
"de shell\" incompleto (ex. ao mencionar nomes de ficheiros)."
#. type: textblock
-#: debhelper.pod:572
+#: debhelper.pod:603
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-"
@@ -1351,7 +1405,7 @@ msgstr ""
"B<--no-restart-after-upgrade>."
#. type: textblock
-#: debhelper.pod:578
+#: debhelper.pod:609
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"
@@ -1361,7 +1415,7 @@ msgstr ""
"determinado pacote"
#. type: textblock
-#: debhelper.pod:584
+#: debhelper.pod:615
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."
@@ -1371,22 +1425,22 @@ msgstr ""
"pacote."
#. type: =item
-#: debhelper.pod:590
+#: debhelper.pod:621
msgid "v11"
msgstr "v11"
#. type: textblock
-#: debhelper.pod:592
+#: debhelper.pod:623
msgid "This is the recommended mode of operation."
msgstr "Este é o modo de operação recomendado."
#. type: textblock
-#: debhelper.pod:594
+#: debhelper.pod:625
msgid "Changes from v10 are:"
msgstr "As alterações a partir de v10 são:"
#. type: textblock
-#: debhelper.pod:600
+#: debhelper.pod:631
msgid ""
"B<dh_installinit> no longer installs F<service> or F<tmpfile> files, nor "
"generates maintainer scripts for those files. Please use the new "
@@ -1397,7 +1451,7 @@ msgstr ""
"ajudante B<dh_installsystemd>"
#. type: textblock
-#: debhelper.pod:606
+#: debhelper.pod:637
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> "
@@ -1411,7 +1465,7 @@ msgstr ""
"sobreposição vazio."
#. type: textblock
-#: debhelper.pod:612
+#: debhelper.pod:643
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)."
@@ -1421,7 +1475,7 @@ msgstr ""
"name>)."
#. type: textblock
-#: debhelper.pod:618
+#: debhelper.pod:649
msgid ""
"B<dh_installdirs> no longer creates debian/I<package> directories unless "
"explicitly requested (or it has to create a subdirectory in it)."
@@ -1430,12 +1484,12 @@ msgstr ""
"seja explicitamente pedido (ou se tiver de criar um sub-directório nele)."
#. type: textblock
-#: debhelper.pod:622
+#: debhelper.pod:653
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:626
+#: debhelper.pod:657
msgid ""
"The B<makefile> buildsystem now passes B<INSTALL=install --strip-"
"program=true> to L<make(1)>. Derivative buildsystems (e.g. B<configure> or "
@@ -1446,7 +1500,7 @@ msgstr ""
"B<configure> ou B<cmake>) não são afectados por esta alteração."
#. type: textblock
-#: debhelper.pod:632
+#: debhelper.pod:663
msgid ""
"The B<autoconf> buildsystem now passes B<--runstatedir=/run> to F<./"
"configure>."
@@ -1455,7 +1509,7 @@ msgstr ""
"F<./configure>."
#. type: textblock
-#: debhelper.pod:637
+#: debhelper.pod:668
msgid ""
"The B<cmake> buildsystem now passes B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to "
"L<cmake(1)>."
@@ -1464,7 +1518,7 @@ msgstr ""
"run> para L<cmake(1)>."
#. type: textblock
-#: debhelper.pod:642
+#: debhelper.pod:673
msgid ""
"B<dh_installman> will now prefer detecting the language from the path name "
"rather than the extension."
@@ -1473,7 +1527,7 @@ msgstr ""
"caminho em vez de a extensão."
#. type: textblock
-#: debhelper.pod:647
+#: debhelper.pod:678
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. "
@@ -1487,7 +1541,7 @@ msgstr ""
"debhelper."
#. type: textblock
-#: debhelper.pod:655
+#: debhelper.pod:686
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 "
@@ -1498,7 +1552,7 @@ msgstr ""
"não coincida com nada ou faça referência a um caminho que não exista."
#. type: textblock
-#: debhelper.pod:659
+#: debhelper.pod:690
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 "
@@ -1509,7 +1563,7 @@ msgstr ""
"os padrões são usados para especificar documentação."
#. type: textblock
-#: debhelper.pod:665
+#: debhelper.pod:696
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 "
@@ -1522,14 +1576,14 @@ msgstr ""
"fall back) a F<debian/tmp> como B<dh_install>."
#. type: textblock
-#: debhelper.pod:670
+#: debhelper.pod:701
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:675
+#: debhelper.pod:706
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 "
@@ -1542,7 +1596,7 @@ msgstr ""
"PERL5LIB=.> no seu ficheiro debian/rules (ou semelhante)."
#. type: textblock
-#: debhelper.pod:682
+#: debhelper.pod:713
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 "
@@ -1554,7 +1608,7 @@ msgstr ""
"tempo."
#. type: textblock
-#: debhelper.pod:687
+#: debhelper.pod:718
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 "
@@ -1567,7 +1621,7 @@ msgstr ""
"retroactivamente dos níveis de compatibilidade existentes."
#. type: textblock
-#: debhelper.pod:694
+#: debhelper.pod:725
msgid ""
"The B<dh_makeshlibs> helper will now exit with an error if objdump returns a "
"non-zero exit from analysing a given file."
@@ -1576,7 +1630,7 @@ msgstr ""
"uma saída não-zero a partir da análise de um determinado ficheiro."
#. type: textblock
-#: debhelper.pod:699
+#: debhelper.pod:730
msgid ""
"The B<dh_installdocs> and B<dh_installexamples> tools will now attempt to "
"guess the \"main package\" for a given documentation package (e.g. I<pkg-"
@@ -1595,7 +1649,7 @@ msgstr ""
"notáveis incluem o ficheiro de copyright e os ficheiros changelog."
#. type: textblock
-#: debhelper.pod:707
+#: debhelper.pod:738
msgid ""
"The B<--doc-main-package> option can be used when the auto-detection is "
"insufficient."
@@ -1604,7 +1658,7 @@ msgstr ""
"insuficiente."
#. type: textblock
-#: debhelper.pod:712
+#: debhelper.pod:743
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 "
@@ -1617,19 +1671,19 @@ msgstr ""
"ficheiro é um objecto partilhado ou um executável ELF."
#. type: textblock
-#: debhelper.pod:717
+#: debhelper.pod:748
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:721
+#: debhelper.pod:752
msgid "v12"
msgstr "v12"
#. type: textblock
-#: debhelper.pod:723
+#: debhelper.pod:754
msgid ""
"This compatibility level is still open for development; use with caution."
msgstr ""
@@ -1637,12 +1691,12 @@ msgstr ""
"cuidado."
#. type: textblock
-#: debhelper.pod:725
+#: debhelper.pod:756
msgid "Changes from v11 are:"
msgstr "As alterações a partir de v11 são:"
#. type: textblock
-#: debhelper.pod:731
+#: debhelper.pod:762
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>) "
@@ -1650,7 +1704,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:735
+#: debhelper.pod:766
msgid ""
"If an unversioned dependency in the shlibs file is wanted, this can be "
"obtained by passing B<-VNone> instead. However, please see "
@@ -1658,7 +1712,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:741
+#: debhelper.pod:772
msgid ""
"The B<-s> (B<--same-arch>) option is removed. Please use B<-a> (B<--arch>) "
"instead."
@@ -1667,7 +1721,7 @@ msgstr ""
"em vez desta."
#. type: textblock
-#: debhelper.pod:745
+#: debhelper.pod:776
msgid ""
"Invoking B<dh_clean -k> now causes an error instead of a deprecation warning."
msgstr ""
@@ -1675,7 +1729,7 @@ msgstr ""
"descontinuação."
#. type: textblock
-#: debhelper.pod:750
+#: debhelper.pod:781
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>"
@@ -1684,7 +1738,7 @@ msgstr ""
"favor use o novo nome B<--no-stop-on-upgrade>"
#. type: textblock
-#: debhelper.pod:755
+#: debhelper.pod:786
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 "
@@ -1698,7 +1752,7 @@ msgstr ""
"encontrado\"."
#. type: textblock
-#: debhelper.pod:762
+#: debhelper.pod:793
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 "
@@ -1709,7 +1763,7 @@ msgstr ""
"também ver os ficheiros instalados por outros ajudantes."
#. type: textblock
-#: debhelper.pod:768
+#: debhelper.pod:799
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 "
@@ -1724,7 +1778,7 @@ msgstr ""
"configuração empacotados em versões anteriores do pacote (caso existam)."
#. type: textblock
-#: debhelper.pod:776
+#: debhelper.pod:807
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 "
@@ -1735,26 +1789,26 @@ msgstr ""
"parecerem ser inválidos."
#. type: textblock
-#: debhelper.pod:782
+#: debhelper.pod:813
msgid "The B<dh_missing> tool will now default to B<--list-missing>."
msgstr ""
#. type: textblock
-#: debhelper.pod:786
+#: debhelper.pod:817
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:791
+#: debhelper.pod:822
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:796
+#: debhelper.pod:827
msgid ""
"The standard sequence in B<dh> now includes B<dh_dwz> and "
"B<dh_installinitramfs> by default. This makes the B<dwz> and "
@@ -1764,7 +1818,7 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:807 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64
+#: debhelper.pod:838 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64
#: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89
#: dh_installinit:200 dh_installinitramfs:53 dh_installman:128
#: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40
@@ -1774,12 +1828,12 @@ msgid "NOTES"
msgstr "NOTAS"
#. type: =head2
-#: debhelper.pod:809
+#: debhelper.pod:840
msgid "Multiple binary package support"
msgstr "Suporte a pacotes de múltiplos binários"
#. type: textblock
-#: debhelper.pod:811
+#: debhelper.pod:842
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 "
@@ -1798,7 +1852,7 @@ msgstr ""
"independentes de arquitectura na meta F<debian/rules> binary-indep."
#. type: textblock
-#: debhelper.pod:819
+#: debhelper.pod:850
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<-"
@@ -1814,7 +1868,7 @@ msgstr ""
"excepções em baixo."
#. type: textblock
-#: debhelper.pod:825
+#: debhelper.pod:856
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, "
@@ -1825,7 +1879,7 @@ msgstr ""
"Policy, secção 5.6.8>)."
#. type: textblock
-#: debhelper.pod:829
+#: debhelper.pod:860
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 "
@@ -1838,12 +1892,12 @@ msgstr ""
"política proposta em L<https://wiki.debian.org/BuildProfileSpec>."
#. type: =head3
-#: debhelper.pod:834
+#: debhelper.pod:865
msgid "Interaction between package selections and Build-Profiles"
msgstr "Interacção entre selecções de pacotes e Build-Profiles"
#. type: textblock
-#: debhelper.pod:836
+#: debhelper.pod:867
msgid ""
"Build-Profiles affect which packages are included in the package selections "
"mechanisms in debhelper. Generally, the package selections are described "
@@ -1858,14 +1912,14 @@ msgstr ""
"devido a Build-Profiles activos (ou a falta de Build-Profiles activos)."
#. type: =item
-#: debhelper.pod:844
+#: debhelper.pod:875
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:846
+#: debhelper.pod:877
msgid ""
"The package disabled by Build-Profiles is silently excluded from the "
"selection."
@@ -1873,7 +1927,7 @@ msgstr ""
"O pacote desactivado por Build-Profiles é excluído em silêncio da selecção."
#. type: textblock
-#: debhelper.pod:849
+#: debhelper.pod:880
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 "
@@ -1884,27 +1938,27 @@ msgstr ""
"sentido sequer fazer a compilação."
#. type: =item
-#: debhelper.pod:853
+#: debhelper.pod:884
msgid "-N I<package> / --no-package I<package>"
msgstr "-N I<package> / --no-package I<package>"
#. type: textblock
-#: debhelper.pod:855
+#: debhelper.pod:886
msgid "The option is accepted and effectively does nothing."
msgstr "A opção é aceite e efectivamente não faz nada."
#. type: =item
-#: debhelper.pod:857
+#: debhelper.pod:888
msgid "-p I<package> / --package I<package>"
msgstr "-p I<package> / --package I<package>"
#. type: textblock
-#: debhelper.pod:859
+#: debhelper.pod:890
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:863
+#: debhelper.pod:894
msgid ""
"Note that it does not matter whether a package is enabled or disabled by "
"default."
@@ -1913,12 +1967,12 @@ msgstr ""
"predefinição."
#. type: =head2
-#: debhelper.pod:866
+#: debhelper.pod:897
msgid "Automatic generation of Debian install scripts"
msgstr "Geração automática de scripts de instalação Debian"
#. type: textblock
-#: debhelper.pod:868
+#: debhelper.pod:899
msgid ""
"Some debhelper commands will automatically generate parts of Debian "
"maintainer scripts. If you want these automatically generated things "
@@ -1935,7 +1989,7 @@ msgstr ""
"auto-gerado quando você correr o B<dh_installdeb>."
#. type: textblock
-#: debhelper.pod:875
+#: debhelper.pod:906
msgid ""
"If a script does not exist at all and debhelper needs to add something to "
"it, then debhelper will create the complete script."
@@ -1944,7 +1998,7 @@ msgstr ""
"então o debhelper irá criar o script completo."
#. type: textblock
-#: debhelper.pod:878
+#: debhelper.pod:909
msgid ""
"All debhelper commands that automatically generate code in this way let it "
"be disabled by the -n parameter (see above)."
@@ -1953,7 +2007,7 @@ msgstr ""
"permitem que o seja desactivado pelo parâmetro -n (ver em cima)."
#. type: textblock
-#: debhelper.pod:881
+#: debhelper.pod:912
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 "
@@ -1966,7 +2020,7 @@ msgstr ""
"definidos com o comando \"set\"):"
#. type: verbatim
-#: debhelper.pod:886
+#: debhelper.pod:917
#, no-wrap
msgid ""
" my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n"
@@ -1998,12 +2052,12 @@ msgstr ""
"\n"
#. type: =head2
-#: debhelper.pod:899
+#: debhelper.pod:930
msgid "Automatic generation of miscellaneous dependencies."
msgstr "Geração automática de dependências variadas."
#. type: textblock
-#: debhelper.pod:901
+#: debhelper.pod:932
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 "
@@ -2022,7 +2076,7 @@ msgstr ""
"debhelper oferece um modo de automatizar isto."
#. type: textblock
-#: debhelper.pod:909
+#: debhelper.pod:940
msgid ""
"All commands of this type, besides documenting what dependencies may be "
"needed on their man pages, will automatically generate a substvar called B<"
@@ -2036,7 +2090,7 @@ msgstr ""
"que você precisa."
#. type: textblock
-#: debhelper.pod:914
+#: debhelper.pod:945
msgid ""
"This is entirely independent of the standard B<${shlibs:Depends}> generated "
"by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by "
@@ -2049,12 +2103,12 @@ msgstr ""
"corresponderem à realidade."
#. type: =head2
-#: debhelper.pod:919
+#: debhelper.pod:950
msgid "Package build directories"
msgstr "Directórios de compilação de pacotes"
#. type: textblock
-#: debhelper.pod:921
+#: debhelper.pod:952
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>."
@@ -2064,7 +2118,7 @@ msgstr ""
"I<pacote>."
#. type: textblock
-#: debhelper.pod:924
+#: debhelper.pod:955
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>"
@@ -2083,13 +2137,13 @@ msgstr ""
"programa debhelper irá actuar."
#. type: =head2
-#: debhelper.pod:932
+#: debhelper.pod:963
msgid "udebs"
msgstr "udebs"
# FIXME : a udeb
#. type: textblock
-#: debhelper.pod:934
+#: debhelper.pod:965
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>. "
@@ -2106,12 +2160,12 @@ msgstr ""
"F<preinst>, F<postrm>, F<prerm>, e F<config>, etc."
#. type: =head1
-#: debhelper.pod:941
+#: debhelper.pod:972
msgid "ENVIRONMENT"
msgstr "AMBIENTE"
#. type: textblock
-#: debhelper.pod:943
+#: debhelper.pod:974
msgid ""
"The following environment variables can influence the behavior of "
"debhelper. It is important to note that these must be actual environment "
@@ -2127,12 +2181,12 @@ msgstr ""
"DH_VERBOSE>\""
#. type: =item
-#: debhelper.pod:951
+#: debhelper.pod:982
msgid "B<DH_VERBOSE>"
msgstr "B<DH_VERBOSE>"
#. type: textblock
-#: debhelper.pod:953
+#: debhelper.pod:984
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."
@@ -2142,12 +2196,12 @@ msgstr ""
"detalhados para alguns sistemas de compilação como o autoconf."
#. type: =item
-#: debhelper.pod:956
+#: debhelper.pod:987
msgid "B<DH_QUIET>"
msgstr "B<DH_QUIET>"
#. type: textblock
-#: debhelper.pod:958
+#: debhelper.pod:989
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 "
@@ -2164,12 +2218,12 @@ msgstr ""
"definido."
#. type: =item
-#: debhelper.pod:965
+#: debhelper.pod:996
msgid "B<DH_COMPAT>"
msgstr "B<DH_COMPAT>"
#. type: textblock
-#: debhelper.pod:967
+#: debhelper.pod:998
msgid ""
"Temporarily specifies what compatibility level debhelper should run at, "
"overriding any value in F<debian/compat>."
@@ -2178,22 +2232,22 @@ msgstr ""
"correr, sobrepondo qualquer valor em F<debian/compat>."
#. type: =item
-#: debhelper.pod:970
+#: debhelper.pod:1001
msgid "B<DH_NO_ACT>"
msgstr "B<DH_NO_ACT>"
#. type: textblock
-#: debhelper.pod:972
+#: debhelper.pod:1003
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:974
+#: debhelper.pod:1005
msgid "B<DH_OPTIONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:976
+#: debhelper.pod:1007
msgid ""
"Anything in this variable will be prepended to the command line arguments of "
"all debhelper commands."
@@ -2202,7 +2256,7 @@ msgstr ""
"comandos de todos os comandos do debhelper."
#. type: textblock
-#: debhelper.pod:979
+#: debhelper.pod:1010
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."
@@ -2211,12 +2265,12 @@ msgstr ""
"comando do debhelper, o que é geralmente melhor do que usar DH_OPTIONS."
#. type: =item
-#: debhelper.pod:982
+#: debhelper.pod:1013
msgid "B<DH_ALWAYS_EXCLUDE>"
msgstr "B<DH_ALWAYS_EXCLUDE>"
#. type: textblock
-#: debhelper.pod:984
+#: debhelper.pod:1015
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 "
@@ -2228,7 +2282,7 @@ msgstr ""
"sua árvore de compilação do pacote."
#. type: textblock
-#: debhelper.pod:988
+#: debhelper.pod:1019
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 "
@@ -2246,7 +2300,7 @@ msgstr ""
"seu é compilado."
#. type: textblock
-#: debhelper.pod:995
+#: debhelper.pod:1026
msgid ""
"Multiple things to exclude can be separated with colons, as in "
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
@@ -2255,14 +2309,14 @@ msgstr ""
"B<DH_ALWAYS_EXCLUDE=CVS:.svn>"
#. type: =item
-#: debhelper.pod:998
+#: debhelper.pod:1029
#, fuzzy
#| msgid "B<DH_OPTIONS>"
msgid "B<DH_EXTRA_ADDONS>"
msgstr "B<DH_OPTIONS>"
#. type: textblock
-#: debhelper.pod:1000
+#: debhelper.pod:1031
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 "
@@ -2271,7 +2325,7 @@ msgid ""
msgstr ""
#. type: textblock
-#: debhelper.pod:1005
+#: debhelper.pod:1036
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 "
@@ -2280,11 +2334,11 @@ msgid ""
msgstr ""
#. type: =head1
-#: debhelper.pod:1012 debhelper-obsolete-compat.pod:118 dh:1044
+#: debhelper.pod:1043 debhelper-obsolete-compat.pod:118 dh:1044
#: 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:185 dh_compress:236
#: dh_dwz:144 dh_fixperms:162 dh_gconf:101 dh_gencontrol:207 dh_icons:75
-#: dh_install:350 dh_installcatalogs:125 dh_installchangelogs:297
+#: dh_install:350 dh_installcatalogs:125 dh_installchangelogs:300
#: dh_installcron:78 dh_installdeb:266 dh_installdebconf:128 dh_installdirs:128
#: dh_installdocs:444 dh_installemacsen:137 dh_installexamples:175
#: dh_installifupdown:72 dh_installinfo:107 dh_installinit:401
@@ -2299,31 +2353,31 @@ msgid "SEE ALSO"
msgstr "VEJA TAMBÉM"
#. type: =item
-#: debhelper.pod:1016
+#: debhelper.pod:1047
msgid "F</usr/share/doc/debhelper/examples/>"
msgstr "F</usr/share/doc/debhelper/examples/>"
#. type: textblock
-#: debhelper.pod:1018
+#: debhelper.pod:1049
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:1020
+#: debhelper.pod:1051
msgid "L<http://joeyh.name/code/debhelper/>"
msgstr "L<http://joeyh.name/code/debhelper/>"
#. type: textblock
-#: debhelper.pod:1022
+#: debhelper.pod:1053
msgid "Debhelper web site."
msgstr "Sítio web do debhelper."
#. type: =head1
-#: debhelper.pod:1026 dh:1050 dh_auto_build:59 dh_auto_clean:61
+#: debhelper.pod:1057 dh:1050 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:191 dh_compress:242 dh_dwz:150 dh_fixperms:168
#: dh_gconf:107 dh_gencontrol:213 dh_icons:81 dh_install:356
-#: dh_installcatalogs:131 dh_installchangelogs:303 dh_installcron:84
+#: dh_installcatalogs:131 dh_installchangelogs:306 dh_installcron:84
#: dh_installdeb:272 dh_installdebconf:134 dh_installdirs:134
#: dh_installdocs:450 dh_installemacsen:144 dh_installexamples:181
#: dh_installifupdown:78 dh_installinfo:113 dh_installlogcheck:87
@@ -2337,10 +2391,10 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: textblock
-#: debhelper.pod:1028 dh:1052 dh_auto_build:61 dh_auto_clean:63
+#: debhelper.pod:1059 dh:1052 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:193 dh_compress:244 dh_fixperms:170 dh_gencontrol:215
-#: dh_install:358 dh_installchangelogs:305 dh_installcron:86 dh_installdeb:274
+#: dh_install:358 dh_installchangelogs:308 dh_installcron:86 dh_installdeb:274
#: dh_installdebconf:136 dh_installdirs:136 dh_installdocs:452
#: dh_installemacsen:146 dh_installexamples:183 dh_installifupdown:80
#: dh_installinfo:115 dh_installinit:409 dh_installlogrotate:61
@@ -2543,7 +2597,7 @@ msgstr ""
#: dh_auto_configure:60 dh_auto_install:99 dh_auto_test:66 dh_builddeb:184
#: dh_clean:187 dh_compress:238 dh_dwz:146 dh_fixperms:164 dh_gconf:103
#: dh_gencontrol:209 dh_install:352 dh_installcatalogs:127
-#: dh_installchangelogs:299 dh_installcron:80 dh_installdeb:268
+#: dh_installchangelogs:302 dh_installcron:80 dh_installdeb:268
#: dh_installdebconf:130 dh_installdirs:130 dh_installdocs:446
#: dh_installexamples:177 dh_installifupdown:74 dh_installinfo:109
#: dh_installinit:403 dh_installlogcheck:83 dh_installlogrotate:55
@@ -3318,7 +3372,7 @@ msgstr ""
#: dh:1048 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:189 dh_compress:240 dh_dwz:148 dh_fixperms:166 dh_gconf:105
-#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:301
+#: dh_gencontrol:211 dh_icons:79 dh_install:354 dh_installchangelogs:304
#: dh_installcron:82 dh_installdeb:270 dh_installdebconf:132 dh_installdirs:132
#: dh_installdocs:448 dh_installemacsen:142 dh_installexamples:179
#: dh_installifupdown:76 dh_installinfo:111 dh_installinit:405
@@ -9849,6 +9903,20 @@ msgstr ""
"Este nível de compatibilidade está aberto para testes beta: podem ocorrer "
"alterações."
+#~ msgid ""
+#~ "The syntax of these files is intentionally kept very simple to make them "
+#~ "easy to read, understand, and modify. If you prefer power and complexity, "
+#~ "you can make the file executable, and write a program that outputs "
+#~ "whatever content is appropriate for a given situation. When you do so, "
+#~ "the output is not further processed to expand wildcards or strip comments."
+#~ msgstr ""
+#~ "A sintaxe destes ficheiros é mantida propositadamente simples para os "
+#~ "tornar fáceis de ler, perceber, e modificar. Se você preferir o poder e a "
+#~ "complexidade, pode tornar o ficheiro executável, e escrever um programa "
+#~ "que gere um conteúdo apropriado para uma dada situação seja ela qual for. "
+#~ "Quando o fizer, o resultado já não é mais processado para expandir "
+#~ "wildcards ou despojar comentários."
+
#~ msgid "B<dh_installdirs> [S<I<debhelper options>>] [B<-A>] [S<I<dir> ...>]"
#~ msgstr "B<dh_installdirs> [S<I<debhelper opções>>] [B<-A>] [S<I<dir> ...>]"
@@ -10049,9 +10117,6 @@ msgstr ""
#~ msgid "Please consider the following before opting in:"
#~ msgstr "Por favor considere o seguinte antes de decidir como optar:"
-#~ msgid "*"
-#~ msgstr "*"
-
#~ msgid ""
#~ "The automatic upgrade in compatibility level may cause the package (or a "
#~ "feature in it) to stop functioning."