From 40c1d3f240e7278185d6ef1beb76840a31c17489 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 3 Jun 2010 22:12:39 -0700 Subject: [PATCH] The architecture value "any" may not be combined with others Adjust the wording for architecture wildcards to reflect that dpkg requires "any" be alone if it is used. --- policy.sgml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/policy.sgml b/policy.sgml index 36c7a1f..f246c13 100644 --- a/policy.sgml +++ b/policy.sgml @@ -2757,11 +2757,13 @@ Package: libc6

In the main debian/control file in the source - package, this field may contain the special value all - or a list of specific and wildcard architectures separated by - spaces. If all appears, that value must be the - entire contents of the field. Most packages will use - either any or all. + package, this field may contain the special + value all, the special architecture + wildcard any, or a list of specific and wildcard + architectures separated by spaces. If all + or any appears, that value must be the entire + contents of the field. Most packages will use + either all or any.

-- 2.39.5