-#. 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. Those, 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"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:325
-msgid "500 < P <=990"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:326
-msgid ""
-"causes a version to be installed unless there is a version available "
-"belonging to the target release or the installed version is more recent"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:331
-msgid "100 < P <=500"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:332
-msgid ""
-"causes a version to be installed unless there is a version available "
-"belonging to some other distribution or the installed version is more recent"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:337
-msgid "0 < P <=100"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:338
-msgid ""
-"causes a version to be installed only if there is no installed version of "
-"the package"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:342
-msgid "P < 0"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:343
-msgid "prevents the version from being installed"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:309
-msgid ""
-"Priorities (P) assigned in the APT preferences file must be positive or "
-"negative integers. They are interpreted as follows (roughly speaking): "
-"<placeholder type=\"variablelist\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:348
-msgid ""
-"If any specific-form records match an available package version then the "
-"first such record determines the priority of the package version. Failing "
-"that, if any general-form records match an available package version then "
-"the first such record determines the priority of the package version."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:354
-msgid ""
-"For example, suppose the APT preferences file contains the three records "
-"presented earlier:"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><programlisting>
-#: apt_preferences.5.xml:358
-#, no-wrap
-msgid ""
-"Package: perl\n"
-"Pin: version 5.8*\n"
-"Pin-Priority: 1001\n"
-"\n"
-"Package: *\n"
-"Pin: origin \"\"\n"
-"Pin-Priority: 999\n"
-"\n"
-"Package: *\n"
-"Pin: release unstable\n"
-"Pin-Priority: 50\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:371
-msgid "Then:"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:373
-msgid ""
-"The most recent available version of the <literal>perl</literal> package "
-"will be installed, so long as that version's version number begins with "
-"\"<literal>5.8</literal>\". If <emphasis>any</emphasis> 5.8* version of "
-"<literal>perl</literal> is available and the installed version is 5.9*, then "
-"<literal>perl</literal> will be downgraded."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:378
-msgid ""
-"A version of any package other than <literal>perl</literal> that is "
-"available from the local system has priority over other versions, even "
-"versions belonging to the target release."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara>
-#: apt_preferences.5.xml:382
-msgid ""
-"A version of a package whose origin is not the local system but some other "
-"site listed in &sources-list; and which belongs to an "
-"<literal>unstable</literal> distribution is only installed if it is selected "
-"for installation and no version of the package is already installed."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><title>
-#: apt_preferences.5.xml:392
-msgid "Determination of Package Version and Distribution Properties"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:394
-msgid ""
-"The locations listed in the &sources-list; file should provide "
-"<filename>Packages</filename> and <filename>Release</filename> files to "
-"describe the packages available at that location."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:406
-msgid "the <literal>Package:</literal> line"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:407
-msgid "gives the package name"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:410 apt_preferences.5.xml:460
-msgid "the <literal>Version:</literal> line"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:411
-msgid "gives the version number for the named package"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:398
-msgid ""
-"The <filename>Packages</filename> file is normally found in the directory "
-"<filename>.../dists/<replaceable>dist-name</replaceable>/<replaceable>component</replaceable>/<replaceable>arch</replaceable></filename>: "
-"for example, "
-"<filename>.../dists/stable/main/binary-i386/Packages</filename>. It "
-"consists of a series of multi-line records, one for each package available "
-"in that directory. Only two lines in each record are relevant for setting "
-"APT priorities: <placeholder type=\"variablelist\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:427
-msgid "the <literal>Archive:</literal> or <literal>Suite:</literal> line"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:428
-msgid ""
-"names the archive to which all the packages in the directory tree belong. "
-"For example, the line \"Archive: stable\" or \"Suite: stable\" specifies "
-"that all of the packages in the directory tree below the parent of the "
-"<filename>Release</filename> file are in a <literal>stable</literal> "
-"archive. 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:438
-#, no-wrap
-msgid "Pin: release a=stable\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:444
-msgid "the <literal>Codename:</literal> line"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:445
-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 "
-"<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:"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><programlisting>
-#: apt_preferences.5.xml:454
-#, no-wrap
-msgid "Pin: release n=&testing-codename;\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:461
-msgid ""
-"names the release version. For example, the packages in the tree might "
-"belong to Debian GNU/Linux release version 3.0. 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."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><programlisting>
-#: apt_preferences.5.xml:470
-#, no-wrap
-msgid ""
-"Pin: release v=3.0\n"
-"Pin: release a=stable, v=3.0\n"
-"Pin: release 3.0\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:479
-msgid "the <literal>Component:</literal> line"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:480
-msgid ""
-"names the licensing component associated with the packages in the directory "
-"tree of the <filename>Release</filename> file. For example, the line "
-"\"Component: main\" specifies that all the packages in the directory tree "
-"are from the <literal>main</literal> component, which entails that they are "
-"licensed under terms listed in the Debian Free Software Guidelines. "
-"Specifying this component 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:489
-#, no-wrap
-msgid "Pin: release c=main\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:495
-msgid "the <literal>Origin:</literal> line"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:496
-msgid ""
-"names the originator of the packages in the directory tree of the "
-"<filename>Release</filename> file. Most commonly, this is "
-"<literal>Debian</literal>. Specifying this origin 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:502
-#, no-wrap
-msgid "Pin: release o=Debian\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term>
-#: apt_preferences.5.xml:508
-msgid "the <literal>Label:</literal> line"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
-#: apt_preferences.5.xml:509
-msgid ""
-"names the label of the packages in the directory tree of the "
-"<filename>Release</filename> file. Most commonly, this is "
-"<literal>Debian</literal>. Specifying this label 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:515
-#, no-wrap
-msgid "Pin: release l=Debian\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:416
-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: "
-"<placeholder type=\"variablelist\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:522
-msgid ""
-"All of the <filename>Packages</filename> and <filename>Release</filename> "
-"files retrieved from locations listed in the &sources-list; file are stored "
-"in the directory <filename>/var/lib/apt/lists</filename>, or in the file "
-"named by the variable <literal>Dir::State::Lists</literal> in the "
-"<filename>apt.conf</filename> file. For example, the file "
-"<filename>debian.lcs.mit.edu_debian_dists_unstable_contrib_binary-i386_Release</filename> "
-"contains the <filename>Release</filename> file retrieved from the site "
-"<literal>debian.lcs.mit.edu</literal> for <literal>binary-i386</literal> "
-"architecture files from the <literal>contrib</literal> component of the "
-"<literal>unstable</literal> distribution."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><title>
-#: apt_preferences.5.xml:535
-msgid "Optional Lines in an APT Preferences Record"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:537
-msgid ""
-"Each record in the APT preferences file can optionally begin with one or "
-"more lines beginning with the word <literal>Explanation:</literal>. This "
-"provides a place for comments."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><title>
-#: apt_preferences.5.xml:546
-msgid "Tracking Stable"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><programlisting>
-#: apt_preferences.5.xml:554
-#, no-wrap
-msgid ""
-"Explanation: Uninstall or do not install any Debian-originated\n"
-"Explanation: package versions other than those in the stable distro\n"
-"Package: *\n"
-"Pin: release a=stable\n"
-"Pin-Priority: 900\n"
-"\n"
-"Package: *\n"
-"Pin: release o=Debian\n"
-"Pin-Priority: -10\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:548
-msgid ""
-"The following APT preferences file will cause APT to assign a priority "
-"higher than the default (500) to all package versions belonging to a "
-"<literal>stable</literal> distribution and a prohibitively low priority to "
-"package versions belonging to other <literal>Debian</literal> "
-"distributions. <placeholder type=\"programlisting\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><programlisting>
-#: apt_preferences.5.xml:571 apt_preferences.5.xml:617 apt_preferences.5.xml:675
-#, no-wrap
-msgid ""
-"apt-get install <replaceable>package-name</replaceable>\n"
-"apt-get upgrade\n"
-"apt-get dist-upgrade\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:566
-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 "
-"<literal>stable</literal> version(s). <placeholder type=\"programlisting\" "
-"id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><programlisting>
-#: apt_preferences.5.xml:583
-#, no-wrap
-msgid "apt-get install <replaceable>package</replaceable>/testing\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:577
-msgid ""
-"The following command will cause APT to upgrade the specified package to the "
-"latest version from the <literal>testing</literal> distribution; the package "
-"will not be upgraded again unless this command is given again. <placeholder "
-"type=\"programlisting\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><title>
-#: apt_preferences.5.xml:589
-msgid "Tracking Testing or Unstable"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><programlisting>
-#: apt_preferences.5.xml:598
-#, no-wrap
-msgid ""
-"Package: *\n"
-"Pin: release a=testing\n"
-"Pin-Priority: 900\n"
-"\n"
-"Package: *\n"
-"Pin: release a=unstable\n"
-"Pin-Priority: 800\n"
-"\n"
-"Package: *\n"
-"Pin: release o=Debian\n"
-"Pin-Priority: -10\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:591
-msgid ""
-"The following APT preferences file will cause APT to assign a high priority "
-"to package versions from the <literal>testing</literal> distribution, a "
-"lower priority to package versions from the <literal>unstable</literal> "
-"distribution, and a prohibitively low priority to package versions from "
-"other <literal>Debian</literal> distributions. <placeholder "
-"type=\"programlisting\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:612
-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 "
-"<literal>testing</literal> version(s). <placeholder type=\"programlisting\" "
-"id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><programlisting>
-#: apt_preferences.5.xml:632
-#, no-wrap
-msgid "apt-get install <replaceable>package</replaceable>/unstable\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:623
-msgid ""
-"The following command will cause APT to upgrade the specified package to the "
-"latest version from the <literal>unstable</literal> distribution. "
-"Thereafter, <command>apt-get upgrade</command> will upgrade the package to "
-"the most recent <literal>testing</literal> version if that is more recent "
-"than the installed version, otherwise, to the most recent "
-"<literal>unstable</literal> version if that is more recent than the "
-"installed version. <placeholder type=\"programlisting\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><title>
-#: apt_preferences.5.xml:639
-msgid "Tracking the evolution of a codename release"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><programlisting>
-#: apt_preferences.5.xml:653
-#, no-wrap
-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"
-"Package: *\n"
-"Pin: release n=&testing-codename;\n"
-"Pin-Priority: 900\n"
-"\n"
-"Explanation: Debian unstable is always codenamed with sid\n"
-"Package: *\n"
-"Pin: release n=sid\n"
-"Pin-Priority: 800\n"
-"\n"
-"Package: *\n"
-"Pin: release o=Debian\n"
-"Pin-Priority: -10\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:641
-msgid ""
-"The following APT preferences file will cause APT to assign a priority "
-"higher than the default (500) to all package versions belonging to a "
-"specified codename of a distribution and a prohibitively low priority to "
-"package versions belonging to other <literal>Debian</literal> distributions, "
-"codenames and archives. Note that with this APT preference APT will follow "
-"the migration of a release from the archive <literal>testing</literal> to "
-"<literal>stable</literal> and later <literal>oldstable</literal>. If you "
-"want to follow for example the progress in <literal>testing</literal> "
-"notwithstanding the codename changes you should use the example "
-"configurations above. <placeholder type=\"programlisting\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:670
-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>. "
-"<placeholder type=\"programlisting\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para><programlisting>
-#: apt_preferences.5.xml:690
-#, no-wrap
-msgid "apt-get install <replaceable>package</replaceable>/sid\n"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt_preferences.5.xml:681
-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 "
-"<literal>sid</literal> version if that is more recent than the installed "
-"version. <placeholder type=\"programlisting\" id=\"0\"/>"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><variablelist>
-#: apt_preferences.5.xml:699
-msgid "&file-preferences;"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: apt_preferences.5.xml:705
-msgid "&apt-get; &apt-cache; &apt-conf; &sources-list;"
-msgstr ""
-
-#. type: Content of: <refentry><refnamediv><refname>
-#: sources.list.5.xml:25 sources.list.5.xml:32
-msgid "sources.list"
-msgstr ""
-
-#. type: Content of: <refentry><refnamediv><refpurpose>
-#: sources.list.5.xml:33
-msgid "Package resource list for APT"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: sources.list.5.xml:37
-msgid ""
-"The package resource list is used to locate archives of the package "
-"distribution system in use on the system. At this time, this manual page "
-"documents only the packaging system used by the Debian GNU/Linux system. "
-"This control file is <filename>/etc/apt/sources.list</filename>."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: sources.list.5.xml:42
-msgid ""
-"The source list is designed to support any number of active sources and a "
-"variety of source media. The file lists one source per line, with the most "
-"preferred source listed first. The format of each line is: <literal>type uri "
-"args</literal> The first item, <literal>type</literal> determines the format "
-"for <literal>args</literal>. <literal>uri</literal> is a Universal Resource "
-"Identifier (URI), which is a superset of the more specific and well-known "
-"Universal Resource Locator, or URL. The rest of the line can be marked as a "
-"comment by using a #."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><title>
-#: sources.list.5.xml:53
-msgid "sources.list.d"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: sources.list.5.xml:54
-msgid ""
-"The <filename>/etc/apt/sources.list.d</filename> directory provides a way to "
-"add sources.list entries in separate files. The format is the same as for "
-"the regular <filename>sources.list</filename> file. File names need to end "
-"with <filename>.list</filename> and may only contain letters (a-z and A-Z), "
-"digits (0-9), underscore (_), hyphen (-) 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><title>
-#: sources.list.5.xml:65
-msgid "The deb and deb-src types"
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: sources.list.5.xml:66
-msgid ""
-"The <literal>deb</literal> type describes a typical two-level Debian "
-"archive, <filename>distribution/component</filename>. Typically, "
-"<literal>distribution</literal> is generally an archivename 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>main</literal> <literal>contrib</literal> or "
-"<literal>non-free</literal>. The <literal>deb-src</literal> type describes a "
-"debian distribution's source code in the same form as the "
-"<literal>deb</literal> type. A <literal>deb-src</literal> line is required "
-"to fetch source indexes."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><para>
-#: sources.list.5.xml:78