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 /debian | |
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 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5cf0d7bfe..3e6612de0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium * dpkg-buildpackage: Remove transient backwards R³ compatibility code. * buildtools.mk: Add support for nostrip in DEB_BUILD_OPTIONS when setting the STRIP variable. + * dpkg-genbuildinfo: Do not include irrelevant packages in the Binary field. * Documentation: - man: Fix uncommon wording constructs. * Build system: |