-"Version 2 of this protocol dumps more information, including the protocol "
-"version, the APT configuration space and the packages, files and versions "
-"being changed. Version 2 is enabled by setting "
-"<literal>DPkg::Tools::options::cmd::Version</literal> to "
-"2. <literal>cmd</literal> is a command given to "
-"<literal>Pre-Install-Pkgs</literal>."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:635
-msgid "Run-Directory"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:636
-msgid ""
-"APT chdirs to this directory before invoking dpkg, the default is "
-"<filename>/</filename>."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:640
-msgid "Build-options"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:641
-msgid ""
-"These options are passed to &dpkg-buildpackage; when compiling packages, the "
-"default is to disable signing and produce all binaries."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><title>
-#: apt.conf.5.xml:646
-msgid "dpkg trigger usage (and related options)"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt.conf.5.xml:647
-msgid ""
-"APT can call dpkg in a way so it can make aggressive use of triggers over "
-"multiple calls of dpkg. Without further options dpkg will use triggers only "
-"in between his own run. Activating these options can therefore decrease the "
-"time needed to perform the install / upgrade. Note that it is intended to "
-"activate these options per default in the future, but as it changes the way "
-"APT calling dpkg drastically it needs a lot more testing. <emphasis>These "
-"options are therefore currently experimental and should not be used in "
-"productive environments.</emphasis> Also it breaks the progress reporting so "
-"all frontends 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:662
-#, 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:656
-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><term>
-#: apt.conf.5.xml:668
-msgid "DPkg::NoTriggers"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:669
-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 add these flag also to the unpack and remove calls."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
-#: apt.conf.5.xml:676
-msgid "PackageManager::Configure"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:677
-msgid ""
-"Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" "
-"and \"<literal>no</literal>\". \"<literal>all</literal>\" is the default "
-"value and causes APT to configure all packages explicit. The "
-"\"<literal>smart</literal>\" way is it to configure only packages which need "
-"to be configured before another package can be unpacked (Pre-Depends) and "
-"let the rest configure by dpkg with a call generated by the next "
-"option. \"<literal>no</literal>\" on the other hand will not configure "
-"anything and totally rely on dpkg for configuration (which will at the "
-"moment fail if a Pre-Depends is encountered). Setting this option to "
-"another than the all value will implicitly activate also the next option per "
-"default as otherwise the system could end in an unconfigured status which "
-"could be unbootable!"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
-#: apt.conf.5.xml:687
-msgid "DPkg::ConfigurePending"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:688
-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 automatic per default if the previous "
-"option is not set to <literal>all</literal>, but deactivating 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><term>
-#: apt.conf.5.xml:694
-msgid "DPkg::TriggersPending"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:695
-msgid ""
-"Useful for <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 dealbreaker "
-"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><term>
-#: apt.conf.5.xml:700
-msgid "PackageManager::UnpackAll"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:701
-msgid ""
-"As the configuration can be deferred to be done at the end by dpkg it can be "
-"tried to order the unpack series only by critical needs, e.g. by "
-"Pre-Depends. Default is true and therefore the \"old\" method of ordering in "
-"various steps by everything. While both method were present in earlier APT "
-"versions the <literal>OrderCritical</literal> method was unused, so this "
-"method is very experimental and needs further improvements before becoming "
-"really useful."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
-#: apt.conf.5.xml:708
-msgid "OrderList::Score::Immediate"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout>
-#: apt.conf.5.xml:716
-#, 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:709
-msgid ""
-"Essential packages (and there dependencies) should be configured immediately "
-"after unpacking. It will be a good idea to do this quite early in the "
-"upgrade process as these these configure calls require currently also "
-"<literal>DPkg::TriggersPending</literal> which will run quite a few triggers "
-"(which maybe not needed). Essentials get per default a high score but the "
-"immediate flag is relatively low (a package which has a Pre-Depends is "
-"higher rated). These option and the others in the same group can be used to "
-"change the scoring. The following example shows the settings with there "
-"default values. <placeholder type=\"literallayout\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><title>
-#: apt.conf.5.xml:729
-msgid "Periodic and Archives options"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: apt.conf.5.xml:730
-msgid ""
-"<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups "
-"of options configure behavior of apt periodic updates, which is done by "
-"<literal>/etc/cron.daily/apt</literal> script. See header of this script for "
-"the brief documentation of these options."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><title>
-#: apt.conf.5.xml:738
-msgid "Debug options"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: apt.conf.5.xml:740
-msgid ""
-"Enabling options in the <literal>Debug::</literal> section will cause "
-"debugging information to be sent to the standard error stream of the program "
-"utilizing the <literal>apt</literal> libraries, or enable special program "
-"modes that are primarily useful for debugging the behavior of "
-"<literal>apt</literal>. Most of these options are not interesting to a "
-"normal user, but a few may be:"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
-#: apt.conf.5.xml:751
-msgid ""
-"<literal>Debug::pkgProblemResolver</literal> enables output about the "
-"decisions made by <literal>dist-upgrade, upgrade, install, remove, "
-"purge</literal>."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
-#: apt.conf.5.xml:759
-msgid ""
-"<literal>Debug::NoLocking</literal> disables all file locking. This can be "
-"used to run some operations (for instance, <literal>apt-get -s "
-"install</literal>) as a non-root user."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
-#: apt.conf.5.xml:768
-msgid ""
-"<literal>Debug::pkgDPkgPM</literal> prints out the actual command line each "
-"time that <literal>apt</literal> invokes &dpkg;."
-msgstr ""
-
-#. TODO: provide a
-#. motivating example, except I haven't a clue why you'd want
-#. to do this.
-#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
-#: apt.conf.5.xml:776
-msgid ""
-"<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data "
-"in CDROM IDs."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: apt.conf.5.xml:786
-msgid "A full list of debugging options to apt follows."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:791
-msgid "<literal>Debug::Acquire::cdrom</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:795
-msgid "Print information related to accessing <literal>cdrom://</literal> sources."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:802
-msgid "<literal>Debug::Acquire::ftp</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:806
-msgid "Print information related to downloading packages using FTP."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:813
-msgid "<literal>Debug::Acquire::http</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:817
-msgid "Print information related to downloading packages using HTTP."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:824
-msgid "<literal>Debug::Acquire::https</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:828
-msgid "Print information related to downloading packages using HTTPS."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:835
-msgid "<literal>Debug::Acquire::gpgv</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:839
-msgid ""
-"Print information related to verifying cryptographic signatures using "
-"<literal>gpg</literal>."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:846
-msgid "<literal>Debug::aptcdrom</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:850
-msgid ""
-"Output information about the process of accessing collections of packages "
-"stored on CD-ROMs."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:857
-msgid "<literal>Debug::BuildDeps</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:860
-msgid "Describes the process of resolving build-dependencies in &apt-get;."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:867
-msgid "<literal>Debug::Hashes</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:870
-msgid ""
-"Output each cryptographic hash that is generated by the "
-"<literal>apt</literal> libraries."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:877
-msgid "<literal>Debug::IdentCDROM</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:880
-msgid ""
-"Do not include information from <literal>statfs</literal>, namely the number "
-"of used and free blocks on the CD-ROM filesystem, when generating an ID for "
-"a CD-ROM."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:888
-msgid "<literal>Debug::NoLocking</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:891
-msgid ""
-"Disable all file locking. For instance, this will allow two instances of "
-"<quote><literal>apt-get update</literal></quote> to run at the same time."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:899
-msgid "<literal>Debug::pkgAcquire</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:903
-msgid "Log when items are added to or removed from the global download queue."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:910
-msgid "<literal>Debug::pkgAcquire::Auth</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:913
-msgid ""
-"Output status messages and errors related to verifying checksums and "
-"cryptographic signatures of downloaded files."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:920
-msgid "<literal>Debug::pkgAcquire::Diffs</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:923
-msgid ""
-"Output information about downloading and applying package index list diffs, "
-"and errors relating to package index list diffs."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:931
-msgid "<literal>Debug::pkgAcquire::RRed</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:935
-msgid ""
-"Output information related to patching apt package lists when downloading "
-"index diffs instead of full indices."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:942
-msgid "<literal>Debug::pkgAcquire::Worker</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:946
-msgid "Log all interactions with the sub-processes that actually perform downloads."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:953
-msgid "<literal>Debug::pkgAutoRemove</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:957
-msgid ""
-"Log events related to the automatically-installed status of packages and to "
-"the removal of unused packages."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:964
-msgid "<literal>Debug::pkgDepCache::AutoInstall</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:967
-msgid ""
-"Generate debug messages describing which packages are being automatically "
-"installed to resolve dependencies. This corresponds to the initial "
-"auto-install pass performed in, e.g., <literal>apt-get install</literal>, "
-"and not to the full <literal>apt</literal> dependency resolver; see "
-"<literal>Debug::pkgProblemResolver</literal> for that."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:978
-msgid "<literal>Debug::pkgDepCache::Marker</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:981
-msgid ""
-"Generate debug messages describing which package is marked as "
-"keep/install/remove while the ProblemResolver does his work. Each addition "
-"or deletion may trigger additional actions; they are shown indented two "
-"additional space under the original entry. The format for each line is "
-"<literal>MarkKeep</literal>, <literal>MarkDelete</literal> or "
-"<literal>MarkInstall</literal> followed by <literal>package-name <a.b.c "
-"-> d.e.f | x.y.z> (section)</literal> where <literal>a.b.c</literal> "
-"is the current version of the package, <literal>d.e.f</literal> is the "
-"version considered for installation and <literal>x.y.z</literal> is a newer "
-"version, but not considered for installation (because of a low pin "
-"score). The later two can be omitted if there is none or if it is the same "
-"version as the installed. <literal>section</literal> is the name of the "
-"section the package appears in."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:1000
-msgid "<literal>Debug::pkgInitConfig</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:1003
-msgid "Dump the default configuration to standard error on startup."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:1010
-msgid "<literal>Debug::pkgDPkgPM</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:1013
-msgid ""
-"When invoking &dpkg;, output the precise command line with which it is being "
-"invoked, with arguments separated by a single space character."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:1021
-msgid "<literal>Debug::pkgDPkgProgressReporting</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:1024
-msgid ""
-"Output all the data received from &dpkg; on the status file descriptor and "
-"any errors encountered while parsing it."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:1031
-msgid "<literal>Debug::pkgOrderList</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:1035
-msgid ""
-"Generate a trace of the algorithm that decides the order in which "
-"<literal>apt</literal> should pass packages to &dpkg;."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:1043
-msgid "<literal>Debug::pkgPackageManager</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:1047
-msgid "Output status messages tracing the steps performed when invoking &dpkg;."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:1054
-msgid "<literal>Debug::pkgPolicy</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:1058
-msgid "Output the priority of each package list on startup."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:1064
-msgid "<literal>Debug::pkgProblemResolver</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:1068
-msgid ""
-"Trace the execution of the dependency resolver (this applies only to what "
-"happens when a complex dependency problem is encountered)."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:1076
-msgid "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:1079
-msgid ""
-"Display a list of all installed packages with their calculated score used by "
-"the pkgProblemResolver. The description of the package is the same as "
-"described in <literal>Debug::pkgDepCache::Marker</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
-#: apt.conf.5.xml:1087
-msgid "<literal>Debug::sourceList</literal>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:1091
-msgid ""
-"Print information about the vendors read from "
-"<filename>/etc/apt/vendors.list</filename>."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: apt.conf.5.xml:1114
-msgid ""
-"&configureindex; is a configuration file showing example values for all "
-"possible options."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist>
-#: apt.conf.5.xml:1121
-msgid "&file-aptconf;"
-msgstr ""
-
-#. ? reading apt.conf
-#. type: Content of: <refentry><refsect1><para>
-#: apt.conf.5.xml:1126
-msgid "&apt-cache;, &apt-config;, &apt-preferences;."
-msgstr ""
-
-#. The last update date
-#. type: Content of: <refentry><refentryinfo>
-#: apt_preferences.5.xml:16
-msgid "&apt-author.team; &apt-email; &apt-product; <date>16 February 2010</date>"
-msgstr ""
-
-#. type: Content of: <refentry><refnamediv><refname>
-#: apt_preferences.5.xml:24 apt_preferences.5.xml:31
-msgid "apt_preferences"
-msgstr ""
-
-#. type: Content of: <refentry><refnamediv><refpurpose>
-#: apt_preferences.5.xml:32
-msgid "Preference control file for APT"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: apt_preferences.5.xml:37
-msgid ""
-"The APT preferences file <filename>/etc/apt/preferences</filename> and the "
-"fragment files in the <filename>/etc/apt/preferences.d/</filename> folder "
-"can be used to control which versions of packages will be selected for "
-"installation."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: apt_preferences.5.xml:42
-msgid ""
-"Several versions of a package may be available for installation when the "
-"&sources-list; file contains references to more than one distribution (for "
-"example, <literal>stable</literal> and <literal>testing</literal>). APT "
-"assigns a priority to each version that is available. Subject to dependency "
-"constraints, <command>apt-get</command> selects the version with the highest "
-"priority for installation. The APT preferences file overrides the "
-"priorities that APT assigns to package versions by default, thus giving the "
-"user control over which one is selected for installation."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: apt_preferences.5.xml:52
-msgid ""
-"Several instances of the same version of a package may be available when the "
-"&sources-list; file contains references to more than one source. In this "
-"case <command>apt-get</command> downloads the instance listed earliest in "
-"the &sources-list; file. The APT preferences file does not affect the "
-"choice of instance, only the choice of version."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: apt_preferences.5.xml:59
-msgid ""
-"Preferences are a strong power in the hands of a system administrator but "
-"they can become also their biggest nightmare if used without care! APT will "
-"not questioning the preferences so wrong settings will therefore lead to "
-"uninstallable packages or wrong decisions while upgrading packages. Even "
-"more problems will arise if multiply distribution releases are mixed without "
-"a good understanding of the following paragraphs. Packages included in a "
-"specific release aren't tested in and therefore doesn't always work as "
-"expected in older or newer releases or together with other packages from "
-"different releases. You have been warned."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: apt_preferences.5.xml:70
-msgid ""
-"Note that the files in the <filename>/etc/apt/preferences.d</filename> "
-"directory are parsed in alphanumeric ascending order and need to obey the "
-"following naming convention: The files have either no or "
-"\"<literal>pref</literal>\" as filename extension and only contain "
-"alphanumeric, hyphen (-), underscore (_) and period (.) characters. "
-"Otherwise APT will print a notice that it has ignored a file if the file "
-"doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</literal> "
-"configuration list - in this case it will be silently ignored."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><title>
-#: apt_preferences.5.xml:79
-msgid "APT's Default Priority Assignments"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><programlisting>
-#: apt_preferences.5.xml:94
-#, no-wrap
-msgid ""
-"<command>apt-get install -t testing "
-"<replaceable>some-package</replaceable></command>\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><programlisting>
-#: apt_preferences.5.xml:97
-#, no-wrap
-msgid "APT::Default-Release \"stable\";\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:81
-msgid ""
-"If there is no preferences file or if there is no entry in the file that "
-"applies to a particular version then the priority assigned to that version "
-"is the priority of the distribution to which that version belongs. It is "
-"possible to single out a distribution, \"the target release\", which "
-"receives a higher priority than other distributions do by default. The "
-"target release can be set on the <command>apt-get</command> command line or "
-"in the APT configuration file <filename>/etc/apt/apt.conf</filename>. Note "
-"that this has precedence over any general priority you set in the "
-"<filename>/etc/apt/preferences</filename> file described later, but not over "
-"specifically pinned packages. For example, <placeholder "
-"type=\"programlisting\" id=\"0\"/> <placeholder type=\"programlisting\" "
-"id=\"1\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:106
-msgid "priority 1"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:107
-msgid ""
-"to the versions coming from archives which in their "
-"<filename>Release</filename> files are marked as \"NotAutomatic: yes\" but "
-"<emphasis>not</emphasis> as \"ButAutomaticUpgrades: yes\" like the debian "
-"<literal>experimental</literal> archive."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:113
-msgid "priority 100"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:114
-msgid ""
-"to the version that is already installed (if any) and to the versions coming "
-"from archives which in their <filename>Release</filename> files are marked "
-"as \"NotAutomatic: yes\" and \"ButAutomaticUpgrades: yes\" like the debian "
-"backports archive since <literal>squeeze-backports</literal>."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:121
-msgid "priority 500"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:122
-msgid ""
-"to the versions that are not installed and do not belong to the target "
-"release."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:126
-msgid "priority 990"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:127
-msgid "to the versions that are not installed and belong to the target release."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:101
-msgid ""
-"If the target release has been specified then APT uses the following "
-"algorithm to set the priorities of the versions of a package. Assign: "
-"<placeholder type=\"variablelist\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:132
-msgid ""
-"If the target release has not been specified then APT simply assigns "
-"priority 100 to all installed package versions and priority 500 to all "
-"uninstalled package versions, except versions coming from archives which in "
-"their <filename>Release</filename> files are marked as \"NotAutomatic: yes\" "
-"- these versions get the priority 1 or priority 100 if it is additionally "
-"marked as \"ButAutomaticUpgrades: yes\"."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:139
-msgid ""
-"APT then applies the following rules, listed in order of precedence, to "
-"determine which version of a package to install."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:142
-msgid ""
-"Never downgrade unless the priority of an available version exceeds 1000. "
-"(\"Downgrading\" is installing a less recent version of a package in place "
-"of a more recent version. Note that none of APT's default priorities "
-"exceeds 1000; such high priorities can only be set in the preferences file. "
-"Note also that downgrading a package can be risky.)"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:148
-msgid "Install the highest priority version."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:149
-msgid ""
-"If two or more versions have the same priority, install the most recent one "
-"(that is, the one with the higher version number)."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:152
-msgid ""
-"If two or more versions have the same priority and version number but either "
-"the packages differ in some of their metadata or the "
-"<literal>--reinstall</literal> option is given, install the uninstalled one."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:158
-msgid ""
-"In a typical situation, the installed version of a package (priority 100) "
-"is not as recent as one of the versions available from the sources listed in "
-"the &sources-list; file (priority 500 or 990). Then the package will be "
-"upgraded when <command>apt-get install "
-"<replaceable>some-package</replaceable></command> or <command>apt-get "
-"upgrade</command> is executed."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:165
-msgid ""
-"More rarely, the installed version of a package is <emphasis>more</emphasis> "
-"recent than any of the other available versions. The package will not be "
-"downgraded when <command>apt-get install "
-"<replaceable>some-package</replaceable></command> or <command>apt-get "
-"upgrade</command> is executed."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:170
-msgid ""
-"Sometimes the installed version of a package is more recent than the version "
-"belonging to the target release, but not as recent as a version belonging to "
-"some other distribution. Such a package will indeed be upgraded when "
-"<command>apt-get install <replaceable>some-package</replaceable></command> "
-"or <command>apt-get upgrade</command> is executed, because at least "
-"<emphasis>one</emphasis> of the available versions has a higher priority "
-"than the installed version."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><title>
-#: apt_preferences.5.xml:179
-msgid "The Effect of APT Preferences"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:181
-msgid ""
-"The APT preferences file allows the system administrator to control the "
-"assignment of priorities. The file consists of one or more multi-line "
-"records separated by blank lines. Records can have one of two forms, a "
-"specific form and a general form."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:187
-msgid ""
-"The specific form assigns a priority (a \"Pin-Priority\") to one or more "
-"specified packages and specified version or version range. For example, the "
-"following record assigns a high priority to all versions of the "
-"<filename>perl</filename> package whose version number begins with "
-"\"<literal>5.8</literal>\". Multiple packages can be separated by spaces."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting>
-#: apt_preferences.5.xml:194
-#, no-wrap
-msgid ""
-"Package: perl\n"
-"Pin: version 5.8*\n"
-"Pin-Priority: 1001\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:200
-msgid ""
-"The general form assigns a priority to all of the package versions in a "
-"given distribution (that is, to all the versions of packages that are listed "
-"in a certain <filename>Release</filename> file) or to all of the package "
-"versions coming from a particular Internet site, as identified by the site's "
-"fully qualified domain name."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:206
-msgid ""
-"This general-form entry in the APT preferences file applies only to groups "
-"of packages. For example, the following record assigns a high priority to "
-"all package versions available from the local site."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting>
-#: apt_preferences.5.xml:211
-#, no-wrap
-msgid ""
-"Package: *\n"
-"Pin: origin \"\"\n"
-"Pin-Priority: 999\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:216
-msgid ""
-"A note of caution: the keyword used here is \"<literal>origin</literal>\" "
-"which can be used to match a hostname. The following record will assign a "
-"high priority to all versions available from the server identified by the "
-"hostname \"ftp.de.debian.org\""
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting>
-#: apt_preferences.5.xml:220
-#, no-wrap
-msgid ""
-"Package: *\n"
-"Pin: origin \"ftp.de.debian.org\"\n"
-"Pin-Priority: 999\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:224
-msgid ""
-"This should <emphasis>not</emphasis> be confused with the Origin of a "
-"distribution as specified in a <filename>Release</filename> file. What "
-"follows the \"Origin:\" tag in a <filename>Release</filename> file is not an "
-"Internet address but an author or vendor name, such as \"Debian\" or "
-"\"Ximian\"."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:229
-msgid ""
-"The following record assigns a low priority to all package versions "
-"belonging to any distribution whose Archive name is "
-"\"<literal>unstable</literal>\"."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting>
-#: apt_preferences.5.xml:233
-#, no-wrap
-msgid ""
-"Package: *\n"
-"Pin: release a=unstable\n"
-"Pin-Priority: 50\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:238
-msgid ""
-"The following record assigns a high priority to all package versions "
-"belonging to any distribution whose Codename is "
-"\"<literal>&testing-codename;</literal>\"."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting>
-#: apt_preferences.5.xml:242
-#, no-wrap
-msgid ""
-"Package: *\n"
-"Pin: release n=&testing-codename;\n"
-"Pin-Priority: 900\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:247
-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>3.0</literal>\"."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting>
-#: apt_preferences.5.xml:252
-#, no-wrap
-msgid ""
-"Package: *\n"
-"Pin: release a=stable, v=3.0\n"
-"Pin-Priority: 500\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><title>
-#: apt_preferences.5.xml:262
-msgid "Regular expressions and glob() syntax"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:264
-msgid ""
-"APT also supports pinning by glob() expressions and regular expressions "
-"surrounded by /. For example, the following example assigns the priority 500 "
-"to all packages from experimental where the name starts with gnome (as a "
-"glob()-like expression) or contains the word kde (as a POSIX extended "
-"regular expression surrounded by slashes)."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><programlisting>
-#: apt_preferences.5.xml:273
-#, no-wrap
-msgid ""
-"Package: gnome* /kde/\n"
-"Pin: release n=experimental\n"
-"Pin-Priority: 500\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:279
-msgid ""
-"The rule for those expressions is that they can occur anywhere where a "
-"string can occur. Thus, the following pin assigns the priority 990 to all "
-"packages from a release starting with karmic."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><programlisting>
-#: apt_preferences.5.xml:285
-#, no-wrap
-msgid ""
-"Package: *\n"
-"Pin: release n=karmic*\n"
-"Pin-Priority: 990\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><literal>
-#: apt_preferences.5.xml:290
-msgid "Package"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><literal>
-#: apt_preferences.5.xml:296
-msgid "*"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><title>
-#: apt_preferences.5.xml:306
-msgid "How APT Interprets Priorities"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:314
-msgid "P > 1000"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:315
-msgid ""
-"causes a version to be installed even if this constitutes a downgrade of the "
-"package"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:319
-msgid "990 < P <=1000"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:320
-msgid ""
-"causes a version to be installed even if it does not come from the target "
-"release, unless the installed version is more recent"