summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-11-16 04:15:13 +0100
committerGuillem Jover <guillem@debian.org>2019-01-15 04:49:03 +0100
commit37dd4ce62e0925967c59daec130540d2fa0402d6 (patch)
treeab7c424610b4951265f5b347e7cc459f33077523 /debian
parent08911c47fdabf401dc3a4d7fffd324024c51a1ea (diff)
downloaddpkg-37dd4ce62e0925967c59daec130540d2fa0402d6.tar.gz
scripts/mk: Fix dpkg_vendor_derives_from macro documentation
Add a missing comma, and $(shell) make function invocation. Closes: #913816 Signed-off-by: Guillem Jover <guillem@debian.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4429ccc68..4a4446434 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ dpkg (1.19.3) UNRELEASED; urgency=medium
* update-alternatives: Add new --debug option.
* update-alternatives: Fix removal of obsolete slaves from the linked list.
Reported by Andreas Beckmann <anbe@debian.org>. Closes: #916799
+ * vendor.mk: Fix dpkg_vendor_derives_from macro documentation.
+ Thanks to Colin Watson <cjwatson@debian.org>. Closes: #913816
* Perl modules:
- Dpkg::Changelog::Debian: Preserve modelines at EOF. Closes: #916056
Thanks to Chris Lamb <lamby@debian.org> for initial test cases.