From 02b0afd5098534eff34a8fa1d44454c7a3e1ff09 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 21 Aug 2019 22:53:25 +0200 Subject: patterns: Add ?origin --- doc/apt-patterns.7.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml index fe82ca1b8..5f0298f17 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -115,6 +115,9 @@ ?archive(REGEX) Selects versions that come from the archive that matches the specified regular expression. Archive, here, means the values after a= in apt-cache policy. + ?origin(REGEX) + Selects versions that come from the origin that matches the specified regular expression. Origin, here, means the values after o= in apt-cache policy. + ?source-package(REGEX) Selects versions where the source package name matches the specified regular expression. -- cgit v1.2.3