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/apt-verbatim.ent | 2 +- doc/apt_preferences.5.xml | 2 +- doc/po/apt-doc.pot | 55 ++++++++++++++++++++++++++++++++++++-- doc/po/de.po | 67 ++++++++++++++++++++++++++++++++++++++++++++++- doc/po/es.po | 67 ++++++++++++++++++++++++++++++++++++++++++++++- doc/po/fr.po | 67 ++++++++++++++++++++++++++++++++++++++++++++++- doc/po/it.po | 67 ++++++++++++++++++++++++++++++++++++++++++++++- doc/po/ja.po | 67 ++++++++++++++++++++++++++++++++++++++++++++++- doc/po/nl.po | 67 ++++++++++++++++++++++++++++++++++++++++++++++- doc/po/pl.po | 67 ++++++++++++++++++++++++++++++++++++++++++++++- doc/po/pt.po | 67 ++++++++++++++++++++++++++++++++++++++++++++++- doc/po/pt_BR.po | 67 ++++++++++++++++++++++++++++++++++++++++++++++- 12 files changed, 649 insertions(+), 13 deletions(-) (limited to 'doc') diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index f337055c2..425f71d0e 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -274,7 +274,7 @@ "> - + diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml index dacf3dc21..4ef5282e7 100644 --- a/doc/apt_preferences.5.xml +++ b/doc/apt_preferences.5.xml @@ -13,7 +13,7 @@ &apt-email; &apt-product; - 2015-08-15T00:00:00Z + 2020-01-17T00:00:00Z 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" diff --git a/doc/po/de.po b/doc/po/de.po index b1168a83a..682a13ffc 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.9.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-02-18 12:32+0100\n" +"POT-Creation-Date: 2020-02-26 21:29+0100\n" "PO-Revision-Date: 2019-08-15 10:22+0200\n" "Last-Translator: Chris Leick <c.leick@vollbio.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -6810,6 +6810,71 @@ msgstr "" "außer Kraft setzen können. Das Muster »<literal>*</literal>« in einem " "»Package«-Feld wird selbst nicht als ein &glob;-Ausdruck angesehen." +#. type: Content of: <refentry><refsect1><refsect2><title> +#: 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: perl\n" +#| "Pin: version &good-perl;*\n" +#| "Pin-Priority: 1001\n" +msgid "" +"Package: src:apt\n" +"Pin: version &apt-product-version;\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: perl\n" +"Pin: version &good-perl;*\n" +"Pin-Priority: 1001\n" + +#. 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: *\n" +#| "Pin: origin \"\"\n" +#| "Pin-Priority: 999\n" +msgid "" +"Package: src:*apt*:any\n" +"Pin: version *\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: *\n" +"Pin: origin \"\"\n" +"Pin-Priority: 999\n" + #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml msgid "How APT Interprets Priorities" diff --git a/doc/po/es.po b/doc/po/es.po index 40407efbd..ebaadfbc1 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-02-18 12:32+0100\n" +"POT-Creation-Date: 2020-02-26 21:29+0100\n" "PO-Revision-Date: 2014-07-04 01:31+0200\n" "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n" "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -6722,6 +6722,71 @@ msgstr "" "específicos los anulen en caso de ser necesario. El patrón «<literal>*</" "literal>» en un campo «Package» no se considera una expresión &glob;." +#. type: Content of: <refentry><refsect1><refsect2><title> +#: 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: perl\n" +#| "Pin: version &good-perl;*\n" +#| "Pin-Priority: 1001\n" +msgid "" +"Package: src:apt\n" +"Pin: version &apt-product-version;\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: perl\n" +"Pin: version &good-perl;*\n" +"Pin-Priority: 1001\n" + +#. 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: *\n" +#| "Pin: origin \"\"\n" +#| "Pin-Priority: 999\n" +msgid "" +"Package: src:*apt*:any\n" +"Pin: version *\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: *\n" +"Pin: origin \"\"\n" +"Pin-Priority: 999\n" + #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml msgid "How APT Interprets Priorities" diff --git a/doc/po/fr.po b/doc/po/fr.po index 2062320e9..2d0348a14 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.8.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-02-18 12:32+0100\n" +"POT-Creation-Date: 2020-02-26 21:29+0100\n" "PO-Revision-Date: 2019-05-01 17:00+0100\n" "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -6785,6 +6785,71 @@ msgstr "" "« <literal>*</literal> » dans un champ Package n'est pas considéré comme une " "expression &glob; en soi." +#. type: Content of: <refentry><refsect1><refsect2><title> +#: 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: perl\n" +#| "Pin: version &good-perl;*\n" +#| "Pin-Priority: 1001\n" +msgid "" +"Package: src:apt\n" +"Pin: version &apt-product-version;\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: perl\n" +"Pin: version &good-perl;*\n" +"Pin-Priority: 1001\n" + +#. 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: *\n" +#| "Pin: origin \"\"\n" +#| "Pin-Priority: 999\n" +msgid "" +"Package: src:*apt*:any\n" +"Pin: version *\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: *\n" +"Pin: origin \"\"\n" +"Pin-Priority: 999\n" + #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml msgid "How APT Interprets Priorities" diff --git a/doc/po/it.po b/doc/po/it.po index 432c466ec..2e40b2735 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-02-18 12:32+0100\n" +"POT-Creation-Date: 2020-02-26 21:29+0100\n" "PO-Revision-Date: 2017-03-27 19:05+0200\n" "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" @@ -6776,6 +6776,71 @@ msgstr "" "precedenza su di essi. Il modello «<literal>*</literal>» in un campo Package " "non viene considerato come un'espressione &glob;." +#. type: Content of: <refentry><refsect1><refsect2><title> +#: 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: perl\n" +#| "Pin: version &good-perl;*\n" +#| "Pin-Priority: 1001\n" +msgid "" +"Package: src:apt\n" +"Pin: version &apt-product-version;\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: perl\n" +"Pin: version &good-perl;*\n" +"Pin-Priority: 1001\n" + +#. 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: *\n" +#| "Pin: origin \"\"\n" +#| "Pin-Priority: 999\n" +msgid "" +"Package: src:*apt*:any\n" +"Pin: version *\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: *\n" +"Pin: origin \"\"\n" +"Pin-Priority: 999\n" + #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml msgid "How APT Interprets Priorities" diff --git a/doc/po/ja.po b/doc/po/ja.po index 5eaecbb73..c0780bcfc 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-02-18 12:32+0100\n" +"POT-Creation-Date: 2020-02-26 21:29+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -6490,6 +6490,71 @@ msgstr "" "ます。Package フィールドの \"<literal>*</literal>\" パターンは、&glob; 表現自" "体とは見なされません。" +#. type: Content of: <refentry><refsect1><refsect2><title> +#: 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: perl\n" +#| "Pin: version &good-perl;*\n" +#| "Pin-Priority: 1001\n" +msgid "" +"Package: src:apt\n" +"Pin: version &apt-product-version;\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: perl\n" +"Pin: version &good-perl;*\n" +"Pin-Priority: 1001\n" + +#. 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: *\n" +#| "Pin: origin \"\"\n" +#| "Pin-Priority: 999\n" +msgid "" +"Package: src:*apt*:any\n" +"Pin: version *\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: *\n" +"Pin: origin \"\"\n" +"Pin-Priority: 999\n" + #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml msgid "How APT Interprets Priorities" diff --git a/doc/po/nl.po b/doc/po/nl.po index ebf1a8567..f00658dc3 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.8.0~rc3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-02-18 12:32+0100\n" +"POT-Creation-Date: 2020-02-26 21:29+0100\n" "PO-Revision-Date: 2019-02-16 20:46+0100\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -6911,6 +6911,71 @@ msgstr "" "\" in een Package-veld wordt op zichzelf niet als een &glob;-expressie " "beschouwd." +#. type: Content of: <refentry><refsect1><refsect2><title> +#: 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: perl\n" +#| "Pin: version &good-perl;*\n" +#| "Pin-Priority: 1001\n" +msgid "" +"Package: src:apt\n" +"Pin: version &apt-product-version;\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: perl\n" +"Pin: version &good-perl;*\n" +"Pin-Priority: 1001\n" + +#. 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: *\n" +#| "Pin: origin \"\"\n" +#| "Pin-Priority: 999\n" +msgid "" +"Package: src:*apt*:any\n" +"Pin: version *\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: *\n" +"Pin: origin \"\"\n" +"Pin-Priority: 999\n" + #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml msgid "How APT Interprets Priorities" diff --git a/doc/po/pl.po b/doc/po/pl.po index e57ef8da3..d0d5ab167 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-02-18 12:32+0100\n" +"POT-Creation-Date: 2020-02-26 21:29+0100\n" "PO-Revision-Date: 2014-07-04 02:13+0200\n" "Last-Translator: Robert Luberda <robert@debian.org>\n" "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n" @@ -6167,6 +6167,71 @@ msgstr "" "dotyczące specyficznych pakietów. Wzorzec \"<literal>*</literal>\" w polu " "<literal>Package</literal> nie jest uznawany za wyrażenie &glob;." +#. type: Content of: <refentry><refsect1><refsect2><title> +#: 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: perl\n" +#| "Pin: version &good-perl;*\n" +#| "Pin-Priority: 1001\n" +msgid "" +"Package: src:apt\n" +"Pin: version &apt-product-version;\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: perl\n" +"Pin: version &good-perl;*\n" +"Pin-Priority: 1001\n" + +#. 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: *\n" +#| "Pin: origin \"\"\n" +#| "Pin-Priority: 999\n" +msgid "" +"Package: src:*apt*:any\n" +"Pin: version *\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: *\n" +"Pin: origin \"\"\n" +"Pin-Priority: 999\n" + #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml msgid "How APT Interprets Priorities" diff --git a/doc/po/pt.po b/doc/po/pt.po index 64d0b9d50..efba362e0 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.8.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-02-18 12:32+0100\n" +"POT-Creation-Date: 2020-02-26 21:29+0100\n" "PO-Revision-Date: 2019-04-07 22:02+0000\n" "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n" "Language-Team: Portuguese <>\n" @@ -6714,6 +6714,71 @@ msgstr "" "sobreporem. O padrão \"<literal>*</literal>\" num campo Package não é " "considerado uma expressão &glob; em si próprio." +#. type: Content of: <refentry><refsect1><refsect2><title> +#: 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: perl\n" +#| "Pin: version &good-perl;*\n" +#| "Pin-Priority: 1001\n" +msgid "" +"Package: src:apt\n" +"Pin: version &apt-product-version;\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: perl\n" +"Pin: version &good-perl;*\n" +"Pin-Priority: 1001\n" + +#. 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: *\n" +#| "Pin: origin \"\"\n" +#| "Pin-Priority: 999\n" +msgid "" +"Package: src:*apt*:any\n" +"Pin: version *\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: *\n" +"Pin: origin \"\"\n" +"Pin-Priority: 999\n" + #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml msgid "How APT Interprets Priorities" diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 88fb24f04..8d56f603c 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-02-18 12:32+0100\n" +"POT-Creation-Date: 2020-02-26 21:29+0100\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes <andrelop@debian.org>\n" "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n" @@ -4831,6 +4831,71 @@ msgid "" "Package field is not considered a &glob; expression in itself." msgstr "" +#. type: Content of: <refentry><refsect1><refsect2><title> +#: 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: perl\n" +#| "Pin: version &good-perl;*\n" +#| "Pin-Priority: 1001\n" +msgid "" +"Package: src:apt\n" +"Pin: version &apt-product-version;\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: perl\n" +"Pin: version &good-perl;*\n" +"Pin-Priority: 1001\n" + +#. 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 +#, fuzzy, no-wrap +#| msgid "" +#| "Package: *\n" +#| "Pin: origin \"\"\n" +#| "Pin-Priority: 999\n" +msgid "" +"Package: src:*apt*:any\n" +"Pin: version *\n" +"Pin-Priority: 990\n" +msgstr "" +"Package: *\n" +"Pin: origin \"\"\n" +"Pin-Priority: 999\n" + #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml #, fuzzy -- cgit v1.2.3