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=f1b4c8615c23f383c761cc2c55a47d84c0ce827f commit f1b4c8615c23f383c761cc2c55a47d84c0ce827f (HEAD -> master) Author: Guillem Jover <[email protected]> AuthorDate: Wed Aug 1 05:45:08 2018 +0200 man: Fix typo in field name in deb-changes(5) Closes: #902616 Reported-by: Uwe Kleine-König <[email protected]> --- debian/changelog | 1 + man/deb-changes.man | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0a247a18c..f4cbf2a90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -157,6 +157,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium Dpkg::Gettext POD. - Clarify arch-qualified dependency simplification in Dpkg::Deps POD. - Improve Dpkg::Deps modules and methods documentation. + - Fix typo in deb-changes(5). Closes: #902616 * Code internals: - Do not use stringy eval to define different sub implementations, just assign an anonymous sub to the typeglob. diff --git a/man/deb-changes.man b/man/deb-changes.man index 431f4c429..e1a43e4fa 100644 --- a/man/deb-changes.man +++ b/man/deb-changes.man @@ -185,7 +185,7 @@ The list of files in these fields must match the list of files in the . .SH BUGS The \fBFiles\fP field is inconsistent with the other \fBChecksums\fP fields. -The \fBChange\-By\fP and \fBMaintainer\fP fields have confusing names. +The \fBChanged\-By\fP and \fBMaintainer\fP fields have confusing names. The \fBDistribution\fP field contains information about what is commonly referred to as a suite. .SH SEE ALSO -- Dpkg.Org's dpkg

