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=dbc8af0a529cb28cd977f137faee9768b6d997e4 commit dbc8af0a529cb28cd977f137faee9768b6d997e4 Author: Guillem Jover <[email protected]> AuthorDate: Thu Dec 20 05:23:06 2018 +0100 man: Clarify deb-control(5) Add a reference to deb-src-control(5). Remove invalid comment in example, as this format does not allow it. Prompted-by: Helmut Grohne <[email protected]> --- debian/changelog | 3 +++ man/deb-control.man | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 458f09cce..e43411d6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ dpkg (1.19.3) UNRELEASED; urgency=medium - dpkg(1): Clarify --remove action. Closes: #914478 - dpkg-query(1): Clarify --list option behavior when no arguments are specified. Closes: #917098 + - deb-control(5): Clarify by adding a reference to deb-src-control(5) and + removing an invalid comment in the example. + Prompted by Helmut Grohne <[email protected]>. * Code internals: - dpkg-maintscript-helper: Use an explicit escape instead of a literal backslash. diff --git a/man/deb-control.man b/man/deb-control.man index d0f132594..1c39c6292 100644 --- a/man/deb-control.man +++ b/man/deb-control.man @@ -352,7 +352,6 @@ The format or the way to compute each build-id is not defined by design. .SH EXAMPLE .\" .RS .nf -# Comment Package: grep Essential: yes Priority: required @@ -381,6 +380,7 @@ context within an ELF object, which serves a very specific purpose and executable format. . .SH SEE ALSO +.BR deb\-src\-control (5), .BR deb (5), .BR deb\-version (7), .BR debtags (1), -- Dpkg.Org's dpkg

