Lintian::Data::Architectures(3) | Debian Package Checker | Lintian::Data::Architectures(3) |
Lintian::Data::Architectures -- Lintian API for handling architectures and wildcards
use Lintian::Data::Architectures;
Lintian API for checking and expanding architectures and architecture wildcards. The functions are backed by a data file, so it may be out of date (use private/refresh-archs to update it).
Generally all architecture names are in the format "$os-$architecture" and wildcards are "$os-any" or "any-$cpu", though there are exceptions:
Note that the architecture and cpu name are not always identical (example architecture "armhf" has cpu name "arm").
Note: 'any' is considered a wildcard and not an architecture.
Note: This list is based on the architectures in Lintian's data file. However, many of these are not supported or used in Debian or any of its derivatives.
The returned values matches the list generated by dpkg-architecture -L, so the returned list may use (e.g.) "amd64" for "linux-amd64".
This is generally faster than
grep { $_ eq $architecture } expand_arch_wildcard ($wildcard)
It also properly handles cases like "linux-amd64" and "amd64" being aliases.
2024-10-16 | Lintian v2.117.0ubuntu1.2 |