From de9762d5443b8a957fae781bbdc4a740cc6c4e6f Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 26 Feb 2020 21:30:15 +0100 Subject: Release 1.9.11 --- doc/po/apt-doc.pot | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) (limited to 'doc/po/apt-doc.pot') diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 5c91571d8..8d5d04e31 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.9.10\n" +"Project-Id-Version: apt-doc 1.9.11\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-02-18 12:32+0100\n" +"POT-Creation-Date: 2020-02-26 21:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -4730,6 +4730,57 @@ msgid "" "Package field is not considered a &glob; expression in itself." msgstr "" +#. type: Content of: +#: apt_preferences.5.xml +msgid "Pinning by source package" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"APT supports pinning by source packages. To pin by a source package, prepend " +"\"src:\" to the package name." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"For example, to pin all binaries produced by the apt source package of this " +"APT's version to 990, you can do:" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><programlisting> +#: apt_preferences.5.xml +#, no-wrap +msgid "" +"Package: src:apt\n" +"Pin: version &apt-product-version;\n" +"Pin-Priority: 990\n" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"Source package pinning can be combined with regular expressions and glob " +"patterns, and can also take a binary architecture." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"For example, let's pin all binaries for all architectures produced by any " +"source package containing apt in its name to 990:" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><programlisting> +#: apt_preferences.5.xml +#, no-wrap +msgid "" +"Package: src:*apt*:any\n" +"Pin: version *\n" +"Pin-Priority: 990\n" +msgstr "" + #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml msgid "How APT Interprets Priorities" -- cgit v1.2.3