X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/20597fb843c52cddd108ebfb50108ccb662b687a..f77ea8235cafb258d1cb0b2b90e95aa36e5c4650:/doc/po/apt-doc.pot diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 57fc2a070..fdccbada5 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 1.1.2\n" +"Project-Id-Version: apt-doc 1.3.1\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2015-11-28 22:48+0100\n" +"POT-Creation-Date: 2016-11-11 23:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -559,7 +559,7 @@ msgstr "" msgid "" " is used to install available upgrades of all " "packages currently installed on the system from the sources configured via " -"&sources-list;. New packages will be installed if required to statisfy " +"&sources-list;. New packages will be installed if required to satisfy " "dependencies, but existing packages will never be removed. If an upgrade for " "a package requires the remove of an installed package the upgrade for this " "package isn't performed." @@ -574,7 +574,7 @@ msgid "" msgstr "" #. type: Content of: -#: apt.8.xml:1 apt.8.xml:1 +#: apt.8.xml:1 apt.8.xml:1 apt-key.8.xml:1 msgid "," msgstr "" @@ -594,9 +594,9 @@ msgid "" "following the package name with an equals (=) and the version of the package " "to select. Alternatively the version from a specific release can be selected " "by following the package name with a forward slash (/) and codename " -"(&stable-codename;, &testing-codename;, sid …) or suite name (stable, " -"testing, unstable). This will also select versions from this release for " -"dependencies of this package if needed to satisfy the request." +"(&debian-stable-codename;, &debian-testing-codename;, sid …) or suite name " +"(stable, testing, unstable). This will also select versions from this " +"release for dependencies of this package if needed to satisfy the request." msgstr "" #. type: Content of: @@ -1027,8 +1027,8 @@ msgid "" "with APT to get information as well as filenames for downloaded files so " "they can use them as well instead of downloading them again on their " "own. Detailed documentation is omitted here and can instead be found in the " -"source tree in " -"doc/acquire-additional-files.txt." +"file &apt-acquire-additional-files; shipped by the " +"apt-doc package." msgstr "" #. type: Content of: @@ -1151,8 +1151,8 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml:1 msgid "" -"Show upgraded packages; print out a list of all packages that are to be " -"upgraded. Configuration Item: <literal>APT::Get::Show-Upgraded</literal>." +"Do not show a list of all packages that are to be upgraded. Configuration " +"Item: <literal>APT::Get::Show-Upgraded</literal>." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -1398,8 +1398,9 @@ msgstr "" #: apt-get.8.xml:1 msgid "" "Forbid the update command to acquire unverifiable data from configured " -"sources. Apt will fail at the update command for repositories without valid " -"cryptographically signatures. Configuration Item: " +"sources. APT will fail at the update command for repositories without valid " +"cryptographically signatures. See also &apt-secure; for details on the " +"concept and the implications. Configuration Item: " "<literal>Acquire::AllowInsecureRepositories</literal>." msgstr "" @@ -1409,10 +1410,18 @@ msgid "" "Show user friendly progress information in the terminal window when packages " "are installed, upgraded or removed. For a machine parsable version of this " "data see README.progress-reporting in the apt doc directory. Configuration " -"Item: <literal>Dpkg::Progress</literal> and " +"Items: <literal>Dpkg::Progress</literal> and " "<literal>Dpkg::Progress-Fancy</literal>." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml:1 +msgid "" +"Adds the given file as a source for metadata. Can be repeated to add " +"multiple files. See <option>--with-source</option> description in " +"&apt-cache; for further details." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-get.8.xml:1 apt-cache.8.xml:1 apt-key.8.xml:1 apt-mark.8.xml:1 #: apt.conf.5.xml:1 apt_preferences.5.xml:1 @@ -1797,11 +1806,10 @@ msgstr "" msgid "" "Per default <command>depends</command> and <command>rdepends</command> print " "only dependencies explicitly expressed in the metadata. With this flag it " -"will also show dependencies implicitely added based on the encountered " -"data. A <literal>Conflicts: foo</literal> e.g. expresses implicitely that " -"this package also conflicts with the package foo from any other " -"architecture. Configuration Item: " -"<literal>APT::Cache::ShowImplicit</literal>." +"will also show dependencies implicitly added based on the encountered data. " +"A <literal>Conflicts: foo</literal> e.g. expresses implicitly that this " +"package also conflicts with the package foo from any other architecture. " +"Configuration Item: <literal>APT::Cache::ShowImplicit</literal>." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -1862,6 +1870,34 @@ msgid "" "Configuration Item: <literal>APT::Cache::Installed</literal>." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-cache.8.xml:1 +msgid "" +"Adds the given file as a source for metadata. Can be repeated to add " +"multiple files. Supported are currently <literal>*.deb</literal>, " +"<literal>*.dsc</literal>, <literal>*.changes</literal>, " +"<literal>Sources</literal> and <literal>Packages</literal> files as well as " +"source package directories. Files are matched based on their name only, not " +"their content!" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-cache.8.xml:1 +msgid "" +"<literal>Sources</literal> and <literal>Packages</literal> can be compressed " +"in any format apt supports as long as they have the correct extension. If " +"you need to store multiple of these files in one directory you can prefix a " +"name of your choice with the last character being an underscore " +"(\"<literal>_</literal>\"). Example: my.example_Packages.xz" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-cache.8.xml:1 +msgid "" +"Note that these sources are treated as trusted (see &apt-secure;). " +"Configuration Item: <literal>APT::Sources::With</literal>." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt-cache.8.xml:1 msgid "&apt-conf;, &sources-list;, &apt-get;" @@ -1887,6 +1923,19 @@ msgid "" "keys will be considered trusted." msgstr "" +#. type: Content of: <refentry><refsect1><para> +#: apt-key.8.xml:1 +msgid "" +"Note that if usage of <command>apt-key</command> is desired the additional " +"installation of the GNU Privacy Guard suite (packaged in " +"<package>gnupg</package>) is required. For this reason alone the " +"programmatic usage (especially in package maintainerscripts!) is strongly " +"discouraged. Further more the output format of all commands is undefined " +"and can and does change whenever the underlying commands " +"change. <command>apt-key</command> will try to detect such usage and " +"generates warnings on stderr in these cases." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-key.8.xml:1 msgid "Commands" @@ -1910,27 +1959,31 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml:1 -msgid "Remove a key from the list of trusted keys." +msgid "" +"Instead of using this command a keyring can be placed directly in the " +"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive " +"name (same rules for filename apply as for &apt-conf; files) and " +"\"<literal>gpg</literal>\" as file extension." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml:1 -msgid "Output the key &synopsis-param-keyid; to standard output." +msgid "Remove a key from the list of trusted keys." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml:1 -msgid "Output all trusted keys to standard output." +msgid "Output the key &synopsis-param-keyid; to standard output." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml:1 -msgid "List trusted keys." +msgid "Output all trusted keys to standard output." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml:1 -msgid "List fingerprints of trusted keys." +msgid "List trusted keys with fingerprints." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -1943,6 +1996,11 @@ msgid "" "care." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-key.8.xml:1 +msgid "(deprecated)" +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml:1 msgid "" @@ -1952,6 +2010,16 @@ msgid "" "distribution, e.g. the &keyring-package; package in &keyring-distro;." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-key.8.xml:1 +msgid "" +"Note that a distribution does not need to and in fact should not use this " +"command any longer and instead ship keyring files in the " +"<filename>/etc/apt/trusted.gpg.d/</filename> directory directly as this avoids " +"a dependency on <package>gnupg</package> and it is easier to manage keys by " +"simply adding and removing files for maintainers and users alike." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml:1 msgid "" @@ -1986,36 +2054,6 @@ msgid "" "e.g. new keys are added to this one." msgstr "" -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> -#: apt-key.8.xml:1 -msgid "<filename>/etc/apt/trustdb.gpg</filename>" -msgstr "" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-key.8.xml:1 -msgid "Local trust database of archive keys." -msgstr "" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> -#: apt-key.8.xml:1 -msgid "&keyring-filename;" -msgstr "" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-key.8.xml:1 -msgid "Keyring of &keyring-distro; archive trusted keys." -msgstr "" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> -#: apt-key.8.xml:1 -msgid "&keyring-removed-filename;" -msgstr "" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-key.8.xml:1 -msgid "Keyring of &keyring-distro; archive removed trusted keys." -msgstr "" - #. type: Content of: <refentry><refsect1><para> #: apt-key.8.xml:1 msgid "&apt-get;, &apt-secure;" @@ -2158,27 +2196,59 @@ msgid "" "Starting with version 0.6, <command>APT</command> contains code that does " "signature checking of the Release file for all repositories. This ensures " "that data like packages in the archive can't be modified by people who have " -"no access to the Release file signing key." +"no access to the Release file signing key. Starting with version 1.1 " +"<command>APT</command> requires repositories to provide recent " +"authentication information for unimpeded usage of the repository." msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt-secure.8.xml:1 msgid "" "If an archive has an unsigned Release file or no Release file at all current " -"APT versions will raise a warning in <command>update</command> operations " -"and front-ends like <command>apt-get</command> will require explicit " -"confirmation if an installation request includes a package from such an " -"unauthenticated archive." +"APT versions will refuse to download data from them by default in " +"<command>update</command> operations and even if forced to download " +"front-ends like &apt-get; will require explicit confirmation if an " +"installation request includes a package from such an unauthenticated " +"archive." +msgstr "" + +#. type: Content of: <refentry><refsect1><para> +#: apt-secure.8.xml:1 +msgid "" +"As a temporary exception &apt-get; (not &apt;!) raises warnings only if it " +"encounters unauthenticated archives to give a slightly longer grace period " +"on this backward compatibility effecting change. This exception will be " +"removed in future releases and you can opt-out of this grace period by " +"setting the configuration option " +"<option>Binary::apt-get::Acquire::AllowInsecureRepositories</option> to " +"<literal>false</literal> or " +"<option>--no-allow-insecure-repositories</option> on the command line." +msgstr "" + +#. type: Content of: <refentry><refsect1><para> +#: apt-secure.8.xml:1 +msgid "" +"You can force all APT clients to raise only warnings by setting the " +"configuration option <option>Acquire::AllowInsecureRepositories</option> to " +"<literal>true</literal>. Individual repositories can also be allowed to be " +"insecure via the &sources-list; option " +"<literal>allow-insecure=yes</literal>. Note that insecure repositories are " +"strongly discouraged and all options to force apt to continue supporting " +"them will eventually be removed. Users also have the " +"<option>Trusted</option> option available to disable even the warnings, but " +"be sure to understand the implications as detailed in &sources-list;." msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt-secure.8.xml:1 msgid "" -"In the future APT will refuse to work with unauthenticated repositories by " -"default until support for them is removed entirely. Users have the option to " -"opt-in to this behavior already by setting the configuration option " -"<option>Acquire::AllowInsecureRepositories</option> to " -"<literal>false</literal>." +"A repository which previously was authenticated but would loose this state " +"in an <command>update</command> operation raises an error in all APT clients " +"irrespective of the option to allow or forbid usage of insecure " +"repositories. The error can be overcome by additionally setting " +"<option>Acquire::AllowDowngradeToInsecureRepositories</option> to " +"<literal>true</literal> or for Individual repositories with the " +"&sources-list; option <literal>allow-downgrade-to-insecure=yes</literal>." msgstr "" #. type: Content of: <refentry><refsect1><para> @@ -2847,6 +2917,33 @@ msgid "" "--add-architecture</command>." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml:1 +msgid "" +"This scope defines which compression formats are supported, how compression " +"and decompression can be performed if support for this format isn't built " +"into apt directly and a cost-value indicating how costly it is to compress " +"something in this format. As an example the following configuration stanza " +"would allow apt to download and uncompress as well as create and store files " +"with the low-cost <literal>.reversed</literal> file extension which it will " +"pass to the command <command>rev</command> without additional commandline " +"parameters for compression and uncompression:" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><informalexample><programlisting> +#: apt.conf.5.xml:1 +#, no-wrap +msgid "" +"APT::Compressor::rev {\n" +"\tName \"rev\";\n" +"\tExtension \".reversed\";\n" +"\tBinary \"rev\";\n" +"\tCompressArg {};\n" +"\tUncompressArg {};\n" +"\tCost \"10\";\n" +"};\n" +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml:1 msgid "" @@ -2861,8 +2958,8 @@ msgstr "" msgid "" "Default release to install packages from if more than one version is " "available. Contains release name, codename or release version. Examples: " -"'stable', 'testing', 'unstable', '&stable-codename;', '&testing-codename;', " -"'4.0', '5.0*'. See also &apt-preferences;." +"'stable', 'testing', 'unstable', '&debian-stable-codename;', " +"'&debian-testing-codename;', '4.0', '5.0*'. See also &apt-preferences;." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -3169,13 +3266,17 @@ msgstr "" #: apt.conf.5.xml:1 msgid "" "<literal>Acquire::http::Proxy-Auto-Detect</literal> can be used to specify " -"an external command to discover the http proxy to use. Apt expects the " -"command to output the proxy on stdout in the style " -"<literal>http://proxy:port/</literal>. This will override the generic " -"<literal>Acquire::http::Proxy</literal> but not any specific host proxy " -"configuration set via <literal>Acquire::http::Proxy::$HOST</literal>. See " -"the &squid-deb-proxy-client; package for an example implementation that uses " -"avahi. This option takes precedence over the legacy option name " +"an external command to discover the http proxy to use. The first and only " +"parameter is an URI denoting the host to be contacted to allow for " +"host-specific configuration. APT expects the command to output the proxy on " +"stdout as a single line in the style <literal>http://proxy:port/</literal> " +"or the word <literal>DIRECT</literal> if no proxy should be used. No output " +"indicates that the generic proxy settings should be used. Note that " +"auto-detection will not be used for a host if a host-specific proxy " +"configuration is already set via " +"<literal>Acquire::http::Proxy::<replaceable>HOST</replaceable></literal>. " +"See the &squid-deb-proxy-client; package for an example implementation that " +"uses avahi. This option takes precedence over the legacy option name " "<literal>ProxyAutoDetect</literal>." msgstr "" @@ -3305,11 +3406,12 @@ msgstr "" msgid "" "List of compression types which are understood by the acquire methods. " "Files like <filename>Packages</filename> can be available in various " -"compression formats. By default the acquire methods can decompress " -"<command>bzip2</command>, <command>lzma</command> and " -"<command>gzip</command> compressed files; with this setting more formats can " -"be added on the fly or the used method can be changed. The syntax for this " -"is: <placeholder type=\"synopsis\" id=\"0\"/>" +"compression formats. By default the acquire methods can decompress and " +"recompress many common formats like <command>xz</command> and " +"<command>gzip</command>; with this scope the supported formats can be " +"queried, modified as well as support for more formats added (see also " +"<option>APT::Compressor</option>). The syntax for this is: <placeholder " +"type=\"synopsis\" id=\"0\"/>" msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><synopsis> @@ -3321,7 +3423,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><synopsis> #: apt.conf.5.xml:1 #, no-wrap -msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };" +msgid "Acquire::CompressionTypes::Order { \"xz\"; \"gz\"; };" msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -3331,15 +3433,14 @@ msgid "" "order the acquire system will try to download the compressed files. The " "acquire system will try the first and proceed with the next compression type " "in this list on error, so to prefer one over the other type simply add the " -"preferred type first - default types not already added will be implicitly " -"appended to the end of the list, so e.g. <placeholder type=\"synopsis\" " -"id=\"0\"/> can be used to prefer <command>gzip</command> compressed files " -"over <command>bzip2</command> and <command>lzma</command>. If " -"<command>lzma</command> should be preferred over <command>gzip</command> and " -"<command>bzip2</command> the configure setting should look like this: " -"<placeholder type=\"synopsis\" id=\"1\"/> It is not needed to add " -"<literal>bz2</literal> to the list explicitly as it will be added " -"automatically." +"preferred type first - types not already added will be implicitly appended " +"to the end of the list, so e.g. <placeholder type=\"synopsis\" id=\"0\"/> " +"can be used to prefer <command>gzip</command> compressed files over all " +"other compression formats. If <command>xz</command> should be preferred " +"over <command>gzip</command> and <command>bzip2</command> the configure " +"setting should look like this: <placeholder type=\"synopsis\" id=\"1\"/> It " +"is not needed to add <literal>bz2</literal> to the list explicitly as it " +"will be added automatically." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><literallayout> @@ -3353,15 +3454,15 @@ msgstr "" msgid "" "Note that the " "<literal>Dir::Bin::<replaceable>Methodname</replaceable></literal> will be " -"checked at run time. If this option has been set, the method will only be " -"used if this file exists; e.g. for the <literal>bzip2</literal> method (the " -"inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> Note " -"also that list entries specified on the command line will be added at the " -"end of the list specified in the configuration files, but before the default " -"entries. To prefer a type in this case over the ones specified in the " -"configuration files you can set the option direct - not in list style. This " -"will not override the defined list; it will only prefix the list with this " -"type." +"checked at run time. If this option has been set and support for this format " +"isn't directly built into apt, the method will only be used if this file " +"exists; e.g. for the <literal>bzip2</literal> method (the inbuilt) setting " +"is: <placeholder type=\"literallayout\" id=\"0\"/> Note also that list " +"entries specified on the command line will be added at the end of the list " +"specified in the configuration files, but before the default entries. To " +"prefer a type in this case over the ones specified in the configuration " +"files you can set the option direct - not in list style. This will not " +"override the defined list; it will only prefix the list with this type." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -3459,21 +3560,30 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml:1 msgid "" -"Allow the update operation to load data files from a repository without a " -"trusted signature. If enabled this option no data files will be loaded and " -"the update operation fails with a error for this source. The default is " -"false for backward compatibility. This will be changed in the future." +"Allow update operations to load data files from repositories without " +"sufficient security information. The default value is " +"\"<literal>false</literal>\". Concept, implications as well as alternatives " +"are detailed in &apt-secure;." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml:1 +msgid "" +"Allow update operations to load data files from repositories which provide " +"security information, but these are deemed no longer cryptographically " +"strong enough. The default value is \"<literal>false</literal>\". Concept, " +"implications as well as alternatives are detailed in &apt-secure;." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml:1 msgid "" "Allow that a repository that was previously gpg signed to become unsigned " -"durign a update operation. When there is no valid signature of a perviously " -"trusted repository apt will refuse the update. This option can be used to " -"override this protection. You almost certainly never want to enable " -"this. The default is false. Note that apt will still consider packages from " -"this source untrusted and warn about them if you try to install them." +"during an update operation. When there is no valid signature for a " +"previously trusted repository apt will refuse the update. This option can be " +"used to override this protection. You almost certainly never want to enable " +"this. The default is <literal>false</literal>. Concept, implications as " +"well as alternatives are detailed in &apt-secure;." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> @@ -3496,11 +3606,11 @@ msgid "" "<literal>Acquire::Changelogs::URI::Override::Label::<replaceable>LABEL</replaceable></literal> " "or " "<literal>Acquire::Changelogs::URI::Override::Origin::<replaceable>ORIGIN</replaceable></literal>. " -"The value should be a normal URI to a text file, expect that package " +"The value should be a normal URI to a text file, except that package " "specific data is replaced with the placeholder " -"<literal>CHANGEPATH</literal>. The value for it is: 1. if the package is " +"<literal>@CHANGEPATH@</literal>. The value for it is: 1. if the package is " "from a component (e.g. <literal>main</literal>) this is the first part " -"otherwise it is omitted, 2. the first letter of source package name, expect " +"otherwise it is omitted, 2. the first letter of source package name, except " "if the source package name starts with '<literal>lib</literal>' in which " "case it will be the first four letters. 3. The complete source package " "name. 4. the complete name again and 5. the source version. The first (if " @@ -3744,14 +3854,15 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml:1 msgid "" -"Package action lines consist of five fields in Version 2: old version, " -"direction of version change (< for upgrades, > for downgrades, = for " -"no change), new version, action. The version fields are \"-\" for no version " -"at all (for example when installing a package for the first time; no version " -"is treated as earlier than any real version, so that is an upgrade, " -"indicated as <literal>- < 1.23.4</literal>). The action field is " -"\"**CONFIGURE**\" if the package is being configured, \"**REMOVE**\" if it " -"is being removed, or the filename of a .deb file if it is being unpacked." +"Package action lines consist of five fields in Version 2: package name " +"(without architecture qualification even if foreign), old version, direction " +"of version change (< for upgrades, > for downgrades, = for no change), " +"new version, action. The version fields are \"-\" for no version at all (for " +"example when installing a package for the first time; no version is treated " +"as earlier than any real version, so that is an upgrade, indicated as " +"<literal>- < 1.23.4</literal>). The action field is \"**CONFIGURE**\" if " +"the package is being configured, \"**REMOVE**\" if it is being removed, or " +"the filename of a .deb file if it is being unpacked." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -3759,7 +3870,7 @@ msgstr "" msgid "" "In Version 3 after each version field follows the architecture of this " "version, which is \"-\" if there is no version, and a field showing the " -"MultiArch type \"same\", foreign\", \"allowed\" or \"none\". Note that " +"MultiArch type \"same\", \"foreign\", \"allowed\" or \"none\". Note that " "\"none\" is an incorrect typename which is just kept to remain compatible, " "it should be read as \"no\" and users are encouraged to support both." msgstr "" @@ -3800,128 +3911,15 @@ msgid "" "default is to disable signing and produce all binaries." msgstr "" -#. type: Content of: <refentry><refsect1><refsect2><title> -#: apt.conf.5.xml:1 -msgid "dpkg trigger usage (and related options)" -msgstr "" - -#. type: Content of: <refentry><refsect1><refsect2><para> -#: apt.conf.5.xml:1 -msgid "" -"APT can call &dpkg; in such a way as to let it make aggressive use of " -"triggers over multiple calls of &dpkg;. Without further options &dpkg; will " -"use triggers once each time it runs. Activating these options can therefore " -"decrease the time needed to perform the install or upgrade. Note that it is " -"intended to activate these options per default in the future, but as it " -"drastically changes the way APT calls &dpkg; it needs a lot more testing. " -"<emphasis>These options are therefore currently experimental and should not " -"be used in production environments.</emphasis> It also breaks progress " -"reporting such that all front-ends will currently stay around half (or more) " -"of the time in the 100% state while it actually configures all packages." -msgstr "" - -#. type: Content of: <refentry><refsect1><refsect2><para><literallayout> -#: apt.conf.5.xml:1 -#, no-wrap -msgid "" -"DPkg::NoTriggers \"true\";\n" -"PackageManager::Configure \"smart\";\n" -"DPkg::ConfigurePending \"true\";\n" -"DPkg::TriggersPending \"true\";" -msgstr "" - -#. type: Content of: <refentry><refsect1><refsect2><para> -#: apt.conf.5.xml:1 -msgid "" -"Note that it is not guaranteed that APT will support these options or that " -"these options will not cause (big) trouble in the future. If you have " -"understand the current risks and problems with these options, but are brave " -"enough to help testing them, create a new configuration file and test a " -"combination of options. Please report any bugs, problems and improvements " -"you encounter and make sure to note which options you have used in your " -"reports. Asking &dpkg; for help could also be useful for debugging proposes, " -"see e.g. <command>dpkg --audit</command>. A defensive option combination " -"would be <placeholder type=\"literallayout\" id=\"0\"/>" -msgstr "" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> -#: apt.conf.5.xml:1 -msgid "" -"Add the no triggers flag to all &dpkg; calls (except the ConfigurePending " -"call). See &dpkg; if you are interested in what this actually means. In " -"short: &dpkg; will not run the triggers when this flag is present unless it " -"is explicitly called to do so in an extra call. Note that this option " -"exists (undocumented) also in older APT versions with a slightly different " -"meaning: Previously these option only append --no-triggers to the configure " -"calls to &dpkg; - now APT will also add this flag to the unpack and remove " -"calls." -msgstr "" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> -#: apt.conf.5.xml:1 -msgid "" -"Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" " -"and \"<literal>no</literal>\". The default value is " -"\"<literal>all</literal>\", which causes APT to configure all packages. The " -"\"<literal>smart</literal>\" way is to configure only packages which need to " -"be configured before another package can be unpacked (Pre-Depends), and let " -"the rest be configured by &dpkg; with a call generated by the " -"ConfigurePending option (see below). On the other hand, " -"\"<literal>no</literal>\" will not configure anything, and totally relies on " -"&dpkg; for configuration (which at the moment will fail if a Pre-Depends is " -"encountered). Setting this option to any value other than " -"<literal>all</literal> will implicitly also activate the next option by " -"default, as otherwise the system could end in an unconfigured and " -"potentially unbootable state." -msgstr "" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml:1 msgid "" "If this option is set APT will call <command>dpkg --configure " "--pending</command> to let &dpkg; handle all required configurations and " -"triggers. This option is activated automatically per default if the previous " -"option is not set to <literal>all</literal>, but deactivating it could be " +"triggers. This option is activated by default, but deactivating it could be " "useful if you want to run APT multiple times in a row - e.g. in an " -"installer. In these sceneries you could deactivate this option in all but " -"the last run." -msgstr "" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> -#: apt.conf.5.xml:1 -msgid "" -"Useful for the <literal>smart</literal> configuration as a package which has " -"pending triggers is not considered as <literal>installed</literal>, and " -"&dpkg; treats them as <literal>unpacked</literal> currently which is a " -"showstopper for Pre-Dependencies (see debbugs #526774). Note that this will " -"process all triggers, not only the triggers needed to configure this " -"package." -msgstr "" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout> -#: apt.conf.5.xml:1 -#, no-wrap -msgid "" -"OrderList::Score {\n" -"\tDelete 500;\n" -"\tEssential 200;\n" -"\tImmediate 10;\n" -"\tPreDepends 50;\n" -"};" -msgstr "" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> -#: apt.conf.5.xml:1 -msgid "" -"Essential packages (and their dependencies) should be configured immediately " -"after unpacking. It is a good idea to do this quite early in the upgrade " -"process as these configure calls also currently require " -"<literal>DPkg::TriggersPending</literal> which will run quite a few triggers " -"(which may not be needed). Essentials get per default a high score but the " -"immediate flag is relatively low (a package which has a Pre-Depends is rated " -"higher). These option and the others in the same group can be used to " -"change the scoring. The following example shows the settings with their " -"default values. <placeholder type=\"literallayout\" id=\"0\"/>" +"installer. In this scenario you could deactivate this option in all but the " +"last run." msgstr "" #. type: Content of: <refentry><refsect1><title> @@ -3934,8 +3932,8 @@ msgstr "" msgid "" "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups " "of options configure behavior of apt periodic updates, which is done by the " -"<literal>/etc/cron.daily/apt</literal> script. See the top of this script " -"for the brief documentation of these options." +"<literal>/usr/lib/apt/apt.systemd.daily</literal> script. See the top of " +"this script for the brief documentation of these options." msgstr "" #. type: Content of: <refentry><refsect1><title> @@ -4553,7 +4551,7 @@ msgstr "" msgid "" "The following record assigns a high priority to all package versions " "belonging to any distribution whose Codename is " -"\"<literal>&testing-codename;</literal>\"." +"\"<literal>&debian-testing-codename;</literal>\"." msgstr "" #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting> @@ -4561,7 +4559,7 @@ msgstr "" #, no-wrap msgid "" "Package: *\n" -"Pin: release n=&testing-codename;\n" +"Pin: release n=&debian-testing-codename;\n" "Pin-Priority: 900\n" msgstr "" @@ -4570,7 +4568,8 @@ msgstr "" msgid "" "The following record assigns a high priority to all package versions " "belonging to any release whose Archive name is \"<literal>stable</literal>\" " -"and whose release Version number is \"<literal>&stable-version;</literal>\"." +"and whose release Version number is " +"\"<literal>&debian-stable-version;</literal>\"." msgstr "" #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting> @@ -4578,7 +4577,7 @@ msgstr "" #, no-wrap msgid "" "Package: *\n" -"Pin: release a=stable, v=&stable-version;\n" +"Pin: release a=stable, v=&debian-stable-version;\n" "Pin-Priority: 500\n" msgstr "" @@ -4853,11 +4852,12 @@ msgid "" "The <filename>Release</filename> file is normally found in the directory " "<filename>.../dists/<replaceable>dist-name</replaceable></filename>: for " "example, <filename>.../dists/stable/Release</filename>, or " -"<filename>.../dists/&stable-codename;/Release</filename>. It consists of a " -"single multi-line record which applies to <emphasis>all</emphasis> of the " -"packages in the directory tree below its parent. Unlike the " -"<filename>Packages</filename> file, nearly all of the lines in a " -"<filename>Release</filename> file are relevant for setting APT priorities:" +"<filename>.../dists/&debian-stable-codename;/Release</filename>. It " +"consists of a single multi-line record which applies to " +"<emphasis>all</emphasis> of the packages in the directory tree below its " +"parent. Unlike the <filename>Packages</filename> file, nearly all of the " +"lines in a <filename>Release</filename> file are relevant for setting APT " +"priorities:" msgstr "" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> @@ -4891,25 +4891,25 @@ msgstr "" #: apt_preferences.5.xml:1 msgid "" "names the codename to which all the packages in the directory tree belong. " -"For example, the line \"Codename: &testing-codename;\" specifies that all of " -"the packages in the directory tree below the parent of the " +"For example, the line \"Codename: &debian-testing-codename;\" specifies that " +"all of the packages in the directory tree below the parent of the " "<filename>Release</filename> file belong to a version named " -"<literal>&testing-codename;</literal>. Specifying this value in the APT " -"preferences file would require the line:" +"<literal>&debian-testing-codename;</literal>. Specifying this value in the " +"APT preferences file would require the line:" msgstr "" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><programlisting> #: apt_preferences.5.xml:1 #, no-wrap -msgid "Pin: release n=&testing-codename;\n" +msgid "Pin: release n=&debian-testing-codename;\n" msgstr "" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> #: apt_preferences.5.xml:1 msgid "" "names the release version. For example, the packages in the tree might " -"belong to Debian release version &stable-version;. Note that there is " -"normally no version number for the <literal>testing</literal> and " +"belong to Debian release version &debian-stable-version;. Note that there " +"is normally no version number for the <literal>testing</literal> and " "<literal>unstable</literal> distributions because they have not been " "released yet. Specifying this in the APT preferences file would require one " "of the following lines." @@ -4919,9 +4919,9 @@ msgstr "" #: apt_preferences.5.xml:1 #, no-wrap msgid "" -"Pin: release v=&stable-version;\n" -"Pin: release a=stable, v=&stable-version;\n" -"Pin: release &stable-version;\n" +"Pin: release v=&debian-stable-version;\n" +"Pin: release a=stable, v=&debian-stable-version;\n" +"Pin: release &debian-stable-version;\n" msgstr "" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> @@ -5150,9 +5150,9 @@ msgid "" "Explanation: Uninstall or do not install any Debian-originated package " "versions\n" "Explanation: other than those in the distribution codenamed with " -"&testing-codename; or sid\n" +"&debian-testing-codename; or sid\n" "Package: *\n" -"Pin: release n=&testing-codename;\n" +"Pin: release n=&debian-testing-codename;\n" "Pin-Priority: 900\n" "\n" "Explanation: Debian unstable is always codenamed with sid\n" @@ -5185,7 +5185,7 @@ msgstr "" msgid "" "With a suitable &sources-list; file and the above preferences file, any of " "the following commands will cause APT to upgrade to the latest version(s) in " -"the release codenamed with <literal>&testing-codename;</literal>. " +"the release codenamed with <literal>&debian-testing-codename;</literal>. " "<placeholder type=\"programlisting\" id=\"0\"/>" msgstr "" @@ -5201,8 +5201,8 @@ msgid "" "The following command will cause APT to upgrade the specified package to the " "latest version from the <literal>sid</literal> distribution. Thereafter, " "<command>apt-get upgrade</command> will upgrade the package to the most " -"recent <literal>&testing-codename;</literal> version if that is more recent " -"than the installed version, otherwise, to the most recent " +"recent <literal>&debian-testing-codename;</literal> version if that is more " +"recent than the installed version, otherwise, to the most recent " "<literal>sid</literal> version if that is more recent than the installed " "version. <placeholder type=\"programlisting\" id=\"0\"/>" msgstr "" @@ -5341,8 +5341,8 @@ msgid "" "archive, <filename>distribution/component</filename>. The " "<literal>distribution</literal> is generally a suite name like " "<literal>stable</literal> or <literal>testing</literal> or a codename like " -"<literal>&stable-codename;</literal> or " -"<literal>&testing-codename;</literal> while component is one of " +"<literal>&debian-stable-codename;</literal> or " +"<literal>&debian-testing-codename;</literal> while component is one of " "<literal>main</literal>, <literal>contrib</literal> or " "<literal>non-free</literal>. The <literal>deb-src</literal> type references " "a Debian distribution's source code in the same form as the " @@ -5501,9 +5501,11 @@ msgid "" "<option>Targets</option> (<option>target</option>) is a multivalue option " "defining which download targets apt will try to acquire from this source. If " "not specified, the default set is defined by the " -"<option>Acquire::IndexTargets</option> configuration scope. Additionally, " -"specific targets can be enabled or disabled by using the identifier as field " -"name instead of using this multivalue option." +"<option>Acquire::IndexTargets</option> configuration scope (targets are " +"specified by their name in the <literal>Created-By</literal> field). " +"Additionally, targets can be enabled or disabled by using the " +"<literal>Identifier</literal> field as an option with a boolean value " +"instead of using this multivalue option." msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> @@ -5546,6 +5548,17 @@ msgid "" "detect and error out on such anomalies." msgstr "" +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml:1 +msgid "" +"<option>Allow-Insecure</option> (<option>allow-insecure</option>), " +"<option>Allow-Weak</option> (<option>allow-weak</option>) and " +"<option>Allow-Downgrade-To-Insecure</option> " +"(<option>allow-downgrade-to-insecure</option>) are boolean values which all " +"default to <literal>no</literal>. If set to <literal>yes</literal> they " +"circumvent parts of &apt-secure; and should therefore not be used lightly!" +msgstr "" + #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml:1 msgid "" @@ -5568,13 +5581,15 @@ msgid "" "<option>Signed-By</option> (<option>signed-by</option>) is either an " "absolute path to a keyring file (has to be accessible and readable for the " "<literal>_apt</literal> user, so ensure everyone has read-permissions on the " -"file) or a fingerprint of a key either in the " -"<filename>trusted.gpg</filename> keyring or in one of the keyrings in the " +"file) or one or more fingerprints of keys either in the " +"<filename>trusted.gpg</filename> keyring or in the keyrings in the " "<filename>trusted.gpg.d/</filename> directory (see <command>apt-key " "fingerprint</command>). If the option is set, only the key(s) in this " -"keyring or only the key with this fingerprint is used for the &apt-secure; " -"verification of this repository. Otherwise all keys in the trusted keyrings " -"are considered valid signers for this repository." +"keyring or only the keys with these fingerprints are used for the " +"&apt-secure; verification of this repository. Defaults to the value of the " +"option with the same name if set in the previously acquired " +"<filename>Release</filename> file. Otherwise all keys in the trusted " +"keyrings are considered valid signers for this repository." msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> @@ -5773,9 +5788,9 @@ msgstr "" #: sources.list.5.xml:1 #, no-wrap msgid "" -"deb http://httpredir.debian.org/debian &stable-codename; main\n" -"deb [ arch=amd64,armel ] http://httpredir.debian.org/debian " -"&stable-codename; main" +"deb http://deb.debian.org/debian &debian-stable-codename; main\n" +"deb [ arch=amd64,armel ] http://deb.debian.org/debian " +"&debian-stable-codename; main" msgstr "" #. type: Content of: <refentry><refsect1><literallayout> @@ -5783,13 +5798,13 @@ msgstr "" #, no-wrap msgid "" "Types: deb\n" -"URIs: http://httpredir.debian.org/debian\n" -"Suites: &stable-codename;\n" +"URIs: http://deb.debian.org/debian\n" +"Suites: &debian-stable-codename;\n" "Components: main\n" "\n" "Types: deb\n" -"URIs: http://httpredir.debian.org/debian\n" -"Suites: &stable-codename;\n" +"URIs: http://deb.debian.org/debian\n" +"Suites: &debian-stable-codename;\n" "Components: main\n" "Architectures: amd64 armel\n" msgstr "" @@ -5821,13 +5836,13 @@ msgstr "" #: sources.list.5.xml:1 msgid "" "Uses FTP to access the archive at ftp.debian.org, under the debian " -"directory, and uses only the &stable-codename;/contrib area." +"directory, and uses only the &debian-stable-codename;/contrib area." msgstr "" #. type: Content of: <refentry><refsect1><literallayout> #: sources.list.5.xml:1 #, no-wrap -msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib" +msgid "deb ftp://ftp.debian.org/debian &debian-stable-codename; contrib" msgstr "" #. type: Content of: <refentry><refsect1><literallayout> @@ -5836,7 +5851,7 @@ msgstr "" msgid "" "Types: deb\n" "URIs: ftp://ftp.debian.org/debian\n" -"Suites: &stable-codename;\n" +"Suites: &debian-stable-codename;\n" "Components: contrib" msgstr "" @@ -5904,12 +5919,12 @@ msgstr "" #: sources.list.5.xml:1 #, no-wrap msgid "" -"deb http://httpredir.debian.org/debian stable main contrib\n" -"deb-src http://httpredir.debian.org/debian stable main contrib\n" -"deb http://httpredir.debian.org/debian testing main contrib\n" -"deb-src http://httpredir.debian.org/debian testing main contrib\n" -"deb http://httpredir.debian.org/debian unstable main contrib\n" -"deb-src http://httpredir.debian.org/debian unstable main contrib" +"deb http://deb.debian.org/debian stable main contrib\n" +"deb-src http://deb.debian.org/debian stable main contrib\n" +"deb http://deb.debian.org/debian testing main contrib\n" +"deb-src http://deb.debian.org/debian testing main contrib\n" +"deb http://deb.debian.org/debian unstable main contrib\n" +"deb-src http://deb.debian.org/debian unstable main contrib" msgstr "" #. type: Content of: <refentry><refsect1><literallayout> @@ -5917,14 +5932,14 @@ msgstr "" #, no-wrap msgid "" "Types: deb deb-src\n" -"URIs: http://httpredir.debian.org/debian\n" +"URIs: http://deb.debian.org/debian\n" "Suites: stable testing unstable\n" "Components: main contrib\n" msgstr "" #. type: Content of: <refentry><refsect1><para> #: sources.list.5.xml:1 -msgid "&apt-get;, &apt-conf;" +msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;" msgstr "" #. type: Content of: <refentry><refmeta><manvolnum> @@ -6093,12 +6108,12 @@ msgstr "" msgid "" "The <literal>release</literal> command generates a Release file from a " "directory tree. It recursively searches the given directory for uncompressed " -"<filename>Packages</filename> and <filename>Sources</filename> files and " -"ones compressed with <command>gzip</command>, <command>bzip2</command> or " -"<command>lzma</command> as well as <filename>Release</filename> and " -"<filename>md5sum.txt</filename> files by default " -"(<literal>APT::FTPArchive::Release::Default-Patterns</literal>). Additional " -"filename patterns can be added by listing them in " +"and compressed <filename>Packages</filename>, <filename>Sources</filename>, " +"<filename>Contents</filename>, <filename>Components</filename> and " +"<filename>icons</filename> files as well as <filename>Release</filename>, " +"<filename>Index</filename> and <filename>md5sum.txt</filename> files by " +"default (<literal>APT::FTPArchive::Release::Default-Patterns</literal>). " +"Additional filename patterns can be added by listing them in " "<literal>APT::FTPArchive::Release::Patterns</literal>. It then writes to " "stdout a <filename>Release</filename> file containing (by default) an MD5, " "SHA1, SHA256 and SHA512 digest for each file." @@ -6110,12 +6125,14 @@ msgid "" "Values for the additional metadata fields in the Release file are taken from " "the corresponding variables under " "<literal>APT::FTPArchive::Release</literal>, " -"e.g. <literal>APT::FTPArchive::Release::Origin</literal>. The supported " -"fields are: <literal>Origin</literal>, <literal>Label</literal>, " +"e.g. <literal>APT::FTPArchive::Release::Origin</literal>. The supported " +"fields are <literal>Origin</literal>, <literal>Label</literal>, " "<literal>Suite</literal>, <literal>Version</literal>, " "<literal>Codename</literal>, <literal>Date</literal>, " -"<literal>Valid-Until</literal>, <literal>Architectures</literal>, " -"<literal>Components</literal>, <literal>Description</literal>." +"<literal>NotAutomatic</literal>, <literal>ButAutomaticUpgrades</literal>, " +"<literal>Acquire-By-Hash</literal>, <literal>Valid-Until</literal>, " +"<literal>Signed-By</literal>, <literal>Architectures</literal>, " +"<literal>Components</literal> and <literal>Description</literal>." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -6212,9 +6229,9 @@ msgstr "" #: apt-ftparchive.1.xml:1 msgid "" "Sets the default compression schemes to use for the package index files. It " -"is a string that contains a space separated list of at least one of: '.' (no " -"compression), 'gzip' and 'bzip2'. The default for all compression schemes is " -"'. gzip'." +"is a string that contains a space separated list of at least one of the " +"compressors configured via the <option>APT::Compressor</option> " +"configuration scope. The default for all compression schemes is '. gzip'." msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> @@ -6411,7 +6428,7 @@ msgid "" "The <literal>Tree</literal> section takes a scope tag which sets the " "<literal>$(DIST)</literal> variable and defines the root of the tree (the " "path is prefixed by <literal>ArchiveDir</literal>). Typically this is a " -"setting such as <filename>dists/&stable-codename;</filename>." +"setting such as <filename>dists/&debian-stable-codename;</filename>." msgstr "" #. type: Content of: <refentry><refsect1><refsect2><para>