From 6801e6d2c63d4ff087024fc84a0feb8aef86886b Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 26 Nov 2019 11:34:34 +0100 Subject: patterns: Add ?any-version --- doc/apt-patterns.7.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/apt-patterns.7.xml') diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml index 5f0298f17..102ed3901 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -60,6 +60,17 @@ + + Narrowing patterns + + + + ?any-version(PATTERN) + Selects any version where the pattern matches on the version. + For example, while ?and(?version(1),?version(2)) matches a package which has one version containing 1 and one version containing 2, ?any-version(?and(?version(1),?version(2))) restricts the ?and to act on the same version. + + + Package patterns -- cgit v1.2.3