summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-08-21 22:21:30 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2019-11-25 11:32:19 +0100
commit7fa292edbe924923cc689721fe58244ca0a40bcd (patch)
treefad811887e13057885056900431bdce9de62e487 /doc
parent8428114608627fe0a08dcf1589931f6db025f0b4 (diff)
patterns: Add ?source-name and ?source-version
Diffstat (limited to 'doc')
-rw-r--r--doc/apt-patterns.7.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml
index 780d13d2e..09ebedeab 100644
--- a/doc/apt-patterns.7.xml
+++ b/doc/apt-patterns.7.xml
@@ -112,6 +112,12 @@
These patterns select specific versions of a package.
</para>
<variablelist>
+ <varlistentry><term><code>?source-package(REGEX)</code></term>
+ <listitem><para>Selects versions where the source package name matches the specified regular expression.</para></listitem>
+ </varlistentry>
+ <varlistentry><term><code>?source-version(REGEX)</code></term>
+ <listitem><para>Selects versions where the source package version matches the specified regular expression.</para></listitem>
+ </varlistentry>
<varlistentry><term><code>?version(REGEX)</code></term>
<listitem><para>Selects versions where the version string matching the specified regular expression.</para></listitem>
</varlistentry>