This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=5bfd9bab2d911460801513fb23f853ddeb0feeec commit 5bfd9bab2d911460801513fb23f853ddeb0feeec Author: Guillem Jover <[email protected]> AuthorDate: Sun May 17 16:59:05 2020 +0200 man: Place description of override value column on its own paragraph --- debian/changelog | 1 + man/deb-extra-override.man | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index c7a11b524..02bf94d3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -77,6 +77,7 @@ dpkg (1.20.1) UNRELEASED; urgency=medium 1.18.0. - man: Fix dpkg-gencontrol -P description to not refer to dpkg-source. Reported by Jakub Wilk <[email protected]>. + - man: Place description of override value column on its own paragraph. * Code internals: - Use $() in shell or qx() in perl instead of ``. - dpkg-split: Switch part number variables from unsigned int to int. diff --git a/man/deb-extra-override.man b/man/deb-extra-override.man index 44c4b8ab9..43754b853 100644 --- a/man/deb-extra-override.man +++ b/man/deb-extra-override.man @@ -44,6 +44,7 @@ is the name of the binary/source package. .PP .I field\-name is the name of the field that is overridden. +.PP .I value is the value to put in the field. It can contain spaces as the line is split in no more than 3 columns when it's parsed. -- Dpkg.Org's dpkg

