wpkg --triplet
The --triplet command prints out in a canonicalized form the operating system, the vendor, and the processor this version of wpkg was compiled for. This value can also be queried in a control file or other expressions with the triplet() function.
Architecture: $(triplet())1
The architecture supports the vendor information since version 0.9.0. Earlier versions do not have that capability and will generate an error if the vendor is specified.
See Also:
- 1. Note that in most cases you will want to define the Architecture field with the architecture() function call.