summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2021-10-18 13:36:20 +0000
committerJulian Andres Klode <jak@debian.org>2021-10-18 13:36:20 +0000
commitf6b08c78dcdda1734710a5ef01553f53ceb5c52e (patch)
treeb424e0113908194e71b602a277a13e6b136df61a /doc
parentedf4b2169405e7ca6e21f408229e5fc4bbd4f4ed (diff)
parentcdfae5a9624e7283d372fce261efd018841d21cb (diff)
Merge branch 'bug-989558' into 'main'
add pattern to select packages by priority (closes: #989558) See merge request apt-team/apt!185
Diffstat (limited to 'doc')
-rw-r--r--doc/apt-patterns.7.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml
index 4f31b5d27..817ba9fa9 100644
--- a/doc/apt-patterns.7.xml
+++ b/doc/apt-patterns.7.xml
@@ -150,6 +150,9 @@
<varlistentry><term><code>?version(REGEX)</code></term><term><code>~VREGEX</code></term>
<listitem><para>Selects versions where the version string matches the specified regular expression.</para></listitem>
</varlistentry>
+ <varlistentry><term><code>?priority(NAME)</code></term><term><code>~pNAME</code></term>
+ <listitem><para>Selects versions where the Priority string equals the given name.</para></listitem>
+ </varlistentry>
</variablelist>
</refsect1>