diff options
author | Niels Thykier <niels@thykier.net> | 2018-08-08 12:38:07 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2018-08-08 12:38:07 +0000 |
commit | 76363674a3221394985cec840c8ebfe25aede920 (patch) | |
tree | 3b93c69bda0d6dcec0291c304a9fe6dc041f055d /man/po4a | |
parent | 956441d1a0a8d5390d4ffcb0263cd54ec4d40c91 (diff) | |
download | debhelper-76363674a3221394985cec840c8ebfe25aede920.tar.gz |
Regenerate POT and PO files
Diffstat (limited to 'man/po4a')
-rw-r--r-- | man/po4a/po/de.po | 509 | ||||
-rw-r--r-- | man/po4a/po/debhelper.pot | 441 | ||||
-rw-r--r-- | man/po4a/po/es.po | 504 | ||||
-rw-r--r-- | man/po4a/po/fr.po | 511 | ||||
-rw-r--r-- | man/po4a/po/ja.po | 503 | ||||
-rw-r--r-- | man/po4a/po/pt.po | 509 |
6 files changed, 1654 insertions, 1323 deletions
diff --git a/man/po4a/po/de.po b/man/po4a/po/de.po index ea334d77..dd679ccb 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-06-24 09:16+0000\n" +"POT-Creation-Date: 2018-08-08 14:37+0200\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" @@ -382,7 +382,7 @@ msgstr "" "Detailreicher Modus: zeigt alle Befehle, die das Paketbauverzeichnis ändern" #. type: =item -#: debhelper.pod:148 dh:72 +#: debhelper.pod:148 dh:82 msgid "B<--no-act>" msgstr "B<--no-act>" @@ -592,7 +592,7 @@ msgid "Do not modify F<postinst>, F<postrm>, etc. scripts." msgstr "verändert keine F<postinst>-, F<postrm>- etc. Skripte" #. type: =item -#: debhelper.pod:228 dh_compress:56 dh_dwz:47 dh_installchangelogs:85 +#: debhelper.pod:228 dh_compress:56 dh_dwz:44 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>" @@ -800,7 +800,7 @@ msgstr "" "wie die Verwendung von B<--no-parallel>." #. type: =item -#: debhelper.pod:304 dh:64 +#: debhelper.pod:304 dh:74 msgid "B<--list>, B<-l>" msgstr "B<--list>, B<-l>" @@ -969,13 +969,14 @@ msgstr "Änderungen gegenüber v5 sind:" #: debhelper.pod:728 debhelper.pod:756 debhelper.pod:775 debhelper.pod:785 #: debhelper.pod:789 debhelper.pod:794 debhelper.pod:799 debhelper.pod:806 #: debhelper.pod:812 debhelper.pod:820 debhelper.pod:826 debhelper.pod:830 -#: debhelper.pod:835 debhelper.pod:840 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:835 debhelper.pod:840 debhelper.pod:849 +#: 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 "-" @@ -1863,10 +1864,47 @@ msgid "" "override target for them in F<debian/rules> (e.g. I<override_dh_dwz:>)" msgstr "" +#. type: textblock +#: debhelper.pod:851 +msgid "" +"The build systems B<meson> and B<autoconf> no longer explicitly set the B<--" +"libexecdir> variable and thus relies on the build system default - which " +"should be B</usr/libexec> (per FHS 3.0, adopted in Debian Policy 4.1.5)." +msgstr "" + +#. type: textblock +#: debhelper.pod:856 +msgid "" +"If a particular upstream package does not use the correct default, the " +"parameter can often be passed manually via L<dh_auto_configure(1)>. E.g. " +"via the following example:" +msgstr "" + +#. type: verbatim +#: debhelper.pod:860 +#, fuzzy, no-wrap +#| msgid "" +#| "\toverride_dh_auto_configure:\n" +#| "\t\tdh_auto_configure -- --with-foo --disable-bar\n" +#| "\n" +msgid "" +" override_dh_auto_configure:\n" +" \tdh_auto_configure -- --libexecdir=/usr/libexec\n" +"\n" +msgstr "" +"\toverride_dh_auto_configure:\n" +"\t\tdh_auto_configure -- --with-foo --disable-bar\n" +"\n" + +#. type: textblock +#: debhelper.pod:863 +msgid "Note the B<--> before the B<--libexecdir> parameter." +msgstr "" + #. type: =head1 -#: debhelper.pod:853 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64 +#: debhelper.pod:869 dh_auto_test:48 dh_dwz:57 dh_installcatalogs:64 #: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89 -#: dh_installinit:200 dh_installinitramfs:53 dh_installman:128 +#: dh_installinit:205 dh_installinitramfs:53 dh_installman:128 #: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40 #: dh_movefiles:67 dh_strip:119 dh_usrlocal:60 dh_systemd_enable:104 #: dh_systemd_start:68 @@ -1874,12 +1912,12 @@ msgid "NOTES" msgstr "ANMERKUNGEN" #. type: =head2 -#: debhelper.pod:855 +#: debhelper.pod:871 msgid "Multiple binary package support" msgstr "Unterstützung mehrerer Binärpakete" #. type: textblock -#: debhelper.pod:857 +#: debhelper.pod:873 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 " @@ -1898,7 +1936,7 @@ msgstr "" "Ziel »binary-indep«." #. type: textblock -#: debhelper.pod:865 +#: debhelper.pod:881 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<-" @@ -1914,7 +1952,7 @@ msgstr "" "sind, mit nachfolgenden Ausnahmen." #. type: textblock -#: debhelper.pod:871 +#: debhelper.pod:887 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, " @@ -1925,7 +1963,7 @@ msgstr "" "(L<Debian Policy, Abschnitt 5.6.8>)." #. type: textblock -#: debhelper.pod:875 +#: debhelper.pod:891 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 " @@ -1939,12 +1977,12 @@ msgstr "" "BuildProfileSpec>." #. type: =head3 -#: debhelper.pod:880 +#: debhelper.pod:896 msgid "Interaction between package selections and Build-Profiles" msgstr "Zusammenspiel zwischen Paketauswahl und Bauprofilen" #. type: textblock -#: debhelper.pod:882 +#: debhelper.pod:898 msgid "" "Build-Profiles affect which packages are included in the package selections " "mechanisms in debhelper. Generally, the package selections are described " @@ -1959,13 +1997,13 @@ msgstr "" "Bauprofils (oder das Fehlen des aktiven Bauprofils) deaktiviert wird." #. type: =item -#: debhelper.pod:890 +#: debhelper.pod:906 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:892 +#: debhelper.pod:908 msgid "" "The package disabled by Build-Profiles is silently excluded from the " "selection." @@ -1974,7 +2012,7 @@ msgstr "" "ausgeschlossen." #. type: textblock -#: debhelper.pod:895 +#: debhelper.pod:911 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 " @@ -1985,29 +2023,29 @@ msgstr "" "Allgemeinen überhaupt sinnlos." #. type: =item -#: debhelper.pod:899 +#: debhelper.pod:915 msgid "-N I<package> / --no-package I<package>" msgstr "-N I<Paket> / --no-package I<Paket>" #. type: textblock -#: debhelper.pod:901 +#: debhelper.pod:917 msgid "The option is accepted and effectively does nothing." msgstr "Die Option wird akzeptiert und hat keine Wirkung." #. type: =item -#: debhelper.pod:903 +#: debhelper.pod:919 msgid "-p I<package> / --package I<package>" msgstr "-p I<Paket> / --package I<Paket>" #. type: textblock -#: debhelper.pod:905 +#: debhelper.pod:921 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:909 +#: debhelper.pod:925 msgid "" "Note that it does not matter whether a package is enabled or disabled by " "default." @@ -2016,12 +2054,12 @@ msgstr "" "aktiviert oder deaktiviert ist." #. type: =head2 -#: debhelper.pod:912 +#: debhelper.pod:928 msgid "Automatic generation of Debian install scripts" msgstr "Automatisches Erzeugen von Debian-Installationsskripten" #. type: textblock -#: debhelper.pod:914 +#: debhelper.pod:930 msgid "" "Some debhelper commands will automatically generate parts of Debian " "maintainer scripts. If you want these automatically generated things " @@ -2038,7 +2076,7 @@ msgstr "" "erzeugten Kode ersetzt." #. type: textblock -#: debhelper.pod:921 +#: debhelper.pod:937 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." @@ -2047,7 +2085,7 @@ msgstr "" "hinzufügen muss, dann wird Debhelper das komplette Skript erstellen." #. type: textblock -#: debhelper.pod:924 +#: debhelper.pod:940 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." @@ -2056,7 +2094,7 @@ msgstr "" "dies durch den Parameter -n deaktiviert (siehe oben)." #. type: textblock -#: debhelper.pod:927 +#: debhelper.pod:943 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 " @@ -2070,7 +2108,7 @@ msgstr "" "etc. gesetzt sind):" #. type: verbatim -#: debhelper.pod:932 +#: debhelper.pod:948 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -2102,12 +2140,12 @@ msgstr "" "\n" #. type: =head2 -#: debhelper.pod:945 +#: debhelper.pod:961 msgid "Automatic generation of miscellaneous dependencies." msgstr "Automatisches Erzeugen verschiedener Abhängigkeiten" #. type: textblock -#: debhelper.pod:947 +#: debhelper.pod:963 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 " @@ -2127,7 +2165,7 @@ msgstr "" "bietet, sie zu automatisieren." #. type: textblock -#: debhelper.pod:955 +#: debhelper.pod:971 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called B<" @@ -2141,7 +2179,7 @@ msgstr "" "Debhelper findet, dass Sie sie benötigen." #. type: textblock -#: debhelper.pod:960 +#: debhelper.pod:976 msgid "" "This is entirely independent of the standard B<${shlibs:Depends}> generated " "by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by " @@ -2155,12 +2193,12 @@ msgstr "" "entspricht." #. type: =head2 -#: debhelper.pod:965 +#: debhelper.pod:981 msgid "Package build directories" msgstr "Paketbauverzeichnisse" #. type: textblock -#: debhelper.pod:967 +#: debhelper.pod:983 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>." @@ -2170,7 +2208,7 @@ msgstr "" "debian/I<Paket> ist." #. type: textblock -#: debhelper.pod:970 +#: debhelper.pod:986 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>" @@ -2190,12 +2228,12 @@ msgstr "" "Debhelper-Programm auswirkt." #. type: =head2 -#: debhelper.pod:978 +#: debhelper.pod:994 msgid "udebs" msgstr "Udebs" #. type: textblock -#: debhelper.pod:980 +#: debhelper.pod:996 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>. " @@ -2213,12 +2251,12 @@ msgstr "" "übersprungen werden." #. type: =head1 -#: debhelper.pod:987 +#: debhelper.pod:1003 msgid "ENVIRONMENT" msgstr "UMGEBUNGSVARIABLEN" #. type: textblock -#: debhelper.pod:989 +#: debhelper.pod:1005 msgid "" "The following environment variables can influence the behavior of " "debhelper. It is important to note that these must be actual environment " @@ -2234,12 +2272,12 @@ msgstr "" "Beispiel »B<export DH_VERBOSE>«." #. type: =item -#: debhelper.pod:997 +#: debhelper.pod:1013 msgid "B<DH_VERBOSE>" msgstr "B<DH_VERBOSE>" #. type: textblock -#: debhelper.pod:999 +#: debhelper.pod:1015 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." @@ -2250,12 +2288,12 @@ msgstr "" "aktiviert." #. type: =item -#: debhelper.pod:1002 +#: debhelper.pod:1018 msgid "B<DH_QUIET>" msgstr "B<DH_QUIET>" #. type: textblock -#: debhelper.pod:1004 +#: debhelper.pod:1020 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 " @@ -2272,12 +2310,12 @@ msgstr "" "wird diese Einstellung ignoriert." #. type: =item -#: debhelper.pod:1011 +#: debhelper.pod:1027 msgid "B<DH_COMPAT>" msgstr "B<DH_COMPAT>" #. type: textblock -#: debhelper.pod:1013 +#: debhelper.pod:1029 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in F<debian/compat>." @@ -2286,22 +2324,22 @@ msgstr "" "werden sollte und setzt dabei jeden Wert in F<debian/compat> außer Kraft." #. type: =item -#: debhelper.pod:1016 +#: debhelper.pod:1032 msgid "B<DH_NO_ACT>" msgstr "B<DH_NO_ACT>" #. type: textblock -#: debhelper.pod:1018 +#: debhelper.pod:1034 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:1020 +#: debhelper.pod:1036 msgid "B<DH_OPTIONS>" msgstr "B<DH_OPTIONS>" #. type: textblock -#: debhelper.pod:1022 +#: debhelper.pod:1038 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands." @@ -2310,7 +2348,7 @@ msgstr "" "Befehle vorangestellt." #. type: textblock -#: debhelper.pod:1025 +#: debhelper.pod:1041 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." @@ -2320,12 +2358,12 @@ msgstr "" "DH_OPTIONS zu verwenden." #. type: =item -#: debhelper.pod:1028 +#: debhelper.pod:1044 msgid "B<DH_ALWAYS_EXCLUDE>" msgstr "B<DH_ALWAYS_EXCLUDE>" #. type: textblock -#: debhelper.pod:1030 +#: debhelper.pod:1046 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 " @@ -2337,7 +2375,7 @@ msgstr "" "entspricht, B<rm -rf> ausführen." #. type: textblock -#: debhelper.pod:1034 +#: debhelper.pod:1050 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 " @@ -2355,7 +2393,7 @@ msgstr "" "ist, wo auch immer Ihr Paket gebaut wird." #. type: textblock -#: debhelper.pod:1041 +#: debhelper.pod:1057 msgid "" "Multiple things to exclude can be separated with colons, as in " "B<DH_ALWAYS_EXCLUDE=CVS:.svn>" @@ -2364,14 +2402,14 @@ msgstr "" "getrennt werden, wie in B<DH_ALWAYS_EXCLUDE=CVS:.svn>." #. type: =item -#: debhelper.pod:1044 +#: debhelper.pod:1060 #, fuzzy #| msgid "B<DH_OPTIONS>" msgid "B<DH_EXTRA_ADDONS>" msgstr "B<DH_OPTIONS>" #. type: textblock -#: debhelper.pod:1046 +#: debhelper.pod:1062 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 " @@ -2380,7 +2418,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:1051 +#: debhelper.pod:1067 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 " @@ -2389,50 +2427,50 @@ msgid "" msgstr "" #. type: =head1 -#: debhelper.pod:1058 debhelper-obsolete-compat.pod:118 dh:1044 +#: debhelper.pod:1074 debhelper-obsolete-compat.pod:118 dh:1093 #: 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_dwz:141 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_installifupdown:72 dh_installinfo:107 dh_installinit:406 #: 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_listpackages:35 dh_makeshlibs:355 dh_md5sums:117 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 "SIEHE AUCH" #. type: =item -#: debhelper.pod:1062 +#: debhelper.pod:1078 msgid "F</usr/share/doc/debhelper/examples/>" msgstr "F</usr/share/doc/debhelper/examples/>" #. type: textblock -#: debhelper.pod:1064 +#: debhelper.pod:1080 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:1066 +#: debhelper.pod:1082 msgid "L<http://joeyh.name/code/debhelper/>" msgstr "L<http://joeyh.name/code/debhelper/>" #. type: textblock -#: debhelper.pod:1068 +#: debhelper.pod:1084 msgid "Debhelper web site." msgstr "Debhelper-Website" #. type: =head1 -#: debhelper.pod:1072 dh:1050 dh_auto_build:59 dh_auto_clean:61 +#: debhelper.pod:1088 dh:1099 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_builddeb:188 dh_clean:191 dh_compress:242 dh_dwz:147 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 @@ -2442,23 +2480,23 @@ msgstr "Debhelper-Website" #: 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_md5sums:123 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 "AUTOR" #. type: textblock -#: debhelper.pod:1074 dh:1052 dh_auto_build:61 dh_auto_clean:63 +#: debhelper.pod:1090 dh:1101 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_installinfo:115 dh_installinit:414 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_makeshlibs:363 dh_md5sums:125 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 "Joey Hess <joeyh@debian.org>" @@ -2652,31 +2690,30 @@ msgstr "" "expandieren." #. type: textblock -#: debhelper-obsolete-compat.pod:120 dh:1046 dh_auto_build:55 dh_auto_clean:57 +#: debhelper-obsolete-compat.pod:120 dh:1095 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_clean:187 dh_compress:238 dh_dwz:143 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 +#: 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:119 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 "L<debhelper(7)>" #. type: =head1 -#: debhelper-obsolete-compat.pod:122 dh_installinit:407 dh_systemd_enable:285 +#: debhelper-obsolete-compat.pod:122 dh_installinit:412 dh_systemd_enable:285 #: dh_systemd_start:273 msgid "AUTHORS" msgstr "AUTOREN" #. type: textblock -#: debhelper-obsolete-compat.pod:124 dh_dwz:152 +#: debhelper-obsolete-compat.pod:124 dh_dwz:149 msgid "Niels Thykier <niels@thykier.net>" msgstr "Niels Thykier <niels@thykier.net>" @@ -2761,11 +2798,11 @@ msgstr "" #. type: =head1 #: dh:45 dh_auto_build:32 dh_auto_clean:33 dh_auto_configure:35 #: dh_auto_install:46 dh_auto_test:34 dh_bugfiles:53 dh_builddeb:34 dh_clean:47 -#: dh_compress:52 dh_dwz:29 dh_fixperms:40 dh_gconf:42 dh_gencontrol:38 +#: dh_compress:52 dh_dwz:26 dh_fixperms:40 dh_gconf:42 dh_gencontrol:38 #: dh_icons:33 dh_install:66 dh_installcatalogs:53 dh_installchangelogs:73 #: dh_installcron:43 dh_installdebconf:64 dh_installdirs:42 dh_installdocs:90 #: dh_installemacsen:56 dh_installexamples:41 dh_installifupdown:42 -#: dh_installinfo:38 dh_installinit:73 dh_installinitramfs:43 +#: dh_installinfo:38 dh_installinit:78 dh_installinitramfs:43 #: dh_installlogcheck:45 dh_installlogrotate:25 dh_installman:83 #: dh_installmanpages:43 dh_installmenu:44 dh_installmodules:41 #: dh_installpam:34 dh_installppp:38 dh_installudev:34 dh_installwm:38 @@ -2797,13 +2834,26 @@ msgstr "" "Fremdpaket gibt, das Debhelper-Befehle bereitstellt. Dokumentation über die " "Sequenz-Add-on-Schnittstelle finden Sie in der Datei F<PROGRAMMING>." -#. type: =item +#. type: textblock #: dh:58 +msgid "" +"A B<Build-Depends> relation on the package B<dh-sequence->I<addon> implies a " +"B<--with> I<addon>. This avoids the need for an explicit B<--with> in " +"F<debian/rules> that only duplicates what is already declared via the build " +"dependencies in F<debian/control>. Note that only relations in the B<Build-" +"Depends> field are considered (i.e. B<Build-Depends-Indep> and B<Build-" +"Depends-Arch> are deliberately unsupported). Please keep in mind that B<dh> " +"insists on \"simple\" relations (e.g. a relation like \"B<dh-sequence-" +">I<addon> | B<some-other-pkg>\" will I<not> imply B<--with> I<addon>)." +msgstr "" + +#. type: =item +#: dh:68 msgid "B<--without> I<addon>" msgstr "B<--without> I<Add-on>" #. type: textblock -#: dh:60 +#: dh:70 msgid "" "The inverse of B<--with>, disables using the given addon. This option can be " "repeated more than once, or multiple addons to disable can be listed, " @@ -2814,12 +2864,12 @@ msgstr "" "ons zum Deaktivieren durch Kommas getrennt aufgelistet werden." #. type: textblock -#: dh:66 +#: dh:76 msgid "List all available addons." msgstr "listet alle verfügbaren Add-ons auf." #. type: textblock -#: dh:68 +#: dh:78 msgid "" "When called only with this option, B<dh> can be called from any directory (i." "e. it does not need access to files from a source package)." @@ -2829,7 +2879,7 @@ msgstr "" "aus einem Quellpaket)." #. type: textblock -#: dh:74 +#: dh:84 msgid "" "Prints commands that would run for a given sequence, but does not run them." msgstr "" @@ -2837,7 +2887,7 @@ msgstr "" "sie aber nicht aus" #. type: textblock -#: dh:76 +#: dh:86 msgid "" "Note that dh normally skips running commands that it knows will do nothing. " "With --no-act, the full list of commands in a sequence is printed." @@ -2847,7 +2897,7 @@ msgstr "" "vollständige Liste der Befehle der Reihe nach ausgegeben." #. type: textblock -#: dh:81 +#: dh:91 msgid "" "Other options passed to B<dh> are passed on to each command it runs. This " "can be used to set an option like B<-v> or B<-X> or B<-N>, as well as for " @@ -2858,13 +2908,13 @@ msgstr "" "oder B<-N> sowie spezialisiertere Optionen zu setzen." #. type: =head1 -#: dh:85 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:155 +#: dh:95 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:155 #: dh_shlibdeps:78 msgid "EXAMPLES" msgstr "BEISPIELE" #. type: textblock -#: dh:87 +#: dh:97 msgid "" "To see what commands are included in a sequence, without actually doing " "anything:" @@ -2873,7 +2923,7 @@ msgstr "" "tatsächlich etwas zu tun, geben Sie Folgendes ein:" #. type: verbatim -#: dh:90 +#: dh:100 #, no-wrap msgid "" "\tdh binary-arch --no-act\n" @@ -2883,7 +2933,7 @@ msgstr "" "\n" #. type: textblock -#: dh:92 +#: dh:102 msgid "" "This is a very simple rules file, for packages where the default sequences " "of commands work with no additional options." @@ -2892,7 +2942,7 @@ msgstr "" "Befehlssequenzen ohne zusätzliche Optionen arbeiten." #. type: verbatim -#: dh:95 dh:116 dh:129 +#: dh:105 dh:126 dh:139 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2906,7 +2956,7 @@ msgstr "" "\n" #. type: textblock -#: dh:99 +#: dh:109 msgid "" "Often you'll want to pass an option to a specific debhelper command. The " "easy way to do with is by adding an override target for that command." @@ -2916,7 +2966,7 @@ msgstr "" "Ziel für diesen Befehl hinzuzufügen." #. type: verbatim -#: dh:102 dh:186 dh:197 +#: dh:112 dh:196 dh:207 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2930,7 +2980,7 @@ msgstr "" "\t\n" #. type: verbatim -#: dh:106 +#: dh:116 #, no-wrap msgid "" "\toverride_dh_strip:\n" @@ -2942,7 +2992,7 @@ msgstr "" "\t\n" #. type: verbatim -#: dh:109 +#: dh:119 #, no-wrap msgid "" "\toverride_dh_auto_configure:\n" @@ -2954,7 +3004,7 @@ msgstr "" "\n" #. type: textblock -#: dh:112 +#: dh:122 msgid "" "Sometimes the automated L<dh_auto_configure(1)> and L<dh_auto_build(1)> " "can't guess what to do for a strange package. Here's how to avoid running " @@ -2966,7 +3016,7 @@ msgstr "" "Befehle ausgeführt werden." #. type: verbatim -#: dh:120 +#: dh:130 #, no-wrap msgid "" "\toverride_dh_auto_configure:\n" @@ -2978,7 +3028,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:123 +#: dh:133 #, no-wrap msgid "" "\toverride_dh_auto_build:\n" @@ -2990,7 +3040,7 @@ msgstr "" "\n" #. type: textblock -#: dh:126 +#: dh:136 msgid "" "Another common case is wanting to do something manually before or after a " "particular debhelper command is run." @@ -2999,7 +3049,7 @@ msgstr "" "besonderen Debhelper-Befehls manuell etwas tun möchten." #. type: verbatim -#: dh:133 +#: dh:143 #, no-wrap msgid "" "\toverride_dh_fixperms:\n" @@ -3013,7 +3063,7 @@ msgstr "" "\n" #. type: textblock -#: dh:137 +#: dh:147 msgid "" "Python tools are not run by dh by default, due to the continual change in " "that area. Here is how to use B<dh_python2>." @@ -3023,7 +3073,7 @@ msgstr "" "benutzt wird." #. type: verbatim -#: dh:140 +#: dh:150 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3037,7 +3087,7 @@ msgstr "" "\n" #. type: textblock -#: dh:144 +#: dh:154 msgid "" "Here is how to force use of Perl's B<Module::Build> build system, which can " "be necessary if debhelper wrongly detects that the package uses MakeMaker." @@ -3047,7 +3097,7 @@ msgstr "" "entdeckt, dass das Programm MakeMaker verwendet." #. type: verbatim -#: dh:148 +#: dh:158 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3061,7 +3111,7 @@ msgstr "" "\n" #. type: textblock -#: dh:152 +#: dh:162 msgid "" "Here is an example of overriding where the B<dh_auto_>I<*> commands find the " "package's source, for a package where the source is located in a " @@ -3072,7 +3122,7 @@ msgstr "" "einem Unterverzeichnis liegt." #. type: verbatim -#: dh:156 +#: dh:166 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3086,7 +3136,7 @@ msgstr "" "\n" #. type: textblock -#: dh:160 +#: dh:170 msgid "" "And here is an example of how to tell the B<dh_auto_>I<*> commands to build " "in a subdirectory, which will be removed on B<clean>." @@ -3095,7 +3145,7 @@ msgstr "" "dass in einem Unterverzeichnis gebaut wird, das mit B<clean> entfernt wird." #. type: verbatim -#: dh:163 +#: dh:173 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3109,7 +3159,7 @@ msgstr "" "\n" #. type: textblock -#: dh:167 +#: dh:177 msgid "" "If your package can be built in parallel, please either use compat 10 or " "pass B<--parallel> to dh. Then B<dpkg-buildpackage -j> will work." @@ -3119,7 +3169,7 @@ msgstr "" "B<dpkg-buildpackage -j> funktionieren." #. type: verbatim -#: dh:170 +#: dh:180 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3133,7 +3183,7 @@ msgstr "" "\n" #. type: textblock -#: dh:174 +#: dh:184 msgid "" "If your package cannot be built reliably while using multiple threads, " "please pass B<--no-parallel> to dh (or the relevant B<dh_auto_>I<*> command):" @@ -3143,7 +3193,7 @@ msgstr "" "zuständigen B<dh_auto_>I<*>-Befehl):" #. type: verbatim -#: dh:179 +#: dh:189 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3157,7 +3207,7 @@ msgstr "" "\n" #. type: textblock -#: dh:183 +#: dh:193 msgid "" "Here is a way to prevent B<dh> from running several commands that you don't " "want it to run, by defining empty override targets for each command." @@ -3167,7 +3217,7 @@ msgstr "" "setzende Ziele für jeden Befehl definieren." #. type: verbatim -#: dh:190 +#: dh:200 #, no-wrap msgid "" "\t# Commands not to run:\n" @@ -3179,7 +3229,7 @@ msgstr "" "\n" #. type: textblock -#: dh:193 +#: dh:203 msgid "" "A long build process for a separate documentation package can be separated " "out using architecture independent overrides. These will be skipped when " @@ -3191,7 +3241,7 @@ msgstr "" "ausgeführt werden." #. type: verbatim -#: dh:201 +#: dh:211 #, no-wrap msgid "" "\toverride_dh_auto_build-indep:\n" @@ -3203,7 +3253,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:204 +#: dh:214 #, no-wrap msgid "" "\t# No tests needed for docs\n" @@ -3215,7 +3265,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:207 +#: dh:217 #, no-wrap msgid "" "\toverride_dh_auto_install-indep:\n" @@ -3227,7 +3277,7 @@ msgstr "" "\n" #. type: textblock -#: dh:210 +#: dh:220 msgid "" "Adding to the example above, suppose you need to chmod a file, but only when " "building the architecture dependent package, as it's not present when " @@ -3239,7 +3289,7 @@ msgstr "" "vorhanden ist." #. type: verbatim -#: dh:214 +#: dh:224 #, no-wrap msgid "" "\toverride_dh_fixperms-arch:\n" @@ -3253,12 +3303,12 @@ msgstr "" "\n" #. type: =head1 -#: dh:218 +#: dh:228 msgid "INTERNALS" msgstr "INTERNA" #. type: textblock -#: dh:220 +#: dh:230 msgid "" "If you're curious about B<dh>'s internals, here's how it works under the " "hood." @@ -3267,7 +3317,7 @@ msgstr "" "wie es unter der Haube arbeitet." #. type: textblock -#: dh:222 +#: dh:232 msgid "" "In compat 10 (or later), B<dh> creates a stamp file F<debian/debhelper-build-" "stamp> after the build step(s) are complete to avoid re-running them. It is " @@ -3285,7 +3335,7 @@ msgstr "" "zweimal ausgeführt (das zweite Mal als Root oder unter L<fakeroot(1)>)." #. type: textblock -#: dh:230 +#: dh:240 msgid "" "Inside an override target, B<dh_*> commands will create a log file F<debian/" "package.debhelper.log> to keep track of which packages the command(s) have " @@ -3299,7 +3349,7 @@ msgstr "" "erledigt sind." #. type: textblock -#: dh:235 +#: dh:245 msgid "" "In compat 9 or earlier, each debhelper command will record when it's " "successfully run in F<debian/package.debhelper.log>. (Which B<dh_clean> " @@ -3313,7 +3363,7 @@ msgstr "" "Ausführung dieser Befehle überspringen." #. type: textblock -#: dh:240 +#: dh:250 msgid "" "Each time B<dh> is run (in compat 9 or earlier), it examines the log, and " "finds the last logged command that is in the specified sequence. It then " @@ -3329,7 +3379,7 @@ msgstr "" "Kompatibilitätsmodus 10 entfernt wurden)." #. type: textblock -#: dh:246 +#: dh:256 msgid "" "A sequence can also run dependent targets in debian/rules. For example, the " "\"binary\" sequence runs the \"install\" target." @@ -3338,7 +3388,7 @@ msgstr "" "Sequenz »binary« führt zum Beispiel das Ziel »install« aus." #. type: textblock -#: dh:249 +#: dh:259 msgid "" "B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass " "information through to debhelper commands that are run inside override " @@ -3351,7 +3401,7 @@ msgstr "" "ist, wie der Name schon andeutet, Gegenstand dauernder Änderungen." #. type: textblock -#: dh:254 +#: dh:264 msgid "" "Commands in the B<build-indep>, B<install-indep> and B<binary-indep> " "sequences are passed the B<-i> option to ensure they only work on " @@ -3367,12 +3417,12 @@ msgstr "" "architekturabhängigen Paketen funktionieren." #. type: =head1 -#: dh:260 +#: dh:270 msgid "DEPRECATED OPTIONS" msgstr "MISSBILLIGTE OPTIONEN" #. type: textblock -#: dh:262 +#: dh:272 msgid "" "The following options are deprecated. It's much better to use override " "targets instead. They are B<not> available in compat 10." @@ -3382,49 +3432,49 @@ msgstr "" "Kompatibilitätsmodus 10 verfügbar." #. type: =item -#: dh:268 +#: dh:278 msgid "B<--until> I<cmd>" msgstr "B<--until> I<Befehl>" #. type: textblock -#: dh:270 +#: dh:280 msgid "Run commands in the sequence until and including I<cmd>, then stop." msgstr "" "führt Befehle in der Sequenz bis einschließlich I<Befehl> aus und stoppt " "dann." #. type: =item -#: dh:272 +#: dh:282 msgid "B<--before> I<cmd>" msgstr "B<--before> I<Befehl>" #. type: textblock -#: dh:274 +#: dh:284 msgid "Run commands in the sequence before I<cmd>, then stop." msgstr "führt Befehle in der Sequenz vor I<Befehl> aus und stoppt dann." #. type: =item -#: dh:276 +#: dh:286 msgid "B<--after> I<cmd>" msgstr "B<--after> I<Befehl>" #. type: textblock -#: dh:278 +#: dh:288 msgid "Run commands in the sequence that come after I<cmd>." msgstr "führt Befehle in der Sequenz aus, die nach I<Befehl> kommen." #. type: =item -#: dh:280 +#: dh:290 msgid "B<--remaining>" msgstr "B<--remaining>" #. type: textblock -#: dh:282 +#: dh:292 msgid "Run all commands in the sequence that have yet to be run." msgstr "führt alle Befehle in der Sequenz aus, die noch auszuführen sind." #. type: textblock -#: dh:286 +#: dh:296 msgid "" "In the above options, I<cmd> can be a full name of a debhelper command, or a " "substring. It'll first search for a command in the sequence exactly matching " @@ -3438,18 +3488,18 @@ msgstr "" "der letzte in der Sequenz benutzt." #. type: textblock -#: dh:1048 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62 +#: dh:1097 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_clean:189 dh_compress:240 dh_dwz:145 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_installifupdown:76 dh_installinfo:111 dh_installinit:410 #: 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_listpackages:39 dh_makeshlibs:359 dh_md5sums:121 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." @@ -3509,8 +3559,8 @@ msgstr "" #. type: =item #: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59 -#: dh_auto_test:41 dh_builddeb:48 dh_dwz:53 dh_gencontrol:42 -#: dh_installdebconf:72 dh_installinit:162 dh_makeshlibs:149 dh_shlibdeps:41 +#: dh_auto_test:41 dh_builddeb:48 dh_dwz:50 dh_gencontrol:42 +#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:149 dh_shlibdeps:41 msgid "B<--> I<params>" msgstr "B<--> I<Parameter>" @@ -3840,7 +3890,7 @@ msgstr "" #: dh_installcatalogs:39 dh_installchangelogs:49 dh_installcron:24 #: dh_installdeb:25 dh_installdebconf:37 dh_installdirs:28 dh_installdocs:40 #: dh_installemacsen:30 dh_installexamples:31 dh_installifupdown:25 -#: dh_installinfo:28 dh_installinit:36 dh_installinitramfs:30 +#: dh_installinfo:28 dh_installinit:41 dh_installinitramfs:30 #: dh_installlogcheck:24 dh_installman:73 dh_installmenu:28 dh_installmime:24 #: dh_installmodules:31 dh_installpam:24 dh_installppp:24 dh_installudev:24 #: dh_installwm:28 dh_link:46 dh_lintian:24 dh_makeshlibs:29 dh_movefiles:29 @@ -4298,25 +4348,18 @@ msgstr "" #. type: textblock #: dh_dwz:22 msgid "" -"B<Caveat>: This tool is experimental and may disappear or change behaviour " -"without any notice." -msgstr "" - -#. type: textblock -#: dh_dwz:25 -msgid "" "B<dh_dwz> is a debhelper program that will optimize the (uncompressed) size " "of the DWARF debug information in ELF binaries. It does so by running " "L<dwz(1)> on all the ELF binaries in the package." msgstr "" #. type: =item -#: dh_dwz:33 +#: dh_dwz:30 msgid "B<--dwz-multifile>, B<--no-dwz-multifile>" msgstr "" #. type: textblock -#: dh_dwz:35 +#: dh_dwz:32 msgid "" "Whether L<dwz(1)> should generate a I<multifile> from the ELF binaries in " "the same package (it does by default). When enabled, if a package ships at " @@ -4325,7 +4368,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:40 +#: dh_dwz:37 msgid "" "Note this options may not work if a package contains more ELF binaries than " "can fit on a single command line. If this becomes a problem, please pass " @@ -4333,14 +4376,14 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:44 +#: dh_dwz:41 msgid "" "The generated multifile will be compressed with B<objcopy --compress-debug-" "sections>." msgstr "" #. type: textblock -#: dh_dwz:49 dh_strip:44 +#: dh_dwz:46 dh_strip:44 msgid "" "Exclude files that contain I<item> anywhere in their filename from being " "stripped. You may use this option multiple times to build up a list of " @@ -4351,14 +4394,14 @@ msgstr "" "um eine Liste auszuschließender Dinge zu erstellen." #. type: textblock -#: dh_dwz:55 +#: dh_dwz:52 msgid "" "Pass I<params> to L<dwz(1)> when it processes ELF binaries. This is mostly " "useful for setting memory related parameters (e.g. -l and -L)." msgstr "" #. type: textblock -#: dh_dwz:62 +#: dh_dwz:59 #, fuzzy #| msgid "" #| "If the B<DEB_BUILD_OPTIONS> environment variable contains B<nostrip>, " @@ -4376,7 +4419,7 @@ msgstr "" "verhindern." #. type: textblock -#: dh_dwz:66 +#: dh_dwz:63 msgid "" "While this tool technically does not remove debug information from binaries, " "it is still skipped when the B<DEB_BUILD_OPTIONS> environment variable " @@ -4644,7 +4687,7 @@ msgstr "" #. type: =item #: dh_icons:37 dh_installcatalogs:57 dh_installdebconf:68 dh_installemacsen:60 -#: dh_installinit:77 dh_installinitramfs:47 dh_installmenu:48 +#: dh_installinit:82 dh_installinitramfs:47 dh_installmenu:48 #: dh_installmodules:45 dh_installwm:48 dh_makeshlibs:132 dh_usrlocal:54 msgid "B<-n>, B<--no-scripts>" msgstr "B<-n>, B<--no-scripts>" @@ -5038,7 +5081,7 @@ msgstr "" "Aktivierungsauslöser hinzugefügt." #. type: textblock -#: dh_installcatalogs:66 dh_installemacsen:77 dh_installinit:202 +#: dh_installcatalogs:66 dh_installemacsen:77 dh_installinit:207 #: dh_installinitramfs:55 dh_installmodules:59 dh_installudev:52 #: dh_installwm:65 dh_usrlocal:62 msgid "" @@ -5295,7 +5338,7 @@ msgstr "" "installiert im passenden F<etc/cron.*/>-Verzeichnis im Paketbauverzeichnis" #. type: =item -#: dh_installcron:47 dh_installifupdown:46 dh_installinit:170 +#: dh_installcron:47 dh_installifupdown:46 dh_installinit:175 #: dh_installlogcheck:49 dh_installlogrotate:29 dh_installmodules:49 #: dh_installpam:38 dh_installppp:42 dh_installudev:38 dh_systemd_enable:95 msgid "B<--name=>I<name>" @@ -6538,11 +6581,20 @@ msgstr "" #. type: textblock #: dh_installinit:22 +#, fuzzy +#| msgid "" +#| "B<dh_installinit> is a debhelper program that is responsible for " +#| "installing init scripts with associated defaults files. In compatibility " +#| "levels up to 11, B<dh_installinit> also handled upstart job files and " +#| "systemd service files." msgid "" "B<dh_installinit> is a debhelper program that is responsible for installing " "init scripts with associated defaults files. In compatibility levels up to " -"11, B<dh_installinit> also handled upstart job files and systemd service " -"files." +"and including 10, B<dh_installinit> will also install some systemd related " +"files provided by the debian packaging (see the L</FILES> section below). " +"In compatibility levels up to and including 11, B<dh_installinit> will also " +"handle upstart jobs provided in the debian packaging (see the L</FILES> for " +"more information on this as well)." msgstr "" "B<dh_installinit> ist ein Debhelper-Programm, das für die Installation von " "Init-Skripten mit zugehörigen Standarddateien verantwortlich ist. In " @@ -6550,7 +6602,7 @@ msgstr "" "Jobs und Systemd-Dienstdateien." #. type: textblock -#: dh_installinit:26 +#: dh_installinit:31 msgid "" "It also automatically generates the F<postinst> and F<postrm> and F<prerm> " "commands needed to set up the symlinks in F</etc/rc*.d/> to start and stop " @@ -6561,7 +6613,7 @@ msgstr "" "einzurichten und die Init-Skripte zu starten und zu stoppen." #. type: textblock -#: dh_installinit:30 +#: dh_installinit:35 msgid "" "In compat 10 or earlier: If a package only ships a systemd service file and " "no sysvinit script is provided, you may want to exclude the call to " @@ -6575,12 +6627,12 @@ msgstr "" "über »init.d«-Skripte bekommen, die nicht im Paket enthalten sind." #. type: =item -#: dh_installinit:40 +#: dh_installinit:45 msgid "debian/I<package>.init" msgstr "debian/I<Paket>.init" #. type: textblock -#: dh_installinit:42 +#: dh_installinit:47 msgid "" "If this exists, it is installed into etc/init.d/I<package> in the package " "build directory." @@ -6589,12 +6641,12 @@ msgstr "" "installiert." #. type: =item -#: dh_installinit:45 +#: dh_installinit:50 msgid "debian/I<package>.default" msgstr "debian/I<Paket>.default" #. type: textblock -#: dh_installinit:47 +#: dh_installinit:52 msgid "" "If this exists, it is installed into etc/default/I<package> in the package " "build directory." @@ -6603,12 +6655,12 @@ msgstr "" "installiert." #. type: =item -#: dh_installinit:50 +#: dh_installinit:55 msgid "debian/I<package>.upstart" msgstr "debian/I<Paket>.upstart" #. type: textblock -#: dh_installinit:52 +#: dh_installinit:57 msgid "" "In compatibility level 11, this file will trigger an error with a reminder " "about ensuring the proper removal of the upstart file in the previous " @@ -6622,7 +6674,7 @@ msgstr "" "ordentliche Entfernen früherer Upstart-Dateien sicherzustellen." #. type: textblock -#: dh_installinit:57 +#: dh_installinit:62 msgid "" "In compatibility level 10, if this file exists, it is installed into etc/" "init/I<package>.conf in the package build directory." @@ -6631,12 +6683,12 @@ msgstr "" "I<Paket>.conf im Paketbauverzeichnis installiert." #. type: =item -#: dh_installinit:60 +#: dh_installinit:65 msgid "debian/I<package>.service" msgstr "debian/I<Paket>.service" #. type: textblock -#: dh_installinit:62 +#: dh_installinit:67 msgid "" "If this exists, it is installed into lib/systemd/system/I<package>.service " "in the package build directory. Only used in compat levels 10 and below." @@ -6646,12 +6698,12 @@ msgstr "" "darunter benutzt." #. type: =item -#: dh_installinit:65 dh_systemd_enable:50 +#: dh_installinit:70 dh_systemd_enable:50 msgid "debian/I<package>.tmpfile" msgstr "debian/I<Paket>.tmpfile" #. type: textblock -#: dh_installinit:67 +#: dh_installinit:72 msgid "" "If this exists, it is installed into usr/lib/tmpfiles.d/I<package>.conf in " "the package build directory. (The tmpfiles.d mechanism is currently only " @@ -6662,17 +6714,17 @@ msgstr "" "nur von Systemd benutzt.) Nur in Kompatibilitätsstufe 10 und darunter." #. type: textblock -#: dh_installinit:79 +#: dh_installinit:84 msgid "Do not modify F<postinst>/F<postrm>/F<prerm> scripts." msgstr "ändert keine F<postinst>-/F<postrm>/F<prerm>-Skripte." #. type: =item -#: dh_installinit:81 +#: dh_installinit:86 msgid "B<-o>, B<--only-scripts>" msgstr "B<-o>, B<--only-scripts>" #. type: textblock -#: dh_installinit:83 +#: dh_installinit:88 msgid "" "Only modify F<postinst>/F<postrm>/F<prerm> scripts, do not actually install " "any init script, default files, upstart job or systemd service file. May be " @@ -6686,7 +6738,7 @@ msgstr "" "B<dh_installinit> nicht leicht macht, sie zu finden." #. type: textblock -#: dh_installinit:88 +#: dh_installinit:93 msgid "" "B<Caveat>: This will bypass all the regular checks and I<unconditionally> " "modify the scripts. You will almost certainly want to use this with B<-p> " @@ -6698,7 +6750,7 @@ msgstr "" "sind. Beispiel:" #. type: verbatim -#: dh_installinit:93 +#: dh_installinit:98 #, no-wrap msgid "" " override_dh_installinit:\n" @@ -6712,12 +6764,12 @@ msgstr "" "\n" #. type: =item -#: dh_installinit:97 +#: dh_installinit:102 msgid "B<-R>, B<--restart-after-upgrade>" msgstr "B<-R>, B<--restart-after-upgrade>" #. type: textblock -#: dh_installinit:99 +#: dh_installinit:104 msgid "" "Do not stop the init script until after the package upgrade has been " "completed. This is the default behaviour in compat 10." @@ -6726,7 +6778,7 @@ msgstr "" "wurde. Dies ist das Standardverhalten für Kompatibilitätsmodus 10." #. type: textblock -#: dh_installinit:102 +#: dh_installinit:107 msgid "" "In early compat levels, the default was to stop the script in the F<prerm>, " "and starts it again in the F<postinst>." @@ -6735,7 +6787,7 @@ msgstr "" "F<prerm> stoppt und es in F<postinst> wieder startet." #. type: textblock -#: dh_installinit:105 dh_systemd_start:45 +#: dh_installinit:110 dh_systemd_start:45 msgid "" "This can be useful for daemons that should not have a possibly long downtime " "during upgrade. But you should make sure that the daemon will not get " @@ -6752,12 +6804,12 @@ msgstr "" "wenn dessen Paket zwischendurch aktualisiert wird." #. type: =item -#: dh_installinit:110 dh_systemd_start:50 +#: dh_installinit:115 dh_systemd_start:50 msgid "B<--no-restart-after-upgrade>" msgstr "B<--no-restart-after-upgrade>" #. type: textblock -#: dh_installinit:112 dh_systemd_start:52 +#: dh_installinit:117 dh_systemd_start:52 msgid "" "Undo a previous B<--restart-after-upgrade> (or the default of compat 10). " "If no other options are given, this will cause the service to be stopped in " @@ -6769,12 +6821,12 @@ msgstr "" "gestoppt und im F<postinst>-Skript wieder gestartet wird." #. type: =item -#: dh_installinit:117 dh_systemd_start:57 +#: dh_installinit:122 dh_systemd_start:57 msgid "B<-r>, B<--no-stop-on-upgrade>, B<--no-restart-on-upgrade>" msgstr "B<-r>, B<--no-stop-on-upgrade>, B<--no-restart-on-upgrade>" #. type: textblock -#: dh_installinit:119 +#: dh_installinit:124 msgid "" "Do not stop init script on upgrade. This has the side-effect of not " "restarting the service as a part of the upgrade." @@ -6783,7 +6835,7 @@ msgstr "" "der Dienst nicht als Teil des Upgrades neu gestartet wird." #. type: textblock -#: dh_installinit:122 +#: dh_installinit:127 msgid "" "If you want to restart the service with minimal downtime, please use B<--" "restart-after-upgrade> (default in compat 10 or later). If you want the " @@ -6797,7 +6849,7 @@ msgstr "" "no-restart-after-upgrade> (beachten Sie das »after-upgrade«)." #. type: textblock -#: dh_installinit:127 +#: dh_installinit:132 msgid "" "Note that the B<--no-restart-on-upgrade> alias is deprecated and will be " "removed in compat 12. This is to avoid confusion with the B<--no-restart-" @@ -6810,12 +6862,12 @@ msgstr "" "upgrade> wurde in Debhelper 10.2 eingeführt (enthalten in Debian Stretch)." #. type: =item -#: dh_installinit:132 dh_systemd_start:61 +#: dh_installinit:137 dh_systemd_start:61 msgid "B<--no-start>" msgstr "B<--no-start>" #. type: textblock -#: dh_installinit:134 +#: dh_installinit:139 msgid "" "Do not start the init script on install or upgrade, or stop it on removal. " "Only call B<update-rc.d>. Useful for rcS scripts." @@ -6825,12 +6877,12 @@ msgstr "" "für rcS-Skripte." #. type: =item -#: dh_installinit:137 dh_systemd_enable:87 +#: dh_installinit:142 dh_systemd_enable:87 msgid "B<--no-enable>" msgstr "B<--no-enable>" #. type: textblock -#: dh_installinit:139 +#: dh_installinit:144 msgid "" "Disable the init script on purge, but do not enable them on install. This " "implies a versioned dependency on B<< init-system-helpers (E<gt>= 1.51) >> " @@ -6839,7 +6891,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:144 +#: dh_installinit:149 #, fuzzy #| msgid "" #| "B<Note> that this option does not affect whether the services are " @@ -6855,7 +6907,7 @@ msgstr "" "z.B. seine B<--no-start>-Option)." #. type: textblock -#: dh_installinit:148 +#: dh_installinit:153 #, fuzzy #| msgid "B<-u>I<params> B<--update-rcd-params=>I<params>" msgid "" @@ -6864,12 +6916,12 @@ msgid "" msgstr "B<-u>I<Parameter> B<--update-rcd-params=>I<Parameter>" #. type: =item -#: dh_installinit:151 +#: dh_installinit:156 msgid "B<-d>, B<--remove-d>" msgstr "B<-d>, B<--remove-d>" #. type: textblock -#: dh_installinit:153 +#: dh_installinit:158 msgid "" "Remove trailing B<d> from the name of the package, and use the result for " "the filename the upstart job file is installed as in F<etc/init/> , and for " @@ -6886,12 +6938,12 @@ msgstr "" "gegenüber dem im Folgenden beschriebenen Parameter B<--init-script>.)" #. type: =item -#: dh_installinit:160 +#: dh_installinit:165 msgid "B<-u>I<params> B<--update-rcd-params=>I<params>" msgstr "B<-u>I<Parameter> B<--update-rcd-params=>I<Parameter>" #. type: textblock -#: dh_installinit:164 +#: dh_installinit:169 #, fuzzy #| msgid "" #| "Pass I<params> to L<update-rc.d(8)>. If not specified, B<defaults> will " @@ -6905,12 +6957,12 @@ msgstr "" "B<defaults> an L<update-rc.d(8)> übergeben." #. type: textblock -#: dh_installinit:168 +#: dh_installinit:173 msgid "Cannot be combined with B<--no-enable>." msgstr "" #. type: textblock -#: dh_installinit:172 +#: dh_installinit:177 msgid "" "Install the init script (and default file) as well as upstart job file using " "the filename I<name> instead of the default filename, which is the package " @@ -6928,12 +6980,12 @@ msgstr "" "F<debian/package.default> and F<debian/package.upstart>." #. type: =item -#: dh_installinit:180 +#: dh_installinit:185 msgid "B<--init-script=>I<scriptname>" msgstr "B<--init-script=>I<Skriptname>" #. type: textblock -#: dh_installinit:182 +#: dh_installinit:187 msgid "" "Use I<scriptname> as the filename the init script is installed as in F<etc/" "init.d/> (and also use it as the filename for the defaults file, if it is " @@ -6951,7 +7003,7 @@ msgstr "" "die normalerweise installiert werden." #. type: textblock -#: dh_installinit:189 +#: dh_installinit:194 msgid "" "This parameter is deprecated, use the B<--name> parameter instead. This " "parameter is incompatible with the use of upstart jobs." @@ -6960,12 +7012,12 @@ msgstr "" "name>. Dieser Parameter ist für die Benutzung mit Upstart-Jobs inkompatibel." #. type: =item -#: dh_installinit:192 +#: dh_installinit:197 msgid "B<--error-handler=>I<function>" msgstr "B<--error-handler=>I<Funktion>" #. type: textblock -#: dh_installinit:194 +#: dh_installinit:199 msgid "" "Call the named shell I<function> if running the init script fails. The " "function should be provided in the F<prerm> and F<postinst> scripts, before " @@ -6976,12 +7028,19 @@ msgstr "" "F<postinst>-Skripten vor der Markierung B<#DEBHELPER#> bereitgestellt werden." #. type: textblock -#: dh_installinit:411 +#: dh_installinit:408 +#, fuzzy +#| msgid "L<debhelper(7)>, L<dpkg-shlibdeps(1)>" +msgid "L<debhelper(7)>, L<dh_installsystemd(1)>" +msgstr "L<debhelper(7)>, L<dpkg-shlibdeps(1)>" + +#. type: textblock +#: dh_installinit:416 msgid "Steve Langasek <steve.langasek@canonical.com>" msgstr "Steve Langasek <steve.langasek@canonical.com>" #. type: textblock -#: dh_installinit:413 +#: dh_installinit:418 msgid "Michael Stapelberg <stapelberg@debian.org>" msgstr "Michael Stapelberg <stapelberg@debian.org>" diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot index 9d9758a4..043cc87f 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-06-24 09:16+0000\n" +"POT-Creation-Date: 2018-08-08 14:37+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" @@ -273,7 +273,7 @@ msgid "Verbose mode: show all commands that modify the package build directory." msgstr "" #. type: =item -#: debhelper.pod:148 dh:72 +#: debhelper.pod:148 dh:82 msgid "B<--no-act>" msgstr "" @@ -443,7 +443,7 @@ msgid "Do not modify F<postinst>, F<postrm>, etc. scripts." msgstr "" #. type: =item -#: 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 +#: debhelper.pod:228 dh_compress:56 dh_dwz:44 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 "" @@ -590,7 +590,7 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:304 dh:64 +#: debhelper.pod:304 dh:74 msgid "B<--list>, B<-l>" msgstr "" @@ -706,7 +706,7 @@ msgid "Changes from v5 are:" msgstr "" #. type: =item -#: 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:756 debhelper.pod:775 debhelper.pod:785 debhelper.pod:789 debhelper.pod:794 debhelper.pod:799 debhelper.pod:806 debhelper.pod:812 debhelper.pod:820 debhelper.pod:826 debhelper.pod:830 debhelper.pod:835 debhelper.pod:840 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:756 debhelper.pod:775 debhelper.pod:785 debhelper.pod:789 debhelper.pod:794 debhelper.pod:799 debhelper.pod:806 debhelper.pod:812 debhelper.pod:820 debhelper.pod:826 debhelper.pod:830 debhelper.pod:835 debhelper.pod:840 debhelper.pod:849 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 "" @@ -1386,18 +1386,48 @@ msgid "" "override target for them in F<debian/rules> (e.g. I<override_dh_dwz:>)" msgstr "" +#. type: textblock +#: debhelper.pod:851 +msgid "" +"The build systems B<meson> and B<autoconf> no longer explicitly set the " +"B<--libexecdir> variable and thus relies on the build system default - which " +"should be B</usr/libexec> (per FHS 3.0, adopted in Debian Policy 4.1.5)." +msgstr "" + +#. type: textblock +#: debhelper.pod:856 +msgid "" +"If a particular upstream package does not use the correct default, the " +"parameter can often be passed manually via L<dh_auto_configure(1)>. E.g. " +"via the following example:" +msgstr "" + +#. type: verbatim +#: debhelper.pod:860 +#, no-wrap +msgid "" +" override_dh_auto_configure:\n" +" \tdh_auto_configure -- --libexecdir=/usr/libexec\n" +"\n" +msgstr "" + +#. type: textblock +#: debhelper.pod:863 +msgid "Note the B<--> before the B<--libexecdir> parameter." +msgstr "" + #. type: =head1 -#: debhelper.pod:853 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:869 dh_auto_test:48 dh_dwz:57 dh_installcatalogs:64 dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89 dh_installinit:205 dh_installinitramfs:53 dh_installman:128 dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40 dh_movefiles:67 dh_strip:119 dh_usrlocal:60 dh_systemd_enable:104 dh_systemd_start:68 msgid "NOTES" msgstr "" #. type: =head2 -#: debhelper.pod:855 +#: debhelper.pod:871 msgid "Multiple binary package support" msgstr "" #. type: textblock -#: debhelper.pod:857 +#: debhelper.pod:873 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 " @@ -1409,7 +1439,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:865 +#: debhelper.pod:881 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>, " @@ -1419,7 +1449,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:871 +#: debhelper.pod:887 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, " @@ -1427,7 +1457,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:875 +#: debhelper.pod:891 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 " @@ -1436,12 +1466,12 @@ msgid "" msgstr "" #. type: =head3 -#: debhelper.pod:880 +#: debhelper.pod:896 msgid "Interaction between package selections and Build-Profiles" msgstr "" #. type: textblock -#: debhelper.pod:882 +#: debhelper.pod:898 msgid "" "Build-Profiles affect which packages are included in the package selections " "mechanisms in debhelper. Generally, the package selections are described " @@ -1451,19 +1481,19 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:890 +#: debhelper.pod:906 msgid "-a/--arch, -i/--indep OR no selection options (a raw \"dh_X\" call)" msgstr "" #. type: textblock -#: debhelper.pod:892 +#: debhelper.pod:908 msgid "" "The package disabled by Build-Profiles is silently excluded from the " "selection." msgstr "" #. type: textblock -#: debhelper.pod:895 +#: debhelper.pod:911 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 " @@ -1471,39 +1501,39 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:899 +#: debhelper.pod:915 msgid "-N I<package> / --no-package I<package>" msgstr "" #. type: textblock -#: debhelper.pod:901 +#: debhelper.pod:917 msgid "The option is accepted and effectively does nothing." msgstr "" #. type: =item -#: debhelper.pod:903 +#: debhelper.pod:919 msgid "-p I<package> / --package I<package>" msgstr "" #. type: textblock -#: debhelper.pod:905 +#: debhelper.pod:921 msgid "The option is accepted, but debhelper will not act on the package." msgstr "" #. type: textblock -#: debhelper.pod:909 +#: debhelper.pod:925 msgid "" "Note that it does not matter whether a package is enabled or disabled by " "default." msgstr "" #. type: =head2 -#: debhelper.pod:912 +#: debhelper.pod:928 msgid "Automatic generation of Debian install scripts" msgstr "" #. type: textblock -#: debhelper.pod:914 +#: debhelper.pod:930 msgid "" "Some debhelper commands will automatically generate parts of Debian " "maintainer scripts. If you want these automatically generated things " @@ -1514,21 +1544,21 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:921 +#: debhelper.pod:937 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:924 +#: debhelper.pod:940 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:927 +#: debhelper.pod:943 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 " @@ -1537,7 +1567,7 @@ msgid "" msgstr "" #. type: verbatim -#: debhelper.pod:932 +#: debhelper.pod:948 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -1557,12 +1587,12 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:945 +#: debhelper.pod:961 msgid "Automatic generation of miscellaneous dependencies." msgstr "" #. type: textblock -#: debhelper.pod:947 +#: debhelper.pod:963 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 " @@ -1574,7 +1604,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:955 +#: debhelper.pod:971 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called " @@ -1583,7 +1613,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:960 +#: debhelper.pod:976 msgid "" "This is entirely independent of the standard B<${shlibs:Depends}> generated " "by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by " @@ -1592,19 +1622,19 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:965 +#: debhelper.pod:981 msgid "Package build directories" msgstr "" #. type: textblock -#: debhelper.pod:967 +#: debhelper.pod:983 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:970 +#: debhelper.pod:986 msgid "" "Sometimes, you might want to use some other temporary directory. This is " "supported by the B<-P> flag. For example, \"B<dh_installdocs " @@ -1616,12 +1646,12 @@ msgid "" msgstr "" #. type: =head2 -#: debhelper.pod:978 +#: debhelper.pod:994 msgid "udebs" msgstr "" #. type: textblock -#: debhelper.pod:980 +#: debhelper.pod:996 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>. " @@ -1632,12 +1662,12 @@ msgid "" msgstr "" #. type: =head1 -#: debhelper.pod:987 +#: debhelper.pod:1003 msgid "ENVIRONMENT" msgstr "" #. type: textblock -#: debhelper.pod:989 +#: debhelper.pod:1005 msgid "" "The following environment variables can influence the behavior of " "debhelper. It is important to note that these must be actual environment " @@ -1647,24 +1677,24 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:997 +#: debhelper.pod:1013 msgid "B<DH_VERBOSE>" msgstr "" #. type: textblock -#: debhelper.pod:999 +#: debhelper.pod:1015 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:1002 +#: debhelper.pod:1018 msgid "B<DH_QUIET>" msgstr "" #. type: textblock -#: debhelper.pod:1004 +#: debhelper.pod:1020 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 " @@ -1674,53 +1704,53 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:1011 +#: debhelper.pod:1027 msgid "B<DH_COMPAT>" msgstr "" #. type: textblock -#: debhelper.pod:1013 +#: debhelper.pod:1029 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in F<debian/compat>." msgstr "" #. type: =item -#: debhelper.pod:1016 +#: debhelper.pod:1032 msgid "B<DH_NO_ACT>" msgstr "" #. type: textblock -#: debhelper.pod:1018 +#: debhelper.pod:1034 msgid "Set to B<1> to enable no-act mode." msgstr "" #. type: =item -#: debhelper.pod:1020 +#: debhelper.pod:1036 msgid "B<DH_OPTIONS>" msgstr "" #. type: textblock -#: debhelper.pod:1022 +#: debhelper.pod:1038 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands." msgstr "" #. type: textblock -#: debhelper.pod:1025 +#: debhelper.pod:1041 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:1028 +#: debhelper.pod:1044 msgid "B<DH_ALWAYS_EXCLUDE>" msgstr "" #. type: textblock -#: debhelper.pod:1030 +#: debhelper.pod:1046 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 " @@ -1728,7 +1758,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:1034 +#: debhelper.pod:1050 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 " @@ -1739,19 +1769,19 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:1041 +#: debhelper.pod:1057 msgid "" "Multiple things to exclude can be separated with colons, as in " "B<DH_ALWAYS_EXCLUDE=CVS:.svn>" msgstr "" #. type: =item -#: debhelper.pod:1044 +#: debhelper.pod:1060 msgid "B<DH_EXTRA_ADDONS>" msgstr "" #. type: textblock -#: debhelper.pod:1046 +#: debhelper.pod:1062 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 " @@ -1760,7 +1790,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:1051 +#: debhelper.pod:1067 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 " @@ -1769,37 +1799,37 @@ msgid "" msgstr "" #. type: =head1 -#: debhelper.pod:1058 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 +#: debhelper.pod:1074 debhelper-obsolete-compat.pod:118 dh:1093 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:141 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:406 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:117 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:1062 +#: debhelper.pod:1078 msgid "F</usr/share/doc/debhelper/examples/>" msgstr "" #. type: textblock -#: debhelper.pod:1064 +#: debhelper.pod:1080 msgid "A set of example F<debian/rules> files that use debhelper." msgstr "" #. type: =item -#: debhelper.pod:1066 +#: debhelper.pod:1082 msgid "L<http://joeyh.name/code/debhelper/>" msgstr "" #. type: textblock -#: debhelper.pod:1068 +#: debhelper.pod:1084 msgid "Debhelper web site." msgstr "" #. type: =head1 -#: debhelper.pod:1072 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 +#: debhelper.pod:1088 dh:1099 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:147 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:123 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:1074 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 +#: debhelper.pod:1090 dh:1101 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:414 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:125 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 "" @@ -1955,17 +1985,17 @@ 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: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 +#: debhelper-obsolete-compat.pod:120 dh:1095 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:143 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_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:119 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 "" #. type: =head1 -#: debhelper-obsolete-compat.pod:122 dh_installinit:407 dh_systemd_enable:285 dh_systemd_start:273 +#: debhelper-obsolete-compat.pod:122 dh_installinit:412 dh_systemd_enable:285 dh_systemd_start:273 msgid "AUTHORS" msgstr "" #. type: textblock -#: debhelper-obsolete-compat.pod:124 dh_dwz:152 +#: debhelper-obsolete-compat.pod:124 dh_dwz:149 msgid "Niels Thykier <niels@thykier.net>" msgstr "" @@ -2028,7 +2058,7 @@ msgid "" msgstr "" #. type: =head1 -#: dh:45 dh_auto_build:32 dh_auto_clean:33 dh_auto_configure:35 dh_auto_install:46 dh_auto_test:34 dh_bugfiles:53 dh_builddeb:34 dh_clean:47 dh_compress:52 dh_dwz:29 dh_fixperms:40 dh_gconf:42 dh_gencontrol:38 dh_icons:33 dh_install:66 dh_installcatalogs:53 dh_installchangelogs:73 dh_installcron:43 dh_installdebconf:64 dh_installdirs:42 dh_installdocs:90 dh_installemacsen:56 dh_installexamples:41 dh_installifupdown:42 dh_installinfo:38 dh_installinit:73 dh_installinitramfs:43 dh_installlogcheck:45 dh_installlogrotate:25 dh_installman:83 dh_installmanpages:43 dh_installmenu:44 dh_installmodules:41 dh_installpam:34 dh_installppp:38 dh_installudev:34 dh_installwm:38 dh_link:66 dh_makeshlibs:52 dh_md5sums:31 dh_movefiles:41 dh_perl:34 dh_prep:29 dh_shlibdeps:30 dh_strip:38 dh_testdir:26 dh_usrlocal:50 dh_systemd_enable:83 dh_systemd_start:33 +#: dh:45 dh_auto_build:32 dh_auto_clean:33 dh_auto_configure:35 dh_auto_install:46 dh_auto_test:34 dh_bugfiles:53 dh_builddeb:34 dh_clean:47 dh_compress:52 dh_dwz:26 dh_fixperms:40 dh_gconf:42 dh_gencontrol:38 dh_icons:33 dh_install:66 dh_installcatalogs:53 dh_installchangelogs:73 dh_installcron:43 dh_installdebconf:64 dh_installdirs:42 dh_installdocs:90 dh_installemacsen:56 dh_installexamples:41 dh_installifupdown:42 dh_installinfo:38 dh_installinit:78 dh_installinitramfs:43 dh_installlogcheck:45 dh_installlogrotate:25 dh_installman:83 dh_installmanpages:43 dh_installmenu:44 dh_installmodules:41 dh_installpam:34 dh_installppp:38 dh_installudev:34 dh_installwm:38 dh_link:66 dh_makeshlibs:52 dh_md5sums:31 dh_movefiles:41 dh_perl:34 dh_prep:29 dh_shlibdeps:30 dh_strip:38 dh_testdir:26 dh_usrlocal:50 dh_systemd_enable:83 dh_systemd_start:33 msgid "OPTIONS" msgstr "" @@ -2048,13 +2078,27 @@ msgid "" "addon interface." msgstr "" -#. type: =item +#. type: textblock #: dh:58 +msgid "" +"A B<Build-Depends> relation on the package B<dh-sequence->I<addon> implies a " +"B<--with> I<addon>. This avoids the need for an explicit B<--with> in " +"F<debian/rules> that only duplicates what is already declared via the build " +"dependencies in F<debian/control>. Note that only relations in the " +"B<Build-Depends> field are considered (i.e. B<Build-Depends-Indep> and " +"B<Build-Depends-Arch> are deliberately unsupported). Please keep in mind " +"that B<dh> insists on \"simple\" relations (e.g. a relation like " +"\"B<dh-sequence->I<addon> | B<some-other-pkg>\" will I<not> imply B<--with> " +"I<addon>)." +msgstr "" + +#. type: =item +#: dh:68 msgid "B<--without> I<addon>" msgstr "" #. type: textblock -#: dh:60 +#: dh:70 msgid "" "The inverse of B<--with>, disables using the given addon. This option can be " "repeated more than once, or multiple addons to disable can be listed, " @@ -2062,31 +2106,31 @@ msgid "" msgstr "" #. type: textblock -#: dh:66 +#: dh:76 msgid "List all available addons." msgstr "" #. type: textblock -#: dh:68 +#: dh:78 msgid "" "When called only with this option, B<dh> can be called from any directory " "(i.e. it does not need access to files from a source package)." msgstr "" #. type: textblock -#: dh:74 +#: dh:84 msgid "Prints commands that would run for a given sequence, but does not run them." msgstr "" #. type: textblock -#: dh:76 +#: dh:86 msgid "" "Note that dh normally skips running commands that it knows will do nothing. " "With --no-act, the full list of commands in a sequence is printed." msgstr "" #. type: textblock -#: dh:81 +#: dh:91 msgid "" "Other options passed to B<dh> are passed on to each command it runs. This " "can be used to set an option like B<-v> or B<-X> or B<-N>, as well as for " @@ -2094,19 +2138,19 @@ msgid "" msgstr "" #. type: =head1 -#: dh:85 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:155 dh_shlibdeps:78 +#: dh:95 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:155 dh_shlibdeps:78 msgid "EXAMPLES" msgstr "" #. type: textblock -#: dh:87 +#: dh:97 msgid "" "To see what commands are included in a sequence, without actually doing " "anything:" msgstr "" #. type: verbatim -#: dh:90 +#: dh:100 #, no-wrap msgid "" "\tdh binary-arch --no-act\n" @@ -2114,14 +2158,14 @@ msgid "" msgstr "" #. type: textblock -#: dh:92 +#: dh:102 msgid "" "This is a very simple rules file, for packages where the default sequences " "of commands work with no additional options." msgstr "" #. type: verbatim -#: dh:95 dh:116 dh:129 +#: dh:105 dh:126 dh:139 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2131,14 +2175,14 @@ msgid "" msgstr "" #. type: textblock -#: dh:99 +#: dh:109 msgid "" "Often you'll want to pass an option to a specific debhelper command. The " "easy way to do with is by adding an override target for that command." msgstr "" #. type: verbatim -#: dh:102 dh:186 dh:197 +#: dh:112 dh:196 dh:207 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2148,7 +2192,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh:106 +#: dh:116 #, no-wrap msgid "" "\toverride_dh_strip:\n" @@ -2157,7 +2201,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh:109 +#: dh:119 #, no-wrap msgid "" "\toverride_dh_auto_configure:\n" @@ -2166,7 +2210,7 @@ msgid "" msgstr "" #. type: textblock -#: dh:112 +#: dh:122 msgid "" "Sometimes the automated L<dh_auto_configure(1)> and L<dh_auto_build(1)> " "can't guess what to do for a strange package. Here's how to avoid running " @@ -2174,7 +2218,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh:120 +#: dh:130 #, no-wrap msgid "" "\toverride_dh_auto_configure:\n" @@ -2183,7 +2227,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh:123 +#: dh:133 #, no-wrap msgid "" "\toverride_dh_auto_build:\n" @@ -2192,14 +2236,14 @@ msgid "" msgstr "" #. type: textblock -#: dh:126 +#: dh:136 msgid "" "Another common case is wanting to do something manually before or after a " "particular debhelper command is run." msgstr "" #. type: verbatim -#: dh:133 +#: dh:143 #, no-wrap msgid "" "\toverride_dh_fixperms:\n" @@ -2209,14 +2253,14 @@ msgid "" msgstr "" #. type: textblock -#: dh:137 +#: dh:147 msgid "" "Python tools are not run by dh by default, due to the continual change in " "that area. Here is how to use B<dh_python2>." msgstr "" #. type: verbatim -#: dh:140 +#: dh:150 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2226,14 +2270,14 @@ msgid "" msgstr "" #. type: textblock -#: dh:144 +#: dh:154 msgid "" "Here is how to force use of Perl's B<Module::Build> build system, which can " "be necessary if debhelper wrongly detects that the package uses MakeMaker." msgstr "" #. type: verbatim -#: dh:148 +#: dh:158 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2243,7 +2287,7 @@ msgid "" msgstr "" #. type: textblock -#: dh:152 +#: dh:162 msgid "" "Here is an example of overriding where the B<dh_auto_>I<*> commands find the " "package's source, for a package where the source is located in a " @@ -2251,7 +2295,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh:156 +#: dh:166 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2261,14 +2305,14 @@ msgid "" msgstr "" #. type: textblock -#: dh:160 +#: dh:170 msgid "" "And here is an example of how to tell the B<dh_auto_>I<*> commands to build " "in a subdirectory, which will be removed on B<clean>." msgstr "" #. type: verbatim -#: dh:163 +#: dh:173 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2278,14 +2322,14 @@ msgid "" msgstr "" #. type: textblock -#: dh:167 +#: dh:177 msgid "" "If your package can be built in parallel, please either use compat 10 or " "pass B<--parallel> to dh. Then B<dpkg-buildpackage -j> will work." msgstr "" #. type: verbatim -#: dh:170 +#: dh:180 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2295,7 +2339,7 @@ msgid "" msgstr "" #. type: textblock -#: dh:174 +#: dh:184 msgid "" "If your package cannot be built reliably while using multiple threads, " "please pass B<--no-parallel> to dh (or the relevant B<dh_auto_>I<*> " @@ -2303,7 +2347,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh:179 +#: dh:189 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2313,14 +2357,14 @@ msgid "" msgstr "" #. type: textblock -#: dh:183 +#: dh:193 msgid "" "Here is a way to prevent B<dh> from running several commands that you don't " "want it to run, by defining empty override targets for each command." msgstr "" #. type: verbatim -#: dh:190 +#: dh:200 #, no-wrap msgid "" "\t# Commands not to run:\n" @@ -2329,7 +2373,7 @@ msgid "" msgstr "" #. type: textblock -#: dh:193 +#: dh:203 msgid "" "A long build process for a separate documentation package can be separated " "out using architecture independent overrides. These will be skipped when " @@ -2337,7 +2381,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh:201 +#: dh:211 #, no-wrap msgid "" "\toverride_dh_auto_build-indep:\n" @@ -2346,7 +2390,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh:204 +#: dh:214 #, no-wrap msgid "" "\t# No tests needed for docs\n" @@ -2355,7 +2399,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh:207 +#: dh:217 #, no-wrap msgid "" "\toverride_dh_auto_install-indep:\n" @@ -2364,7 +2408,7 @@ msgid "" msgstr "" #. type: textblock -#: dh:210 +#: dh:220 msgid "" "Adding to the example above, suppose you need to chmod a file, but only when " "building the architecture dependent package, as it's not present when " @@ -2372,7 +2416,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh:214 +#: dh:224 #, no-wrap msgid "" "\toverride_dh_fixperms-arch:\n" @@ -2382,19 +2426,19 @@ msgid "" msgstr "" #. type: =head1 -#: dh:218 +#: dh:228 msgid "INTERNALS" msgstr "" #. type: textblock -#: dh:220 +#: dh:230 msgid "" "If you're curious about B<dh>'s internals, here's how it works under the " "hood." msgstr "" #. type: textblock -#: dh:222 +#: dh:232 msgid "" "In compat 10 (or later), B<dh> creates a stamp file " "F<debian/debhelper-build-stamp> after the build step(s) are complete to " @@ -2405,7 +2449,7 @@ msgid "" msgstr "" #. type: textblock -#: dh:230 +#: dh:240 msgid "" "Inside an override target, B<dh_*> commands will create a log file " "F<debian/package.debhelper.log> to keep track of which packages the " @@ -2414,7 +2458,7 @@ msgid "" msgstr "" #. type: textblock -#: dh:235 +#: dh:245 msgid "" "In compat 9 or earlier, each debhelper command will record when it's " "successfully run in F<debian/package.debhelper.log>. (Which B<dh_clean> " @@ -2423,7 +2467,7 @@ msgid "" msgstr "" #. type: textblock -#: dh:240 +#: dh:250 msgid "" "Each time B<dh> is run (in compat 9 or earlier), it examines the log, and " "finds the last logged command that is in the specified sequence. It then " @@ -2433,14 +2477,14 @@ msgid "" msgstr "" #. type: textblock -#: dh:246 +#: dh:256 msgid "" "A sequence can also run dependent targets in debian/rules. For example, the " "\"binary\" sequence runs the \"install\" target." msgstr "" #. type: textblock -#: dh:249 +#: dh:259 msgid "" "B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass " "information through to debhelper commands that are run inside override " @@ -2449,7 +2493,7 @@ msgid "" msgstr "" #. type: textblock -#: dh:254 +#: dh:264 msgid "" "Commands in the B<build-indep>, B<install-indep> and B<binary-indep> " "sequences are passed the B<-i> option to ensure they only work on " @@ -2459,59 +2503,59 @@ msgid "" msgstr "" #. type: =head1 -#: dh:260 +#: dh:270 msgid "DEPRECATED OPTIONS" msgstr "" #. type: textblock -#: dh:262 +#: dh:272 msgid "" "The following options are deprecated. It's much better to use override " "targets instead. They are B<not> available in compat 10." msgstr "" #. type: =item -#: dh:268 +#: dh:278 msgid "B<--until> I<cmd>" msgstr "" #. type: textblock -#: dh:270 +#: dh:280 msgid "Run commands in the sequence until and including I<cmd>, then stop." msgstr "" #. type: =item -#: dh:272 +#: dh:282 msgid "B<--before> I<cmd>" msgstr "" #. type: textblock -#: dh:274 +#: dh:284 msgid "Run commands in the sequence before I<cmd>, then stop." msgstr "" #. type: =item -#: dh:276 +#: dh:286 msgid "B<--after> I<cmd>" msgstr "" #. type: textblock -#: dh:278 +#: dh:288 msgid "Run commands in the sequence that come after I<cmd>." msgstr "" #. type: =item -#: dh:280 +#: dh:290 msgid "B<--remaining>" msgstr "" #. type: textblock -#: dh:282 +#: dh:292 msgid "Run all commands in the sequence that have yet to be run." msgstr "" #. type: textblock -#: dh:286 +#: dh:296 msgid "" "In the above options, I<cmd> can be a full name of a debhelper command, or a " "substring. It'll first search for a command in the sequence exactly matching " @@ -2520,7 +2564,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: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 +#: dh:1097 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:145 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:410 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:121 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 "" @@ -2562,7 +2606,7 @@ msgid "" msgstr "" #. type: =item -#: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59 dh_auto_test:41 dh_builddeb:48 dh_dwz:53 dh_gencontrol:42 dh_installdebconf:72 dh_installinit:162 dh_makeshlibs:149 dh_shlibdeps:41 +#: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59 dh_auto_test:41 dh_builddeb:48 dh_dwz:50 dh_gencontrol:42 dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:149 dh_shlibdeps:41 msgid "B<--> I<params>" msgstr "" @@ -2798,7 +2842,7 @@ msgid "" msgstr "" #. type: =head1 -#: dh_bugfiles:25 dh_clean:34 dh_compress:35 dh_gconf:26 dh_install:40 dh_installcatalogs:39 dh_installchangelogs:49 dh_installcron:24 dh_installdeb:25 dh_installdebconf:37 dh_installdirs:28 dh_installdocs:40 dh_installemacsen:30 dh_installexamples:31 dh_installifupdown:25 dh_installinfo:28 dh_installinit:36 dh_installinitramfs:30 dh_installlogcheck:24 dh_installman:73 dh_installmenu:28 dh_installmime:24 dh_installmodules:31 dh_installpam:24 dh_installppp:24 dh_installudev:24 dh_installwm:28 dh_link:46 dh_lintian:24 dh_makeshlibs:29 dh_movefiles:29 dh_systemd_enable:41 +#: dh_bugfiles:25 dh_clean:34 dh_compress:35 dh_gconf:26 dh_install:40 dh_installcatalogs:39 dh_installchangelogs:49 dh_installcron:24 dh_installdeb:25 dh_installdebconf:37 dh_installdirs:28 dh_installdocs:40 dh_installemacsen:30 dh_installexamples:31 dh_installifupdown:25 dh_installinfo:28 dh_installinit:41 dh_installinitramfs:30 dh_installlogcheck:24 dh_installman:73 dh_installmenu:28 dh_installmime:24 dh_installmodules:31 dh_installpam:24 dh_installppp:24 dh_installudev:24 dh_installwm:28 dh_link:46 dh_lintian:24 dh_makeshlibs:29 dh_movefiles:29 dh_systemd_enable:41 msgid "FILES" msgstr "" @@ -3159,25 +3203,18 @@ msgstr "" #. type: textblock #: dh_dwz:22 msgid "" -"B<Caveat>: This tool is experimental and may disappear or change behaviour " -"without any notice." -msgstr "" - -#. type: textblock -#: dh_dwz:25 -msgid "" "B<dh_dwz> is a debhelper program that will optimize the (uncompressed) size " "of the DWARF debug information in ELF binaries. It does so by running " "L<dwz(1)> on all the ELF binaries in the package." msgstr "" #. type: =item -#: dh_dwz:33 +#: dh_dwz:30 msgid "B<--dwz-multifile>, B<--no-dwz-multifile>" msgstr "" #. type: textblock -#: dh_dwz:35 +#: dh_dwz:32 msgid "" "Whether L<dwz(1)> should generate a I<multifile> from the ELF binaries in " "the same package (it does by default). When enabled, if a package ships at " @@ -3186,7 +3223,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:40 +#: dh_dwz:37 msgid "" "Note this options may not work if a package contains more ELF binaries than " "can fit on a single command line. If this becomes a problem, please pass " @@ -3194,14 +3231,14 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:44 +#: dh_dwz:41 msgid "" "The generated multifile will be compressed with B<objcopy " "--compress-debug-sections>." msgstr "" #. type: textblock -#: dh_dwz:49 dh_strip:44 +#: dh_dwz:46 dh_strip:44 msgid "" "Exclude files that contain I<item> anywhere in their filename from being " "stripped. You may use this option multiple times to build up a list of " @@ -3209,14 +3246,14 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:55 +#: dh_dwz:52 msgid "" "Pass I<params> to L<dwz(1)> when it processes ELF binaries. This is mostly " "useful for setting memory related parameters (e.g. -l and -L)." msgstr "" #. type: textblock -#: dh_dwz:62 +#: dh_dwz:59 msgid "" "If the B<DEB_BUILD_OPTIONS> environment variable contains B<nostrip>, " "nothing will be stripped, in accordance with Debian policy (section 10.1 " @@ -3224,7 +3261,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:66 +#: dh_dwz:63 msgid "" "While this tool technically does not remove debug information from binaries, " "it is still skipped when the B<DEB_BUILD_OPTIONS> environment variable " @@ -3434,7 +3471,7 @@ msgid "" msgstr "" #. type: =item -#: dh_icons:37 dh_installcatalogs:57 dh_installdebconf:68 dh_installemacsen:60 dh_installinit:77 dh_installinitramfs:47 dh_installmenu:48 dh_installmodules:45 dh_installwm:48 dh_makeshlibs:132 dh_usrlocal:54 +#: dh_icons:37 dh_installcatalogs:57 dh_installdebconf:68 dh_installemacsen:60 dh_installinit:82 dh_installinitramfs:47 dh_installmenu:48 dh_installmodules:45 dh_installwm:48 dh_makeshlibs:132 dh_usrlocal:54 msgid "B<-n>, B<--no-scripts>" msgstr "" @@ -3736,7 +3773,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installcatalogs:66 dh_installemacsen:77 dh_installinit:202 dh_installinitramfs:55 dh_installmodules:59 dh_installudev:52 dh_installwm:65 dh_usrlocal:62 +#: dh_installcatalogs:66 dh_installemacsen:77 dh_installinit:207 dh_installinitramfs:55 dh_installmodules:59 dh_installudev:52 dh_installwm:65 dh_usrlocal:62 msgid "" "Note that this command is not idempotent. L<dh_prep(1)> should be called " "between invocations of this command. Otherwise, it may cause multiple " @@ -3936,7 +3973,7 @@ msgid "" msgstr "" #. type: =item -#: dh_installcron:47 dh_installifupdown:46 dh_installinit:170 dh_installlogcheck:49 dh_installlogrotate:29 dh_installmodules:49 dh_installpam:38 dh_installppp:42 dh_installudev:38 dh_systemd_enable:95 +#: dh_installcron:47 dh_installifupdown:46 dh_installinit:175 dh_installlogcheck:49 dh_installlogrotate:29 dh_installmodules:49 dh_installpam:38 dh_installppp:42 dh_installudev:38 dh_systemd_enable:95 msgid "B<--name=>I<name>" msgstr "" @@ -4902,12 +4939,15 @@ msgstr "" msgid "" "B<dh_installinit> is a debhelper program that is responsible for installing " "init scripts with associated defaults files. In compatibility levels up to " -"11, B<dh_installinit> also handled upstart job files and systemd service " -"files." +"and including 10, B<dh_installinit> will also install some systemd related " +"files provided by the debian packaging (see the L</FILES> section below). " +"In compatibility levels up to and including 11, B<dh_installinit> will also " +"handle upstart jobs provided in the debian packaging (see the L</FILES> for " +"more information on this as well)." msgstr "" #. type: textblock -#: dh_installinit:26 +#: dh_installinit:31 msgid "" "It also automatically generates the F<postinst> and F<postrm> and F<prerm> " "commands needed to set up the symlinks in F</etc/rc*.d/> to start and stop " @@ -4915,7 +4955,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:30 +#: dh_installinit:35 msgid "" "In compat 10 or earlier: If a package only ships a systemd service file and " "no sysvinit script is provided, you may want to exclude the call to " @@ -4925,36 +4965,36 @@ msgid "" msgstr "" #. type: =item -#: dh_installinit:40 +#: dh_installinit:45 msgid "debian/I<package>.init" msgstr "" #. type: textblock -#: dh_installinit:42 +#: dh_installinit:47 msgid "" "If this exists, it is installed into etc/init.d/I<package> in the package " "build directory." msgstr "" #. type: =item -#: dh_installinit:45 +#: dh_installinit:50 msgid "debian/I<package>.default" msgstr "" #. type: textblock -#: dh_installinit:47 +#: dh_installinit:52 msgid "" "If this exists, it is installed into etc/default/I<package> in the package " "build directory." msgstr "" #. type: =item -#: dh_installinit:50 +#: dh_installinit:55 msgid "debian/I<package>.upstart" msgstr "" #. type: textblock -#: dh_installinit:52 +#: dh_installinit:57 msgid "" "In compatibility level 11, this file will trigger an error with a reminder " "about ensuring the proper removal of the upstart file in the previous " @@ -4963,31 +5003,31 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:57 +#: dh_installinit:62 msgid "" "In compatibility level 10, if this file exists, it is installed into " "etc/init/I<package>.conf in the package build directory." msgstr "" #. type: =item -#: dh_installinit:60 +#: dh_installinit:65 msgid "debian/I<package>.service" msgstr "" #. type: textblock -#: dh_installinit:62 +#: dh_installinit:67 msgid "" "If this exists, it is installed into lib/systemd/system/I<package>.service " "in the package build directory. Only used in compat levels 10 and below." msgstr "" #. type: =item -#: dh_installinit:65 dh_systemd_enable:50 +#: dh_installinit:70 dh_systemd_enable:50 msgid "debian/I<package>.tmpfile" msgstr "" #. type: textblock -#: dh_installinit:67 +#: dh_installinit:72 msgid "" "If this exists, it is installed into usr/lib/tmpfiles.d/I<package>.conf in " "the package build directory. (The tmpfiles.d mechanism is currently only " @@ -4995,17 +5035,17 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:79 +#: dh_installinit:84 msgid "Do not modify F<postinst>/F<postrm>/F<prerm> scripts." msgstr "" #. type: =item -#: dh_installinit:81 +#: dh_installinit:86 msgid "B<-o>, B<--only-scripts>" msgstr "" #. type: textblock -#: dh_installinit:83 +#: dh_installinit:88 msgid "" "Only modify F<postinst>/F<postrm>/F<prerm> scripts, do not actually install " "any init script, default files, upstart job or systemd service file. May be " @@ -5014,7 +5054,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:88 +#: dh_installinit:93 msgid "" "B<Caveat>: This will bypass all the regular checks and I<unconditionally> " "modify the scripts. You will almost certainly want to use this with B<-p> " @@ -5022,7 +5062,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh_installinit:93 +#: dh_installinit:98 #, no-wrap msgid "" " override_dh_installinit:\n" @@ -5032,26 +5072,26 @@ msgid "" msgstr "" #. type: =item -#: dh_installinit:97 +#: dh_installinit:102 msgid "B<-R>, B<--restart-after-upgrade>" msgstr "" #. type: textblock -#: dh_installinit:99 +#: dh_installinit:104 msgid "" "Do not stop the init script until after the package upgrade has been " "completed. This is the default behaviour in compat 10." msgstr "" #. type: textblock -#: dh_installinit:102 +#: dh_installinit:107 msgid "" "In early compat levels, the default was to stop the script in the F<prerm>, " "and starts it again in the F<postinst>." msgstr "" #. type: textblock -#: dh_installinit:105 dh_systemd_start:45 +#: dh_installinit:110 dh_systemd_start:45 msgid "" "This can be useful for daemons that should not have a possibly long downtime " "during upgrade. But you should make sure that the daemon will not get " @@ -5060,12 +5100,12 @@ msgid "" msgstr "" #. type: =item -#: dh_installinit:110 dh_systemd_start:50 +#: dh_installinit:115 dh_systemd_start:50 msgid "B<--no-restart-after-upgrade>" msgstr "" #. type: textblock -#: dh_installinit:112 dh_systemd_start:52 +#: dh_installinit:117 dh_systemd_start:52 msgid "" "Undo a previous B<--restart-after-upgrade> (or the default of compat 10). " "If no other options are given, this will cause the service to be stopped in " @@ -5073,19 +5113,19 @@ msgid "" msgstr "" #. type: =item -#: dh_installinit:117 dh_systemd_start:57 +#: dh_installinit:122 dh_systemd_start:57 msgid "B<-r>, B<--no-stop-on-upgrade>, B<--no-restart-on-upgrade>" msgstr "" #. type: textblock -#: dh_installinit:119 +#: dh_installinit:124 msgid "" "Do not stop init script on upgrade. This has the side-effect of not " "restarting the service as a part of the upgrade." msgstr "" #. type: textblock -#: dh_installinit:122 +#: dh_installinit:127 msgid "" "If you want to restart the service with minimal downtime, please use " "B<--restart-after-upgrade> (default in compat 10 or later). If you want the " @@ -5094,7 +5134,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:127 +#: dh_installinit:132 msgid "" "Note that the B<--no-restart-on-upgrade> alias is deprecated and will be " "removed in compat 12. This is to avoid confusion with the " @@ -5103,24 +5143,24 @@ msgid "" msgstr "" #. type: =item -#: dh_installinit:132 dh_systemd_start:61 +#: dh_installinit:137 dh_systemd_start:61 msgid "B<--no-start>" msgstr "" #. type: textblock -#: dh_installinit:134 +#: dh_installinit:139 msgid "" "Do not start the init script on install or upgrade, or stop it on removal. " "Only call B<update-rc.d>. Useful for rcS scripts." msgstr "" #. type: =item -#: dh_installinit:137 dh_systemd_enable:87 +#: dh_installinit:142 dh_systemd_enable:87 msgid "B<--no-enable>" msgstr "" #. type: textblock -#: dh_installinit:139 +#: dh_installinit:144 msgid "" "Disable the init script on purge, but do not enable them on install. This " "implies a versioned dependency on B<< init-system-helpers (E<gt>= 1.51) >> " @@ -5129,7 +5169,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:144 +#: dh_installinit:149 msgid "" "B<Note> that this option does not affect whether the services are started. " "Please remember to also use B<--no-start> if the service should not be " @@ -5137,19 +5177,19 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:148 +#: dh_installinit:153 msgid "" "Cannot be combined with B<-u>I<params>, B<--update-rcd-params=>I<params>, or " "B<--> I<params>." msgstr "" #. type: =item -#: dh_installinit:151 +#: dh_installinit:156 msgid "B<-d>, B<--remove-d>" msgstr "" #. type: textblock -#: dh_installinit:153 +#: dh_installinit:158 msgid "" "Remove trailing B<d> from the name of the package, and use the result for " "the filename the upstart job file is installed as in F<etc/init/> , and for " @@ -5160,12 +5200,12 @@ msgid "" msgstr "" #. type: =item -#: dh_installinit:160 +#: dh_installinit:165 msgid "B<-u>I<params> B<--update-rcd-params=>I<params>" msgstr "" #. type: textblock -#: dh_installinit:164 +#: dh_installinit:169 msgid "" "Pass I<params> to L<update-rc.d(8)>. If not specified, B<defaults> (or " "B<defaults-disabled> with B<--no-enable>) will be passed to " @@ -5173,12 +5213,12 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:168 +#: dh_installinit:173 msgid "Cannot be combined with B<--no-enable>." msgstr "" #. type: textblock -#: dh_installinit:172 +#: dh_installinit:177 msgid "" "Install the init script (and default file) as well as upstart job file using " "the filename I<name> instead of the default filename, which is the package " @@ -5189,12 +5229,12 @@ msgid "" msgstr "" #. type: =item -#: dh_installinit:180 +#: dh_installinit:185 msgid "B<--init-script=>I<scriptname>" msgstr "" #. type: textblock -#: dh_installinit:182 +#: dh_installinit:187 msgid "" "Use I<scriptname> as the filename the init script is installed as in " "F<etc/init.d/> (and also use it as the filename for the defaults file, if it " @@ -5205,19 +5245,19 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:189 +#: dh_installinit:194 msgid "" "This parameter is deprecated, use the B<--name> parameter instead. This " "parameter is incompatible with the use of upstart jobs." msgstr "" #. type: =item -#: dh_installinit:192 +#: dh_installinit:197 msgid "B<--error-handler=>I<function>" msgstr "" #. type: textblock -#: dh_installinit:194 +#: dh_installinit:199 msgid "" "Call the named shell I<function> if running the init script fails. The " "function should be provided in the F<prerm> and F<postinst> scripts, before " @@ -5225,12 +5265,17 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:411 +#: dh_installinit:408 +msgid "L<debhelper(7)>, L<dh_installsystemd(1)>" +msgstr "" + +#. type: textblock +#: dh_installinit:416 msgid "Steve Langasek <steve.langasek@canonical.com>" msgstr "" #. type: textblock -#: dh_installinit:413 +#: dh_installinit:418 msgid "Michael Stapelberg <stapelberg@debian.org>" msgstr "" diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po index c4774bbe..d13e16c2 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-06-24 09:16+0000\n" +"POT-Creation-Date: 2018-08-08 14:37+0200\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" @@ -430,7 +430,7 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:148 dh:72 +#: debhelper.pod:148 dh:82 msgid "B<--no-act>" msgstr "B<--no-act>" @@ -663,7 +663,7 @@ msgstr "No modifica los scripts F<postinst>, F<postrm>, etc." # type: =item #. type: =item -#: debhelper.pod:228 dh_compress:56 dh_dwz:47 dh_installchangelogs:85 +#: debhelper.pod:228 dh_compress:56 dh_dwz:44 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>" @@ -883,7 +883,7 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:304 dh:64 +#: debhelper.pod:304 dh:74 msgid "B<--list>, B<-l>" msgstr "B<--list>, B<-l>" @@ -1075,13 +1075,14 @@ msgstr "Los cambios desde el nivel v5 son:" #: debhelper.pod:728 debhelper.pod:756 debhelper.pod:775 debhelper.pod:785 #: debhelper.pod:789 debhelper.pod:794 debhelper.pod:799 debhelper.pod:806 #: debhelper.pod:812 debhelper.pod:820 debhelper.pod:826 debhelper.pod:830 -#: debhelper.pod:835 debhelper.pod:840 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:835 debhelper.pod:840 debhelper.pod:849 +#: 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 "-" @@ -1834,11 +1835,48 @@ msgid "" "override target for them in F<debian/rules> (e.g. I<override_dh_dwz:>)" msgstr "" +#. type: textblock +#: debhelper.pod:851 +msgid "" +"The build systems B<meson> and B<autoconf> no longer explicitly set the B<--" +"libexecdir> variable and thus relies on the build system default - which " +"should be B</usr/libexec> (per FHS 3.0, adopted in Debian Policy 4.1.5)." +msgstr "" + +#. type: textblock +#: debhelper.pod:856 +msgid "" +"If a particular upstream package does not use the correct default, the " +"parameter can often be passed manually via L<dh_auto_configure(1)>. E.g. " +"via the following example:" +msgstr "" + +#. type: verbatim +#: debhelper.pod:860 +#, fuzzy, no-wrap +#| msgid "" +#| "\toverride_dh_auto_configure:\n" +#| "\t\tdh_auto_configure -- --with-foo --disable-bar\n" +#| "\n" +msgid "" +" override_dh_auto_configure:\n" +" \tdh_auto_configure -- --libexecdir=/usr/libexec\n" +"\n" +msgstr "" +"\toverride_dh_auto_configure:\n" +"\t\tdh_auto_configure -- --with-foo --disable-bar\n" +"\n" + +#. type: textblock +#: debhelper.pod:863 +msgid "Note the B<--> before the B<--libexecdir> parameter." +msgstr "" + # type: =head1 #. type: =head1 -#: debhelper.pod:853 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64 +#: debhelper.pod:869 dh_auto_test:48 dh_dwz:57 dh_installcatalogs:64 #: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89 -#: dh_installinit:200 dh_installinitramfs:53 dh_installman:128 +#: dh_installinit:205 dh_installinitramfs:53 dh_installman:128 #: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40 #: dh_movefiles:67 dh_strip:119 dh_usrlocal:60 dh_systemd_enable:104 #: dh_systemd_start:68 @@ -1847,13 +1885,13 @@ msgstr "NOTAS" # type: =head2 #. type: =head2 -#: debhelper.pod:855 +#: debhelper.pod:871 msgid "Multiple binary package support" msgstr "Compatibilidad con varios paquetes binarios" # type: textblock #. type: textblock -#: debhelper.pod:857 +#: debhelper.pod:873 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 " @@ -1874,7 +1912,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:865 +#: debhelper.pod:881 #, fuzzy #| msgid "" #| "To facilitate this, as well as give you more control over which packages " @@ -1896,7 +1934,7 @@ msgstr "" "los paquetes listados en el fichero de control." #. type: textblock -#: debhelper.pod:871 +#: debhelper.pod:887 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, " @@ -1904,7 +1942,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:875 +#: debhelper.pod:891 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 " @@ -1913,12 +1951,12 @@ msgid "" msgstr "" #. type: =head3 -#: debhelper.pod:880 +#: debhelper.pod:896 msgid "Interaction between package selections and Build-Profiles" msgstr "" #. type: textblock -#: debhelper.pod:882 +#: debhelper.pod:898 msgid "" "Build-Profiles affect which packages are included in the package selections " "mechanisms in debhelper. Generally, the package selections are described " @@ -1928,19 +1966,19 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:890 +#: debhelper.pod:906 msgid "-a/--arch, -i/--indep OR no selection options (a raw \"dh_X\" call)" msgstr "" #. type: textblock -#: debhelper.pod:892 +#: debhelper.pod:908 msgid "" "The package disabled by Build-Profiles is silently excluded from the " "selection." msgstr "" #. type: textblock -#: debhelper.pod:895 +#: debhelper.pod:911 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 " @@ -1949,32 +1987,32 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:899 +#: debhelper.pod:915 #, 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:901 +#: debhelper.pod:917 msgid "The option is accepted and effectively does nothing." msgstr "" # type: =item #. type: =item -#: debhelper.pod:903 +#: debhelper.pod:919 #, 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:905 +#: debhelper.pod:921 msgid "The option is accepted, but debhelper will not act on the package." msgstr "" #. type: textblock -#: debhelper.pod:909 +#: debhelper.pod:925 msgid "" "Note that it does not matter whether a package is enabled or disabled by " "default." @@ -1982,13 +2020,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:912 +#: debhelper.pod:928 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:914 +#: debhelper.pod:930 msgid "" "Some debhelper commands will automatically generate parts of Debian " "maintainer scripts. If you want these automatically generated things " @@ -2006,7 +2044,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:921 +#: debhelper.pod:937 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." @@ -2016,7 +2054,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:924 +#: debhelper.pod:940 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." @@ -2026,7 +2064,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:927 +#: debhelper.pod:943 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 " @@ -2039,7 +2077,7 @@ msgstr "" "caso comprobé que $1, $2, etc se definen con la orden «set»):" #. type: verbatim -#: debhelper.pod:932 +#: debhelper.pod:948 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -2059,12 +2097,12 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:945 +#: debhelper.pod:961 msgid "Automatic generation of miscellaneous dependencies." msgstr "Generación automática de diversas dependencias." #. type: textblock -#: debhelper.pod:947 +#: debhelper.pod:963 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 " @@ -2084,7 +2122,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:955 +#: debhelper.pod:971 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called B<" @@ -2099,7 +2137,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:960 +#: debhelper.pod:976 msgid "" "This is entirely independent of the standard B<${shlibs:Depends}> generated " "by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by " @@ -2113,13 +2151,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:965 +#: debhelper.pod:981 msgid "Package build directories" msgstr "Directorios de construcción del paquete" # type: textblock #. type: textblock -#: debhelper.pod:967 +#: debhelper.pod:983 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>." @@ -2130,7 +2168,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:970 +#: debhelper.pod:986 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>" @@ -2150,13 +2188,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:978 +#: debhelper.pod:994 msgid "udebs" msgstr "udebs" # type: textblock #. type: textblock -#: debhelper.pod:980 +#: debhelper.pod:996 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>. " @@ -2175,12 +2213,12 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:987 +#: debhelper.pod:1003 msgid "ENVIRONMENT" msgstr "ENTORNO" #. type: textblock -#: debhelper.pod:989 +#: debhelper.pod:1005 msgid "" "The following environment variables can influence the behavior of " "debhelper. It is important to note that these must be actual environment " @@ -2191,13 +2229,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:997 +#: debhelper.pod:1013 msgid "B<DH_VERBOSE>" msgstr "B<DH_VERBOSE>" # type: textblock #. type: textblock -#: debhelper.pod:999 +#: debhelper.pod:1015 #, fuzzy #| msgid "" #| "Set to B<1> to enable verbose mode. Debhelper will output every command " @@ -2212,14 +2250,14 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:1002 +#: debhelper.pod:1018 #, fuzzy #| msgid "B<DH_COMPAT>" msgid "B<DH_QUIET>" msgstr "B<DH_COMPAT>" #. type: textblock -#: debhelper.pod:1004 +#: debhelper.pod:1020 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 " @@ -2230,13 +2268,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:1011 +#: debhelper.pod:1027 msgid "B<DH_COMPAT>" msgstr "B<DH_COMPAT>" # type: textblock #. type: textblock -#: debhelper.pod:1013 +#: debhelper.pod:1029 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in F<debian/compat>." @@ -2246,25 +2284,25 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:1016 +#: debhelper.pod:1032 msgid "B<DH_NO_ACT>" msgstr "B<DH_NO_ACT>" # type: textblock #. type: textblock -#: debhelper.pod:1018 +#: debhelper.pod:1034 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:1020 +#: debhelper.pod:1036 msgid "B<DH_OPTIONS>" msgstr "B<DH_OPTIONS>" # type: textblock #. type: textblock -#: debhelper.pod:1022 +#: debhelper.pod:1038 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands." @@ -2273,7 +2311,7 @@ msgstr "" "de órdenes de todas las órdenes de debhelper." #. type: textblock -#: debhelper.pod:1025 +#: debhelper.pod:1041 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." @@ -2283,13 +2321,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:1028 +#: debhelper.pod:1044 msgid "B<DH_ALWAYS_EXCLUDE>" msgstr "B<DH_ALWAYS_EXCLUDE>" # type: textblock #. type: textblock -#: debhelper.pod:1030 +#: debhelper.pod:1046 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 " @@ -2301,7 +2339,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:1034 +#: debhelper.pod:1050 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 " @@ -2319,7 +2357,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:1041 +#: debhelper.pod:1057 msgid "" "Multiple things to exclude can be separated with colons, as in " "B<DH_ALWAYS_EXCLUDE=CVS:.svn>" @@ -2329,14 +2367,14 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:1044 +#: debhelper.pod:1060 #, fuzzy #| msgid "B<DH_OPTIONS>" msgid "B<DH_EXTRA_ADDONS>" msgstr "B<DH_OPTIONS>" #. type: textblock -#: debhelper.pod:1046 +#: debhelper.pod:1062 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 " @@ -2345,7 +2383,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:1051 +#: debhelper.pod:1067 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 " @@ -2355,19 +2393,19 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:1058 debhelper-obsolete-compat.pod:118 dh:1044 +#: debhelper.pod:1074 debhelper-obsolete-compat.pod:118 dh:1093 #: 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_dwz:141 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_installifupdown:72 dh_installinfo:107 dh_installinit:406 #: 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_listpackages:35 dh_makeshlibs:355 dh_md5sums:117 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" @@ -2375,19 +2413,19 @@ msgstr "VÉASE TAMBIÉN" # type: =item #. type: =item -#: debhelper.pod:1062 +#: debhelper.pod:1078 msgid "F</usr/share/doc/debhelper/examples/>" msgstr "F</usr/share/doc/debhelper/examples/>" # type: textblock #. type: textblock -#: debhelper.pod:1064 +#: debhelper.pod:1080 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:1066 +#: debhelper.pod:1082 #, fuzzy #| msgid "L<http://kitenet.net/~joey/code/debhelper/>" msgid "L<http://joeyh.name/code/debhelper/>" @@ -2395,15 +2433,15 @@ msgstr "L<http://kitenet.net/~joey/code/debhelper/>" # type: textblock #. type: textblock -#: debhelper.pod:1068 +#: debhelper.pod:1084 msgid "Debhelper web site." msgstr "Sitio web de Debhelper." # type: =head1 #. type: =head1 -#: debhelper.pod:1072 dh:1050 dh_auto_build:59 dh_auto_clean:61 +#: debhelper.pod:1088 dh:1099 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_builddeb:188 dh_clean:191 dh_compress:242 dh_dwz:147 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 @@ -2413,24 +2451,24 @@ msgstr "Sitio web de Debhelper." #: 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_md5sums:123 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 "AUTOR" # type: textblock #. type: textblock -#: debhelper.pod:1074 dh:1052 dh_auto_build:61 dh_auto_clean:63 +#: debhelper.pod:1090 dh:1101 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_installinfo:115 dh_installinit:414 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_makeshlibs:363 dh_md5sums:125 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 "Joey Hess <joeyh@debian.org>" @@ -2632,32 +2670,31 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper-obsolete-compat.pod:120 dh:1046 dh_auto_build:55 dh_auto_clean:57 +#: debhelper-obsolete-compat.pod:120 dh:1095 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_clean:187 dh_compress:238 dh_dwz:143 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 +#: 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:119 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 "L<debhelper(7)>" # type: =head1 #. type: =head1 -#: debhelper-obsolete-compat.pod:122 dh_installinit:407 dh_systemd_enable:285 +#: debhelper-obsolete-compat.pod:122 dh_installinit:412 dh_systemd_enable:285 #: dh_systemd_start:273 msgid "AUTHORS" msgstr "AUTORES" #. type: textblock -#: debhelper-obsolete-compat.pod:124 dh_dwz:152 +#: debhelper-obsolete-compat.pod:124 dh_dwz:149 msgid "Niels Thykier <niels@thykier.net>" msgstr "" @@ -2753,11 +2790,11 @@ msgstr "" #. type: =head1 #: dh:45 dh_auto_build:32 dh_auto_clean:33 dh_auto_configure:35 #: dh_auto_install:46 dh_auto_test:34 dh_bugfiles:53 dh_builddeb:34 dh_clean:47 -#: dh_compress:52 dh_dwz:29 dh_fixperms:40 dh_gconf:42 dh_gencontrol:38 +#: dh_compress:52 dh_dwz:26 dh_fixperms:40 dh_gconf:42 dh_gencontrol:38 #: dh_icons:33 dh_install:66 dh_installcatalogs:53 dh_installchangelogs:73 #: dh_installcron:43 dh_installdebconf:64 dh_installdirs:42 dh_installdocs:90 #: dh_installemacsen:56 dh_installexamples:41 dh_installifupdown:42 -#: dh_installinfo:38 dh_installinit:73 dh_installinitramfs:43 +#: dh_installinfo:38 dh_installinit:78 dh_installinitramfs:43 #: dh_installlogcheck:45 dh_installlogrotate:25 dh_installman:83 #: dh_installmanpages:43 dh_installmenu:44 dh_installmodules:41 #: dh_installpam:34 dh_installppp:38 dh_installudev:34 dh_installwm:38 @@ -2789,14 +2826,27 @@ msgstr "" "órdenes de debhelper. Para más documentación sobre la interfaz de extensión " "de secuencia consulte el fichero F<PROGRAMMING>." +#. type: textblock +#: dh:58 +msgid "" +"A B<Build-Depends> relation on the package B<dh-sequence->I<addon> implies a " +"B<--with> I<addon>. This avoids the need for an explicit B<--with> in " +"F<debian/rules> that only duplicates what is already declared via the build " +"dependencies in F<debian/control>. Note that only relations in the B<Build-" +"Depends> field are considered (i.e. B<Build-Depends-Indep> and B<Build-" +"Depends-Arch> are deliberately unsupported). Please keep in mind that B<dh> " +"insists on \"simple\" relations (e.g. a relation like \"B<dh-sequence-" +">I<addon> | B<some-other-pkg>\" will I<not> imply B<--with> I<addon>)." +msgstr "" + # type: =item #. type: =item -#: dh:58 +#: dh:68 msgid "B<--without> I<addon>" msgstr "B<--without> I<extensión>" #. type: textblock -#: dh:60 +#: dh:70 msgid "" "The inverse of B<--with>, disables using the given addon. This option can be " "repeated more than once, or multiple addons to disable can be listed, " @@ -2807,19 +2857,19 @@ msgstr "" "extensiones que desactivar." #. type: textblock -#: dh:66 +#: dh:76 msgid "List all available addons." msgstr "Lista todas las extensiones disponibles." #. type: textblock -#: dh:68 +#: dh:78 msgid "" "When called only with this option, B<dh> can be called from any directory (i." "e. it does not need access to files from a source package)." msgstr "" #. type: textblock -#: dh:74 +#: dh:84 msgid "" "Prints commands that would run for a given sequence, but does not run them." msgstr "" @@ -2827,14 +2877,14 @@ msgstr "" "ejecuta." #. type: textblock -#: dh:76 +#: dh:86 msgid "" "Note that dh normally skips running commands that it knows will do nothing. " "With --no-act, the full list of commands in a sequence is printed." msgstr "" #. type: textblock -#: dh:81 +#: dh:91 msgid "" "Other options passed to B<dh> are passed on to each command it runs. This " "can be used to set an option like B<-v> or B<-X> or B<-N>, as well as for " @@ -2846,13 +2896,13 @@ msgstr "" # type: =head1 #. type: =head1 -#: dh:85 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:155 +#: dh:95 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:155 #: dh_shlibdeps:78 msgid "EXAMPLES" msgstr "EJEMPLOS" #. type: textblock -#: dh:87 +#: dh:97 msgid "" "To see what commands are included in a sequence, without actually doing " "anything:" @@ -2861,7 +2911,7 @@ msgstr "" "realidad:" #. type: verbatim -#: dh:90 +#: dh:100 #, no-wrap msgid "" "\tdh binary-arch --no-act\n" @@ -2871,7 +2921,7 @@ msgstr "" "\n" #. type: textblock -#: dh:92 +#: dh:102 msgid "" "This is a very simple rules file, for packages where the default sequences " "of commands work with no additional options." @@ -2880,7 +2930,7 @@ msgstr "" "predeterminadas de órdenes funcionan sin opciones adicionales." #. type: verbatim -#: dh:95 dh:116 dh:129 +#: dh:105 dh:126 dh:139 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2894,7 +2944,7 @@ msgstr "" "\n" #. type: textblock -#: dh:99 +#: dh:109 msgid "" "Often you'll want to pass an option to a specific debhelper command. The " "easy way to do with is by adding an override target for that command." @@ -2904,7 +2954,7 @@ msgstr "" "para esa orden." #. type: verbatim -#: dh:102 dh:186 dh:197 +#: dh:112 dh:196 dh:207 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2918,7 +2968,7 @@ msgstr "" "\t\n" #. type: verbatim -#: dh:106 +#: dh:116 #, no-wrap msgid "" "\toverride_dh_strip:\n" @@ -2930,7 +2980,7 @@ msgstr "" "\t\n" #. type: verbatim -#: dh:109 +#: dh:119 #, no-wrap msgid "" "\toverride_dh_auto_configure:\n" @@ -2942,7 +2992,7 @@ msgstr "" "\n" #. type: textblock -#: dh:112 +#: dh:122 msgid "" "Sometimes the automated L<dh_auto_configure(1)> and L<dh_auto_build(1)> " "can't guess what to do for a strange package. Here's how to avoid running " @@ -2954,7 +3004,7 @@ msgstr "" "ejecutar sus propias órdenes." #. type: verbatim -#: dh:120 +#: dh:130 #, no-wrap msgid "" "\toverride_dh_auto_configure:\n" @@ -2966,7 +3016,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:123 +#: dh:133 #, no-wrap msgid "" "\toverride_dh_auto_build:\n" @@ -2978,7 +3028,7 @@ msgstr "" "\n" #. type: textblock -#: dh:126 +#: dh:136 msgid "" "Another common case is wanting to do something manually before or after a " "particular debhelper command is run." @@ -2987,7 +3037,7 @@ msgstr "" "se ejecute una orden en particular de debhelper." #. type: verbatim -#: dh:133 +#: dh:143 #, no-wrap msgid "" "\toverride_dh_fixperms:\n" @@ -3001,7 +3051,7 @@ msgstr "" "\n" #. type: textblock -#: dh:137 +#: dh:147 #, fuzzy #| msgid "" #| "Python tools are not run by dh by default, due to the continual change in " @@ -3017,7 +3067,7 @@ msgstr "" "B<dh_python2>." #. type: verbatim -#: dh:140 +#: dh:150 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3031,7 +3081,7 @@ msgstr "" "\n" #. type: textblock -#: dh:144 +#: dh:154 msgid "" "Here is how to force use of Perl's B<Module::Build> build system, which can " "be necessary if debhelper wrongly detects that the package uses MakeMaker." @@ -3041,7 +3091,7 @@ msgstr "" "detecta erróneamente que el paquete utiliza MakeMaker." #. type: verbatim -#: dh:148 +#: dh:158 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3055,7 +3105,7 @@ msgstr "" "\n" #. type: textblock -#: dh:152 +#: dh:162 msgid "" "Here is an example of overriding where the B<dh_auto_>I<*> commands find the " "package's source, for a package where the source is located in a " @@ -3066,7 +3116,7 @@ msgstr "" "en el que las fuentes se ubican en un subdirectorio." #. type: verbatim -#: dh:156 +#: dh:166 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3080,7 +3130,7 @@ msgstr "" "\n" #. type: textblock -#: dh:160 +#: dh:170 msgid "" "And here is an example of how to tell the B<dh_auto_>I<*> commands to build " "in a subdirectory, which will be removed on B<clean>." @@ -3090,7 +3140,7 @@ msgstr "" "B<clean>." #. type: verbatim -#: dh:163 +#: dh:173 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3104,7 +3154,7 @@ msgstr "" "\n" #. type: textblock -#: dh:167 +#: dh:177 #, fuzzy #| msgid "" #| "If your package can be built in parallel, you can support parallel " @@ -3118,7 +3168,7 @@ msgstr "" "j> funcionará." #. type: verbatim -#: dh:170 +#: dh:180 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3132,14 +3182,14 @@ msgstr "" "\n" #. type: textblock -#: dh:174 +#: dh:184 msgid "" "If your package cannot be built reliably while using multiple threads, " "please pass B<--no-parallel> to dh (or the relevant B<dh_auto_>I<*> command):" msgstr "" #. type: verbatim -#: dh:179 +#: dh:189 #, fuzzy, no-wrap #| msgid "" #| "\t#!/usr/bin/make -f\n" @@ -3158,7 +3208,7 @@ msgstr "" "\n" #. type: textblock -#: dh:183 +#: dh:193 msgid "" "Here is a way to prevent B<dh> from running several commands that you don't " "want it to run, by defining empty override targets for each command." @@ -3168,7 +3218,7 @@ msgstr "" "cada orden." #. type: verbatim -#: dh:190 +#: dh:200 #, no-wrap msgid "" "\t# Commands not to run:\n" @@ -3180,7 +3230,7 @@ msgstr "" "\n" #. type: textblock -#: dh:193 +#: dh:203 msgid "" "A long build process for a separate documentation package can be separated " "out using architecture independent overrides. These will be skipped when " @@ -3191,7 +3241,7 @@ msgstr "" "omiten al ejecutar las secuencias build-arch y binary-arch." #. type: verbatim -#: dh:201 +#: dh:211 #, no-wrap msgid "" "\toverride_dh_auto_build-indep:\n" @@ -3203,7 +3253,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:204 +#: dh:214 #, no-wrap msgid "" "\t# No tests needed for docs\n" @@ -3215,7 +3265,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:207 +#: dh:217 #, no-wrap msgid "" "\toverride_dh_auto_install-indep:\n" @@ -3227,7 +3277,7 @@ msgstr "" "\n" #. type: textblock -#: dh:210 +#: dh:220 msgid "" "Adding to the example above, suppose you need to chmod a file, but only when " "building the architecture dependent package, as it's not present when " @@ -3238,7 +3288,7 @@ msgstr "" "arquitectura, ya que no está presente cuando solo se construye documentación." #. type: verbatim -#: dh:214 +#: dh:224 #, no-wrap msgid "" "\toverride_dh_fixperms-arch:\n" @@ -3252,12 +3302,12 @@ msgstr "" "\n" #. type: =head1 -#: dh:218 +#: dh:228 msgid "INTERNALS" msgstr "FUNCIONAMIENTO INTERNO" #. type: textblock -#: dh:220 +#: dh:230 msgid "" "If you're curious about B<dh>'s internals, here's how it works under the " "hood." @@ -3266,7 +3316,7 @@ msgstr "" "puede ver como funciona por dentro." #. type: textblock -#: dh:222 +#: dh:232 msgid "" "In compat 10 (or later), B<dh> creates a stamp file F<debian/debhelper-build-" "stamp> after the build step(s) are complete to avoid re-running them. It is " @@ -3277,7 +3327,7 @@ msgid "" msgstr "" #. type: textblock -#: dh:230 +#: dh:240 msgid "" "Inside an override target, B<dh_*> commands will create a log file F<debian/" "package.debhelper.log> to keep track of which packages the command(s) have " @@ -3286,7 +3336,7 @@ msgid "" msgstr "" #. type: textblock -#: dh:235 +#: dh:245 #, fuzzy #| msgid "" #| "Each debhelper command will record when it's successfully run in F<debian/" @@ -3305,7 +3355,7 @@ msgstr "" "esas órdenes otra vez." #. type: textblock -#: dh:240 +#: dh:250 #, fuzzy #| msgid "" #| "Each time B<dh> is run, it examines the log, and finds the last logged " @@ -3325,7 +3375,7 @@ msgstr "" "before>, B<--after> y B<--remaining> pueden anular este comportamiento." #. type: textblock -#: dh:246 +#: dh:256 msgid "" "A sequence can also run dependent targets in debian/rules. For example, the " "\"binary\" sequence runs the \"install\" target." @@ -3335,7 +3385,7 @@ msgstr "" "ejecuta el objeto «install»." #. type: textblock -#: dh:249 +#: dh:259 msgid "" "B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass " "information through to debhelper commands that are run inside override " @@ -3348,7 +3398,7 @@ msgstr "" "entorno, como el nombre sugiere, está sujeto a cambios en cualquier momento." #. type: textblock -#: dh:254 +#: dh:264 msgid "" "Commands in the B<build-indep>, B<install-indep> and B<binary-indep> " "sequences are passed the B<-i> option to ensure they only work on " @@ -3364,12 +3414,12 @@ msgstr "" "la arquitectura." #. type: =head1 -#: dh:260 +#: dh:270 msgid "DEPRECATED OPTIONS" msgstr "OPCIONES OBSOLETAS" #. type: textblock -#: dh:262 +#: dh:272 #, fuzzy #| msgid "" #| "The following options are deprecated. It's much better to use override " @@ -3383,51 +3433,51 @@ msgstr "" # type: =item #. type: =item -#: dh:268 +#: dh:278 msgid "B<--until> I<cmd>" msgstr "B<--until> I<orden>" #. type: textblock -#: dh:270 +#: dh:280 msgid "Run commands in the sequence until and including I<cmd>, then stop." msgstr "" "Ejecuta las órdenes en la secuencia hasta la I<orden>, incluido, y cierra." # type: =item #. type: =item -#: dh:272 +#: dh:282 msgid "B<--before> I<cmd>" msgstr "B<--before> I<orden>" #. type: textblock -#: dh:274 +#: dh:284 msgid "Run commands in the sequence before I<cmd>, then stop." msgstr "Ejecuta las órdenes en la secuencia anteriores a I<orden>, y cierra." # type: =item #. type: =item -#: dh:276 +#: dh:286 msgid "B<--after> I<cmd>" msgstr "B<--after> I<orden>" #. type: textblock -#: dh:278 +#: dh:288 msgid "Run commands in the sequence that come after I<cmd>." msgstr "Ejecuta las órdenes en la secuencia posteriores a I<orden>." # type: =item #. type: =item -#: dh:280 +#: dh:290 msgid "B<--remaining>" msgstr "B<--remaining>" #. type: textblock -#: dh:282 +#: dh:292 msgid "Run all commands in the sequence that have yet to be run." msgstr "Ejecuta todas las órdenes en la secuencia que aún no se han ejecutado." #. type: textblock -#: dh:286 +#: dh:296 msgid "" "In the above options, I<cmd> can be a full name of a debhelper command, or a " "substring. It'll first search for a command in the sequence exactly matching " @@ -3442,18 +3492,18 @@ msgstr "" # type: textblock #. type: textblock -#: dh:1048 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62 +#: dh:1097 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_clean:189 dh_compress:240 dh_dwz:145 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_installifupdown:76 dh_installinfo:111 dh_installinit:410 #: 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_listpackages:39 dh_makeshlibs:359 dh_md5sums:121 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." @@ -3515,8 +3565,8 @@ msgstr "" # type: =item #. type: =item #: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59 -#: dh_auto_test:41 dh_builddeb:48 dh_dwz:53 dh_gencontrol:42 -#: dh_installdebconf:72 dh_installinit:162 dh_makeshlibs:149 dh_shlibdeps:41 +#: dh_auto_test:41 dh_builddeb:48 dh_dwz:50 dh_gencontrol:42 +#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:149 dh_shlibdeps:41 msgid "B<--> I<params>" msgstr "B<--> I<parámetros>" @@ -3852,7 +3902,7 @@ msgstr "" #: dh_installcatalogs:39 dh_installchangelogs:49 dh_installcron:24 #: dh_installdeb:25 dh_installdebconf:37 dh_installdirs:28 dh_installdocs:40 #: dh_installemacsen:30 dh_installexamples:31 dh_installifupdown:25 -#: dh_installinfo:28 dh_installinit:36 dh_installinitramfs:30 +#: dh_installinfo:28 dh_installinit:41 dh_installinitramfs:30 #: dh_installlogcheck:24 dh_installman:73 dh_installmenu:28 dh_installmime:24 #: dh_installmodules:31 dh_installpam:24 dh_installppp:24 dh_installudev:24 #: dh_installwm:28 dh_link:46 dh_lintian:24 dh_makeshlibs:29 dh_movefiles:29 @@ -4350,25 +4400,18 @@ msgstr "" #. type: textblock #: dh_dwz:22 msgid "" -"B<Caveat>: This tool is experimental and may disappear or change behaviour " -"without any notice." -msgstr "" - -#. type: textblock -#: dh_dwz:25 -msgid "" "B<dh_dwz> is a debhelper program that will optimize the (uncompressed) size " "of the DWARF debug information in ELF binaries. It does so by running " "L<dwz(1)> on all the ELF binaries in the package." msgstr "" #. type: =item -#: dh_dwz:33 +#: dh_dwz:30 msgid "B<--dwz-multifile>, B<--no-dwz-multifile>" msgstr "" #. type: textblock -#: dh_dwz:35 +#: dh_dwz:32 msgid "" "Whether L<dwz(1)> should generate a I<multifile> from the ELF binaries in " "the same package (it does by default). When enabled, if a package ships at " @@ -4377,7 +4420,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:40 +#: dh_dwz:37 msgid "" "Note this options may not work if a package contains more ELF binaries than " "can fit on a single command line. If this becomes a problem, please pass " @@ -4385,7 +4428,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:44 +#: dh_dwz:41 msgid "" "The generated multifile will be compressed with B<objcopy --compress-debug-" "sections>." @@ -4393,7 +4436,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_dwz:49 dh_strip:44 +#: dh_dwz:46 dh_strip:44 msgid "" "Exclude files that contain I<item> anywhere in their filename from being " "stripped. You may use this option multiple times to build up a list of " @@ -4404,7 +4447,7 @@ msgstr "" "cosas a excluir." #. type: textblock -#: dh_dwz:55 +#: dh_dwz:52 msgid "" "Pass I<params> to L<dwz(1)> when it processes ELF binaries. This is mostly " "useful for setting memory related parameters (e.g. -l and -L)." @@ -4412,7 +4455,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_dwz:62 +#: dh_dwz:59 #, fuzzy #| msgid "" #| "If the B<DEB_BUILD_OPTIONS> environment variable contains B<nostrip>, " @@ -4427,7 +4470,7 @@ msgstr "" "eliminará nada, conforme a las normas de Debian (sección 10.1 «Binarios»)." #. type: textblock -#: dh_dwz:66 +#: dh_dwz:63 msgid "" "While this tool technically does not remove debug information from binaries, " "it is still skipped when the B<DEB_BUILD_OPTIONS> environment variable " @@ -4744,7 +4787,7 @@ msgstr "" # type: =item #. type: =item #: dh_icons:37 dh_installcatalogs:57 dh_installdebconf:68 dh_installemacsen:60 -#: dh_installinit:77 dh_installinitramfs:47 dh_installmenu:48 +#: dh_installinit:82 dh_installinitramfs:47 dh_installmenu:48 #: dh_installmodules:45 dh_installwm:48 dh_makeshlibs:132 dh_usrlocal:54 msgid "B<-n>, B<--no-scripts>" msgstr "B<-n>, B<--no-scripts>" @@ -5186,7 +5229,7 @@ msgstr "No modifica los scripts F<postinst>/F<postrm>/F<prerm>." # type: textblock #. type: textblock -#: dh_installcatalogs:66 dh_installemacsen:77 dh_installinit:202 +#: dh_installcatalogs:66 dh_installemacsen:77 dh_installinit:207 #: dh_installinitramfs:55 dh_installmodules:59 dh_installudev:52 #: dh_installwm:65 dh_usrlocal:62 msgid "" @@ -5450,7 +5493,7 @@ msgstr "" # type: =item #. type: =item -#: dh_installcron:47 dh_installifupdown:46 dh_installinit:170 +#: dh_installcron:47 dh_installifupdown:46 dh_installinit:175 #: dh_installlogcheck:49 dh_installlogrotate:29 dh_installmodules:49 #: dh_installpam:38 dh_installppp:42 dh_installudev:38 dh_systemd_enable:95 msgid "B<--name=>I<name>" @@ -6729,8 +6772,11 @@ msgstr "" msgid "" "B<dh_installinit> is a debhelper program that is responsible for installing " "init scripts with associated defaults files. In compatibility levels up to " -"11, B<dh_installinit> also handled upstart job files and systemd service " -"files." +"and including 10, B<dh_installinit> will also install some systemd related " +"files provided by the debian packaging (see the L</FILES> section below). " +"In compatibility levels up to and including 11, B<dh_installinit> will also " +"handle upstart jobs provided in the debian packaging (see the L</FILES> for " +"more information on this as well)." msgstr "" "B<dh_installmime> es un programa de debhelper responsable de instalar " "scripts de init, y sus ficheros «default» correspondientes, así como " @@ -6738,7 +6784,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:26 +#: dh_installinit:31 msgid "" "It also automatically generates the F<postinst> and F<postrm> and F<prerm> " "commands needed to set up the symlinks in F</etc/rc*.d/> to start and stop " @@ -6749,7 +6795,7 @@ msgstr "" "iniciar y detener los scripts de init." #. type: textblock -#: dh_installinit:30 +#: dh_installinit:35 msgid "" "In compat 10 or earlier: If a package only ships a systemd service file and " "no sysvinit script is provided, you may want to exclude the call to " @@ -6758,13 +6804,13 @@ msgid "" msgstr "" #. type: =item -#: dh_installinit:40 +#: dh_installinit:45 msgid "debian/I<package>.init" msgstr "debian/I<paquete>.init" # type: textblock #. type: textblock -#: dh_installinit:42 +#: dh_installinit:47 msgid "" "If this exists, it is installed into etc/init.d/I<package> in the package " "build directory." @@ -6773,13 +6819,13 @@ msgstr "" "construcción del paquete." #. type: =item -#: dh_installinit:45 +#: dh_installinit:50 msgid "debian/I<package>.default" msgstr "debian/I<paquete>.default" # type: textblock #. type: textblock -#: dh_installinit:47 +#: dh_installinit:52 msgid "" "If this exists, it is installed into etc/default/I<package> in the package " "build directory." @@ -6788,12 +6834,12 @@ msgstr "" "construcción del paquete." #. type: =item -#: dh_installinit:50 +#: dh_installinit:55 msgid "debian/I<package>.upstart" msgstr "debian/I<paquete>.upstart" #. type: textblock -#: dh_installinit:52 +#: dh_installinit:57 msgid "" "In compatibility level 11, this file will trigger an error with a reminder " "about ensuring the proper removal of the upstart file in the previous " @@ -6803,7 +6849,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:57 +#: dh_installinit:62 #, fuzzy #| msgid "" #| "If this exists, it is installed into etc/init/I<package>.conf in the " @@ -6816,7 +6862,7 @@ msgstr "" "construcción del paquete." #. type: =item -#: dh_installinit:60 +#: dh_installinit:65 #, fuzzy #| msgid "debian/I<package>.mime" msgid "debian/I<package>.service" @@ -6824,7 +6870,7 @@ msgstr "debian/I<paquete>.mime" # type: textblock #. type: textblock -#: dh_installinit:62 +#: dh_installinit:67 #, fuzzy #| msgid "" #| "If this exists, it is installed into etc/init/I<package>.conf in the " @@ -6837,7 +6883,7 @@ msgstr "" "construcción del paquete." #. type: =item -#: dh_installinit:65 dh_systemd_enable:50 +#: dh_installinit:70 dh_systemd_enable:50 #, fuzzy #| msgid "debian/I<package>.files" msgid "debian/I<package>.tmpfile" @@ -6845,7 +6891,7 @@ msgstr "debian/I<paquete>.files" # type: textblock #. type: textblock -#: dh_installinit:67 +#: dh_installinit:72 #, fuzzy #| msgid "" #| "If this exists, it is installed into etc/init/I<package>.conf in the " @@ -6860,18 +6906,18 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:79 +#: dh_installinit:84 msgid "Do not modify F<postinst>/F<postrm>/F<prerm> scripts." msgstr "No modifica los scripts F<postinst>/F<postrm>/F<prerm>." # type: =item #. type: =item -#: dh_installinit:81 +#: dh_installinit:86 msgid "B<-o>, B<--only-scripts>" msgstr "B<-o>, B<--only-scripts>" #. type: textblock -#: dh_installinit:83 +#: dh_installinit:88 #, fuzzy #| msgid "" #| "Only modify F<postinst>/F<postrm>/F<prerm> scripts, do not actually " @@ -6891,7 +6937,7 @@ msgstr "" "encuentre." #. type: textblock -#: dh_installinit:88 +#: dh_installinit:93 msgid "" "B<Caveat>: This will bypass all the regular checks and I<unconditionally> " "modify the scripts. You will almost certainly want to use this with B<-p> " @@ -6899,7 +6945,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh_installinit:93 +#: dh_installinit:98 #, no-wrap msgid "" " override_dh_installinit:\n" @@ -6910,13 +6956,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:97 +#: dh_installinit:102 msgid "B<-R>, B<--restart-after-upgrade>" msgstr "B<-R>, B<--restart-after-upgrade>" # type: textblock #. type: textblock -#: dh_installinit:99 +#: dh_installinit:104 #, fuzzy #| msgid "" #| "Do not stop the init script until after the package upgrade has been " @@ -6932,7 +6978,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:102 +#: dh_installinit:107 #, fuzzy #| msgid "" #| "Do not stop the init script until after the package upgrade has been " @@ -6948,7 +6994,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:105 dh_systemd_start:45 +#: dh_installinit:110 dh_systemd_start:45 msgid "" "This can be useful for daemons that should not have a possibly long downtime " "during upgrade. But you should make sure that the daemon will not get " @@ -6962,14 +7008,14 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:110 dh_systemd_start:50 +#: dh_installinit:115 dh_systemd_start:50 #, fuzzy #| msgid "B<-R>, B<--restart-after-upgrade>" msgid "B<--no-restart-after-upgrade>" msgstr "B<-R>, B<--restart-after-upgrade>" #. type: textblock -#: dh_installinit:112 dh_systemd_start:52 +#: dh_installinit:117 dh_systemd_start:52 msgid "" "Undo a previous B<--restart-after-upgrade> (or the default of compat 10). " "If no other options are given, this will cause the service to be stopped in " @@ -6978,19 +7024,19 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:117 dh_systemd_start:57 +#: dh_installinit:122 dh_systemd_start:57 msgid "B<-r>, B<--no-stop-on-upgrade>, B<--no-restart-on-upgrade>" msgstr "B<-r>, B<--no-stop-on-upgrade>, B<--no-restart-on-upgrade>" #. type: textblock -#: dh_installinit:119 +#: dh_installinit:124 msgid "" "Do not stop init script on upgrade. This has the side-effect of not " "restarting the service as a part of the upgrade." msgstr "" #. type: textblock -#: dh_installinit:122 +#: dh_installinit:127 msgid "" "If you want to restart the service with minimal downtime, please use B<--" "restart-after-upgrade> (default in compat 10 or later). If you want the " @@ -6999,7 +7045,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:127 +#: dh_installinit:132 msgid "" "Note that the B<--no-restart-on-upgrade> alias is deprecated and will be " "removed in compat 12. This is to avoid confusion with the B<--no-restart-" @@ -7009,13 +7055,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:132 dh_systemd_start:61 +#: dh_installinit:137 dh_systemd_start:61 msgid "B<--no-start>" msgstr "B<--no-start>" # type: textblock #. type: textblock -#: dh_installinit:134 +#: dh_installinit:139 msgid "" "Do not start the init script on install or upgrade, or stop it on removal. " "Only call B<update-rc.d>. Useful for rcS scripts." @@ -7026,14 +7072,14 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:137 dh_systemd_enable:87 +#: dh_installinit:142 dh_systemd_enable:87 #, fuzzy #| msgid "B<--no-act>" msgid "B<--no-enable>" msgstr "B<--no-act>" #. type: textblock -#: dh_installinit:139 +#: dh_installinit:144 msgid "" "Disable the init script on purge, but do not enable them on install. This " "implies a versioned dependency on B<< init-system-helpers (E<gt>= 1.51) >> " @@ -7042,7 +7088,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:144 +#: dh_installinit:149 msgid "" "B<Note> that this option does not affect whether the services are started. " "Please remember to also use B<--no-start> if the service should not be " @@ -7051,7 +7097,7 @@ msgstr "" # type: =item #. type: textblock -#: dh_installinit:148 +#: dh_installinit:153 #, fuzzy #| msgid "B<-u>I<params> B<--update-rcd-params=>I<params>" msgid "" @@ -7061,13 +7107,13 @@ msgstr "B<-u>I<parámetros> B<--update-rcd-params=>I<parámetros>" # type: =item #. type: =item -#: dh_installinit:151 +#: dh_installinit:156 msgid "B<-d>, B<--remove-d>" msgstr "B<-d>, B<--remove-d>" # type: textblock #. type: textblock -#: dh_installinit:153 +#: dh_installinit:158 msgid "" "Remove trailing B<d> from the name of the package, and use the result for " "the filename the upstart job file is installed as in F<etc/init/> , and for " @@ -7085,13 +7131,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:160 +#: dh_installinit:165 msgid "B<-u>I<params> B<--update-rcd-params=>I<params>" msgstr "B<-u>I<parámetros> B<--update-rcd-params=>I<parámetros>" # type: textblock #. type: textblock -#: dh_installinit:164 +#: dh_installinit:169 #, fuzzy #| msgid "" #| "Pass I<params> to L<update-rc.d(8)>. If not specified, B<defaults> will " @@ -7105,13 +7151,13 @@ msgstr "" "introduce B<defaults> a L<update-rc.d(8)>." #. type: textblock -#: dh_installinit:168 +#: dh_installinit:173 msgid "Cannot be combined with B<--no-enable>." msgstr "" # type: textblock #. type: textblock -#: dh_installinit:172 +#: dh_installinit:177 msgid "" "Install the init script (and default file) as well as upstart job file using " "the filename I<name> instead of the default filename, which is the package " @@ -7130,13 +7176,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:180 +#: dh_installinit:185 msgid "B<--init-script=>I<scriptname>" msgstr "B<--init-script=>I<nombre-script>" # type: textblock #. type: textblock -#: dh_installinit:182 +#: dh_installinit:187 msgid "" "Use I<scriptname> as the filename the init script is installed as in F<etc/" "init.d/> (and also use it as the filename for the defaults file, if it is " @@ -7155,7 +7201,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:189 +#: dh_installinit:194 msgid "" "This parameter is deprecated, use the B<--name> parameter instead. This " "parameter is incompatible with the use of upstart jobs." @@ -7165,13 +7211,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:192 +#: dh_installinit:197 msgid "B<--error-handler=>I<function>" msgstr "B<--error-handler=>I<función>" # type: textblock #. type: textblock -#: dh_installinit:194 +#: dh_installinit:199 msgid "" "Call the named shell I<function> if running the init script fails. The " "function should be provided in the F<prerm> and F<postinst> scripts, before " @@ -7181,13 +7227,21 @@ msgstr "" "La función se debe proporcionar en los scripts F<prerm> y F<postinst>, antes " "del comodín B<#DEBHELPER#>." +# type: textblock +#. type: textblock +#: dh_installinit:408 +#, fuzzy +#| msgid "L<debhelper(7)>, L<dpkg-shlibdeps(1)>" +msgid "L<debhelper(7)>, L<dh_installsystemd(1)>" +msgstr "L<debhelper(7)>, L<dpkg-shlibdeps(1)>" + #. type: textblock -#: dh_installinit:411 +#: dh_installinit:416 msgid "Steve Langasek <steve.langasek@canonical.com>" msgstr "Steve Langasek <steve.langasek@canonical.com>" #. type: textblock -#: dh_installinit:413 +#: dh_installinit:418 msgid "Michael Stapelberg <stapelberg@debian.org>" msgstr "" diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po index 7378c4dc..5f31dba1 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-06-24 09:16+0000\n" +"POT-Creation-Date: 2018-08-08 14:37+0200\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" @@ -409,7 +409,7 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:148 dh:72 +#: debhelper.pod:148 dh:82 msgid "B<--no-act>" msgstr "B<--no-act>" @@ -645,7 +645,7 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:228 dh_compress:56 dh_dwz:47 dh_installchangelogs:85 +#: debhelper.pod:228 dh_compress:56 dh_dwz:44 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>" @@ -866,7 +866,7 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:304 dh:64 +#: debhelper.pod:304 dh:74 msgid "B<--list>, B<-l>" msgstr "B<--list>, B<-l>" @@ -1048,13 +1048,14 @@ msgstr "Les changements par rapport à la version 5 sont :" #: debhelper.pod:728 debhelper.pod:756 debhelper.pod:775 debhelper.pod:785 #: debhelper.pod:789 debhelper.pod:794 debhelper.pod:799 debhelper.pod:806 #: debhelper.pod:812 debhelper.pod:820 debhelper.pod:826 debhelper.pod:830 -#: debhelper.pod:835 debhelper.pod:840 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:835 debhelper.pod:840 debhelper.pod:849 +#: 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 "-" @@ -1964,11 +1965,49 @@ msgid "" "override target for them in F<debian/rules> (e.g. I<override_dh_dwz:>)" msgstr "" +#. type: textblock +#: debhelper.pod:851 +msgid "" +"The build systems B<meson> and B<autoconf> no longer explicitly set the B<--" +"libexecdir> variable and thus relies on the build system default - which " +"should be B</usr/libexec> (per FHS 3.0, adopted in Debian Policy 4.1.5)." +msgstr "" + +#. type: textblock +#: debhelper.pod:856 +msgid "" +"If a particular upstream package does not use the correct default, the " +"parameter can often be passed manually via L<dh_auto_configure(1)>. E.g. " +"via the following example:" +msgstr "" + +# type: verbatim +#. type: verbatim +#: debhelper.pod:860 +#, fuzzy, no-wrap +#| msgid "" +#| "\toverride_dh_auto_configure:\n" +#| "\t\tdh_auto_configure -- --with-foo --disable-bar\n" +#| "\n" +msgid "" +" override_dh_auto_configure:\n" +" \tdh_auto_configure -- --libexecdir=/usr/libexec\n" +"\n" +msgstr "" +"\toverride_dh_auto_configure:\n" +"\t\tdh_auto_configure -- --with-toto --disable-titi\n" +"\n" + +#. type: textblock +#: debhelper.pod:863 +msgid "Note the B<--> before the B<--libexecdir> parameter." +msgstr "" + # type: =head1 #. type: =head1 -#: debhelper.pod:853 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64 +#: debhelper.pod:869 dh_auto_test:48 dh_dwz:57 dh_installcatalogs:64 #: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89 -#: dh_installinit:200 dh_installinitramfs:53 dh_installman:128 +#: dh_installinit:205 dh_installinitramfs:53 dh_installman:128 #: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40 #: dh_movefiles:67 dh_strip:119 dh_usrlocal:60 dh_systemd_enable:104 #: dh_systemd_start:68 @@ -1977,13 +2016,13 @@ msgstr "REMARQUES" # type: =head2 #. type: =head2 -#: debhelper.pod:855 +#: debhelper.pod:871 msgid "Multiple binary package support" msgstr "Prise en charge de plusieurs paquets binaires" # type: textblock #. type: textblock -#: debhelper.pod:857 +#: debhelper.pod:873 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 " @@ -2003,7 +2042,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:865 +#: debhelper.pod:881 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<-" @@ -2018,7 +2057,7 @@ msgstr "" "paquets énumérés dans le fichier de contrôle, avec les exceptions ci-dessous." #. type: textblock -#: debhelper.pod:871 +#: debhelper.pod:887 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, " @@ -2029,7 +2068,7 @@ msgstr "" "(L<Charte Debian, section 5.6.8>)." #. type: textblock -#: debhelper.pod:875 +#: debhelper.pod:891 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 " @@ -2043,12 +2082,12 @@ msgstr "" "BuildProfileSpec>)." #. type: =head3 -#: debhelper.pod:880 +#: debhelper.pod:896 msgid "Interaction between package selections and Build-Profiles" msgstr "Interaction entre les sélections de paquets et les Build-Profiles" #. type: textblock -#: debhelper.pod:882 +#: debhelper.pod:898 msgid "" "Build-Profiles affect which packages are included in the package selections " "mechanisms in debhelper. Generally, the package selections are described " @@ -2063,14 +2102,14 @@ msgstr "" "paquet est désactivé par un profil de construction (ou par son absence)." #. type: =item -#: debhelper.pod:890 +#: debhelper.pod:906 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:892 +#: debhelper.pod:908 msgid "" "The package disabled by Build-Profiles is silently excluded from the " "selection." @@ -2078,7 +2117,7 @@ msgstr "" "Le paquet désactivé par le profil est silencieusement exclu de la sélection." #. type: textblock -#: debhelper.pod:895 +#: debhelper.pod:911 msgid "" "Note you will receive a warning if I<all> packages related to these " "selections are disabled. In that case, it generally does not make sense to " @@ -2090,28 +2129,28 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:899 +#: debhelper.pod:915 msgid "-N I<package> / --no-package I<package>" msgstr "B<-N> I<paquet> / B<--no-package> I<paquet>" #. type: textblock -#: debhelper.pod:901 +#: debhelper.pod:917 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:903 +#: debhelper.pod:919 msgid "-p I<package> / --package I<package>" msgstr "B<-p> I<paquet> / B<--package> I<paquet>" #. type: textblock -#: debhelper.pod:905 +#: debhelper.pod:921 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:909 +#: debhelper.pod:925 msgid "" "Note that it does not matter whether a package is enabled or disabled by " "default." @@ -2121,13 +2160,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:912 +#: debhelper.pod:928 msgid "Automatic generation of Debian install scripts" msgstr "Génération automatique des scripts Debian d’installation" # type: textblock #. type: textblock -#: debhelper.pod:914 +#: debhelper.pod:930 msgid "" "Some debhelper commands will automatically generate parts of Debian " "maintainer scripts. If you want these automatically generated things " @@ -2145,7 +2184,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:921 +#: debhelper.pod:937 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." @@ -2155,7 +2194,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:924 +#: debhelper.pod:940 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." @@ -2166,7 +2205,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:927 +#: debhelper.pod:943 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 " @@ -2180,7 +2219,7 @@ msgstr "" "la commande set) :" #. type: verbatim -#: debhelper.pod:932 +#: debhelper.pod:948 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -2213,13 +2252,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:945 +#: debhelper.pod:961 msgid "Automatic generation of miscellaneous dependencies." msgstr "Génération automatique des diverses dépendances." # type: textblock #. type: textblock -#: debhelper.pod:947 +#: debhelper.pod:963 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 " @@ -2239,7 +2278,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:955 +#: debhelper.pod:971 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called B<" @@ -2254,7 +2293,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:960 +#: debhelper.pod:976 msgid "" "This is entirely independent of the standard B<${shlibs:Depends}> generated " "by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by " @@ -2268,13 +2307,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:965 +#: debhelper.pod:981 msgid "Package build directories" msgstr "Répertoires de construction du paquet" # type: textblock #. type: textblock -#: debhelper.pod:967 +#: debhelper.pod:983 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>." @@ -2285,7 +2324,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:970 +#: debhelper.pod:986 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>" @@ -2305,13 +2344,13 @@ msgstr "" # type: =head2 #. type: =head2 -#: debhelper.pod:978 +#: debhelper.pod:994 msgid "udebs" msgstr "udebs" # type: textblock #. type: textblock -#: debhelper.pod:980 +#: debhelper.pod:996 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>. " @@ -2330,12 +2369,12 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:987 +#: debhelper.pod:1003 msgid "ENVIRONMENT" msgstr "VARIABLES D'ENVIRONNEMENT" #. type: textblock -#: debhelper.pod:989 +#: debhelper.pod:1005 msgid "" "The following environment variables can influence the behavior of " "debhelper. It is important to note that these must be actual environment " @@ -2352,13 +2391,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:997 +#: debhelper.pod:1013 msgid "B<DH_VERBOSE>" msgstr "B<DH_VERBOSE>" # type: textblock #. type: textblock -#: debhelper.pod:999 +#: debhelper.pod:1015 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." @@ -2369,12 +2408,12 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:1002 +#: debhelper.pod:1018 msgid "B<DH_QUIET>" msgstr "B<DH_QUIET>" #. type: textblock -#: debhelper.pod:1004 +#: debhelper.pod:1020 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 " @@ -2392,13 +2431,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:1011 +#: debhelper.pod:1027 msgid "B<DH_COMPAT>" msgstr "B<DH_COMPAT>" # type: textblock #. type: textblock -#: debhelper.pod:1013 +#: debhelper.pod:1029 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in F<debian/compat>." @@ -2409,25 +2448,25 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:1016 +#: debhelper.pod:1032 msgid "B<DH_NO_ACT>" msgstr "B<DH_NO_ACT>" # type: textblock #. type: textblock -#: debhelper.pod:1018 +#: debhelper.pod:1034 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:1020 +#: debhelper.pod:1036 msgid "B<DH_OPTIONS>" msgstr "B<DH_OPTIONS>" # type: textblock #. type: textblock -#: debhelper.pod:1022 +#: debhelper.pod:1038 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands." @@ -2436,7 +2475,7 @@ msgstr "" "les commandes debhelper." #. type: textblock -#: debhelper.pod:1025 +#: debhelper.pod:1041 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." @@ -2446,13 +2485,13 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:1028 +#: debhelper.pod:1044 msgid "B<DH_ALWAYS_EXCLUDE>" msgstr "B<DH_ALWAYS_EXCLUDE>" # type: textblock #. type: textblock -#: debhelper.pod:1030 +#: debhelper.pod:1046 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 " @@ -2465,7 +2504,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:1034 +#: debhelper.pod:1050 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 " @@ -2484,7 +2523,7 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper.pod:1041 +#: debhelper.pod:1057 msgid "" "Multiple things to exclude can be separated with colons, as in " "B<DH_ALWAYS_EXCLUDE=CVS:.svn>" @@ -2494,14 +2533,14 @@ msgstr "" # type: =item #. type: =item -#: debhelper.pod:1044 +#: debhelper.pod:1060 #, fuzzy #| msgid "B<DH_OPTIONS>" msgid "B<DH_EXTRA_ADDONS>" msgstr "B<DH_OPTIONS>" #. type: textblock -#: debhelper.pod:1046 +#: debhelper.pod:1062 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 " @@ -2510,7 +2549,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:1051 +#: debhelper.pod:1067 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 " @@ -2520,19 +2559,19 @@ msgstr "" # type: =head1 #. type: =head1 -#: debhelper.pod:1058 debhelper-obsolete-compat.pod:118 dh:1044 +#: debhelper.pod:1074 debhelper-obsolete-compat.pod:118 dh:1093 #: 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_dwz:141 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_installifupdown:72 dh_installinfo:107 dh_installinit:406 #: 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_listpackages:35 dh_makeshlibs:355 dh_md5sums:117 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" @@ -2540,34 +2579,34 @@ msgstr "VOIR AUSSI" # type: =item #. type: =item -#: debhelper.pod:1062 +#: debhelper.pod:1078 msgid "F</usr/share/doc/debhelper/examples/>" msgstr "F</usr/share/doc/debhelper/examples/>" # type: textblock #. type: textblock -#: debhelper.pod:1064 +#: debhelper.pod:1080 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:1066 +#: debhelper.pod:1082 msgid "L<http://joeyh.name/code/debhelper/>" msgstr "L<http://joeyh.name/code/debhelper/>" # type: textblock #. type: textblock -#: debhelper.pod:1068 +#: debhelper.pod:1084 msgid "Debhelper web site." msgstr "Le site internet de debhelper." # type: =head1 #. type: =head1 -#: debhelper.pod:1072 dh:1050 dh_auto_build:59 dh_auto_clean:61 +#: debhelper.pod:1088 dh:1099 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_builddeb:188 dh_clean:191 dh_compress:242 dh_dwz:147 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 @@ -2577,24 +2616,24 @@ msgstr "Le site internet de debhelper." #: 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_md5sums:123 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 "AUTEUR" # type: textblock #. type: textblock -#: debhelper.pod:1074 dh:1052 dh_auto_build:61 dh_auto_clean:63 +#: debhelper.pod:1090 dh:1101 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_installinfo:115 dh_installinit:414 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_makeshlibs:363 dh_md5sums:125 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 "Joey Hess <joeyh@debian.org>" @@ -2806,32 +2845,31 @@ msgstr "" # type: textblock #. type: textblock -#: debhelper-obsolete-compat.pod:120 dh:1046 dh_auto_build:55 dh_auto_clean:57 +#: debhelper-obsolete-compat.pod:120 dh:1095 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_clean:187 dh_compress:238 dh_dwz:143 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 +#: 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:119 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 "L<debhelper(7)>" # type: =head1 #. type: =head1 -#: debhelper-obsolete-compat.pod:122 dh_installinit:407 dh_systemd_enable:285 +#: debhelper-obsolete-compat.pod:122 dh_installinit:412 dh_systemd_enable:285 #: dh_systemd_start:273 msgid "AUTHORS" msgstr "AUTEURS" #. type: textblock -#: debhelper-obsolete-compat.pod:124 dh_dwz:152 +#: debhelper-obsolete-compat.pod:124 dh_dwz:149 msgid "Niels Thykier <niels@thykier.net>" msgstr "Niels Thykier <niels@thykier.net>" @@ -2922,11 +2960,11 @@ msgstr "" #. type: =head1 #: dh:45 dh_auto_build:32 dh_auto_clean:33 dh_auto_configure:35 #: dh_auto_install:46 dh_auto_test:34 dh_bugfiles:53 dh_builddeb:34 dh_clean:47 -#: dh_compress:52 dh_dwz:29 dh_fixperms:40 dh_gconf:42 dh_gencontrol:38 +#: dh_compress:52 dh_dwz:26 dh_fixperms:40 dh_gconf:42 dh_gencontrol:38 #: dh_icons:33 dh_install:66 dh_installcatalogs:53 dh_installchangelogs:73 #: dh_installcron:43 dh_installdebconf:64 dh_installdirs:42 dh_installdocs:90 #: dh_installemacsen:56 dh_installexamples:41 dh_installifupdown:42 -#: dh_installinfo:38 dh_installinit:73 dh_installinitramfs:43 +#: dh_installinfo:38 dh_installinit:78 dh_installinitramfs:43 #: dh_installlogcheck:45 dh_installlogrotate:25 dh_installman:83 #: dh_installmanpages:43 dh_installmenu:44 dh_installmodules:41 #: dh_installpam:34 dh_installppp:38 dh_installudev:34 dh_installwm:38 @@ -2960,14 +2998,27 @@ msgstr "" "Consulter le fichier F<PROGRAMMING> pour obtenir des informations à propos " "de l'interface de ces rajouts." +#. type: textblock +#: dh:58 +msgid "" +"A B<Build-Depends> relation on the package B<dh-sequence->I<addon> implies a " +"B<--with> I<addon>. This avoids the need for an explicit B<--with> in " +"F<debian/rules> that only duplicates what is already declared via the build " +"dependencies in F<debian/control>. Note that only relations in the B<Build-" +"Depends> field are considered (i.e. B<Build-Depends-Indep> and B<Build-" +"Depends-Arch> are deliberately unsupported). Please keep in mind that B<dh> " +"insists on \"simple\" relations (e.g. a relation like \"B<dh-sequence-" +">I<addon> | B<some-other-pkg>\" will I<not> imply B<--with> I<addon>)." +msgstr "" + # type: =item #. type: =item -#: dh:58 +#: dh:68 msgid "B<--without> I<addon>" msgstr "B<--without> I<rajout>" #. type: textblock -#: dh:60 +#: dh:70 msgid "" "The inverse of B<--with>, disables using the given addon. This option can be " "repeated more than once, or multiple addons to disable can be listed, " @@ -2979,12 +3030,12 @@ msgstr "" # type: textblock #. type: textblock -#: dh:66 +#: dh:76 msgid "List all available addons." msgstr "Liste tous les rajouts disponibles." #. type: textblock -#: dh:68 +#: dh:78 msgid "" "When called only with this option, B<dh> can be called from any directory (i." "e. it does not need access to files from a source package)." @@ -2994,7 +3045,7 @@ msgstr "" "accès à des fichiers d'un paquet source)." #. type: textblock -#: dh:74 +#: dh:84 msgid "" "Prints commands that would run for a given sequence, but does not run them." msgstr "" @@ -3002,7 +3053,7 @@ msgstr "" "les exécuter." #. type: textblock -#: dh:76 +#: dh:86 msgid "" "Note that dh normally skips running commands that it knows will do nothing. " "With --no-act, the full list of commands in a sequence is printed." @@ -3013,7 +3064,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh:81 +#: dh:91 msgid "" "Other options passed to B<dh> are passed on to each command it runs. This " "can be used to set an option like B<-v> or B<-X> or B<-N>, as well as for " @@ -3025,14 +3076,14 @@ msgstr "" # type: =head1 #. type: =head1 -#: dh:85 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:155 +#: dh:95 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:155 #: dh_shlibdeps:78 msgid "EXAMPLES" msgstr "EXEMPLES" # type: textblock #. type: textblock -#: dh:87 +#: dh:97 msgid "" "To see what commands are included in a sequence, without actually doing " "anything:" @@ -3042,7 +3093,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:90 +#: dh:100 #, no-wrap msgid "" "\tdh binary-arch --no-act\n" @@ -3053,7 +3104,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh:92 +#: dh:102 msgid "" "This is a very simple rules file, for packages where the default sequences " "of commands work with no additional options." @@ -3063,7 +3114,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:95 dh:116 dh:129 +#: dh:105 dh:126 dh:139 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3078,7 +3129,7 @@ msgstr "" # type: verbatim #. type: textblock -#: dh:99 +#: dh:109 msgid "" "Often you'll want to pass an option to a specific debhelper command. The " "easy way to do with is by adding an override target for that command." @@ -3089,7 +3140,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:102 dh:186 dh:197 +#: dh:112 dh:196 dh:207 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3104,7 +3155,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:106 +#: dh:116 #, no-wrap msgid "" "\toverride_dh_strip:\n" @@ -3117,7 +3168,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:109 +#: dh:119 #, no-wrap msgid "" "\toverride_dh_auto_configure:\n" @@ -3130,7 +3181,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh:112 +#: dh:122 msgid "" "Sometimes the automated L<dh_auto_configure(1)> and L<dh_auto_build(1)> " "can't guess what to do for a strange package. Here's how to avoid running " @@ -3143,7 +3194,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:120 +#: dh:130 #, no-wrap msgid "" "\toverride_dh_auto_configure:\n" @@ -3156,7 +3207,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:123 +#: dh:133 #, no-wrap msgid "" "\toverride_dh_auto_build:\n" @@ -3169,7 +3220,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh:126 +#: dh:136 msgid "" "Another common case is wanting to do something manually before or after a " "particular debhelper command is run." @@ -3179,7 +3230,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:133 +#: dh:143 #, no-wrap msgid "" "\toverride_dh_fixperms:\n" @@ -3193,7 +3244,7 @@ msgstr "" "\n" #. type: textblock -#: dh:137 +#: dh:147 msgid "" "Python tools are not run by dh by default, due to the continual change in " "that area. Here is how to use B<dh_python2>." @@ -3204,7 +3255,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:140 +#: dh:150 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3219,7 +3270,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh:144 +#: dh:154 msgid "" "Here is how to force use of Perl's B<Module::Build> build system, which can " "be necessary if debhelper wrongly detects that the package uses MakeMaker." @@ -3230,7 +3281,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:148 +#: dh:158 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3245,7 +3296,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh:152 +#: dh:162 msgid "" "Here is an example of overriding where the B<dh_auto_>I<*> commands find the " "package's source, for a package where the source is located in a " @@ -3256,7 +3307,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:156 +#: dh:166 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3270,7 +3321,7 @@ msgstr "" "\n" #. type: textblock -#: dh:160 +#: dh:170 msgid "" "And here is an example of how to tell the B<dh_auto_>I<*> commands to build " "in a subdirectory, which will be removed on B<clean>." @@ -3281,7 +3332,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:163 +#: dh:173 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3295,7 +3346,7 @@ msgstr "" "\n" #. type: textblock -#: dh:167 +#: dh:177 msgid "" "If your package can be built in parallel, please either use compat 10 or " "pass B<--parallel> to dh. Then B<dpkg-buildpackage -j> will work." @@ -3306,7 +3357,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:170 +#: dh:180 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3320,7 +3371,7 @@ msgstr "" "\n" #. type: textblock -#: dh:174 +#: dh:184 msgid "" "If your package cannot be built reliably while using multiple threads, " "please pass B<--no-parallel> to dh (or the relevant B<dh_auto_>I<*> command):" @@ -3331,7 +3382,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:179 +#: dh:189 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3345,7 +3396,7 @@ msgstr "" "\n" #. type: textblock -#: dh:183 +#: dh:193 msgid "" "Here is a way to prevent B<dh> from running several commands that you don't " "want it to run, by defining empty override targets for each command." @@ -3355,7 +3406,7 @@ msgstr "" "voulez pas lancer." #. type: verbatim -#: dh:190 +#: dh:200 #, no-wrap msgid "" "\t# Commands not to run:\n" @@ -3367,7 +3418,7 @@ msgstr "" "\n" #. type: textblock -#: dh:193 +#: dh:203 msgid "" "A long build process for a separate documentation package can be separated " "out using architecture independent overrides. These will be skipped when " @@ -3380,7 +3431,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:201 +#: dh:211 #, no-wrap msgid "" "\toverride_dh_auto_build-indep:\n" @@ -3392,7 +3443,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:204 +#: dh:214 #, no-wrap msgid "" "\t# No tests needed for docs\n" @@ -3405,7 +3456,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:207 +#: dh:217 #, no-wrap msgid "" "\toverride_dh_auto_install-indep:\n" @@ -3417,7 +3468,7 @@ msgstr "" "\n" #. type: textblock -#: dh:210 +#: dh:220 msgid "" "Adding to the example above, suppose you need to chmod a file, but only when " "building the architecture dependent package, as it's not present when " @@ -3430,7 +3481,7 @@ msgstr "" # type: verbatim #. type: verbatim -#: dh:214 +#: dh:224 #, no-wrap msgid "" "\toverride_dh_fixperms-arch:\n" @@ -3444,12 +3495,12 @@ msgstr "" "\n" #. type: =head1 -#: dh:218 +#: dh:228 msgid "INTERNALS" msgstr "FONCTIONNEMENT INTERNE" #. type: textblock -#: dh:220 +#: dh:230 msgid "" "If you're curious about B<dh>'s internals, here's how it works under the " "hood." @@ -3458,7 +3509,7 @@ msgstr "" "ce qu'il y a sous le capot." #. type: textblock -#: dh:222 +#: dh:232 msgid "" "In compat 10 (or later), B<dh> creates a stamp file F<debian/debhelper-build-" "stamp> after the build step(s) are complete to avoid re-running them. It is " @@ -3476,7 +3527,7 @@ msgstr "" "tant que « root » ou avec L<fakeroot(1)>)." #. type: textblock -#: dh:230 +#: dh:240 msgid "" "Inside an override target, B<dh_*> commands will create a log file F<debian/" "package.debhelper.log> to keep track of which packages the command(s) have " @@ -3490,7 +3541,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh:235 +#: dh:245 msgid "" "In compat 9 or earlier, each debhelper command will record when it's " "successfully run in F<debian/package.debhelper.log>. (Which B<dh_clean> " @@ -3506,7 +3557,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh:240 +#: dh:250 msgid "" "Each time B<dh> is run (in compat 9 or earlier), it examines the log, and " "finds the last logged command that is in the specified sequence. It then " @@ -3521,7 +3572,7 @@ msgstr "" "modifier ce comportement (mais ont été supprimées dans la v10)." #. type: textblock -#: dh:246 +#: dh:256 msgid "" "A sequence can also run dependent targets in debian/rules. For example, the " "\"binary\" sequence runs the \"install\" target." @@ -3530,7 +3581,7 @@ msgstr "" "Par exemple, la suite « binary » exécute la cible « install »." #. type: textblock -#: dh:249 +#: dh:259 msgid "" "B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass " "information through to debhelper commands that are run inside override " @@ -3545,7 +3596,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh:254 +#: dh:264 msgid "" "Commands in the B<build-indep>, B<install-indep> and B<binary-indep> " "sequences are passed the B<-i> option to ensure they only work on " @@ -3561,12 +3612,12 @@ msgstr "" "ne s'accompliront que sur des paquets dépendants de l'architecture." #. type: =head1 -#: dh:260 +#: dh:270 msgid "DEPRECATED OPTIONS" msgstr "OPTIONS OBSOLÈTES" #. type: textblock -#: dh:262 +#: dh:272 msgid "" "The following options are deprecated. It's much better to use override " "targets instead. They are B<not> available in compat 10." @@ -3577,13 +3628,13 @@ msgstr "" # type: =item #. type: =item -#: dh:268 +#: dh:278 msgid "B<--until> I<cmd>" msgstr "B<--until> I<commande>" # type: textblock #. type: textblock -#: dh:270 +#: dh:280 msgid "Run commands in the sequence until and including I<cmd>, then stop." msgstr "" "Exécute les commandes de la suite jusqu'à la I<commande> indiquée, l'exécute " @@ -3591,13 +3642,13 @@ msgstr "" # type: =item #. type: =item -#: dh:272 +#: dh:282 msgid "B<--before> I<cmd>" msgstr "B<--before> I<commande>" # type: textblock #. type: textblock -#: dh:274 +#: dh:284 msgid "Run commands in the sequence before I<cmd>, then stop." msgstr "" "Exécute les commandes de la suite situées avant la I<commande> indiquée puis " @@ -3605,33 +3656,33 @@ msgstr "" # type: =item #. type: =item -#: dh:276 +#: dh:286 msgid "B<--after> I<cmd>" msgstr "B<--after> I<commande>" # type: textblock #. type: textblock -#: dh:278 +#: dh:288 msgid "Run commands in the sequence that come after I<cmd>." msgstr "" "Exécute les commandes de la suite situées après la I<commande> indiquée." # type: =item #. type: =item -#: dh:280 +#: dh:290 msgid "B<--remaining>" msgstr "B<--remaining>" # type: textblock #. type: textblock -#: dh:282 +#: dh:292 msgid "Run all commands in the sequence that have yet to be run." msgstr "" "Exécute toutes les commandes de la suite qui n'ont pas encore été exécutées." # type: textblock #. type: textblock -#: dh:286 +#: dh:296 msgid "" "In the above options, I<cmd> can be a full name of a debhelper command, or a " "substring. It'll first search for a command in the sequence exactly matching " @@ -3646,18 +3697,18 @@ msgstr "" # type: textblock #. type: textblock -#: dh:1048 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62 +#: dh:1097 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_clean:189 dh_compress:240 dh_dwz:145 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_installifupdown:76 dh_installinfo:111 dh_installinit:410 #: 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_listpackages:39 dh_makeshlibs:359 dh_md5sums:121 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." @@ -3724,8 +3775,8 @@ msgstr "" # type: =item #. type: =item #: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59 -#: dh_auto_test:41 dh_builddeb:48 dh_dwz:53 dh_gencontrol:42 -#: dh_installdebconf:72 dh_installinit:162 dh_makeshlibs:149 dh_shlibdeps:41 +#: dh_auto_test:41 dh_builddeb:48 dh_dwz:50 dh_gencontrol:42 +#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:149 dh_shlibdeps:41 msgid "B<--> I<params>" msgstr "B<--> I<paramètres>" @@ -4089,7 +4140,7 @@ msgstr "" #: dh_installcatalogs:39 dh_installchangelogs:49 dh_installcron:24 #: dh_installdeb:25 dh_installdebconf:37 dh_installdirs:28 dh_installdocs:40 #: dh_installemacsen:30 dh_installexamples:31 dh_installifupdown:25 -#: dh_installinfo:28 dh_installinit:36 dh_installinitramfs:30 +#: dh_installinfo:28 dh_installinit:41 dh_installinitramfs:30 #: dh_installlogcheck:24 dh_installman:73 dh_installmenu:28 dh_installmime:24 #: dh_installmodules:31 dh_installpam:24 dh_installppp:24 dh_installudev:24 #: dh_installwm:28 dh_link:46 dh_lintian:24 dh_makeshlibs:29 dh_movefiles:29 @@ -4589,25 +4640,18 @@ msgstr "" #. type: textblock #: dh_dwz:22 msgid "" -"B<Caveat>: This tool is experimental and may disappear or change behaviour " -"without any notice." -msgstr "" - -#. type: textblock -#: dh_dwz:25 -msgid "" "B<dh_dwz> is a debhelper program that will optimize the (uncompressed) size " "of the DWARF debug information in ELF binaries. It does so by running " "L<dwz(1)> on all the ELF binaries in the package." msgstr "" #. type: =item -#: dh_dwz:33 +#: dh_dwz:30 msgid "B<--dwz-multifile>, B<--no-dwz-multifile>" msgstr "" #. type: textblock -#: dh_dwz:35 +#: dh_dwz:32 msgid "" "Whether L<dwz(1)> should generate a I<multifile> from the ELF binaries in " "the same package (it does by default). When enabled, if a package ships at " @@ -4616,7 +4660,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:40 +#: dh_dwz:37 msgid "" "Note this options may not work if a package contains more ELF binaries than " "can fit on a single command line. If this becomes a problem, please pass " @@ -4624,7 +4668,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:44 +#: dh_dwz:41 msgid "" "The generated multifile will be compressed with B<objcopy --compress-debug-" "sections>." @@ -4632,7 +4676,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_dwz:49 dh_strip:44 +#: dh_dwz:46 dh_strip:44 msgid "" "Exclude files that contain I<item> anywhere in their filename from being " "stripped. You may use this option multiple times to build up a list of " @@ -4643,7 +4687,7 @@ msgstr "" "pour établir une liste des éléments à exclure." #. type: textblock -#: dh_dwz:55 +#: dh_dwz:52 msgid "" "Pass I<params> to L<dwz(1)> when it processes ELF binaries. This is mostly " "useful for setting memory related parameters (e.g. -l and -L)." @@ -4651,7 +4695,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_dwz:62 +#: dh_dwz:59 #, fuzzy #| msgid "" #| "If the B<DEB_BUILD_OPTIONS> environment variable contains B<nostrip>, " @@ -4669,7 +4713,7 @@ msgstr "" "symboles de débogage." #. type: textblock -#: dh_dwz:66 +#: dh_dwz:63 msgid "" "While this tool technically does not remove debug information from binaries, " "it is still skipped when the B<DEB_BUILD_OPTIONS> environment variable " @@ -4969,7 +5013,7 @@ msgstr "" # type: =item #. type: =item #: dh_icons:37 dh_installcatalogs:57 dh_installdebconf:68 dh_installemacsen:60 -#: dh_installinit:77 dh_installinitramfs:47 dh_installmenu:48 +#: dh_installinit:82 dh_installinitramfs:47 dh_installmenu:48 #: dh_installmodules:45 dh_installwm:48 dh_makeshlibs:132 dh_usrlocal:54 msgid "B<-n>, B<--no-scripts>" msgstr "B<-n>, B<--no-scripts>" @@ -5404,7 +5448,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installcatalogs:66 dh_installemacsen:77 dh_installinit:202 +#: dh_installcatalogs:66 dh_installemacsen:77 dh_installinit:207 #: dh_installinitramfs:55 dh_installmodules:59 dh_installudev:52 #: dh_installwm:65 dh_usrlocal:62 msgid "" @@ -5689,7 +5733,7 @@ msgstr "" # type: =item #. type: =item -#: dh_installcron:47 dh_installifupdown:46 dh_installinit:170 +#: dh_installcron:47 dh_installifupdown:46 dh_installinit:175 #: dh_installlogcheck:49 dh_installlogrotate:29 dh_installmodules:49 #: dh_installpam:38 dh_installppp:42 dh_installudev:38 dh_systemd_enable:95 msgid "B<--name=>I<name>" @@ -7051,11 +7095,20 @@ msgstr "" # type: textblock #. type: textblock #: dh_installinit:22 +#, fuzzy +#| msgid "" +#| "B<dh_installinit> is a debhelper program that is responsible for " +#| "installing init scripts with associated defaults files. In compatibility " +#| "levels up to 11, B<dh_installinit> also handled upstart job files and " +#| "systemd service files." msgid "" "B<dh_installinit> is a debhelper program that is responsible for installing " "init scripts with associated defaults files. In compatibility levels up to " -"11, B<dh_installinit> also handled upstart job files and systemd service " -"files." +"and including 10, B<dh_installinit> will also install some systemd related " +"files provided by the debian packaging (see the L</FILES> section below). " +"In compatibility levels up to and including 11, B<dh_installinit> will also " +"handle upstart jobs provided in the debian packaging (see the L</FILES> for " +"more information on this as well)." msgstr "" "B<dh_installinit> est le programme de la suite debhelper chargé de " "l'installation des scripts init avec les fichiers par défaut associés. " @@ -7064,7 +7117,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:26 +#: dh_installinit:31 msgid "" "It also automatically generates the F<postinst> and F<postrm> and F<prerm> " "commands needed to set up the symlinks in F</etc/rc*.d/> to start and stop " @@ -7076,7 +7129,7 @@ msgstr "" "arrêter des scripts d'initialisation." #. type: textblock -#: dh_installinit:30 +#: dh_installinit:35 msgid "" "In compat 10 or earlier: If a package only ships a systemd service file and " "no sysvinit script is provided, you may want to exclude the call to " @@ -7091,13 +7144,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:40 +#: dh_installinit:45 msgid "debian/I<package>.init" msgstr "debian/I<paquet>.init" # type: textblock #. type: textblock -#: dh_installinit:42 +#: dh_installinit:47 msgid "" "If this exists, it is installed into etc/init.d/I<package> in the package " "build directory." @@ -7107,13 +7160,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:45 +#: dh_installinit:50 msgid "debian/I<package>.default" msgstr "debian/I<paquet>.default" # type: textblock #. type: textblock -#: dh_installinit:47 +#: dh_installinit:52 msgid "" "If this exists, it is installed into etc/default/I<package> in the package " "build directory." @@ -7123,12 +7176,12 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:50 +#: dh_installinit:55 msgid "debian/I<package>.upstart" msgstr "debian/I<paquet>.upstart" #. type: textblock -#: dh_installinit:52 +#: dh_installinit:57 msgid "" "In compatibility level 11, this file will trigger an error with a reminder " "about ensuring the proper removal of the upstart file in the previous " @@ -7143,7 +7196,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:57 +#: dh_installinit:62 msgid "" "In compatibility level 10, if this file exists, it is installed into etc/" "init/I<package>.conf in the package build directory." @@ -7153,13 +7206,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:60 +#: dh_installinit:65 msgid "debian/I<package>.service" msgstr "debian/I<paquet>.service" # type: textblock #. type: textblock -#: dh_installinit:62 +#: dh_installinit:67 msgid "" "If this exists, it is installed into lib/systemd/system/I<package>.service " "in the package build directory. Only used in compat levels 10 and below." @@ -7170,13 +7223,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:65 dh_systemd_enable:50 +#: dh_installinit:70 dh_systemd_enable:50 msgid "debian/I<package>.tmpfile" msgstr "debian/I<paquet>.tmpfile" # type: textblock #. type: textblock -#: dh_installinit:67 +#: dh_installinit:72 msgid "" "If this exists, it is installed into usr/lib/tmpfiles.d/I<package>.conf in " "the package build directory. (The tmpfiles.d mechanism is currently only " @@ -7189,7 +7242,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:79 +#: dh_installinit:84 msgid "Do not modify F<postinst>/F<postrm>/F<prerm> scripts." msgstr "" "Empêche la modification des scripts de maintenance F<postinst>, F<postrm>, " @@ -7197,13 +7250,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:81 +#: dh_installinit:86 msgid "B<-o>, B<--only-scripts>" msgstr "B<-o>, B<--only-scripts>" # type: textblock #. type: textblock -#: dh_installinit:83 +#: dh_installinit:88 msgid "" "Only modify F<postinst>/F<postrm>/F<prerm> scripts, do not actually install " "any init script, default files, upstart job or systemd service file. May be " @@ -7217,7 +7270,7 @@ msgstr "" "B<dh_installinit>." #. type: textblock -#: dh_installinit:88 +#: dh_installinit:93 msgid "" "B<Caveat>: This will bypass all the regular checks and I<unconditionally> " "modify the scripts. You will almost certainly want to use this with B<-p> " @@ -7229,7 +7282,7 @@ msgstr "" "affectés par l'appel. Par exemple :" #. type: verbatim -#: dh_installinit:93 +#: dh_installinit:98 #, no-wrap msgid "" " override_dh_installinit:\n" @@ -7244,13 +7297,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:97 +#: dh_installinit:102 msgid "B<-R>, B<--restart-after-upgrade>" msgstr "B<-R>, B<--restart-after-upgrade>" # type: textblock #. type: textblock -#: dh_installinit:99 +#: dh_installinit:104 msgid "" "Do not stop the init script until after the package upgrade has been " "completed. This is the default behaviour in compat 10." @@ -7261,7 +7314,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:102 +#: dh_installinit:107 msgid "" "In early compat levels, the default was to stop the script in the F<prerm>, " "and starts it again in the F<postinst>." @@ -7271,7 +7324,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:105 dh_systemd_start:45 +#: dh_installinit:110 dh_systemd_start:45 msgid "" "This can be useful for daemons that should not have a possibly long downtime " "during upgrade. But you should make sure that the daemon will not get " @@ -7285,12 +7338,12 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:110 dh_systemd_start:50 +#: dh_installinit:115 dh_systemd_start:50 msgid "B<--no-restart-after-upgrade>" msgstr "B<--no-restart-after-upgrade>" #. type: textblock -#: dh_installinit:112 dh_systemd_start:52 +#: dh_installinit:117 dh_systemd_start:52 msgid "" "Undo a previous B<--restart-after-upgrade> (or the default of compat 10). " "If no other options are given, this will cause the service to be stopped in " @@ -7303,12 +7356,12 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:117 dh_systemd_start:57 +#: dh_installinit:122 dh_systemd_start:57 msgid "B<-r>, B<--no-stop-on-upgrade>, B<--no-restart-on-upgrade>" msgstr "B<-r>, B<--no-stop-on-upgrade>, B<--no-restart-on-upgrade>" #. type: textblock -#: dh_installinit:119 +#: dh_installinit:124 msgid "" "Do not stop init script on upgrade. This has the side-effect of not " "restarting the service as a part of the upgrade." @@ -7317,7 +7370,7 @@ msgstr "" "secondaire de ne pas redémarrer le service lors de la mise à niveau." #. type: textblock -#: dh_installinit:122 +#: dh_installinit:127 msgid "" "If you want to restart the service with minimal downtime, please use B<--" "restart-after-upgrade> (default in compat 10 or later). If you want the " @@ -7331,7 +7384,7 @@ msgstr "" "after-upgrade> (notez le « after-upgrade »)." #. type: textblock -#: dh_installinit:127 +#: dh_installinit:132 msgid "" "Note that the B<--no-restart-on-upgrade> alias is deprecated and will be " "removed in compat 12. This is to avoid confusion with the B<--no-restart-" @@ -7346,13 +7399,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:132 dh_systemd_start:61 +#: dh_installinit:137 dh_systemd_start:61 msgid "B<--no-start>" msgstr "B<--no-start>" # type: textblock #. type: textblock -#: dh_installinit:134 +#: dh_installinit:139 msgid "" "Do not start the init script on install or upgrade, or stop it on removal. " "Only call B<update-rc.d>. Useful for rcS scripts." @@ -7363,12 +7416,12 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:137 dh_systemd_enable:87 +#: dh_installinit:142 dh_systemd_enable:87 msgid "B<--no-enable>" msgstr "B<--no-enable>" #. type: textblock -#: dh_installinit:139 +#: dh_installinit:144 msgid "" "Disable the init script on purge, but do not enable them on install. This " "implies a versioned dependency on B<< init-system-helpers (E<gt>= 1.51) >> " @@ -7377,7 +7430,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:144 +#: dh_installinit:149 #, fuzzy #| msgid "" #| "B<Note> that this option does not affect whether the services are " @@ -7394,7 +7447,7 @@ msgstr "" # type: =item #. type: textblock -#: dh_installinit:148 +#: dh_installinit:153 #, fuzzy #| msgid "B<-u>I<params> B<--update-rcd-params=>I<params>" msgid "" @@ -7404,13 +7457,13 @@ msgstr "B<-u>I<paramètres> B<--update-rcd-params=>I<paramètres>" # type: =item #. type: =item -#: dh_installinit:151 +#: dh_installinit:156 msgid "B<-d>, B<--remove-d>" msgstr "B<-d>, B<--remove-d>" # type: textblock #. type: textblock -#: dh_installinit:153 +#: dh_installinit:158 msgid "" "Remove trailing B<d> from the name of the package, and use the result for " "the filename the upstart job file is installed as in F<etc/init/> , and for " @@ -7428,13 +7481,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:160 +#: dh_installinit:165 msgid "B<-u>I<params> B<--update-rcd-params=>I<params>" msgstr "B<-u>I<paramètres> B<--update-rcd-params=>I<paramètres>" # type: textblock #. type: textblock -#: dh_installinit:164 +#: dh_installinit:169 #, fuzzy #| msgid "" #| "Pass I<params> to L<update-rc.d(8)>. If not specified, B<defaults> will " @@ -7448,13 +7501,13 @@ msgstr "" "B<defaults> sera passé à L<update-rc.d(8)>." #. type: textblock -#: dh_installinit:168 +#: dh_installinit:173 msgid "Cannot be combined with B<--no-enable>." msgstr "" # type: textblock #. type: textblock -#: dh_installinit:172 +#: dh_installinit:177 msgid "" "Install the init script (and default file) as well as upstart job file using " "the filename I<name> instead of the default filename, which is the package " @@ -7472,13 +7525,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:180 +#: dh_installinit:185 msgid "B<--init-script=>I<scriptname>" msgstr "B<--init-script=>I<nom-du-script>" # type: textblock #. type: textblock -#: dh_installinit:182 +#: dh_installinit:187 msgid "" "Use I<scriptname> as the filename the init script is installed as in F<etc/" "init.d/> (and also use it as the filename for the defaults file, if it is " @@ -7495,7 +7548,7 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:189 +#: dh_installinit:194 msgid "" "This parameter is deprecated, use the B<--name> parameter instead. This " "parameter is incompatible with the use of upstart jobs." @@ -7505,13 +7558,13 @@ msgstr "" # type: =item #. type: =item -#: dh_installinit:192 +#: dh_installinit:197 msgid "B<--error-handler=>I<function>" msgstr "B<--error-handler=>I<fonction>" # type: textblock #. type: textblock -#: dh_installinit:194 +#: dh_installinit:199 msgid "" "Call the named shell I<function> if running the init script fails. The " "function should be provided in the F<prerm> and F<postinst> scripts, before " @@ -7523,12 +7576,20 @@ msgstr "" # type: textblock #. type: textblock -#: dh_installinit:411 +#: dh_installinit:408 +#, fuzzy +#| msgid "L<debhelper(7)>, L<dpkg-shlibdeps(1)>" +msgid "L<debhelper(7)>, L<dh_installsystemd(1)>" +msgstr "L<debhelper(7)>, L<dpkg-shlibdeps(1)>" + +# type: textblock +#. type: textblock +#: dh_installinit:416 msgid "Steve Langasek <steve.langasek@canonical.com>" msgstr "Steve Langasek <steve.langasek@canonical.com>" #. type: textblock -#: dh_installinit:413 +#: dh_installinit:418 msgid "Michael Stapelberg <stapelberg@debian.org>" msgstr "Michael Stapelberg <stapelberg@debian.org>" diff --git a/man/po4a/po/ja.po b/man/po4a/po/ja.po index 4319a5a1..82eadd96 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-06-24 09:16+0000\n" +"POT-Creation-Date: 2018-08-08 14:37+0200\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" @@ -371,7 +371,7 @@ msgstr "" "示します。" #. type: =item -#: debhelper.pod:148 dh:72 +#: debhelper.pod:148 dh:82 msgid "B<--no-act>" msgstr "B<--no-act>" @@ -579,7 +579,7 @@ msgid "Do not modify F<postinst>, F<postrm>, etc. scripts." msgstr "F<postinst>, F<postrm> 等のスクリプトに変更を加えません。" #. type: =item -#: debhelper.pod:228 dh_compress:56 dh_dwz:47 dh_installchangelogs:85 +#: debhelper.pod:228 dh_compress:56 dh_dwz:44 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>" @@ -780,7 +780,7 @@ msgstr "" "す。" #. type: =item -#: debhelper.pod:304 dh:64 +#: debhelper.pod:304 dh:74 msgid "B<--list>, B<-l>" msgstr "B<--list>, B<-l>" @@ -946,13 +946,14 @@ msgstr "v5 からの変更点:" #: debhelper.pod:728 debhelper.pod:756 debhelper.pod:775 debhelper.pod:785 #: debhelper.pod:789 debhelper.pod:794 debhelper.pod:799 debhelper.pod:806 #: debhelper.pod:812 debhelper.pod:820 debhelper.pod:826 debhelper.pod:830 -#: debhelper.pod:835 debhelper.pod:840 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:835 debhelper.pod:840 debhelper.pod:849 +#: 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 "-" @@ -1769,10 +1770,47 @@ msgid "" "override target for them in F<debian/rules> (e.g. I<override_dh_dwz:>)" msgstr "" +#. type: textblock +#: debhelper.pod:851 +msgid "" +"The build systems B<meson> and B<autoconf> no longer explicitly set the B<--" +"libexecdir> variable and thus relies on the build system default - which " +"should be B</usr/libexec> (per FHS 3.0, adopted in Debian Policy 4.1.5)." +msgstr "" + +#. type: textblock +#: debhelper.pod:856 +msgid "" +"If a particular upstream package does not use the correct default, the " +"parameter can often be passed manually via L<dh_auto_configure(1)>. E.g. " +"via the following example:" +msgstr "" + +#. type: verbatim +#: debhelper.pod:860 +#, fuzzy, no-wrap +#| msgid "" +#| "\toverride_dh_auto_configure:\n" +#| "\t\tdh_auto_configure -- --with-foo --disable-bar\n" +#| "\n" +msgid "" +" override_dh_auto_configure:\n" +" \tdh_auto_configure -- --libexecdir=/usr/libexec\n" +"\n" +msgstr "" +"\toverride_dh_auto_configure:\n" +"\t\tdh_auto_configure -- --with-foo --disable-bar\n" +"\n" + +#. type: textblock +#: debhelper.pod:863 +msgid "Note the B<--> before the B<--libexecdir> parameter." +msgstr "" + #. type: =head1 -#: debhelper.pod:853 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64 +#: debhelper.pod:869 dh_auto_test:48 dh_dwz:57 dh_installcatalogs:64 #: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89 -#: dh_installinit:200 dh_installinitramfs:53 dh_installman:128 +#: dh_installinit:205 dh_installinitramfs:53 dh_installman:128 #: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40 #: dh_movefiles:67 dh_strip:119 dh_usrlocal:60 dh_systemd_enable:104 #: dh_systemd_start:68 @@ -1780,12 +1818,12 @@ msgid "NOTES" msgstr "付記" #. type: =head2 -#: debhelper.pod:855 +#: debhelper.pod:871 msgid "Multiple binary package support" msgstr "複数のバイナリパッケージのサポート" #. type: textblock -#: debhelper.pod:857 +#: debhelper.pod:873 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 " @@ -1804,7 +1842,7 @@ msgstr "" "indep ターゲットで生成する必要がある為です。" #. type: textblock -#: debhelper.pod:865 +#: debhelper.pod:881 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<-" @@ -1819,7 +1857,7 @@ msgstr "" "ルに列挙されたすべてのパッケージに対して処理を行います。" #. type: textblock -#: debhelper.pod:871 +#: debhelper.pod:887 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, " @@ -1830,7 +1868,7 @@ msgstr "" "5.6.8 章>)。" #. type: textblock -#: debhelper.pod:875 +#: debhelper.pod:891 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 " @@ -1843,12 +1881,12 @@ msgstr "" "ます。" #. type: =head3 -#: debhelper.pod:880 +#: debhelper.pod:896 msgid "Interaction between package selections and Build-Profiles" msgstr "" #. type: textblock -#: debhelper.pod:882 +#: debhelper.pod:898 msgid "" "Build-Profiles affect which packages are included in the package selections " "mechanisms in debhelper. Generally, the package selections are described " @@ -1858,19 +1896,19 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:890 +#: debhelper.pod:906 msgid "-a/--arch, -i/--indep OR no selection options (a raw \"dh_X\" call)" msgstr "" #. type: textblock -#: debhelper.pod:892 +#: debhelper.pod:908 msgid "" "The package disabled by Build-Profiles is silently excluded from the " "selection." msgstr "" #. type: textblock -#: debhelper.pod:895 +#: debhelper.pod:911 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 " @@ -1878,31 +1916,31 @@ msgid "" msgstr "" #. type: =item -#: debhelper.pod:899 +#: debhelper.pod:915 #, 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:901 +#: debhelper.pod:917 msgid "The option is accepted and effectively does nothing." msgstr "" #. type: =item -#: debhelper.pod:903 +#: debhelper.pod:919 #, 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:905 +#: debhelper.pod:921 msgid "The option is accepted, but debhelper will not act on the package." msgstr "" #. type: textblock -#: debhelper.pod:909 +#: debhelper.pod:925 msgid "" "Note that it does not matter whether a package is enabled or disabled by " "default." @@ -1910,12 +1948,12 @@ msgstr "" # note: it should be "Debian maintainer scripts"? #. type: =head2 -#: debhelper.pod:912 +#: debhelper.pod:928 msgid "Automatic generation of Debian install scripts" msgstr "メンテナスクリプトの自動生成" #. type: textblock -#: debhelper.pod:914 +#: debhelper.pod:930 msgid "" "Some debhelper commands will automatically generate parts of Debian " "maintainer scripts. If you want these automatically generated things " @@ -1931,7 +1969,7 @@ msgstr "" "へ置換されます。" #. type: textblock -#: debhelper.pod:921 +#: debhelper.pod:937 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." @@ -1940,7 +1978,7 @@ msgstr "" "ある場合、debhelper はスクリプトを一式生成します。" #. type: textblock -#: debhelper.pod:924 +#: debhelper.pod:940 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." @@ -1949,7 +1987,7 @@ msgstr "" "の自動生成を行わないようにできます (上記参照)。" #. type: textblock -#: debhelper.pod:927 +#: debhelper.pod:943 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 " @@ -1961,7 +1999,7 @@ msgstr "" "例を挙げます ($1, $2 等は set コマンドにより設定される事に注意):" #. type: verbatim -#: debhelper.pod:932 +#: debhelper.pod:948 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -1993,12 +2031,12 @@ msgstr "" "\n" #. type: =head2 -#: debhelper.pod:945 +#: debhelper.pod:961 msgid "Automatic generation of miscellaneous dependencies." msgstr "様々な依存関係の自動生成" #. type: textblock -#: debhelper.pod:947 +#: debhelper.pod:963 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 " @@ -2017,7 +2055,7 @@ msgstr "" "ます。" #. type: textblock -#: debhelper.pod:955 +#: debhelper.pod:971 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called B<" @@ -2031,7 +2069,7 @@ msgstr "" "ります。" #. type: textblock -#: debhelper.pod:960 +#: debhelper.pod:976 msgid "" "This is entirely independent of the standard B<${shlibs:Depends}> generated " "by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by " @@ -2044,12 +2082,12 @@ msgstr "" "は、これらを使わないようにすることも可能です。" #. type: =head2 -#: debhelper.pod:965 +#: debhelper.pod:981 msgid "Package build directories" msgstr "パッケージビルドディレクトリ" #. type: textblock -#: debhelper.pod:967 +#: debhelper.pod:983 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>." @@ -2058,7 +2096,7 @@ msgstr "" "まとめる一時ディレクトリとして debian/I<package> ディレクトリを使用します。" #. type: textblock -#: debhelper.pod:970 +#: debhelper.pod:986 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>" @@ -2077,12 +2115,12 @@ msgstr "" "ます。" #. type: =head2 -#: debhelper.pod:978 +#: debhelper.pod:994 msgid "udebs" msgstr "udeb パッケージについて" #. type: textblock -#: debhelper.pod:980 +#: debhelper.pod:996 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>. " @@ -2099,12 +2137,12 @@ msgstr "" "いたものです。" #. type: =head1 -#: debhelper.pod:987 +#: debhelper.pod:1003 msgid "ENVIRONMENT" msgstr "環境変数" #. type: textblock -#: debhelper.pod:989 +#: debhelper.pod:1005 msgid "" "The following environment variables can influence the behavior of " "debhelper. It is important to note that these must be actual environment " @@ -2119,12 +2157,12 @@ msgstr "" "す。" #. type: =item -#: debhelper.pod:997 +#: debhelper.pod:1013 msgid "B<DH_VERBOSE>" msgstr "B<DH_VERBOSE>" #. type: textblock -#: debhelper.pod:999 +#: debhelper.pod:1015 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." @@ -2134,12 +2172,12 @@ msgstr "" "ても冗長出力されたビルドログを有効にします。" #. type: =item -#: debhelper.pod:1002 +#: debhelper.pod:1018 msgid "B<DH_QUIET>" msgstr "B<DH_QUIET>" #. type: textblock -#: debhelper.pod:1004 +#: debhelper.pod:1020 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 " @@ -2155,12 +2193,12 @@ msgstr "" "す。" #. type: =item -#: debhelper.pod:1011 +#: debhelper.pod:1027 msgid "B<DH_COMPAT>" msgstr "B<DH_COMPAT>" #. type: textblock -#: debhelper.pod:1013 +#: debhelper.pod:1029 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in F<debian/compat>." @@ -2169,22 +2207,22 @@ msgstr "" "のです。こちらを指定すると F<debian/compat> の値を上書きします。" #. type: =item -#: debhelper.pod:1016 +#: debhelper.pod:1032 msgid "B<DH_NO_ACT>" msgstr "B<DH_NO_ACT>" #. type: textblock -#: debhelper.pod:1018 +#: debhelper.pod:1034 msgid "Set to B<1> to enable no-act mode." msgstr "B<1> に設定すると、何もしない (no-act) モードになります。" #. type: =item -#: debhelper.pod:1020 +#: debhelper.pod:1036 msgid "B<DH_OPTIONS>" msgstr "B<DH_OPTIONS>" #. type: textblock -#: debhelper.pod:1022 +#: debhelper.pod:1038 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands." @@ -2193,7 +2231,7 @@ msgstr "" "うになります。" #. type: textblock -#: debhelper.pod:1025 +#: debhelper.pod:1041 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." @@ -2203,12 +2241,12 @@ msgstr "" "法です。" #. type: =item -#: debhelper.pod:1028 +#: debhelper.pod:1044 msgid "B<DH_ALWAYS_EXCLUDE>" msgstr "B<DH_ALWAYS_EXCLUDE>" #. type: textblock -#: debhelper.pod:1030 +#: debhelper.pod:1046 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 " @@ -2220,7 +2258,7 @@ msgstr "" "チするもの全部を B<rm -rf> するようになります。" #. type: textblock -#: debhelper.pod:1034 +#: debhelper.pod:1050 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 " @@ -2237,7 +2275,7 @@ msgstr "" "ようとも効果を発揮するようになります。" #. type: textblock -#: debhelper.pod:1041 +#: debhelper.pod:1057 msgid "" "Multiple things to exclude can be separated with colons, as in " "B<DH_ALWAYS_EXCLUDE=CVS:.svn>" @@ -2246,14 +2284,14 @@ msgstr "" "コロンで区切ってください。" #. type: =item -#: debhelper.pod:1044 +#: debhelper.pod:1060 #, fuzzy #| msgid "B<DH_OPTIONS>" msgid "B<DH_EXTRA_ADDONS>" msgstr "B<DH_OPTIONS>" #. type: textblock -#: debhelper.pod:1046 +#: debhelper.pod:1062 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 " @@ -2262,7 +2300,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:1051 +#: debhelper.pod:1067 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 " @@ -2271,49 +2309,49 @@ msgid "" msgstr "" #. type: =head1 -#: debhelper.pod:1058 debhelper-obsolete-compat.pod:118 dh:1044 +#: debhelper.pod:1074 debhelper-obsolete-compat.pod:118 dh:1093 #: 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_dwz:141 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_installifupdown:72 dh_installinfo:107 dh_installinit:406 #: 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_listpackages:35 dh_makeshlibs:355 dh_md5sums:117 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:1062 +#: debhelper.pod:1078 msgid "F</usr/share/doc/debhelper/examples/>" msgstr "F</usr/share/doc/debhelper/examples/>" #. type: textblock -#: debhelper.pod:1064 +#: debhelper.pod:1080 msgid "A set of example F<debian/rules> files that use debhelper." msgstr "" "debhelper を使うときの F<debian/rules> ファイルの例が格納されています。" #. type: =item -#: debhelper.pod:1066 +#: debhelper.pod:1082 msgid "L<http://joeyh.name/code/debhelper/>" msgstr "L<http://joeyh.name/code/debhelper/>" #. type: textblock -#: debhelper.pod:1068 +#: debhelper.pod:1084 msgid "Debhelper web site." msgstr "Debhelper の Web サイトです。" #. type: =head1 -#: debhelper.pod:1072 dh:1050 dh_auto_build:59 dh_auto_clean:61 +#: debhelper.pod:1088 dh:1099 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_builddeb:188 dh_clean:191 dh_compress:242 dh_dwz:147 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 @@ -2323,23 +2361,23 @@ msgstr "Debhelper の Web サイトです。" #: 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_md5sums:123 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:1074 dh:1052 dh_auto_build:61 dh_auto_clean:63 +#: debhelper.pod:1090 dh:1101 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_installinfo:115 dh_installinit:414 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_makeshlibs:363 dh_md5sums:125 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 "Joey Hess <joeyh@debian.org>" @@ -2528,31 +2566,30 @@ msgstr "" "ようになりました。" #. type: textblock -#: debhelper-obsolete-compat.pod:120 dh:1046 dh_auto_build:55 dh_auto_clean:57 +#: debhelper-obsolete-compat.pod:120 dh:1095 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_clean:187 dh_compress:238 dh_dwz:143 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 +#: 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:119 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 "L<debhelper(7)>" #. type: =head1 -#: debhelper-obsolete-compat.pod:122 dh_installinit:407 dh_systemd_enable:285 +#: debhelper-obsolete-compat.pod:122 dh_installinit:412 dh_systemd_enable:285 #: dh_systemd_start:273 msgid "AUTHORS" msgstr "作者" #. type: textblock -#: debhelper-obsolete-compat.pod:124 dh_dwz:152 +#: debhelper-obsolete-compat.pod:124 dh_dwz:149 msgid "Niels Thykier <niels@thykier.net>" msgstr "Niels Thykier <niels@thykier.net>" @@ -2639,11 +2676,11 @@ msgstr "" #. type: =head1 #: dh:45 dh_auto_build:32 dh_auto_clean:33 dh_auto_configure:35 #: dh_auto_install:46 dh_auto_test:34 dh_bugfiles:53 dh_builddeb:34 dh_clean:47 -#: dh_compress:52 dh_dwz:29 dh_fixperms:40 dh_gconf:42 dh_gencontrol:38 +#: dh_compress:52 dh_dwz:26 dh_fixperms:40 dh_gconf:42 dh_gencontrol:38 #: dh_icons:33 dh_install:66 dh_installcatalogs:53 dh_installchangelogs:73 #: dh_installcron:43 dh_installdebconf:64 dh_installdirs:42 dh_installdocs:90 #: dh_installemacsen:56 dh_installexamples:41 dh_installifupdown:42 -#: dh_installinfo:38 dh_installinit:73 dh_installinitramfs:43 +#: dh_installinfo:38 dh_installinit:78 dh_installinitramfs:43 #: dh_installlogcheck:45 dh_installlogrotate:25 dh_installman:83 #: dh_installmanpages:43 dh_installmenu:44 dh_installmodules:41 #: dh_installpam:34 dh_installppp:38 dh_installudev:34 dh_installwm:38 @@ -2674,13 +2711,26 @@ msgstr "" "サードパーティ製パッケージと共に利用する時に使います。F<PROGRAMMING> ファイル" "に、一連のアドオン用インターフェースについてのドキュメントがあります。" -#. type: =item +#. type: textblock #: dh:58 +msgid "" +"A B<Build-Depends> relation on the package B<dh-sequence->I<addon> implies a " +"B<--with> I<addon>. This avoids the need for an explicit B<--with> in " +"F<debian/rules> that only duplicates what is already declared via the build " +"dependencies in F<debian/control>. Note that only relations in the B<Build-" +"Depends> field are considered (i.e. B<Build-Depends-Indep> and B<Build-" +"Depends-Arch> are deliberately unsupported). Please keep in mind that B<dh> " +"insists on \"simple\" relations (e.g. a relation like \"B<dh-sequence-" +">I<addon> | B<some-other-pkg>\" will I<not> imply B<--with> I<addon>)." +msgstr "" + +#. type: =item +#: dh:68 msgid "B<--without> I<addon>" msgstr "B<--without> I<addon>" #. type: textblock -#: dh:60 +#: dh:70 msgid "" "The inverse of B<--with>, disables using the given addon. This option can be " "repeated more than once, or multiple addons to disable can be listed, " @@ -2690,19 +2740,19 @@ msgstr "" "し指定することもできますし、アドオン名をカンマ区切りで指定もできます。" #. type: textblock -#: dh:66 +#: dh:76 msgid "List all available addons." msgstr "利用可能なアドオン一覧を表示する。" #. type: textblock -#: dh:68 +#: dh:78 msgid "" "When called only with this option, B<dh> can be called from any directory (i." "e. it does not need access to files from a source package)." msgstr "" #. type: textblock -#: dh:74 +#: dh:84 msgid "" "Prints commands that would run for a given sequence, but does not run them." msgstr "" @@ -2710,7 +2760,7 @@ msgstr "" "は実行しません。" #. type: textblock -#: dh:76 +#: dh:86 msgid "" "Note that dh normally skips running commands that it knows will do nothing. " "With --no-act, the full list of commands in a sequence is printed." @@ -2720,7 +2770,7 @@ msgstr "" "て出力します。" #. type: textblock -#: dh:81 +#: dh:91 msgid "" "Other options passed to B<dh> are passed on to each command it runs. This " "can be used to set an option like B<-v> or B<-X> or B<-N>, as well as for " @@ -2731,13 +2781,13 @@ msgstr "" "た、他の特別なオプションについても同様となります。" #. type: =head1 -#: dh:85 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:155 +#: dh:95 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:155 #: dh_shlibdeps:78 msgid "EXAMPLES" msgstr "使用例" #. type: textblock -#: dh:87 +#: dh:97 msgid "" "To see what commands are included in a sequence, without actually doing " "anything:" @@ -2745,7 +2795,7 @@ msgstr "" "コマンドを実際には動作させず、一連の動作でどのコマンドが実行されるかを見る:" #. type: verbatim -#: dh:90 +#: dh:100 #, no-wrap msgid "" "\tdh binary-arch --no-act\n" @@ -2755,7 +2805,7 @@ msgstr "" "\n" #. type: textblock -#: dh:92 +#: dh:102 msgid "" "This is a very simple rules file, for packages where the default sequences " "of commands work with no additional options." @@ -2764,7 +2814,7 @@ msgstr "" "ション無しでデフォルトのコマンド群が呼び出されます。" #. type: verbatim -#: dh:95 dh:116 dh:129 +#: dh:105 dh:126 dh:139 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2778,7 +2828,7 @@ msgstr "" "\n" #. type: textblock -#: dh:99 +#: dh:109 msgid "" "Often you'll want to pass an option to a specific debhelper command. The " "easy way to do with is by adding an override target for that command." @@ -2787,7 +2837,7 @@ msgstr "" "行う方法は、そのコマンドへ override を追加することです。" #. type: verbatim -#: dh:102 dh:186 dh:197 +#: dh:112 dh:196 dh:207 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2801,7 +2851,7 @@ msgstr "" "\t\n" #. type: verbatim -#: dh:106 +#: dh:116 #, no-wrap msgid "" "\toverride_dh_strip:\n" @@ -2813,7 +2863,7 @@ msgstr "" "\t\n" #. type: verbatim -#: dh:109 +#: dh:119 #, no-wrap msgid "" "\toverride_dh_auto_configure:\n" @@ -2825,7 +2875,7 @@ msgstr "" "\n" #. type: textblock -#: dh:112 +#: dh:122 msgid "" "Sometimes the automated L<dh_auto_configure(1)> and L<dh_auto_build(1)> " "can't guess what to do for a strange package. Here's how to avoid running " @@ -2837,7 +2887,7 @@ msgstr "" "を実行させる方法を示します。 " #. type: verbatim -#: dh:120 +#: dh:130 #, no-wrap msgid "" "\toverride_dh_auto_configure:\n" @@ -2849,7 +2899,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:123 +#: dh:133 #, no-wrap msgid "" "\toverride_dh_auto_build:\n" @@ -2861,7 +2911,7 @@ msgstr "" "\n" #. type: textblock -#: dh:126 +#: dh:136 msgid "" "Another common case is wanting to do something manually before or after a " "particular debhelper command is run." @@ -2870,7 +2920,7 @@ msgstr "" "したい場合があります。" #. type: verbatim -#: dh:133 +#: dh:143 #, no-wrap msgid "" "\toverride_dh_fixperms:\n" @@ -2884,7 +2934,7 @@ msgstr "" "\n" #. type: textblock -#: dh:137 +#: dh:147 #, fuzzy #| msgid "" #| "Python tools are not run by dh by default, due to the continual change in " @@ -2899,7 +2949,7 @@ msgstr "" "を実行します)。ここでは、B<dh_python2> をどのようにして使うかを示します。" #. type: verbatim -#: dh:140 +#: dh:150 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2913,7 +2963,7 @@ msgstr "" "\n" #. type: textblock -#: dh:144 +#: dh:154 msgid "" "Here is how to force use of Perl's B<Module::Build> build system, which can " "be necessary if debhelper wrongly detects that the package uses MakeMaker." @@ -2923,7 +2973,7 @@ msgstr "" "必要となります。" #. type: verbatim -#: dh:148 +#: dh:158 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2937,7 +2987,7 @@ msgstr "" "\n" #. type: textblock -#: dh:152 +#: dh:162 msgid "" "Here is an example of overriding where the B<dh_auto_>I<*> commands find the " "package's source, for a package where the source is located in a " @@ -2948,7 +2998,7 @@ msgstr "" "す。" #. type: verbatim -#: dh:156 +#: dh:166 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2962,7 +3012,7 @@ msgstr "" "\n" #. type: textblock -#: dh:160 +#: dh:170 msgid "" "And here is an example of how to tell the B<dh_auto_>I<*> commands to build " "in a subdirectory, which will be removed on B<clean>." @@ -2972,7 +3022,7 @@ msgstr "" "になります:" #. type: verbatim -#: dh:163 +#: dh:173 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2986,7 +3036,7 @@ msgstr "" "\n" #. type: textblock -#: dh:167 +#: dh:177 msgid "" "If your package can be built in parallel, please either use compat 10 or " "pass B<--parallel> to dh. Then B<dpkg-buildpackage -j> will work." @@ -2995,7 +3045,7 @@ msgstr "" "parallel> を指定して下さい。すると B<dpkg-buildpackage -j> が有効になります。" #. type: verbatim -#: dh:170 +#: dh:180 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3009,7 +3059,7 @@ msgstr "" "\n" #. type: textblock -#: dh:174 +#: dh:184 msgid "" "If your package cannot be built reliably while using multiple threads, " "please pass B<--no-parallel> to dh (or the relevant B<dh_auto_>I<*> command):" @@ -3018,7 +3068,7 @@ msgstr "" "連する B<dh_auto_>I<*> コマンド)に B<--no-parallel> を指定して下さい。" #. type: verbatim -#: dh:179 +#: dh:189 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3032,7 +3082,7 @@ msgstr "" "\n" #. type: textblock -#: dh:183 +#: dh:193 msgid "" "Here is a way to prevent B<dh> from running several commands that you don't " "want it to run, by defining empty override targets for each command." @@ -3042,7 +3092,7 @@ msgstr "" "とにより行います。" #. type: verbatim -#: dh:190 +#: dh:200 #, no-wrap msgid "" "\t# Commands not to run:\n" @@ -3054,7 +3104,7 @@ msgstr "" "\n" #. type: textblock -#: dh:193 +#: dh:203 msgid "" "A long build process for a separate documentation package can be separated " "out using architecture independent overrides. These will be skipped when " @@ -3066,7 +3116,7 @@ msgstr "" "パッケージのビルドが省略されます。" #. type: verbatim -#: dh:201 +#: dh:211 #, no-wrap msgid "" "\toverride_dh_auto_build-indep:\n" @@ -3078,7 +3128,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:204 +#: dh:214 #, no-wrap msgid "" "\t# No tests needed for docs\n" @@ -3090,7 +3140,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:207 +#: dh:217 #, no-wrap msgid "" "\toverride_dh_auto_install-indep:\n" @@ -3102,7 +3152,7 @@ msgstr "" "\n" #. type: textblock -#: dh:210 +#: dh:220 msgid "" "Adding to the example above, suppose you need to chmod a file, but only when " "building the architecture dependent package, as it's not present when " @@ -3113,7 +3163,7 @@ msgstr "" "行しないとしたらどうなるでしょうか。" #. type: verbatim -#: dh:214 +#: dh:224 #, no-wrap msgid "" "\toverride_dh_fixperms-arch:\n" @@ -3127,12 +3177,12 @@ msgstr "" "\n" #. type: =head1 -#: dh:218 +#: dh:228 msgid "INTERNALS" msgstr "内部動作" #. type: textblock -#: dh:220 +#: dh:230 msgid "" "If you're curious about B<dh>'s internals, here's how it works under the " "hood." @@ -3141,7 +3191,7 @@ msgstr "" "を記載します。" #. type: textblock -#: dh:222 +#: dh:232 #, fuzzy #| msgid "" #| "In compat 10 (or later), B<dh> creates a stamp file F<debian/debhelper-" @@ -3166,7 +3216,7 @@ msgstr "" "ます。" #. type: textblock -#: dh:230 +#: dh:240 #, fuzzy #| msgid "" #| "In compat 10 (or later), B<dh> creates a stamp file F<debian/debhelper-" @@ -3189,7 +3239,7 @@ msgstr "" "ます。" #. type: textblock -#: dh:235 +#: dh:245 msgid "" "In compat 9 or earlier, each debhelper command will record when it's " "successfully run in F<debian/package.debhelper.log>. (Which B<dh_clean> " @@ -3203,7 +3253,7 @@ msgstr "" "かります。" #. type: textblock -#: dh:240 +#: dh:250 msgid "" "Each time B<dh> is run (in compat 9 or earlier), it examines the log, and " "finds the last logged command that is in the specified sequence. It then " @@ -3218,7 +3268,7 @@ msgstr "" "互換性レベル 10 ではこれらは削除されています)。" #. type: textblock -#: dh:246 +#: dh:256 msgid "" "A sequence can also run dependent targets in debian/rules. For example, the " "\"binary\" sequence runs the \"install\" target." @@ -3228,7 +3278,7 @@ msgstr "" "と、\"install\" ターゲットも実行されます。" #. type: textblock -#: dh:249 +#: dh:259 msgid "" "B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass " "information through to debhelper commands that are run inside override " @@ -3241,7 +3291,7 @@ msgstr "" "おり、どの時点でも debhelper コマンドの動作に影響を与えます。" #. type: textblock -#: dh:254 +#: dh:264 msgid "" "Commands in the B<build-indep>, B<install-indep> and B<binary-indep> " "sequences are passed the B<-i> option to ensure they only work on " @@ -3256,12 +3306,12 @@ msgstr "" "れ、アーキテクチャ依存パッケージにのみ確実に作用するように動作します。 " #. type: =head1 -#: dh:260 +#: dh:270 msgid "DEPRECATED OPTIONS" msgstr "廃止されたオプション" #. type: textblock -#: dh:262 +#: dh:272 msgid "" "The following options are deprecated. It's much better to use override " "targets instead. They are B<not> available in compat 10." @@ -3270,49 +3320,49 @@ msgstr "" "推奨します。互換性レベル 10 では利用B<できません>。" #. type: =item -#: dh:268 +#: dh:278 msgid "B<--until> I<cmd>" msgstr "B<--until> I<cmd>" #. type: textblock -#: dh:270 +#: dh:280 msgid "Run commands in the sequence until and including I<cmd>, then stop." msgstr "" "処理中、I<cmd> で指定されたコマンドに遭遇するまで実行し、最後に I<cmd> を実行" "して停止します。" #. type: =item -#: dh:272 +#: dh:282 msgid "B<--before> I<cmd>" msgstr "B<--before> I<cmd>" #. type: textblock -#: dh:274 +#: dh:284 msgid "Run commands in the sequence before I<cmd>, then stop." msgstr "I<cmd> で指定されたコマンドまで実行して停止します。" #. type: =item -#: dh:276 +#: dh:286 msgid "B<--after> I<cmd>" msgstr "B<--after> I<cmd>" #. type: textblock -#: dh:278 +#: dh:288 msgid "Run commands in the sequence that come after I<cmd>." msgstr "I<cmd> で指定されたコマンドに続いて一連のコマンドを実行します。" #. type: =item -#: dh:280 +#: dh:290 msgid "B<--remaining>" msgstr "B<--remaining>" #. type: textblock -#: dh:282 +#: dh:292 msgid "Run all commands in the sequence that have yet to be run." msgstr "一連の処理のうち、未だ実行していないコマンドを実行します。" #. type: textblock -#: dh:286 +#: dh:296 msgid "" "In the above options, I<cmd> can be a full name of a debhelper command, or a " "substring. It'll first search for a command in the sequence exactly matching " @@ -3326,18 +3376,18 @@ msgstr "" "が利用されます。" #. type: textblock -#: dh:1048 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62 +#: dh:1097 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_clean:189 dh_compress:240 dh_dwz:145 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_installifupdown:76 dh_installinfo:111 dh_installinit:410 #: 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_listpackages:39 dh_makeshlibs:359 dh_md5sums:121 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." @@ -3396,8 +3446,8 @@ msgstr "" #. type: =item #: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59 -#: dh_auto_test:41 dh_builddeb:48 dh_dwz:53 dh_gencontrol:42 -#: dh_installdebconf:72 dh_installinit:162 dh_makeshlibs:149 dh_shlibdeps:41 +#: dh_auto_test:41 dh_builddeb:48 dh_dwz:50 dh_gencontrol:42 +#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:149 dh_shlibdeps:41 msgid "B<--> I<params>" msgstr "B<--> I<params>" @@ -3722,7 +3772,7 @@ msgstr "" #: dh_installcatalogs:39 dh_installchangelogs:49 dh_installcron:24 #: dh_installdeb:25 dh_installdebconf:37 dh_installdirs:28 dh_installdocs:40 #: dh_installemacsen:30 dh_installexamples:31 dh_installifupdown:25 -#: dh_installinfo:28 dh_installinit:36 dh_installinitramfs:30 +#: dh_installinfo:28 dh_installinit:41 dh_installinitramfs:30 #: dh_installlogcheck:24 dh_installman:73 dh_installmenu:28 dh_installmime:24 #: dh_installmodules:31 dh_installpam:24 dh_installppp:24 dh_installudev:24 #: dh_installwm:28 dh_link:46 dh_lintian:24 dh_makeshlibs:29 dh_movefiles:29 @@ -4175,25 +4225,18 @@ msgstr "" #. type: textblock #: dh_dwz:22 msgid "" -"B<Caveat>: This tool is experimental and may disappear or change behaviour " -"without any notice." -msgstr "" - -#. type: textblock -#: dh_dwz:25 -msgid "" "B<dh_dwz> is a debhelper program that will optimize the (uncompressed) size " "of the DWARF debug information in ELF binaries. It does so by running " "L<dwz(1)> on all the ELF binaries in the package." msgstr "" #. type: =item -#: dh_dwz:33 +#: dh_dwz:30 msgid "B<--dwz-multifile>, B<--no-dwz-multifile>" msgstr "" #. type: textblock -#: dh_dwz:35 +#: dh_dwz:32 msgid "" "Whether L<dwz(1)> should generate a I<multifile> from the ELF binaries in " "the same package (it does by default). When enabled, if a package ships at " @@ -4202,7 +4245,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:40 +#: dh_dwz:37 msgid "" "Note this options may not work if a package contains more ELF binaries than " "can fit on a single command line. If this becomes a problem, please pass " @@ -4210,14 +4253,14 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:44 +#: dh_dwz:41 msgid "" "The generated multifile will be compressed with B<objcopy --compress-debug-" "sections>." msgstr "" #. type: textblock -#: dh_dwz:49 dh_strip:44 +#: dh_dwz:46 dh_strip:44 msgid "" "Exclude files that contain I<item> anywhere in their filename from being " "stripped. You may use this option multiple times to build up a list of " @@ -4228,14 +4271,14 @@ msgstr "" "定することによって行えます。" #. type: textblock -#: dh_dwz:55 +#: dh_dwz:52 msgid "" "Pass I<params> to L<dwz(1)> when it processes ELF binaries. This is mostly " "useful for setting memory related parameters (e.g. -l and -L)." msgstr "" #. type: textblock -#: dh_dwz:62 +#: dh_dwz:59 #, fuzzy msgid "" "If the B<DEB_BUILD_OPTIONS> environment variable contains B<nostrip>, " @@ -4247,7 +4290,7 @@ msgstr "" "これはデバッグシンボルパッケージの自動生成を" #. type: textblock -#: dh_dwz:66 +#: dh_dwz:63 msgid "" "While this tool technically does not remove debug information from binaries, " "it is still skipped when the B<DEB_BUILD_OPTIONS> environment variable " @@ -4512,7 +4555,7 @@ msgstr "" #. type: =item #: dh_icons:37 dh_installcatalogs:57 dh_installdebconf:68 dh_installemacsen:60 -#: dh_installinit:77 dh_installinitramfs:47 dh_installmenu:48 +#: dh_installinit:82 dh_installinitramfs:47 dh_installmenu:48 #: dh_installmodules:45 dh_installwm:48 dh_makeshlibs:132 dh_usrlocal:54 msgid "B<-n>, B<--no-scripts>" msgstr "B<-n>, B<--no-scripts>" @@ -4913,7 +4956,7 @@ msgstr "" "リガーを追加しないでください。" #. type: textblock -#: dh_installcatalogs:66 dh_installemacsen:77 dh_installinit:202 +#: dh_installcatalogs:66 dh_installemacsen:77 dh_installinit:207 #: dh_installinitramfs:55 dh_installmodules:59 dh_installudev:52 #: dh_installwm:65 dh_usrlocal:62 msgid "" @@ -5160,7 +5203,7 @@ msgstr "" "れインストールされます。" #. type: =item -#: dh_installcron:47 dh_installifupdown:46 dh_installinit:170 +#: dh_installcron:47 dh_installifupdown:46 dh_installinit:175 #: dh_installlogcheck:49 dh_installlogrotate:29 dh_installmodules:49 #: dh_installpam:38 dh_installppp:42 dh_installudev:38 dh_systemd_enable:95 msgid "B<--name=>I<name>" @@ -6356,15 +6399,18 @@ msgstr "" msgid "" "B<dh_installinit> is a debhelper program that is responsible for installing " "init scripts with associated defaults files. In compatibility levels up to " -"11, B<dh_installinit> also handled upstart job files and systemd service " -"files." +"and including 10, B<dh_installinit> will also install some systemd related " +"files provided by the debian packaging (see the L</FILES> section below). " +"In compatibility levels up to and including 11, B<dh_installinit> will also " +"handle upstart jobs provided in the debian packaging (see the L</FILES> for " +"more information on this as well)." msgstr "" "B<dh_installlint> は、デフォルトで利用される init スクリプトと、アップスター" "ト用のジョブファイルをパッケージビルドディレクトリへインストールする役目の " "debhelper プログラムです。" #. type: textblock -#: dh_installinit:26 +#: dh_installinit:31 msgid "" "It also automatically generates the F<postinst> and F<postrm> and F<prerm> " "commands needed to set up the symlinks in F</etc/rc*.d/> to start and stop " @@ -6375,7 +6421,7 @@ msgstr "" "F<postrm>, F<prerm> コマンドを自動的に生成します。" #. type: textblock -#: dh_installinit:30 +#: dh_installinit:35 msgid "" "In compat 10 or earlier: If a package only ships a systemd service file and " "no sysvinit script is provided, you may want to exclude the call to " @@ -6384,12 +6430,12 @@ msgid "" msgstr "" #. type: =item -#: dh_installinit:40 +#: dh_installinit:45 msgid "debian/I<package>.init" msgstr "debian/I<package>.init" #. type: textblock -#: dh_installinit:42 +#: dh_installinit:47 msgid "" "If this exists, it is installed into etc/init.d/I<package> in the package " "build directory." @@ -6398,12 +6444,12 @@ msgstr "" "I<package> ディレクトリにインストールされます。" #. type: =item -#: dh_installinit:45 +#: dh_installinit:50 msgid "debian/I<package>.default" msgstr "debian/I<package>.default" #. type: textblock -#: dh_installinit:47 +#: dh_installinit:52 msgid "" "If this exists, it is installed into etc/default/I<package> in the package " "build directory." @@ -6412,12 +6458,12 @@ msgstr "" "I<package> へこのファイルをインストールします。" #. type: =item -#: dh_installinit:50 +#: dh_installinit:55 msgid "debian/I<package>.upstart" msgstr "debian/I<package>.upstart" #. type: textblock -#: dh_installinit:52 +#: dh_installinit:57 msgid "" "In compatibility level 11, this file will trigger an error with a reminder " "about ensuring the proper removal of the upstart file in the previous " @@ -6426,7 +6472,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:57 +#: dh_installinit:62 #, fuzzy #| msgid "" #| "If this exists, it is installed into etc/init/I<package>.conf in the " @@ -6439,12 +6485,12 @@ msgstr "" "I<package>.conf ファイルとしてインストールされます。" #. type: =item -#: dh_installinit:60 +#: dh_installinit:65 msgid "debian/I<package>.service" msgstr "debian/I<package>.service" #. type: textblock -#: dh_installinit:62 +#: dh_installinit:67 #, fuzzy msgid "" "If this exists, it is installed into lib/systemd/system/I<package>.service " @@ -6454,12 +6500,12 @@ msgstr "" "I<package>.conf ファイルとしてインストールされます。" #. type: =item -#: dh_installinit:65 dh_systemd_enable:50 +#: dh_installinit:70 dh_systemd_enable:50 msgid "debian/I<package>.tmpfile" msgstr "debian/I<package>.tmpfile" #. type: textblock -#: dh_installinit:67 +#: dh_installinit:72 #, fuzzy msgid "" "If this exists, it is installed into usr/lib/tmpfiles.d/I<package>.conf in " @@ -6470,17 +6516,17 @@ msgstr "" "I<package>.conf ファイルとしてインストールされます。" #. type: textblock -#: dh_installinit:79 +#: dh_installinit:84 msgid "Do not modify F<postinst>/F<postrm>/F<prerm> scripts." msgstr "F<postinst>/F<postrm>/F<prerm> スクリプトは変更しないでください。" #. type: =item -#: dh_installinit:81 +#: dh_installinit:86 msgid "B<-o>, B<--only-scripts>" msgstr "B<-o>, B<--only-scripts>" #. type: textblock -#: dh_installinit:83 +#: dh_installinit:88 #, fuzzy msgid "" "Only modify F<postinst>/F<postrm>/F<prerm> scripts, do not actually install " @@ -6496,7 +6542,7 @@ msgstr "" "うな場合に都合が良いです。" #. type: textblock -#: dh_installinit:88 +#: dh_installinit:93 msgid "" "B<Caveat>: This will bypass all the regular checks and I<unconditionally> " "modify the scripts. You will almost certainly want to use this with B<-p> " @@ -6504,7 +6550,7 @@ msgid "" msgstr "" #. type: verbatim -#: dh_installinit:93 +#: dh_installinit:98 #, no-wrap msgid "" " override_dh_installinit:\n" @@ -6518,12 +6564,12 @@ msgstr "" "\n" #. type: =item -#: dh_installinit:97 +#: dh_installinit:102 msgid "B<-R>, B<--restart-after-upgrade>" msgstr "B<-R>, B<--restart-after-upgrade>" #. type: textblock -#: dh_installinit:99 +#: dh_installinit:104 #, fuzzy msgid "" "Do not stop the init script until after the package upgrade has been " @@ -6535,7 +6581,7 @@ msgstr "" "続きを再び呼び出します。" #. type: textblock -#: dh_installinit:102 +#: dh_installinit:107 #, fuzzy msgid "" "In early compat levels, the default was to stop the script in the F<prerm>, " @@ -6547,7 +6593,7 @@ msgstr "" "続きを再び呼び出します。" #. type: textblock -#: dh_installinit:105 dh_systemd_start:45 +#: dh_installinit:110 dh_systemd_start:45 msgid "" "This can be useful for daemons that should not have a possibly long downtime " "during upgrade. But you should make sure that the daemon will not get " @@ -6560,12 +6606,12 @@ msgstr "" "参照して混乱しないことを保証する必要があります。" #. type: =item -#: dh_installinit:110 dh_systemd_start:50 +#: dh_installinit:115 dh_systemd_start:50 msgid "B<--no-restart-after-upgrade>" msgstr "B<--no-restart-after-upgrade>" #. type: textblock -#: dh_installinit:112 dh_systemd_start:52 +#: dh_installinit:117 dh_systemd_start:52 msgid "" "Undo a previous B<--restart-after-upgrade> (or the default of compat 10). " "If no other options are given, this will cause the service to be stopped in " @@ -6573,19 +6619,19 @@ msgid "" msgstr "" #. type: =item -#: dh_installinit:117 dh_systemd_start:57 +#: dh_installinit:122 dh_systemd_start:57 msgid "B<-r>, B<--no-stop-on-upgrade>, B<--no-restart-on-upgrade>" msgstr "B<-r>, B<--no-stop-on-upgrade>, B<--no-restart-on-upgrade>" #. type: textblock -#: dh_installinit:119 +#: dh_installinit:124 msgid "" "Do not stop init script on upgrade. This has the side-effect of not " "restarting the service as a part of the upgrade." msgstr "" #. type: textblock -#: dh_installinit:122 +#: dh_installinit:127 msgid "" "If you want to restart the service with minimal downtime, please use B<--" "restart-after-upgrade> (default in compat 10 or later). If you want the " @@ -6594,7 +6640,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:127 +#: dh_installinit:132 msgid "" "Note that the B<--no-restart-on-upgrade> alias is deprecated and will be " "removed in compat 12. This is to avoid confusion with the B<--no-restart-" @@ -6603,12 +6649,12 @@ msgid "" msgstr "" #. type: =item -#: dh_installinit:132 dh_systemd_start:61 +#: dh_installinit:137 dh_systemd_start:61 msgid "B<--no-start>" msgstr "B<--no-start>" #. type: textblock -#: dh_installinit:134 +#: dh_installinit:139 msgid "" "Do not start the init script on install or upgrade, or stop it on removal. " "Only call B<update-rc.d>. Useful for rcS scripts." @@ -6619,12 +6665,12 @@ msgstr "" "インストールする際に便利です。" #. type: =item -#: dh_installinit:137 dh_systemd_enable:87 +#: dh_installinit:142 dh_systemd_enable:87 msgid "B<--no-enable>" msgstr "B<--no-enable>" #. type: textblock -#: dh_installinit:139 +#: dh_installinit:144 msgid "" "Disable the init script on purge, but do not enable them on install. This " "implies a versioned dependency on B<< init-system-helpers (E<gt>= 1.51) >> " @@ -6633,7 +6679,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:144 +#: dh_installinit:149 msgid "" "B<Note> that this option does not affect whether the services are started. " "Please remember to also use B<--no-start> if the service should not be " @@ -6641,7 +6687,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:148 +#: dh_installinit:153 #, fuzzy #| msgid "B<-u>I<params> B<--update-rcd-params=>I<params>" msgid "" @@ -6650,12 +6696,12 @@ msgid "" msgstr "B<-u>I<params> B<--update-rcd-params=>I<params>" #. type: =item -#: dh_installinit:151 +#: dh_installinit:156 msgid "B<-d>, B<--remove-d>" msgstr "B<-d>, B<--remove-d>" #. type: textblock -#: dh_installinit:153 +#: dh_installinit:158 #, fuzzy msgid "" "Remove trailing B<d> from the name of the package, and use the result for " @@ -6673,12 +6719,12 @@ msgstr "" "init-script> パラメータが作用するより前に実行されます)。" #. type: =item -#: dh_installinit:160 +#: dh_installinit:165 msgid "B<-u>I<params> B<--update-rcd-params=>I<params>" msgstr "B<-u>I<params> B<--update-rcd-params=>I<params>" #. type: textblock -#: dh_installinit:164 +#: dh_installinit:169 #, fuzzy #| msgid "" #| "Pass I<params> to L<update-rc.d(8)>. If not specified, B<defaults> will " @@ -6692,12 +6738,12 @@ msgstr "" "B<defaults> パラメータが L<update-rc.d(8)> へ渡されます。" #. type: textblock -#: dh_installinit:168 +#: dh_installinit:173 msgid "Cannot be combined with B<--no-enable>." msgstr "" #. type: textblock -#: dh_installinit:172 +#: dh_installinit:177 msgid "" "Install the init script (and default file) as well as upstart job file using " "the filename I<name> instead of the default filename, which is the package " @@ -6715,12 +6761,12 @@ msgstr "" "ん。" #. type: =item -#: dh_installinit:180 +#: dh_installinit:185 msgid "B<--init-script=>I<scriptname>" msgstr "B<--init-script=>I<scriptname>" #. type: textblock -#: dh_installinit:182 +#: dh_installinit:187 msgid "" "Use I<scriptname> as the filename the init script is installed as in F<etc/" "init.d/> (and also use it as the filename for the defaults file, if it is " @@ -6738,7 +6784,7 @@ msgstr "" "す。" #. type: textblock -#: dh_installinit:189 +#: dh_installinit:194 msgid "" "This parameter is deprecated, use the B<--name> parameter instead. This " "parameter is incompatible with the use of upstart jobs." @@ -6748,12 +6794,12 @@ msgstr "" "うには出来ていません。" #. type: =item -#: dh_installinit:192 +#: dh_installinit:197 msgid "B<--error-handler=>I<function>" msgstr "B<--error-handler=>I<function>" #. type: textblock -#: dh_installinit:194 +#: dh_installinit:199 msgid "" "Call the named shell I<function> if running the init script fails. The " "function should be provided in the F<prerm> and F<postinst> scripts, before " @@ -6765,12 +6811,19 @@ msgstr "" "す。 " #. type: textblock -#: dh_installinit:411 +#: dh_installinit:408 +#, fuzzy +#| msgid "L<debhelper(7)>, L<dpkg-shlibdeps(1)>" +msgid "L<debhelper(7)>, L<dh_installsystemd(1)>" +msgstr "L<debhelper(7)>, L<dpkg-shlibdeps(1)>" + +#. type: textblock +#: dh_installinit:416 msgid "Steve Langasek <steve.langasek@canonical.com>" msgstr "Steve Langasek <steve.langasek@canonical.com>" #. type: textblock -#: dh_installinit:413 +#: dh_installinit:418 msgid "Michael Stapelberg <stapelberg@debian.org>" msgstr "Michael Stapelberg <stapelberg@debian.org>" diff --git a/man/po4a/po/pt.po b/man/po4a/po/pt.po index 306cd989..b3bfbda4 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-06-24 09:16+0000\n" +"POT-Creation-Date: 2018-08-08 14:37+0200\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" @@ -380,7 +380,7 @@ msgstr "" "compilação de pacotes." #. type: =item -#: debhelper.pod:148 dh:72 +#: debhelper.pod:148 dh:82 msgid "B<--no-act>" msgstr "B<--no-act>" @@ -587,7 +587,7 @@ 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:228 dh_compress:56 dh_dwz:47 dh_installchangelogs:85 +#: debhelper.pod:228 dh_compress:56 dh_dwz:44 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>" @@ -792,7 +792,7 @@ msgstr "" "no-parallel>." #. type: =item -#: debhelper.pod:304 dh:64 +#: debhelper.pod:304 dh:74 msgid "B<--list>, B<-l>" msgstr "B<--list>, B<-l>" @@ -960,13 +960,14 @@ msgstr "As alterações a partir de v5 são:" #: debhelper.pod:728 debhelper.pod:756 debhelper.pod:775 debhelper.pod:785 #: debhelper.pod:789 debhelper.pod:794 debhelper.pod:799 debhelper.pod:806 #: debhelper.pod:812 debhelper.pod:820 debhelper.pod:826 debhelper.pod:830 -#: debhelper.pod:835 debhelper.pod:840 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:835 debhelper.pod:840 debhelper.pod:849 +#: 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 "-" @@ -1839,10 +1840,47 @@ msgid "" "override target for them in F<debian/rules> (e.g. I<override_dh_dwz:>)" msgstr "" +#. type: textblock +#: debhelper.pod:851 +msgid "" +"The build systems B<meson> and B<autoconf> no longer explicitly set the B<--" +"libexecdir> variable and thus relies on the build system default - which " +"should be B</usr/libexec> (per FHS 3.0, adopted in Debian Policy 4.1.5)." +msgstr "" + +#. type: textblock +#: debhelper.pod:856 +msgid "" +"If a particular upstream package does not use the correct default, the " +"parameter can often be passed manually via L<dh_auto_configure(1)>. E.g. " +"via the following example:" +msgstr "" + +#. type: verbatim +#: debhelper.pod:860 +#, fuzzy, no-wrap +#| msgid "" +#| "\toverride_dh_auto_configure:\n" +#| "\t\tdh_auto_configure -- --with-foo --disable-bar\n" +#| "\n" +msgid "" +" override_dh_auto_configure:\n" +" \tdh_auto_configure -- --libexecdir=/usr/libexec\n" +"\n" +msgstr "" +"\toverride_dh_auto_configure:\n" +"\t\tdh_auto_configure -- --with-foo --disable-bar\n" +"\n" + +#. type: textblock +#: debhelper.pod:863 +msgid "Note the B<--> before the B<--libexecdir> parameter." +msgstr "" + #. type: =head1 -#: debhelper.pod:853 dh_auto_test:48 dh_dwz:60 dh_installcatalogs:64 +#: debhelper.pod:869 dh_auto_test:48 dh_dwz:57 dh_installcatalogs:64 #: dh_installdocs:192 dh_installemacsen:75 dh_installexamples:89 -#: dh_installinit:200 dh_installinitramfs:53 dh_installman:128 +#: dh_installinit:205 dh_installinitramfs:53 dh_installman:128 #: dh_installmodules:57 dh_installudev:50 dh_installwm:63 dh_installxfonts:40 #: dh_movefiles:67 dh_strip:119 dh_usrlocal:60 dh_systemd_enable:104 #: dh_systemd_start:68 @@ -1850,12 +1888,12 @@ msgid "NOTES" msgstr "NOTAS" #. type: =head2 -#: debhelper.pod:855 +#: debhelper.pod:871 msgid "Multiple binary package support" msgstr "Suporte a pacotes de múltiplos binários" #. type: textblock -#: debhelper.pod:857 +#: debhelper.pod:873 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 " @@ -1874,7 +1912,7 @@ msgstr "" "independentes de arquitectura na meta F<debian/rules> binary-indep." #. type: textblock -#: debhelper.pod:865 +#: debhelper.pod:881 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<-" @@ -1890,7 +1928,7 @@ msgstr "" "excepções em baixo." #. type: textblock -#: debhelper.pod:871 +#: debhelper.pod:887 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, " @@ -1901,7 +1939,7 @@ msgstr "" "Policy, secção 5.6.8>)." #. type: textblock -#: debhelper.pod:875 +#: debhelper.pod:891 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 " @@ -1914,12 +1952,12 @@ msgstr "" "política proposta em L<https://wiki.debian.org/BuildProfileSpec>." #. type: =head3 -#: debhelper.pod:880 +#: debhelper.pod:896 msgid "Interaction between package selections and Build-Profiles" msgstr "Interacção entre selecções de pacotes e Build-Profiles" #. type: textblock -#: debhelper.pod:882 +#: debhelper.pod:898 msgid "" "Build-Profiles affect which packages are included in the package selections " "mechanisms in debhelper. Generally, the package selections are described " @@ -1934,14 +1972,14 @@ msgstr "" "devido a Build-Profiles activos (ou a falta de Build-Profiles activos)." #. type: =item -#: debhelper.pod:890 +#: debhelper.pod:906 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:892 +#: debhelper.pod:908 msgid "" "The package disabled by Build-Profiles is silently excluded from the " "selection." @@ -1949,7 +1987,7 @@ msgstr "" "O pacote desactivado por Build-Profiles é excluído em silêncio da selecção." #. type: textblock -#: debhelper.pod:895 +#: debhelper.pod:911 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 " @@ -1960,27 +1998,27 @@ msgstr "" "sentido sequer fazer a compilação." #. type: =item -#: debhelper.pod:899 +#: debhelper.pod:915 msgid "-N I<package> / --no-package I<package>" msgstr "-N I<package> / --no-package I<package>" #. type: textblock -#: debhelper.pod:901 +#: debhelper.pod:917 msgid "The option is accepted and effectively does nothing." msgstr "A opção é aceite e efectivamente não faz nada." #. type: =item -#: debhelper.pod:903 +#: debhelper.pod:919 msgid "-p I<package> / --package I<package>" msgstr "-p I<package> / --package I<package>" #. type: textblock -#: debhelper.pod:905 +#: debhelper.pod:921 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:909 +#: debhelper.pod:925 msgid "" "Note that it does not matter whether a package is enabled or disabled by " "default." @@ -1989,12 +2027,12 @@ msgstr "" "predefinição." #. type: =head2 -#: debhelper.pod:912 +#: debhelper.pod:928 msgid "Automatic generation of Debian install scripts" msgstr "Geração automática de scripts de instalação Debian" #. type: textblock -#: debhelper.pod:914 +#: debhelper.pod:930 msgid "" "Some debhelper commands will automatically generate parts of Debian " "maintainer scripts. If you want these automatically generated things " @@ -2011,7 +2049,7 @@ msgstr "" "auto-gerado quando você correr o B<dh_installdeb>." #. type: textblock -#: debhelper.pod:921 +#: debhelper.pod:937 msgid "" "If a script does not exist at all and debhelper needs to add something to " "it, then debhelper will create the complete script." @@ -2020,7 +2058,7 @@ msgstr "" "então o debhelper irá criar o script completo." #. type: textblock -#: debhelper.pod:924 +#: debhelper.pod:940 msgid "" "All debhelper commands that automatically generate code in this way let it " "be disabled by the -n parameter (see above)." @@ -2029,7 +2067,7 @@ msgstr "" "permitem que o seja desactivado pelo parâmetro -n (ver em cima)." #. type: textblock -#: debhelper.pod:927 +#: debhelper.pod:943 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 " @@ -2042,7 +2080,7 @@ msgstr "" "definidos com o comando \"set\"):" #. type: verbatim -#: debhelper.pod:932 +#: debhelper.pod:948 #, no-wrap msgid "" " my $temp=\"set -e\\nset -- @ARGV\\n\" . << 'EOF';\n" @@ -2074,12 +2112,12 @@ msgstr "" "\n" #. type: =head2 -#: debhelper.pod:945 +#: debhelper.pod:961 msgid "Automatic generation of miscellaneous dependencies." msgstr "Geração automática de dependências variadas." #. type: textblock -#: debhelper.pod:947 +#: debhelper.pod:963 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 " @@ -2098,7 +2136,7 @@ msgstr "" "debhelper oferece um modo de automatizar isto." #. type: textblock -#: debhelper.pod:955 +#: debhelper.pod:971 msgid "" "All commands of this type, besides documenting what dependencies may be " "needed on their man pages, will automatically generate a substvar called B<" @@ -2112,7 +2150,7 @@ msgstr "" "que você precisa." #. type: textblock -#: debhelper.pod:960 +#: debhelper.pod:976 msgid "" "This is entirely independent of the standard B<${shlibs:Depends}> generated " "by L<dh_makeshlibs(1)>, and the B<${perl:Depends}> generated by " @@ -2125,12 +2163,12 @@ msgstr "" "corresponderem à realidade." #. type: =head2 -#: debhelper.pod:965 +#: debhelper.pod:981 msgid "Package build directories" msgstr "Directórios de compilação de pacotes" #. type: textblock -#: debhelper.pod:967 +#: debhelper.pod:983 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>." @@ -2140,7 +2178,7 @@ msgstr "" "I<pacote>." #. type: textblock -#: debhelper.pod:970 +#: debhelper.pod:986 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>" @@ -2159,13 +2197,13 @@ msgstr "" "programa debhelper irá actuar." #. type: =head2 -#: debhelper.pod:978 +#: debhelper.pod:994 msgid "udebs" msgstr "udebs" # FIXME : a udeb #. type: textblock -#: debhelper.pod:980 +#: debhelper.pod:996 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>. " @@ -2182,12 +2220,12 @@ msgstr "" "F<preinst>, F<postrm>, F<prerm>, e F<config>, etc." #. type: =head1 -#: debhelper.pod:987 +#: debhelper.pod:1003 msgid "ENVIRONMENT" msgstr "AMBIENTE" #. type: textblock -#: debhelper.pod:989 +#: debhelper.pod:1005 msgid "" "The following environment variables can influence the behavior of " "debhelper. It is important to note that these must be actual environment " @@ -2203,12 +2241,12 @@ msgstr "" "DH_VERBOSE>\"" #. type: =item -#: debhelper.pod:997 +#: debhelper.pod:1013 msgid "B<DH_VERBOSE>" msgstr "B<DH_VERBOSE>" #. type: textblock -#: debhelper.pod:999 +#: debhelper.pod:1015 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." @@ -2218,12 +2256,12 @@ msgstr "" "detalhados para alguns sistemas de compilação como o autoconf." #. type: =item -#: debhelper.pod:1002 +#: debhelper.pod:1018 msgid "B<DH_QUIET>" msgstr "B<DH_QUIET>" #. type: textblock -#: debhelper.pod:1004 +#: debhelper.pod:1020 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 " @@ -2240,12 +2278,12 @@ msgstr "" "definido." #. type: =item -#: debhelper.pod:1011 +#: debhelper.pod:1027 msgid "B<DH_COMPAT>" msgstr "B<DH_COMPAT>" #. type: textblock -#: debhelper.pod:1013 +#: debhelper.pod:1029 msgid "" "Temporarily specifies what compatibility level debhelper should run at, " "overriding any value in F<debian/compat>." @@ -2254,22 +2292,22 @@ msgstr "" "correr, sobrepondo qualquer valor em F<debian/compat>." #. type: =item -#: debhelper.pod:1016 +#: debhelper.pod:1032 msgid "B<DH_NO_ACT>" msgstr "B<DH_NO_ACT>" #. type: textblock -#: debhelper.pod:1018 +#: debhelper.pod:1034 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:1020 +#: debhelper.pod:1036 msgid "B<DH_OPTIONS>" msgstr "B<DH_OPTIONS>" #. type: textblock -#: debhelper.pod:1022 +#: debhelper.pod:1038 msgid "" "Anything in this variable will be prepended to the command line arguments of " "all debhelper commands." @@ -2278,7 +2316,7 @@ msgstr "" "comandos de todos os comandos do debhelper." #. type: textblock -#: debhelper.pod:1025 +#: debhelper.pod:1041 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." @@ -2287,12 +2325,12 @@ msgstr "" "comando do debhelper, o que é geralmente melhor do que usar DH_OPTIONS." #. type: =item -#: debhelper.pod:1028 +#: debhelper.pod:1044 msgid "B<DH_ALWAYS_EXCLUDE>" msgstr "B<DH_ALWAYS_EXCLUDE>" #. type: textblock -#: debhelper.pod:1030 +#: debhelper.pod:1046 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 " @@ -2304,7 +2342,7 @@ msgstr "" "sua árvore de compilação do pacote." #. type: textblock -#: debhelper.pod:1034 +#: debhelper.pod:1050 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 " @@ -2322,7 +2360,7 @@ msgstr "" "seu é compilado." #. type: textblock -#: debhelper.pod:1041 +#: debhelper.pod:1057 msgid "" "Multiple things to exclude can be separated with colons, as in " "B<DH_ALWAYS_EXCLUDE=CVS:.svn>" @@ -2331,14 +2369,14 @@ msgstr "" "B<DH_ALWAYS_EXCLUDE=CVS:.svn>" #. type: =item -#: debhelper.pod:1044 +#: debhelper.pod:1060 #, fuzzy #| msgid "B<DH_OPTIONS>" msgid "B<DH_EXTRA_ADDONS>" msgstr "B<DH_OPTIONS>" #. type: textblock -#: debhelper.pod:1046 +#: debhelper.pod:1062 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 " @@ -2347,7 +2385,7 @@ msgid "" msgstr "" #. type: textblock -#: debhelper.pod:1051 +#: debhelper.pod:1067 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 " @@ -2356,48 +2394,48 @@ msgid "" msgstr "" #. type: =head1 -#: debhelper.pod:1058 debhelper-obsolete-compat.pod:118 dh:1044 +#: debhelper.pod:1074 debhelper-obsolete-compat.pod:118 dh:1093 #: 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_dwz:141 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_installifupdown:72 dh_installinfo:107 dh_installinit:406 #: 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_listpackages:35 dh_makeshlibs:355 dh_md5sums:117 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 "VEJA TAMBÉM" #. type: =item -#: debhelper.pod:1062 +#: debhelper.pod:1078 msgid "F</usr/share/doc/debhelper/examples/>" msgstr "F</usr/share/doc/debhelper/examples/>" #. type: textblock -#: debhelper.pod:1064 +#: debhelper.pod:1080 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:1066 +#: debhelper.pod:1082 msgid "L<http://joeyh.name/code/debhelper/>" msgstr "L<http://joeyh.name/code/debhelper/>" #. type: textblock -#: debhelper.pod:1068 +#: debhelper.pod:1084 msgid "Debhelper web site." msgstr "Sítio web do debhelper." #. type: =head1 -#: debhelper.pod:1072 dh:1050 dh_auto_build:59 dh_auto_clean:61 +#: debhelper.pod:1088 dh:1099 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_builddeb:188 dh_clean:191 dh_compress:242 dh_dwz:147 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 @@ -2407,23 +2445,23 @@ msgstr "Sítio web do debhelper." #: 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_md5sums:123 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 "AUTOR" #. type: textblock -#: debhelper.pod:1074 dh:1052 dh_auto_build:61 dh_auto_clean:63 +#: debhelper.pod:1090 dh:1101 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_installinfo:115 dh_installinit:414 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_makeshlibs:363 dh_md5sums:125 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 "Joey Hess <joeyh@debian.org>" @@ -2615,31 +2653,30 @@ msgstr "" "B<dh_install> resulta em erro se as \"wildcards\" expandirem para nada." #. type: textblock -#: debhelper-obsolete-compat.pod:120 dh:1046 dh_auto_build:55 dh_auto_clean:57 +#: debhelper-obsolete-compat.pod:120 dh:1095 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_clean:187 dh_compress:238 dh_dwz:143 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 +#: 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:119 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 "L<debhelper(7)>" #. type: =head1 -#: debhelper-obsolete-compat.pod:122 dh_installinit:407 dh_systemd_enable:285 +#: debhelper-obsolete-compat.pod:122 dh_installinit:412 dh_systemd_enable:285 #: dh_systemd_start:273 msgid "AUTHORS" msgstr "AUTORES" #. type: textblock -#: debhelper-obsolete-compat.pod:124 dh_dwz:152 +#: debhelper-obsolete-compat.pod:124 dh_dwz:149 msgid "Niels Thykier <niels@thykier.net>" msgstr "Niels Thykier <niels@thykier.net>" @@ -2723,11 +2760,11 @@ msgstr "" #. type: =head1 #: dh:45 dh_auto_build:32 dh_auto_clean:33 dh_auto_configure:35 #: dh_auto_install:46 dh_auto_test:34 dh_bugfiles:53 dh_builddeb:34 dh_clean:47 -#: dh_compress:52 dh_dwz:29 dh_fixperms:40 dh_gconf:42 dh_gencontrol:38 +#: dh_compress:52 dh_dwz:26 dh_fixperms:40 dh_gconf:42 dh_gencontrol:38 #: dh_icons:33 dh_install:66 dh_installcatalogs:53 dh_installchangelogs:73 #: dh_installcron:43 dh_installdebconf:64 dh_installdirs:42 dh_installdocs:90 #: dh_installemacsen:56 dh_installexamples:41 dh_installifupdown:42 -#: dh_installinfo:38 dh_installinit:73 dh_installinitramfs:43 +#: dh_installinfo:38 dh_installinit:78 dh_installinitramfs:43 #: dh_installlogcheck:45 dh_installlogrotate:25 dh_installman:83 #: dh_installmanpages:43 dh_installmenu:44 dh_installmodules:41 #: dh_installpam:34 dh_installppp:38 dh_installudev:34 dh_installwm:38 @@ -2759,13 +2796,26 @@ msgstr "" "disponibiliza comandos do debhelper. Veja o ficheiro F<PROGRAMMING> para " "documentação acerca da sequência de interface de addons." -#. type: =item +#. type: textblock #: dh:58 +msgid "" +"A B<Build-Depends> relation on the package B<dh-sequence->I<addon> implies a " +"B<--with> I<addon>. This avoids the need for an explicit B<--with> in " +"F<debian/rules> that only duplicates what is already declared via the build " +"dependencies in F<debian/control>. Note that only relations in the B<Build-" +"Depends> field are considered (i.e. B<Build-Depends-Indep> and B<Build-" +"Depends-Arch> are deliberately unsupported). Please keep in mind that B<dh> " +"insists on \"simple\" relations (e.g. a relation like \"B<dh-sequence-" +">I<addon> | B<some-other-pkg>\" will I<not> imply B<--with> I<addon>)." +msgstr "" + +#. type: =item +#: dh:68 msgid "B<--without> I<addon>" msgstr "B<--without> I<addon>" #. type: textblock -#: dh:60 +#: dh:70 msgid "" "The inverse of B<--with>, disables using the given addon. This option can be " "repeated more than once, or multiple addons to disable can be listed, " @@ -2776,12 +2826,12 @@ msgstr "" "os listar separados por vírgulas." #. type: textblock -#: dh:66 +#: dh:76 msgid "List all available addons." msgstr "Lista todos os addons disponíveis." #. type: textblock -#: dh:68 +#: dh:78 msgid "" "When called only with this option, B<dh> can be called from any directory (i." "e. it does not need access to files from a source package)." @@ -2791,7 +2841,7 @@ msgstr "" "fonte)." #. type: textblock -#: dh:74 +#: dh:84 msgid "" "Prints commands that would run for a given sequence, but does not run them." msgstr "" @@ -2799,7 +2849,7 @@ msgstr "" "corre." #. type: textblock -#: dh:76 +#: dh:86 msgid "" "Note that dh normally skips running commands that it knows will do nothing. " "With --no-act, the full list of commands in a sequence is printed." @@ -2808,7 +2858,7 @@ msgstr "" "Com --no-act, é escrito em sequência a lista completa dos comandos." #. type: textblock -#: dh:81 +#: dh:91 msgid "" "Other options passed to B<dh> are passed on to each command it runs. This " "can be used to set an option like B<-v> or B<-X> or B<-N>, as well as for " @@ -2819,13 +2869,13 @@ msgstr "" "assim como para opções mais especializadas." #. type: =head1 -#: dh:85 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:155 +#: dh:95 dh_installdocs:181 dh_installman:114 dh_link:88 dh_makeshlibs:155 #: dh_shlibdeps:78 msgid "EXAMPLES" msgstr "EXEMPLOS" #. type: textblock -#: dh:87 +#: dh:97 msgid "" "To see what commands are included in a sequence, without actually doing " "anything:" @@ -2834,7 +2884,7 @@ msgstr "" "nada:" #. type: verbatim -#: dh:90 +#: dh:100 #, no-wrap msgid "" "\tdh binary-arch --no-act\n" @@ -2844,7 +2894,7 @@ msgstr "" "\n" #. type: textblock -#: dh:92 +#: dh:102 msgid "" "This is a very simple rules file, for packages where the default sequences " "of commands work with no additional options." @@ -2853,7 +2903,7 @@ msgstr "" "de comandos predefinidas funcionam sem opções adicionais." #. type: verbatim -#: dh:95 dh:116 dh:129 +#: dh:105 dh:126 dh:139 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2867,7 +2917,7 @@ msgstr "" "\n" #. type: textblock -#: dh:99 +#: dh:109 msgid "" "Often you'll want to pass an option to a specific debhelper command. The " "easy way to do with is by adding an override target for that command." @@ -2877,7 +2927,7 @@ msgstr "" "sobreposição a esse comando." #. type: verbatim -#: dh:102 dh:186 dh:197 +#: dh:112 dh:196 dh:207 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2891,7 +2941,7 @@ msgstr "" "\t\n" #. type: verbatim -#: dh:106 +#: dh:116 #, no-wrap msgid "" "\toverride_dh_strip:\n" @@ -2903,7 +2953,7 @@ msgstr "" "\t\n" #. type: verbatim -#: dh:109 +#: dh:119 #, no-wrap msgid "" "\toverride_dh_auto_configure:\n" @@ -2915,7 +2965,7 @@ msgstr "" "\n" #. type: textblock -#: dh:112 +#: dh:122 msgid "" "Sometimes the automated L<dh_auto_configure(1)> and L<dh_auto_build(1)> " "can't guess what to do for a strange package. Here's how to avoid running " @@ -2927,7 +2977,7 @@ msgstr "" "comandos." #. type: verbatim -#: dh:120 +#: dh:130 #, no-wrap msgid "" "\toverride_dh_auto_configure:\n" @@ -2939,7 +2989,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:123 +#: dh:133 #, no-wrap msgid "" "\toverride_dh_auto_build:\n" @@ -2951,7 +3001,7 @@ msgstr "" "\n" #. type: textblock -#: dh:126 +#: dh:136 msgid "" "Another common case is wanting to do something manually before or after a " "particular debhelper command is run." @@ -2960,7 +3010,7 @@ msgstr "" "comando debhelper particular ser executado." #. type: verbatim -#: dh:133 +#: dh:143 #, no-wrap msgid "" "\toverride_dh_fixperms:\n" @@ -2974,7 +3024,7 @@ msgstr "" "\n" #. type: textblock -#: dh:137 +#: dh:147 msgid "" "Python tools are not run by dh by default, due to the continual change in " "that area. Here is how to use B<dh_python2>." @@ -2983,7 +3033,7 @@ msgstr "" "alterações contínuas nessa área. Aqui está como usar o B<dh_python2>." #. type: verbatim -#: dh:140 +#: dh:150 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -2997,7 +3047,7 @@ msgstr "" "\n" #. type: textblock -#: dh:144 +#: dh:154 msgid "" "Here is how to force use of Perl's B<Module::Build> build system, which can " "be necessary if debhelper wrongly detects that the package uses MakeMaker." @@ -3007,7 +3057,7 @@ msgstr "" "pacote usa MakeMaker." #. type: verbatim -#: dh:148 +#: dh:158 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3021,7 +3071,7 @@ msgstr "" "\n" #. type: textblock -#: dh:152 +#: dh:162 msgid "" "Here is an example of overriding where the B<dh_auto_>I<*> commands find the " "package's source, for a package where the source is located in a " @@ -3032,7 +3082,7 @@ msgstr "" "localizada num sub-directório." #. type: verbatim -#: dh:156 +#: dh:166 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3046,7 +3096,7 @@ msgstr "" "\n" #. type: textblock -#: dh:160 +#: dh:170 msgid "" "And here is an example of how to tell the B<dh_auto_>I<*> commands to build " "in a subdirectory, which will be removed on B<clean>." @@ -3055,7 +3105,7 @@ msgstr "" "compilarem num sub-directório, o qual será removido em B<clean>." #. type: verbatim -#: dh:163 +#: dh:173 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3069,7 +3119,7 @@ msgstr "" "\n" #. type: textblock -#: dh:167 +#: dh:177 msgid "" "If your package can be built in parallel, please either use compat 10 or " "pass B<--parallel> to dh. Then B<dpkg-buildpackage -j> will work." @@ -3079,7 +3129,7 @@ msgstr "" "-j> irá funcionar." #. type: verbatim -#: dh:170 +#: dh:180 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3093,7 +3143,7 @@ msgstr "" "\n" #. type: textblock -#: dh:174 +#: dh:184 msgid "" "If your package cannot be built reliably while using multiple threads, " "please pass B<--no-parallel> to dh (or the relevant B<dh_auto_>I<*> command):" @@ -3103,7 +3153,7 @@ msgstr "" "B<dh_auto_>I<*> relevante):" #. type: verbatim -#: dh:179 +#: dh:189 #, no-wrap msgid "" "\t#!/usr/bin/make -f\n" @@ -3117,7 +3167,7 @@ msgstr "" "\n" #. type: textblock -#: dh:183 +#: dh:193 msgid "" "Here is a way to prevent B<dh> from running several commands that you don't " "want it to run, by defining empty override targets for each command." @@ -3126,7 +3176,7 @@ msgstr "" "quer que corram, ao definir metas de sobreposição vazias para cada comando." #. type: verbatim -#: dh:190 +#: dh:200 #, no-wrap msgid "" "\t# Commands not to run:\n" @@ -3138,7 +3188,7 @@ msgstr "" "\n" #. type: textblock -#: dh:193 +#: dh:203 msgid "" "A long build process for a separate documentation package can be separated " "out using architecture independent overrides. These will be skipped when " @@ -3149,7 +3199,7 @@ msgstr "" "Estes serão saltados quando se corre as sequências build-arch e binary-arch." #. type: verbatim -#: dh:201 +#: dh:211 #, no-wrap msgid "" "\toverride_dh_auto_build-indep:\n" @@ -3161,7 +3211,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:204 +#: dh:214 #, no-wrap msgid "" "\t# No tests needed for docs\n" @@ -3173,7 +3223,7 @@ msgstr "" "\n" #. type: verbatim -#: dh:207 +#: dh:217 #, no-wrap msgid "" "\toverride_dh_auto_install-indep:\n" @@ -3185,7 +3235,7 @@ msgstr "" "\n" #. type: textblock -#: dh:210 +#: dh:220 msgid "" "Adding to the example above, suppose you need to chmod a file, but only when " "building the architecture dependent package, as it's not present when " @@ -3196,7 +3246,7 @@ msgstr "" "pois ele não está presente quando compila apenas a documentação." #. type: verbatim -#: dh:214 +#: dh:224 #, no-wrap msgid "" "\toverride_dh_fixperms-arch:\n" @@ -3210,12 +3260,12 @@ msgstr "" "\n" #. type: =head1 -#: dh:218 +#: dh:228 msgid "INTERNALS" msgstr "INTERNOS" #. type: textblock -#: dh:220 +#: dh:230 msgid "" "If you're curious about B<dh>'s internals, here's how it works under the " "hood." @@ -3224,7 +3274,7 @@ msgstr "" "funciona por baixo da capota." #. type: textblock -#: dh:222 +#: dh:232 msgid "" "In compat 10 (or later), B<dh> creates a stamp file F<debian/debhelper-build-" "stamp> after the build step(s) are complete to avoid re-running them. It is " @@ -3242,7 +3292,7 @@ msgstr "" "(a segunda vez como root ou sob L<fakeroot(1)>)." #. type: textblock -#: dh:230 +#: dh:240 msgid "" "Inside an override target, B<dh_*> commands will create a log file F<debian/" "package.debhelper.log> to keep track of which packages the command(s) have " @@ -3256,7 +3306,7 @@ msgstr "" "completa." #. type: textblock -#: dh:235 +#: dh:245 msgid "" "In compat 9 or earlier, each debhelper command will record when it's " "successfully run in F<debian/package.debhelper.log>. (Which B<dh_clean> " @@ -3269,7 +3319,7 @@ msgstr "" "foram corridos, para quais pacotes, e evita correr esses comandos de novo." #. type: textblock -#: dh:240 +#: dh:250 msgid "" "Each time B<dh> is run (in compat 9 or earlier), it examines the log, and " "finds the last logged command that is in the specified sequence. It then " @@ -3285,7 +3335,7 @@ msgstr "" "compatibilidade 10)." #. type: textblock -#: dh:246 +#: dh:256 msgid "" "A sequence can also run dependent targets in debian/rules. For example, the " "\"binary\" sequence runs the \"install\" target." @@ -3294,7 +3344,7 @@ msgstr "" "exemplo, a sequência \"binary\" corre a meta \"install\"." #. type: textblock -#: dh:249 +#: dh:259 msgid "" "B<dh> uses the B<DH_INTERNAL_OPTIONS> environment variable to pass " "information through to debhelper commands that are run inside override " @@ -3307,7 +3357,7 @@ msgstr "" "ambiente. como o nome sugere, está sujeito a alterações em qualquer altura." #. type: textblock -#: dh:254 +#: dh:264 msgid "" "Commands in the B<build-indep>, B<install-indep> and B<binary-indep> " "sequences are passed the B<-i> option to ensure they only work on " @@ -3322,12 +3372,12 @@ msgstr "" "assegurar que eles apenas trabalham em pacotes dependentes da arquitectura." #. type: =head1 -#: dh:260 +#: dh:270 msgid "DEPRECATED OPTIONS" msgstr "OPÇÕES DESCONTINUADAS" #. type: textblock -#: dh:262 +#: dh:272 msgid "" "The following options are deprecated. It's much better to use override " "targets instead. They are B<not> available in compat 10." @@ -3337,47 +3387,47 @@ msgstr "" "compatibilidade 10." #. type: =item -#: dh:268 +#: dh:278 msgid "B<--until> I<cmd>" msgstr "B<--until> I<cmd>" #. type: textblock -#: dh:270 +#: dh:280 msgid "Run commands in the sequence until and including I<cmd>, then stop." msgstr "Corre comandos na sequência até e incluindo I<cmd>, depois pára." #. type: =item -#: dh:272 +#: dh:282 msgid "B<--before> I<cmd>" msgstr "B<--before> I<cmd>" #. type: textblock -#: dh:274 +#: dh:284 msgid "Run commands in the sequence before I<cmd>, then stop." msgstr "Corre comandos na sequência antes de I<cmd>, depois pára." #. type: =item -#: dh:276 +#: dh:286 msgid "B<--after> I<cmd>" msgstr "B<--after> I<cmd>" #. type: textblock -#: dh:278 +#: dh:288 msgid "Run commands in the sequence that come after I<cmd>." msgstr "Corre comandos na sequência que vêm depois de I<cmd>." #. type: =item -#: dh:280 +#: dh:290 msgid "B<--remaining>" msgstr "B<--remaining>" #. type: textblock -#: dh:282 +#: dh:292 msgid "Run all commands in the sequence that have yet to be run." msgstr "Corre todos os comandos na sequência que ainda estão por correr." #. type: textblock -#: dh:286 +#: dh:296 msgid "" "In the above options, I<cmd> can be a full name of a debhelper command, or a " "substring. It'll first search for a command in the sequence exactly matching " @@ -3391,18 +3441,18 @@ msgstr "" "sequência." #. type: textblock -#: dh:1048 dh_auto_build:57 dh_auto_clean:59 dh_auto_configure:62 +#: dh:1097 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_clean:189 dh_compress:240 dh_dwz:145 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_installifupdown:76 dh_installinfo:111 dh_installinit:410 #: 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_listpackages:39 dh_makeshlibs:359 dh_md5sums:121 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." @@ -3461,8 +3511,8 @@ msgstr "" #. type: =item #: dh_auto_build:39 dh_auto_clean:40 dh_auto_configure:42 dh_auto_install:59 -#: dh_auto_test:41 dh_builddeb:48 dh_dwz:53 dh_gencontrol:42 -#: dh_installdebconf:72 dh_installinit:162 dh_makeshlibs:149 dh_shlibdeps:41 +#: dh_auto_test:41 dh_builddeb:48 dh_dwz:50 dh_gencontrol:42 +#: dh_installdebconf:72 dh_installinit:167 dh_makeshlibs:149 dh_shlibdeps:41 msgid "B<--> I<params>" msgstr "B<--> I<params>" @@ -3785,7 +3835,7 @@ msgstr "" #: dh_installcatalogs:39 dh_installchangelogs:49 dh_installcron:24 #: dh_installdeb:25 dh_installdebconf:37 dh_installdirs:28 dh_installdocs:40 #: dh_installemacsen:30 dh_installexamples:31 dh_installifupdown:25 -#: dh_installinfo:28 dh_installinit:36 dh_installinitramfs:30 +#: dh_installinfo:28 dh_installinit:41 dh_installinitramfs:30 #: dh_installlogcheck:24 dh_installman:73 dh_installmenu:28 dh_installmime:24 #: dh_installmodules:31 dh_installpam:24 dh_installppp:24 dh_installudev:24 #: dh_installwm:28 dh_link:46 dh_lintian:24 dh_makeshlibs:29 dh_movefiles:29 @@ -4234,25 +4284,18 @@ msgstr "" #. type: textblock #: dh_dwz:22 msgid "" -"B<Caveat>: This tool is experimental and may disappear or change behaviour " -"without any notice." -msgstr "" - -#. type: textblock -#: dh_dwz:25 -msgid "" "B<dh_dwz> is a debhelper program that will optimize the (uncompressed) size " "of the DWARF debug information in ELF binaries. It does so by running " "L<dwz(1)> on all the ELF binaries in the package." msgstr "" #. type: =item -#: dh_dwz:33 +#: dh_dwz:30 msgid "B<--dwz-multifile>, B<--no-dwz-multifile>" msgstr "" #. type: textblock -#: dh_dwz:35 +#: dh_dwz:32 msgid "" "Whether L<dwz(1)> should generate a I<multifile> from the ELF binaries in " "the same package (it does by default). When enabled, if a package ships at " @@ -4261,7 +4304,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:40 +#: dh_dwz:37 msgid "" "Note this options may not work if a package contains more ELF binaries than " "can fit on a single command line. If this becomes a problem, please pass " @@ -4269,14 +4312,14 @@ msgid "" msgstr "" #. type: textblock -#: dh_dwz:44 +#: dh_dwz:41 msgid "" "The generated multifile will be compressed with B<objcopy --compress-debug-" "sections>." msgstr "" #. type: textblock -#: dh_dwz:49 dh_strip:44 +#: dh_dwz:46 dh_strip:44 msgid "" "Exclude files that contain I<item> anywhere in their filename from being " "stripped. You may use this option multiple times to build up a list of " @@ -4287,14 +4330,14 @@ msgstr "" "lista de coisas a excluir." #. type: textblock -#: dh_dwz:55 +#: dh_dwz:52 msgid "" "Pass I<params> to L<dwz(1)> when it processes ELF binaries. This is mostly " "useful for setting memory related parameters (e.g. -l and -L)." msgstr "" #. type: textblock -#: dh_dwz:62 +#: dh_dwz:59 #, fuzzy #| msgid "" #| "If the B<DEB_BUILD_OPTIONS> environment variable contains B<nostrip>, " @@ -4312,7 +4355,7 @@ msgstr "" "depuração." #. type: textblock -#: dh_dwz:66 +#: dh_dwz:63 msgid "" "While this tool technically does not remove debug information from binaries, " "it is still skipped when the B<DEB_BUILD_OPTIONS> environment variable " @@ -4580,7 +4623,7 @@ msgstr "" #. type: =item #: dh_icons:37 dh_installcatalogs:57 dh_installdebconf:68 dh_installemacsen:60 -#: dh_installinit:77 dh_installinitramfs:47 dh_installmenu:48 +#: dh_installinit:82 dh_installinitramfs:47 dh_installmenu:48 #: dh_installmodules:45 dh_installwm:48 dh_makeshlibs:132 dh_usrlocal:54 msgid "B<-n>, B<--no-scripts>" msgstr "B<-n>, B<--no-scripts>" @@ -4971,7 +5014,7 @@ msgstr "" "trigger de activação." #. type: textblock -#: dh_installcatalogs:66 dh_installemacsen:77 dh_installinit:202 +#: dh_installcatalogs:66 dh_installemacsen:77 dh_installinit:207 #: dh_installinitramfs:55 dh_installmodules:59 dh_installudev:52 #: dh_installwm:65 dh_usrlocal:62 msgid "" @@ -5230,7 +5273,7 @@ msgstr "" "compilação do pacote." #. type: =item -#: dh_installcron:47 dh_installifupdown:46 dh_installinit:170 +#: dh_installcron:47 dh_installifupdown:46 dh_installinit:175 #: dh_installlogcheck:49 dh_installlogrotate:29 dh_installmodules:49 #: dh_installpam:38 dh_installppp:42 dh_installudev:38 dh_systemd_enable:95 msgid "B<--name=>I<name>" @@ -6466,11 +6509,20 @@ msgstr "" #. type: textblock #: dh_installinit:22 +#, fuzzy +#| msgid "" +#| "B<dh_installinit> is a debhelper program that is responsible for " +#| "installing init scripts with associated defaults files. In compatibility " +#| "levels up to 11, B<dh_installinit> also handled upstart job files and " +#| "systemd service files." msgid "" "B<dh_installinit> is a debhelper program that is responsible for installing " "init scripts with associated defaults files. In compatibility levels up to " -"11, B<dh_installinit> also handled upstart job files and systemd service " -"files." +"and including 10, B<dh_installinit> will also install some systemd related " +"files provided by the debian packaging (see the L</FILES> section below). " +"In compatibility levels up to and including 11, B<dh_installinit> will also " +"handle upstart jobs provided in the debian packaging (see the L</FILES> for " +"more information on this as well)." msgstr "" "B<dh_installinit> é um programa debhelper que é responsável por instalar " "scripts init com os ficheiros de predefinições associados. Em níveis de " @@ -6478,7 +6530,7 @@ msgstr "" "trabalhos upstart, e ficheiros de serviço do systemd." #. type: textblock -#: dh_installinit:26 +#: dh_installinit:31 msgid "" "It also automatically generates the F<postinst> and F<postrm> and F<prerm> " "commands needed to set up the symlinks in F</etc/rc*.d/> to start and stop " @@ -6489,7 +6541,7 @@ msgstr "" "e parar os scripts init." #. type: textblock -#: dh_installinit:30 +#: dh_installinit:35 msgid "" "In compat 10 or earlier: If a package only ships a systemd service file and " "no sysvinit script is provided, you may want to exclude the call to " @@ -6503,12 +6555,12 @@ msgstr "" "scripts init.d a não serem incluídos no pacote." #. type: =item -#: dh_installinit:40 +#: dh_installinit:45 msgid "debian/I<package>.init" msgstr "debian/I<pacote>.init" #. type: textblock -#: dh_installinit:42 +#: dh_installinit:47 msgid "" "If this exists, it is installed into etc/init.d/I<package> in the package " "build directory." @@ -6517,12 +6569,12 @@ msgstr "" "compilação do pacote." #. type: =item -#: dh_installinit:45 +#: dh_installinit:50 msgid "debian/I<package>.default" msgstr "debian/I<pacote>.default" #. type: textblock -#: dh_installinit:47 +#: dh_installinit:52 msgid "" "If this exists, it is installed into etc/default/I<package> in the package " "build directory." @@ -6531,12 +6583,12 @@ msgstr "" "compilação do pacote." #. type: =item -#: dh_installinit:50 +#: dh_installinit:55 msgid "debian/I<package>.upstart" msgstr "debian/I<pacote>.upstart" #. type: textblock -#: dh_installinit:52 +#: dh_installinit:57 msgid "" "In compatibility level 11, this file will trigger an error with a reminder " "about ensuring the proper removal of the upstart file in the previous " @@ -6550,7 +6602,7 @@ msgstr "" "upstart anteriores." #. type: textblock -#: dh_installinit:57 +#: dh_installinit:62 msgid "" "In compatibility level 10, if this file exists, it is installed into etc/" "init/I<package>.conf in the package build directory." @@ -6559,12 +6611,12 @@ msgstr "" "init/I<pacote>.conf no directório de compilação do pacote." #. type: =item -#: dh_installinit:60 +#: dh_installinit:65 msgid "debian/I<package>.service" msgstr "debian/I<pacote>.service" #. type: textblock -#: dh_installinit:62 +#: dh_installinit:67 msgid "" "If this exists, it is installed into lib/systemd/system/I<package>.service " "in the package build directory. Only used in compat levels 10 and below." @@ -6574,12 +6626,12 @@ msgstr "" "compatibilidade 10 e inferiores." #. type: =item -#: dh_installinit:65 dh_systemd_enable:50 +#: dh_installinit:70 dh_systemd_enable:50 msgid "debian/I<package>.tmpfile" msgstr "debian/I<pacote>.tmpfile" #. type: textblock -#: dh_installinit:67 +#: dh_installinit:72 msgid "" "If this exists, it is installed into usr/lib/tmpfiles.d/I<package>.conf in " "the package build directory. (The tmpfiles.d mechanism is currently only " @@ -6591,17 +6643,17 @@ msgstr "" "inferiores." #. type: textblock -#: dh_installinit:79 +#: dh_installinit:84 msgid "Do not modify F<postinst>/F<postrm>/F<prerm> scripts." msgstr "Não modifique os scripts F<postinst>/F<postrm>/F<prerm>." #. type: =item -#: dh_installinit:81 +#: dh_installinit:86 msgid "B<-o>, B<--only-scripts>" msgstr "B<-o>, B<--only-scripts>" #. type: textblock -#: dh_installinit:83 +#: dh_installinit:88 msgid "" "Only modify F<postinst>/F<postrm>/F<prerm> scripts, do not actually install " "any init script, default files, upstart job or systemd service file. May be " @@ -6615,7 +6667,7 @@ msgstr "" "fácil deixar o B<dh_installinit> encontrá-lo." #. type: textblock -#: dh_installinit:88 +#: dh_installinit:93 msgid "" "B<Caveat>: This will bypass all the regular checks and I<unconditionally> " "modify the scripts. You will almost certainly want to use this with B<-p> " @@ -6627,7 +6679,7 @@ msgstr "" "chamada. Exemplo:" #. type: verbatim -#: dh_installinit:93 +#: dh_installinit:98 #, no-wrap msgid "" " override_dh_installinit:\n" @@ -6641,12 +6693,12 @@ msgstr "" "\n" #. type: =item -#: dh_installinit:97 +#: dh_installinit:102 msgid "B<-R>, B<--restart-after-upgrade>" msgstr "B<-R>, B<--restart-after-upgrade>" #. type: textblock -#: dh_installinit:99 +#: dh_installinit:104 msgid "" "Do not stop the init script until after the package upgrade has been " "completed. This is the default behaviour in compat 10." @@ -6655,7 +6707,7 @@ msgstr "" "completa. Este é o comportamento predefinido no nível compatibilidade 10." #. type: textblock -#: dh_installinit:102 +#: dh_installinit:107 msgid "" "In early compat levels, the default was to stop the script in the F<prerm>, " "and starts it again in the F<postinst>." @@ -6664,7 +6716,7 @@ msgstr "" "em F<prerm>, e depois arrancá-lo de novo no F<postinst>." #. type: textblock -#: dh_installinit:105 dh_systemd_start:45 +#: dh_installinit:110 dh_systemd_start:45 msgid "" "This can be useful for daemons that should not have a possibly long downtime " "during upgrade. But you should make sure that the daemon will not get " @@ -6677,12 +6729,12 @@ msgstr "" "actualizado enquanto ele está a correr antes de usar esta opção." #. type: =item -#: dh_installinit:110 dh_systemd_start:50 +#: dh_installinit:115 dh_systemd_start:50 msgid "B<--no-restart-after-upgrade>" msgstr "B<--no-restart-after-upgrade>" #. type: textblock -#: dh_installinit:112 dh_systemd_start:52 +#: dh_installinit:117 dh_systemd_start:52 msgid "" "Undo a previous B<--restart-after-upgrade> (or the default of compat 10). " "If no other options are given, this will cause the service to be stopped in " @@ -6694,12 +6746,12 @@ msgstr "" "F<postinst>." #. type: =item -#: dh_installinit:117 dh_systemd_start:57 +#: dh_installinit:122 dh_systemd_start:57 msgid "B<-r>, B<--no-stop-on-upgrade>, B<--no-restart-on-upgrade>" msgstr "B<-r>, B<--no-stop-on-upgrade>, B<--no-restart-on-upgrade>" #. type: textblock -#: dh_installinit:119 +#: dh_installinit:124 msgid "" "Do not stop init script on upgrade. This has the side-effect of not " "restarting the service as a part of the upgrade." @@ -6708,7 +6760,7 @@ msgstr "" "reiniciar o serviço como parte da actualização." #. type: textblock -#: dh_installinit:122 +#: dh_installinit:127 msgid "" "If you want to restart the service with minimal downtime, please use B<--" "restart-after-upgrade> (default in compat 10 or later). If you want the " @@ -6722,7 +6774,7 @@ msgstr "" "(repare no \"after-upgrade\")." #. type: textblock -#: dh_installinit:127 +#: dh_installinit:132 msgid "" "Note that the B<--no-restart-on-upgrade> alias is deprecated and will be " "removed in compat 12. This is to avoid confusion with the B<--no-restart-" @@ -6735,12 +6787,12 @@ msgstr "" "introduzida no debhelper 10.2 (incluído em Debian stretch)." #. type: =item -#: dh_installinit:132 dh_systemd_start:61 +#: dh_installinit:137 dh_systemd_start:61 msgid "B<--no-start>" msgstr "B<--no-start>" #. type: textblock -#: dh_installinit:134 +#: dh_installinit:139 msgid "" "Do not start the init script on install or upgrade, or stop it on removal. " "Only call B<update-rc.d>. Useful for rcS scripts." @@ -6749,12 +6801,12 @@ msgstr "" "pára durante a remoção. Apenas chama B<update-rc.d>. Útil para scripts rcS." #. type: =item -#: dh_installinit:137 dh_systemd_enable:87 +#: dh_installinit:142 dh_systemd_enable:87 msgid "B<--no-enable>" msgstr "B<--no-enable>" #. type: textblock -#: dh_installinit:139 +#: dh_installinit:144 msgid "" "Disable the init script on purge, but do not enable them on install. This " "implies a versioned dependency on B<< init-system-helpers (E<gt>= 1.51) >> " @@ -6763,7 +6815,7 @@ msgid "" msgstr "" #. type: textblock -#: dh_installinit:144 +#: dh_installinit:149 #, fuzzy #| msgid "" #| "B<Note> that this option does not affect whether the services are " @@ -6779,7 +6831,7 @@ msgstr "" "start>)." #. type: textblock -#: dh_installinit:148 +#: dh_installinit:153 #, fuzzy #| msgid "B<-u>I<params> B<--update-rcd-params=>I<params>" msgid "" @@ -6788,13 +6840,13 @@ msgid "" msgstr "B<-u>I<params> B<--update-rcd-params=>I<params>" #. type: =item -#: dh_installinit:151 +#: dh_installinit:156 msgid "B<-d>, B<--remove-d>" msgstr "B<-d>, B<--remove-d>" # FIXME s#F<etc/default/>.#F<etc/default/>.# #. type: textblock -#: dh_installinit:153 +#: dh_installinit:158 msgid "" "Remove trailing B<d> from the name of the package, and use the result for " "the filename the upstart job file is installed as in F<etc/init/> , and for " @@ -6811,12 +6863,12 @@ msgstr "" "parâmetro B<--init-script> descrito em baixo)." #. type: =item -#: dh_installinit:160 +#: dh_installinit:165 msgid "B<-u>I<params> B<--update-rcd-params=>I<params>" msgstr "B<-u>I<params> B<--update-rcd-params=>I<params>" #. type: textblock -#: dh_installinit:164 +#: dh_installinit:169 #, fuzzy #| msgid "" #| "Pass I<params> to L<update-rc.d(8)>. If not specified, B<defaults> will " @@ -6830,12 +6882,12 @@ msgstr "" "B<predefinições> serão passadas para L<update-rc.d(8)>." #. type: textblock -#: dh_installinit:168 +#: dh_installinit:173 msgid "Cannot be combined with B<--no-enable>." msgstr "" #. type: textblock -#: dh_installinit:172 +#: dh_installinit:177 msgid "" "Install the init script (and default file) as well as upstart job file using " "the filename I<name> instead of the default filename, which is the package " @@ -6853,12 +6905,12 @@ msgstr "" "package.upstart>." #. type: =item -#: dh_installinit:180 +#: dh_installinit:185 msgid "B<--init-script=>I<scriptname>" msgstr "B<--init-script=>I<nome-do-script>" #. type: textblock -#: dh_installinit:182 +#: dh_installinit:187 msgid "" "Use I<scriptname> as the filename the init script is installed as in F<etc/" "init.d/> (and also use it as the filename for the defaults file, if it is " @@ -6875,7 +6927,7 @@ msgstr "" "de iniciação em preferência dos ficheiros que normalmente instala." #. type: textblock -#: dh_installinit:189 +#: dh_installinit:194 msgid "" "This parameter is deprecated, use the B<--name> parameter instead. This " "parameter is incompatible with the use of upstart jobs." @@ -6884,12 +6936,12 @@ msgstr "" "Este parâmetro é incompatível com o uso de tarefas upstart." #. type: =item -#: dh_installinit:192 +#: dh_installinit:197 msgid "B<--error-handler=>I<function>" msgstr "B<--error-handler=>I<função>" #. type: textblock -#: dh_installinit:194 +#: dh_installinit:199 msgid "" "Call the named shell I<function> if running the init script fails. The " "function should be provided in the F<prerm> and F<postinst> scripts, before " @@ -6900,12 +6952,19 @@ msgstr "" "F<postinst>, antes do símbolo B<#DEBHELPER#>." #. type: textblock -#: dh_installinit:411 +#: dh_installinit:408 +#, fuzzy +#| msgid "L<debhelper(7)>, L<dpkg-shlibdeps(1)>" +msgid "L<debhelper(7)>, L<dh_installsystemd(1)>" +msgstr "L<debhelper(7)>, L<dpkg-shlibdeps(1)>" + +#. type: textblock +#: dh_installinit:416 msgid "Steve Langasek <steve.langasek@canonical.com>" msgstr "Steve Langasek <steve.langasek@canonical.com>" #. type: textblock -#: dh_installinit:413 +#: dh_installinit:418 msgid "Michael Stapelberg <stapelberg@debian.org>" msgstr "Michael Stapelberg <stapelberg@debian.org>" |