diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:30:08 +0000 |
commit | 44cf9c6d2d274eac37502e835155f7e985f1b8e6 (patch) | |
tree | 9576ba968924c5b9a55ba9e14f4f26184c62c7d4 /man/dpkg-genbuildinfo.pod | |
parent | Adding upstream version 1.22.6. (diff) | |
download | dpkg-44cf9c6d2d274eac37502e835155f7e985f1b8e6.tar.xz dpkg-44cf9c6d2d274eac37502e835155f7e985f1b8e6.zip |
Adding upstream version 1.22.7.upstream/1.22.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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). |