diff options
author | Julian Andres Klode <jak@debian.org> | 2024-02-13 15:30:21 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2024-02-13 15:30:21 +0000 |
commit | 3749cda6af91e495650018bae39185c2589c9bd7 (patch) | |
tree | fe7dfd0ab95faafa015de14cd7e3de948e53f853 /doc | |
parent | 26e0e9b76fb06afe5250eeb8e5b3d069d4793432 (diff) | |
parent | 1a0882558da05eaf471c2b4049ae27305e7c70ec (diff) |
Merge branch 'phasing-api' into 'main'
Add public phased update API and separate message list
See merge request apt-team/apt!327
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-patterns.7.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml index 6b3f91e96..e87fef23d 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -116,6 +116,9 @@ <varlistentry><term><code>?obsolete</code></term><term><code>~o</code></term> <listitem><para>Selects packages that no longer exist in repositories.</para></listitem> </varlistentry> + <varlistentry><term><code>?phasing</code></term> + <listitem><para>Selects packages that will be kept back in upgrades due to phasing.</para></listitem> + </varlistentry> <varlistentry><term><code>?upgradable</code></term><term><code>~U</code></term> <listitem><para>Selects packages that can be upgraded (have a newer candidate).</para></listitem> </varlistentry> @@ -159,6 +162,9 @@ <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> + <varlistentry><term><code>?security</code></term> + <listitem><para>Selects packages that are a security update or succeed a security update.</para></listitem> + </varlistentry> </variablelist> </refsect1> |