diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:11 +0000 |
commit | b4f7d8b1566e3220d0e9004499ef9c257e079c57 (patch) | |
tree | ce0468ca8cf21380bef3d2aaacc9fcb30116e757 /man/dpkg-genbuildinfo.pod | |
parent | Releasing progress-linux version 1.22.6-0.0~progress7.99u1. (diff) | |
download | dpkg-b4f7d8b1566e3220d0e9004499ef9c257e079c57.tar.xz dpkg-b4f7d8b1566e3220d0e9004499ef9c257e079c57.zip |
Merging upstream version 1.22.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/dpkg-genbuildinfo.pod')
-rw-r--r-- | man/dpkg-genbuildinfo.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/dpkg-genbuildinfo.pod b/man/dpkg-genbuildinfo.pod index c8106d1..f7b3e53 100644 --- a/man/dpkg-genbuildinfo.pod +++ b/man/dpkg-genbuildinfo.pod @@ -183,6 +183,18 @@ features. The feature “B<path>” controls whether to unconditionally include the B<Build-Path> field. +=item B<DEB_BUILD_ARCH> + +Sets the build architecture. +This affects the value for the B<Build-Architecture> field, +and the check for the cross-compilation mode. + +=item B<DEB_HOST_ARCH> + +Sets the host architecture. +This affects the filename used for the .buildinfo file, +and the check for the cross-compilation mode. + =item B<DPKG_COLORS> Sets the color mode (since dpkg 1.18.5). |