Control: tags -1 = upstream wontfix * Bjarni Ingi Gislason <bjarn...@simnet.is> [240609 01:06]: > Package: uuid-dev > Version: 2.40.1-8 > Severity: minor > Tags: patch > > Dear Maintainer, > > * What led up to the situation? > > Checking for defects with > > [test-]groff -mandoc -t -K utf8 -ww -b -z <man page> > > [test-groff is a script in the repository for "groff"] > > * What was the outcome of this action? > > troff: backtrace: file '<stdin>':10 > troff:<stdin>:10: warning: macro 'Aq' not defined
uuid.3 is not the only affected manpage, as can be seen here: https://udd.debian.org/lintian/?packages=util-linux > Any program (person), that produces man pages, should check its content for > defects by using > > groff -mandoc -t -ww -b -z [ -K utf8 | k ] <man page> Not sure why you are checking man pages by hand. lintian already performs this check. > --- uuid.3 2024-06-08 21:28:36.102121313 +0000 > +++ uuid.3.new 2024-06-08 22:54:45.395442660 +0000 The patch is useless to me for multiple reasons: 1) it is lacking a Signed-off-by, as explained in the upstream contributing guidelines, [1] 2) it needs to go upstream instead, 3) the uuid.3 file is not a source file. util-linux manpages are generated by asciidoctor. So, if you want to see this fixed, please submit patches to the adoc source files to upstream. Chris [1] https://github.com/util-linux/util-linux/blob/master/Documentation/howto-contribute.txt