From: Russ Allbery Date: Fri, 4 Jun 2010 05:12:39 +0000 (-0700) Subject: The architecture value "any" may not be combined with others X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=40c1d3f240e7278185d6ef1beb76840a31c17489;p=debian%2Fdebian-policy.git 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. --- 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.