diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-02-13 12:29:28 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-02-13 14:28:06 +0100 |
| commit | 422e68f569f374f697b84332f7e68c6fe5f7389f (patch) | |
| tree | 994ce575bfbc628afbfe16625dec77cf6248a481 /doc | |
| parent | a8352c2859a6f84b36fa5cd0af89231cb656b1ce (diff) | |
Add a new ?phasing pattern
This selects all packages that are being kept back due to phasing
on your system.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/apt-patterns.7.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml index 6b3f91e96..e69854e6d 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> |
