summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-11-10 03:23:19 +0100
committerGuillem Jover <guillem@debian.org>2019-01-15 03:42:39 +0100
commit4a4619831de8b8972f86b489660dc98f187cfa34 (patch)
tree948e8f20d27a4d7a77bddfd11eda2ef176cfe5ad /debian
parent289dc861960b88f67e45a4a3ba4b9ee51cf3da39 (diff)
downloaddpkg-4a4619831de8b8972f86b489660dc98f187cfa34.tar.gz
dpkg-genchanges: Only reference binary packages being uploaded
The .changes file describes an upload, and its Binary and Description fields should contain (as documented) only references to the packages being uploaded. In case of a source-only upload, the Binary and Description fields should be empty. Closes: #818618
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e34532939..c6c1e191a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ dpkg (1.19.3) UNRELEASED; urgency=medium
[ Guillem Jover ]
* dpkg-source: Stop filtering @builddeps@ from Testsuite-Triggers field.
Closes: #910734
+ * dpkg-genchanges: Only reference binary packages being uploaded, which
+ means that for a source-only upload, the Binary and Description fields
+ should be empty. Closes: #818618
* Perl modules:
- Dpkg::Changelog::Debian: Preserve modelines at EOF. Closes: #916056
Thanks to Chris Lamb <lamby@debian.org> for initial test cases.