Package: dpkg-dev
Version: 1.19.7
Severity: minor
Tags: patch

Dear Maintainer,

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

troff: <man/deb-buildinfo.man>:41: warning: trailing space
####

Input file is ./man/deb-changelog.man

troff: <man/deb-changelog.man>:122: warning: trailing space
####

Input file is ./man/dpkg-buildflags.man

troff: <man/dpkg-buildflags.man>:568: warning: trailing space
####

Input file is ./man/dselect.man

troff: <man/dselect.man>:138: warning: trailing space

###

  The diff is from the current git repository at "git.dpkg.org".

  The patch is in the attachment.

Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
---
 man/deb-buildinfo.man   | 2 +-
 man/deb-changelog.man   | 2 +-
 man/dpkg-buildflags.man | 2 +-
 man/dselect.man         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing'), (500, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.19-1 (SMP w/2 CPU cores)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE=is_IS.iso88591 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages dpkg-dev depends on:
ii  binutils      2.34-5
ii  bzip2         1.0.8-2
ii  libdpkg-perl  1.19.7
ii  make          4.2.1-1.2
ii  patch         2.7.6-6
ii  perl          5.30.0-9
ii  tar           1.30+dfsg-7
ii  xz-utils      5.2.4-1+b1

Versions of packages dpkg-dev recommends:
pn  build-essential          <none>
ii  clang-8 [c-compiler]     1:8.0.1-9
ii  clang-9 [c-compiler]     1:9.0.1-10
ii  fakeroot                 1.24-1
ii  gcc [c-compiler]         4:9.2.1-3.1
ii  gcc-10 [c-compiler]      10-20200312-2
ii  gcc-7 [c-compiler]       7.5.0-5
ii  gcc-8 [c-compiler]       8.4.0-1
ii  gcc-9 [c-compiler]       9.3.0-3
ii  gnupg                    2.2.19-3
ii  gpgv                     2.2.19-3
pn  libalgorithm-merge-perl  <none>

Versions of packages dpkg-dev suggests:
pn  debian-keyring  <none>

-- no debconf information

-- 
Bjarni I. Gislason
>From e815c0d16fcca2f3f9d1e6c3abbf45625e22b72c Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
Date: Fri, 27 Mar 2020 00:51:05 +0000
Subject: [PATCH] dpkg/man/*: Trim trailing whitespace in manuals

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

Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
---
 man/deb-buildinfo.man   | 2 +-
 man/deb-changelog.man   | 2 +-
 man/dpkg-buildflags.man | 2 +-
 man/dselect.man         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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
-- 
2.25.1

Reply via email to