From 774e54c8927088c60617dc9345f55eaabb23256a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 20:40:28 +0200 Subject: Adding upstream version 1.22.5. Signed-off-by: Daniel Baumann --- man/po/dpkg-man.pot | 184 ++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 151 insertions(+), 33 deletions(-) (limited to 'man/po/dpkg-man.pot') diff --git a/man/po/dpkg-man.pot b/man/po/dpkg-man.pot index 555dd79..7f30a39 100644 --- a/man/po/dpkg-man.pot +++ b/man/po/dpkg-man.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: dpkg-man 1.22.4\n" +"Project-Id-Version: dpkg-man 1.22.5\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2024-01-24 13:12+0100\n" +"POT-Creation-Date: 2024-02-27 04:27+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5780,11 +5780,11 @@ msgid "Show the version and exit." msgstr "" #. type: =head1 -#: dpkg-architecture.pod dpkg-buildpackage.pod dpkg-checkbuilddeps.pod -#: dpkg-deb.pod dpkg-distaddfile.pod dpkg-divert.pod dpkg-fsys-usrunmess.pod -#: dpkg-genbuildinfo.pod dpkg-genchanges.pod dpkg-gencontrol.pod -#: dpkg-gensymbols.pod dpkg-mergechangelogs.pod dpkg-name.pod -#: dpkg-parsechangelog.pod dpkg-query.pod dpkg-realpath.pod +#: dpkg-architecture.pod dpkg-buildapi.pod dpkg-buildpackage.pod +#: dpkg-checkbuilddeps.pod dpkg-deb.pod dpkg-distaddfile.pod dpkg-divert.pod +#: dpkg-fsys-usrunmess.pod dpkg-genbuildinfo.pod dpkg-genchanges.pod +#: dpkg-gencontrol.pod dpkg-gensymbols.pod dpkg-mergechangelogs.pod +#: dpkg-name.pod dpkg-parsechangelog.pod dpkg-query.pod dpkg-realpath.pod #: dpkg-scanpackages.pod dpkg-scansources.pod dpkg-shlibdeps.pod #: dpkg-source.pod dpkg-split.pod dpkg-statoverride.pod dpkg-trigger.pod #: dpkg-vendor.pod dpkg.pod dselect.pod start-stop-daemon.pod @@ -6845,6 +6845,13 @@ msgstr "" msgid "This program was introduced in dpkg 1.22.0." msgstr "" +#. type: =item +#: dpkg-buildapi.pod dpkg-buildflags.pod dpkg-buildtree.pod +#: dpkg-mergechangelogs.pod dpkg-scansources.pod dpkg-statoverride.pod +#: dpkg-vendor.pod update-alternatives.pod +msgid "B<--help>" +msgstr "" + #. type: =item #: dpkg-buildapi.pod dpkg-gencontrol.pod dpkg-source.pod msgid "B<-c>I" @@ -6857,13 +6864,6 @@ msgid "" "default is F." msgstr "" -#. type: =item -#: dpkg-buildapi.pod dpkg-buildflags.pod dpkg-buildtree.pod -#: dpkg-mergechangelogs.pod dpkg-scansources.pod dpkg-statoverride.pod -#: dpkg-vendor.pod update-alternatives.pod -msgid "B<--help>" -msgstr "" - #. type: =item #: dpkg-buildapi.pod msgid "B" @@ -7296,10 +7296,8 @@ msgid "" "Print the features enabled for a given area (since dpkg 1.16.2). If the " "feature is handled (even if only on some architectures) as a builtin default " "by the compiler, then a B field is printed (since dpkg 1.21.14). " -"The only currently recognized areas on Debian and derivatives are B, " -"B, B, B and B, see the B section for more details. Exits with 0 if the area is known " -"otherwise exits with 1." +"See the L section for more details about the currently " +"recognized areas. Exits with 0 if the area is known otherwise exits with 1." msgstr "" #. type: textblock @@ -7574,21 +7572,40 @@ msgstr "" msgid "FEATURE AREAS" msgstr "" +#. type: textblock +#: dpkg-buildflags.pod +msgid "" +"Feature areas are currently vendor specific, and the ones described below " +"are only recognized on Debian and derivatives." +msgstr "" + #. type: textblock #: dpkg-buildflags.pod msgid "" "Each area feature can be enabled and disabled in the B " "and B environment variable's area value with the " -"‘B<+>’ and ‘B<->’ modifier. For example, to enable the B “pie” " -"feature and disable the “fortify” feature you can do this in " -"B:" +"‘B<+>’ and ‘B<->’ modifier. Following the general syntax of these variables " +"(described in L), multiple feature areas can be " +"specified separated by spaces, where each get feature specifiers as " +"mandatory parameters after an equal sign (‘B<=>’). The feature specifiers " +"are comma-separated and parsed from left to right, where the settings within " +"the same feature specifier override previous ones, even if the feature " +"specifiers are split across multiple space-separated feature area settings " +"for the same area." +msgstr "" + +#. type: textblock +#: dpkg-buildflags.pod +msgid "" +"For example, to enable the B “pie” feature and disable the " +"“fortify” feature you can do this in B:" msgstr "" #. type: verbatim #: dpkg-buildflags.pod #, no-wrap msgid "" -" export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,-fortify\n" +" export DEB_BUILD_MAINT_OPTIONS = hardening=+pie,-fortify\n" "\n" msgstr "" @@ -7605,7 +7622,42 @@ msgstr "" #: dpkg-buildflags.pod #, no-wrap msgid "" -" export DEB_BUILD_MAINT_OPTIONS=hardening=-all,+format,+fortify\n" +" export DEB_BUILD_MAINT_OPTIONS = hardening=-all,+format,+fortify\n" +"\n" +msgstr "" + +#. type: textblock +#: dpkg-buildflags.pod +msgid "Multiple feature areas can be set:" +msgstr "" + +#. type: verbatim +#: dpkg-buildflags.pod +#, no-wrap +msgid "" +" export DEB_BUILD_MAINT_OPTIONS = hardening=+pie abi=+lfs\n" +"\n" +msgstr "" + +#. type: textblock +#: dpkg-buildflags.pod +msgid "" +"The override behavior applies as much to the B special feature, as to " +"specific features, which should allow for composition. Thus to enable “lfs” " +"in the B area, and only “pie” and “fortify” in the B area, " +"but “format” only when CONDITION is defined, this could be done with:" +msgstr "" + +#. type: verbatim +#: dpkg-buildflags.pod +#, no-wrap +msgid "" +" export DEB_BUILD_MAINT_OPTIONS = hardening=-all,+pie,+format abi=+lfs\n" +" …\n" +" DEB_BUILD_MAINT_OPTIONS += hardening=+fortify\n" +" ifdef CONDITION\n" +" DEB_BUILD_MAINT_OPTIONS += hardening=-format\n" +" endif\n" "\n" msgstr "" @@ -7652,10 +7704,31 @@ msgstr "" #. type: textblock #: dpkg-buildflags.pod msgid "" -"This setting (since dpkg 1.22.0; disabled by default) enables 64-bit time_t " -"support on 32-bit architectures where their ABI does not include it by " -"default, by adding B<-D_TIME_BITS=64> to B. This setting " -"automatically enables the B feature as it requires it." +"This setting (since dpkg 1.22.0; enabled by default except for i386, " +"hurd-i386 and kfreebsd-i386 since dpkg 1.22.5) enables 64-bit time_t support " +"on 32-bit architectures where their ABI does not include it by default, by " +"adding B<-D_TIME_BITS=64> to B. This setting automatically " +"enables the B feature from the B feature area, and the " +"B feature from the B feature area as it requires " +"them." +msgstr "" + +#. type: textblock +#: dpkg-buildflags.pod +msgid "" +"If the setting is enabled explicitly then it gets enabled on all " +"architectures including i386 but not hurd-i386 nor kfreebsd-i386 (where the " +"kernel does not have time64 interfaces), ignoring the binary backwards " +"compatibility default." +msgstr "" + +#. type: textblock +#: dpkg-buildflags.pod +msgid "" +"It is also enabled by default by gcc on the armel, armhf, hppa, m68k, mips, " +"mipsel, powerpc and sh4 Debian architectures, where disabling the feature " +"will add instead B<-U_LARGEFILE_SOURCE -U_FILE_OFFSET_BITS -U_TIME_BITS> to " +"B." msgstr "" #. type: =head2 @@ -9819,7 +9892,10 @@ msgstr "" msgid "" "If set, it will contain a space-separated list of options that affect the " "behavior of some dpkg tools involved in package building, and might affect " -"the package build process if the code in F honors them." +"the package build process if the code in F honors them. These " +"options can have parameters specified immediately after an equal sign " +"(‘B<=>‘). For options that support multiple parameters, these will not be " +"separated by spaces, as these are reserved to separate options." msgstr "" #. type: textblock @@ -9895,6 +9971,48 @@ msgid "" "packaging should reduce verbosity, while not being completely quiet." msgstr "" +#. type: =item +#: dpkg-buildpackage.pod +msgid "BI" +msgstr "" + +#. type: =item +#: dpkg-buildpackage.pod +msgid "BI" +msgstr "" + +#. type: =item +#: dpkg-buildpackage.pod +msgid "BI" +msgstr "" + +#. type: =item +#: dpkg-buildpackage.pod +msgid "BI" +msgstr "" + +#. type: =item +#: dpkg-buildpackage.pod +msgid "BI" +msgstr "" + +#. type: =item +#: dpkg-buildpackage.pod +msgid "BI" +msgstr "" + +#. type: =item +#: dpkg-buildpackage.pod +msgid "BI" +msgstr "" + +#. type: textblock +#: dpkg-buildpackage.pod +msgid "" +"These are feature areas that control build flag features. See " +"L for further details." +msgstr "" + #. type: =item #: dpkg-buildpackage.pod dpkg-checkbuilddeps.pod msgid "B" @@ -13339,7 +13457,7 @@ msgstr "" msgid "" "Specifies the format of the changelog. By default the format is read from a " "special line near the bottom of the changelog or failing that defaults to " -"the B standard format. See also B." +"the B standard format. See also L." msgstr "" #. type: =item @@ -15096,10 +15214,10 @@ msgstr "" #: dpkg-shlibdeps.pod msgid "" "As a safe-guard measure, a symbols file can provide a " -"B meta-information field and B will " -"extract the minimal version required by the corresponding package in the " -"B field and use this version if it's higher than the minimal " -"version computed by scanning symbols." +"B or B meta-information field " +"and B will extract the minimal version required by the " +"corresponding package in the B field and use this version if " +"it's higher than the minimal version computed by scanning symbols." msgstr "" #. type: =head2 -- cgit v1.2.3