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=d2f2f57c8a44260789d5259ad60d853b0a7298bf commit d2f2f57c8a44260789d5259ad60d853b0a7298bf (HEAD -> master) Author: Bjarni Ingi Gislason <[email protected]> AuthorDate: Fri Mar 27 00:51:05 2020 +0000 man: Trim trailing whitespace from output Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z [ "test-groff" is a developmental version of "groff" ] Input file is ./man/deb-buildinfo.man .../git/groff/build/s-tmac/an-old.tmac:478: backtrace: macro 'BR' troff: <man/deb-buildinfo.man>:41: warning: trailing space #### Input file is ./man/deb-changelog.man .../git/groff/build/s-tmac/an-old.tmac:478: backtrace: macro 'BR' troff: <man/deb-changelog.man>:122: warning: trailing space #### Input file is ./man/dpkg-buildflags.man .../git/groff/build/s-tmac/an-old.tmac:478: backtrace: macro 'BR' troff: <man/dpkg-buildflags.man>:568: warning: trailing space #### Input file is ./man/dselect.man .../git/groff/build/s-tmac/an-old.tmac:478: backtrace: macro 'BR' troff: <man/dselect.man>:138: warning: trailing space Closes: #955030 Signed-off-by: Bjarni Ingi Gislason <[email protected]> Signed-off-by: Guillem Jover <[email protected]> --- debian/changelog | 2 ++ man/deb-buildinfo.man | 2 +- man/deb-changelog.man | 2 +- man/dpkg-buildflags.man | 2 +- man/dselect.man | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 98658c5fc..dafc1a6ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,8 @@ dpkg (1.20.1) UNRELEASED; urgency=medium * Documentation: - man: Fix misused two-fonts macros. Thanks to Bjarni Ingi Gislason <[email protected]>. Closes: #955028 + - man: Trim trailing whitespace from output. + Thanks to Bjarni Ingi Gislason <[email protected]>. Closes: #955030 * Build system: - Handle .git being a plain file when getting the dpkg tree version. - Add debian/changelog as a Changes file to the CPAN distribution. diff --git a/man/deb-buildinfo.man b/man/deb-buildinfo.man index 4e72a5169..72ae484aa 100644 --- a/man/deb-buildinfo.man +++ b/man/deb-buildinfo.man @@ -38,7 +38,7 @@ Fields are delimited only by field tags. In other words, field text may be multiple lines in length, but the installation tools will generally join lines when processing the body of the field (except in case of the multiline fields -.BR Binary\-Only\-Changes ", " Installed\-Build\-Depends ", " Environment ", " +.BR Binary\-Only\-Changes ", " Installed\-Build\-Depends ", " Environment , .BR Checksums\-Md5 ", " Checksums\-Sha1 and .BR Checksums\-Sha256 , diff --git a/man/deb-changelog.man b/man/deb-changelog.man index 6b2ee7849..2e0f5b205 100644 --- a/man/deb-changelog.man +++ b/man/deb-changelog.man @@ -119,7 +119,7 @@ Is a one- or two-digit day of the month (\fB01\fP-\fB31\fP). .TP .I month Is one of: -.BR Jan ", " Feb ", " Mar ", " Apr ", " May ", " Jun ", " Jul ", " Aug ", " +.BR Jan ", " Feb ", " Mar ", " Apr ", " May ", " Jun ", " Jul ", " Aug , .BR Sep ", " Oct ", " Nov ", " Dec . .TP .I yyyy diff --git a/man/dpkg-buildflags.man b/man/dpkg-buildflags.man index 5d41bd57e..525ac067d 100644 --- a/man/dpkg-buildflags.man +++ b/man/dpkg-buildflags.man @@ -565,7 +565,7 @@ The accepted values are: \fB0\fP and \fB1\fP (default). .B %PKGCONFDIR%/buildflags.conf System wide configuration file. .TP -.BR $XDG_CONFIG_HOME/dpkg/buildflags.conf " or " +.BR $XDG_CONFIG_HOME/dpkg/buildflags.conf " or" .TQ .B $HOME/.config/dpkg/buildflags.conf User configuration file. diff --git a/man/dselect.man b/man/dselect.man index 0c963e23e..0d87f34dc 100644 --- a/man/dselect.man +++ b/man/dselect.man @@ -135,7 +135,7 @@ Optionally, after the color specification is another colon, and an attribute specification. This is a list of one or more attributes, separated by plus (‘+’) characters. Available attributes include (not all of these will work on all terminals): -.BR normal ", " standout ", " underline ", " reverse ", " blink ", " +.BR normal ", " standout ", " underline ", " reverse ", " blink , .BR bright ", " dim ", " bold .TP .BR \-? ", " \-\-help -- Dpkg.Org's dpkg

