This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=f7dd012287cb49b44fcf5e56bdd4dc0db64a8625 commit f7dd012287cb49b44fcf5e56bdd4dc0db64a8625 Author: Guillem Jover <[email protected]> AuthorDate: Wed May 3 23:41:04 2023 +0200 man: Itemize supported deb-changelog(5) keyword/value entries This should make it more clear to distinguish each different item. --- man/deb-changelog.pod | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/man/deb-changelog.pod b/man/deb-changelog.pod index 9f0d523e5..e3f949bc9 100644 --- a/man/deb-changelog.pod +++ b/man/deb-changelog.pod @@ -69,14 +69,23 @@ I<metadata> lists zero or more comma-separated I<keyword>=I<value> items. Each keyword can contain only minus and case insensitive alphanumeric characters, as they need to be mapped to B<deb822>(5) field names. -The only I<keyword>s currently supported by B<dpkg> are B<urgency> -and B<binary-only>. -B<urgency>'s value is used for the B<Urgency> field in the +The only I<keyword>s currently supported by B<dpkg> are: + +=over + +=item B<urgency> + +Its value is used for the B<Urgency> field in the I<.changes> file for the upload. -B<binary-only> with a B<yes> value, is used to denote that this + +=item B<binary-only> + +With a B<yes> value, it is used to denote that this changelog entry is for a binary-only non-maintainer upload (an automatic binary rebuild with the only change being the changelog entry). +=back + The change details may in fact be any series of lines starting with at least two spaces (U+0020 B<SPACE>), but conventionally each change starts with an -- Dpkg.Org's dpkg

