Your message dated Thu, 27 Jan 2022 17:33:47 +0000 with message-id <[email protected]> and subject line Bug#955175: fixed in byacc 1:2.0.20220114-1 has caused the Debian Bug report #955175, regarding byacc.1: Fix usage of two-fonts macros to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 955175: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955175 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: byacc Version: 20140715-1+b1 Severity: minor Tags: patch Dear Maintainer, Correct the misuse of a two-fonts macro, which function is to 1) use the first font for each odd numbered argument and the second font for all others. 2) join the arguments without an intervening space. ### 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 .//usr/share/man/man1/byacc.1.gz </usr/share/man/man1/byacc.1.gz>:47 (macro IR): only 1 argument, but more are expected </usr/share/man/man1/byacc.1.gz>:56 (macro IR): only 1 argument, but more are expected </usr/share/man/man1/byacc.1.gz>:58 (macro IR): only 1 argument, but more are expected </usr/share/man/man1/byacc.1.gz>:65 (macro BR): only 1 argument, but more are expected </usr/share/man/man1/byacc.1.gz>:74 (macro BR): only 1 argument, but more are expected </usr/share/man/man1/byacc.1.gz>:79 (macro BR): only 1 argument, but more are expected </usr/share/man/man1/byacc.1.gz>:118 (macro IR): only 1 argument, but more are expected </usr/share/man/man1/byacc.1.gz>:120 (macro BR): only 1 argument, but more are expected </usr/share/man/man1/byacc.1.gz>:132 (macro IR): only 1 argument, but more are expected </usr/share/man/man1/byacc.1.gz>:134 (macro IR): only 1 argument, but more are expected </usr/share/man/man1/byacc.1.gz>:176 (macro IR): only 1 argument, but more are expected ### Patch: --- byacc.1 2020-03-27 22:21:02.000000000 +0000 +++ byacc.1.new 2020-03-27 22:23:27.000000000 +0000 @@ -44,7 +44,7 @@ The parsers consist of a set of LALR(1) written in the C programming language. .B Yacc normally writes the parse tables and the driver routine to the file -.IR y.tab.c. +.IR y.tab.c . .PP The following options are available: .TP 5 @@ -53,16 +53,16 @@ The .B \-b option changes the prefix prepended to the output file names to the string denoted by -.IR file_prefix. +.IR file_prefix . The default prefix is the character -.IR y. +.IR y . .TP .B \-B create a backtracking parser (compile-type configuration for \fBbtyacc\fP). .TP .B \-d The \fB-d\fR option causes the header file -.BR y.tab.h +.B y.tab.h to be written. It contains #define's for the token identifiers. .TP @@ -71,12 +71,12 @@ The .B \-g option causes a graphical description of the generated LALR(1) parser to be written to the file -.BR y.dot +.B y.dot in graphviz format, ready to be processed by dot(1). .TP .B \-i The \fB-i\fR option causes a supplementary header file -.BR y.tab.i +.B y.tab.i to be written. It contains extern declarations and supplementary #define's as needed to map the conventional \fIyacc\fP @@ -115,9 +115,9 @@ The .B \-p option changes the prefix prepended to yacc-generated symbols to the string denoted by -.IR symbol_prefix. +.IR symbol_prefix . The default prefix is the string -.BR yy. +.BR yy . .TP .B \-P create a reentrant parser, e.g., \*(``%pure-parser\*(''. @@ -129,9 +129,9 @@ option causes .B yacc to produce separate files for code and tables. The code file is named -.IR y.code.c, +.IR y.code.c , and the tables file is named -.IR y.tab.c. +.IR y.tab.c . The prefix \*(``\fIy.\fP\*('' can be overridden using the \fB\-b\fP option. .TP .B \-s @@ -173,7 +173,7 @@ The .B \-v option causes a human-readable description of the generated parser to be written to the file -.IR y.output. +.IR y.output . .TP .B \-V print the version number to the standard output. -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (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 byacc depends on: ii libc6 2.30-2 byacc recommends no packages. byacc suggests no packages. -- no debconf information -- Bjarni I. Gislason
--- End Message ---
--- Begin Message ---Source: byacc Source-Version: 1:2.0.20220114-1 Done: Thomas E. Dickey <[email protected]> We believe that the bug you reported is fixed in the latest version of byacc, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thomas E. Dickey <[email protected]> (supplier of updated byacc package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 26 Jan 2022 15:13:59 -0500 Source: byacc Architecture: source Version: 1:2.0.20220114-1 Distribution: unstable Urgency: medium Maintainer: Thomas E. Dickey <[email protected]> Changed-By: Thomas E. Dickey <[email protected]> Closes: 916894 955175 965445 1002990 Changes: byacc (1:2.0.20220114-1) unstable; urgency=medium . * Use combination of dversionmangle/oversionmangle in watch file to work with upstream versioning of tarballs. * byacc is now built with back-tracking support; as a side-effect debug-output is sent to stderr instead of stdout. * Correct versioning using epoch; the previous package version used only the date/time, while byacc's major/minor version were omitted from the package version. The program's "-V" option gave that information. * Adopt package and set myself as maintainer (Closes: #1002990). * New upstream release, upgrading from 2014 to 2022. * Update build system (Closes: #965445) * Fix usage of two-fonts macros (Closes: #955175) * Corrected watch-path to the source files (Closes: #916894) * Remove obsolete "README.Debian" * Standards-Version: 4.6.0.1. Checksums-Sha1: 3ee7066c72a07e3715429e22efad59655087257f 2160 byacc_2.0.20220114-1.dsc 679807cd504abe478e3a8f033257459410e94863 897405 byacc_2.0.20220114.orig.tar.gz 70789ac916849e2e1492e406e89e30eb91502d16 729 byacc_2.0.20220114.orig.tar.gz.asc 6ec0dc1cf50c0f8e2e4d85d0087471d503a8cf5d 9000 byacc_2.0.20220114-1.debian.tar.xz Checksums-Sha256: ba2effff859e17732a445eba93af5a530c30b761b13101fd4ae5de93f8a37e23 2160 byacc_2.0.20220114-1.dsc d131475970018ab03531ce1bac21a8deba0eea23a4ecc051b54c850dad69e479 897405 byacc_2.0.20220114.orig.tar.gz 2384fc84bdd23b06acdd233135004cab42991e3477f44feaf8f1010d63ca8c69 729 byacc_2.0.20220114.orig.tar.gz.asc d11ee516465fcaf5adbd0a9a5bc0ce626941e3f09db6453a7d3510d18512631d 9000 byacc_2.0.20220114-1.debian.tar.xz Files: d9b6c9e09ff03fb3716d7995508b79fa 2160 devel optional byacc_2.0.20220114-1.dsc e51e09a2094e2fafd4f763cda9b47f2b 897405 devel optional byacc_2.0.20220114.orig.tar.gz b0234df6a10cde997461b45e2307d831 729 devel optional byacc_2.0.20220114.orig.tar.gz.asc 855f7a719ca2441cfff628c909efc1ee 9000 devel optional byacc_2.0.20220114-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAmHySv0ACgkQpU8BhUOC FIT6Jw//Vonq+thT0r/BDKFDyuuH0TPl//ZkrtPuG0e0ZWwZMN5qQsObplmgcFJS VvtrnEJU7++zYjVaB8ps3B0+qSJbxtiJ/w7TYjmck1jVSXJjhODSfLCrTGdqUVBv mRQX91vQRWHUh2LgBrzDH+mKnWqThNoH32siq3xHo1SqM5AwnzI9QeAsgJpN62m9 pQJAdQothJ8MY+RttEJ226izYd3xb5NW5arcod8zdOTLhPntGkJEvmWSwNi1mpIe i4qFT9poi0YJUwLrLguQ/m5Z+8HmiVs96NOpYz0ItGDufZ5lQ4EIV25s4b2y6Zgi TvzI7tsLUwJtuSCvLsHi5bcK3+hzulVMxIhGrOQwEKoScqvMhQGlTfWKSlsFcC+n 1i6QMvWyRHtePXzMxpwTaZ6Yzf8sqOC9kK25oIWqjS0J28oJZFAvBQz17VgIV/DZ T6iCDqUZYB1hYIDTXnMtJNTiy8RlysCyqlA16U7AJlzTrPDmoIXoKL7u6kbaiLpf oXoTNwofEmJZ+XPli6o/3jMtmaJE1v6RGvgjsDM5pw4Hbj9c0qGFuKqWFd2Cr+IC JyRga7dlOAzj9LH++WV6QEZQ+gBAD8caI9HVxlYVvR7nkWXE9ypLZcddI3LanmUd qfdHnRKi/8kvtkhzdQu5hJlUCzIQbbyUNCAeT8UNj9ZEhnrAukE= =5cnp -----END PGP SIGNATURE-----
--- End Message ---

