diff options
author | Guillem Jover <guillem@debian.org> | 2019-03-21 03:11:57 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-10-12 16:37:22 +0200 |
commit | c4530cbda9144accd41255da96288ad530554b58 (patch) | |
tree | e76da5e4cc2b47d80145662e1c13b40d7add522a /man/deb-buildinfo.man | |
parent | 1046c10897ba54a67ce5bd5760d054e39440a865 (diff) | |
download | dpkg-c4530cbda9144accd41255da96288ad530554b58.tar.gz |
dpkg-genbuildinfo: Do not include irrelevant packages in the Binary field
This change is the companion to the one in dpkg-genchanges that lists
only relevant packages, instead of all the ones listed in debian/control,
but for the .buildinfo file instead of the .changes file.
Diffstat (limited to 'man/deb-buildinfo.man')
-rw-r--r-- | man/deb-buildinfo.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/deb-buildinfo.man b/man/deb-buildinfo.man index 6a9d00b40..5f24a2aae 100644 --- a/man/deb-buildinfo.man +++ b/man/deb-buildinfo.man @@ -72,8 +72,9 @@ If the source version differs from the binary version, then the \fIsource-name\fP will be followed by a \fIsource-version\fP in parenthesis. This can happen when the build is for a binary-only non-maintainer upload. .TP -.BR Binary: " \fIbinary-package-list\fP (required)" +.BR Binary: " \fIbinary-package-list\fP (required in context)" This folded field is a space-separated list of binary packages built. +If the build is source-only, then the field is omitted (since dpkg 1.20.0). .TP .BR Architecture: " \fIarch-list\fP (required)" This space-separated field lists the architectures of the files currently |