Your message dated Thu, 13 Jul 2023 05:05:06 +0000 with message-id <[email protected]> and subject line Bug#1022179: fixed in groff 1.23.0-1 has caused the Debian Bug report #1022179, regarding groff-base: mdoc subsection headings inconsistently indented if they break 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.) -- 1022179: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022179 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: groff-base Version: 1.22.4-6 Severity: wishlist Dear Maintainer, I realise this is a "god help you if your abstract goes over one page, try writing less" situation, but: subsections that span multiple lines (because they're moderately long), end up with their first line dedented, but all subsequent ones indented at text level; for example, in grotty output: -- >8 -- X/Open CAE Specification, System Interface Definitions Issue 4, Version 2; X/Open CAE Specification, System Interfaces and Headers Issue 4, Version 2; X/Open CAE Specification, Commands and Utilities Issue 4, Version 2 Also sometimes known as the Single UNIX Specification (“SUS”) partially extract "IEEE Draft Standard P1003.2/D12" and "IEEE Std 1003.1-1990" — -- >8 -- of course, this is 80 columns and borderline-pathological input, but it's not that much better (break after the second CAE) at A4. I've patched my doc-common .de Ss as such: -- >8 -- 1039 .if !\n[cR] \ 1040 .ne 3 1041 .\"ti -.25i 1042 .in -.25i 1043 .nr doc-reg-Ss \n[.ss] 1044 .nr doc-reg-Ss1 \n[.sss] 1045 .ss (\n[.ss] * 5 / 4) (\n[.sss] * 5 / 4) 1046 .nr doc-arg-ptr +1 1047 .nr doc-curr-font \n[.f] 1048 .nr doc-curr-size \n[.ps] 1049 .nop \*[doc-Sh-font]\c 1050 .doc-print-recursive 1051 .ss \n[doc-reg-Ss] \n[doc-reg-Ss1] 1052 .ta T .5i 1053 .in 1054 .if !\n[cR] \ 1055 .ne 2 -- >8 -- i.e. by replacing the .ti on line 1041 with an .in (1042), and reverting the indent for text on line 1053, and can confirm it renders as-expected in grotty (and grops): -- >8 -- X/Open CAE Specification, System Interface Definitions Issue 4, Version 2; X/Open CAE Specification, System Interfaces and Headers Issue 4, Version 2; X/Open CAE Specification, Commands and Utilities Issue 4, Version 2 Also sometimes known as the Single UNIX Specification (“SUS”) partially extract "IEEE Draft Standard P1003.2/D12" and "IEEE Std 1003.1-1990" — -- >8 -- This appears to be already done by .de Sh, with lines 986 and 1008 in the following (in both grotty and grops outputs): -- >8 -- 986 .in 0 987 .nr doc-have-author 0 988 .\} 989 .doc-setup-page-layout 990 .sp 991 .ns 1004 .nop \*[doc-Sh-font]\c 1005 .doc-print-recursive 1006 .if t \ 1007 .ss \n[doc-reg-Sh] \n[doc-reg-Sh1] 1008 .in +\n[doc-subheader-indent]u 1009 .ns 1010 .doc-check-depth -- >8 -- So this would be a nice feature-match :) Best, наб -- System Information: Debian Release: 11.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.10.0-17-amd64 (SMP w/24 CPU threads) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages groff-base depends on: ii libc6 2.31-13+deb11u4 ii libgcc-s1 10.2.1-6 ii libstdc++6 10.2.1-6 ii libuchardet0 0.0.7-1 groff-base recommends no packages. Versions of packages groff-base suggests: ii groff 1.22.4-6 -- no debconf information
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: groff Source-Version: 1.23.0-1 Done: Colin Watson <[email protected]> We believe that the bug you reported is fixed in the latest version of groff, 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. Colin Watson <[email protected]> (supplier of updated groff 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: SHA256 Format: 1.8 Date: Thu, 13 Jul 2023 05:30:17 +0100 Source: groff Architecture: source Version: 1.23.0-1 Distribution: unstable Urgency: medium Maintainer: Colin Watson <[email protected]> Changed-By: Colin Watson <[email protected]> Closes: 243238 248529 257413 284002 411227 421437 551111 710178 716109 782903 892423 919890 991633 1009248 1011666 1021795 1021961 1022179 1030097 1032227 1040440 Changes: groff (1.23.0-1) unstable; urgency=medium . * New upstream release (closes: #1040440): - [libdriver]: Fix SEGV in printer::set_ascii_char (closes: #421437). - [docs]: groff(7): Replace many uses of \[cq] with \[aq] when the latter is what is meant (closes: #551111). - [docs]: groff(7): Fix missing escape synonyms for '.ft' (closes: #1021961). - [tbl]: Regularize diagnostics (closes: #710178). - [troff]: Avoid infinite loop (closes: #892423). - [docs]: roff(7): Revise language referring to Emacs as the "best" program for editing roff documents (closes: #248529). - [mdoc]: Fix infinite loop (closes: #411227). - [mdoc]: Fix bad page number placement (closes: #919890). - [mdoc]: Improve output of .At 32v (closes: #991633). - [libbib]: Validate input to avoid heap overread (closes: #716109). - [fonts]: Fix \[oq] and \[cq] in X11 text fonts (closes: #243238). - [gropdf]: Recognize "com10" paper format (closes: #1009248). - [docs]: Document grotty pager requirements more prominently (closes: #257413). - [docs]: pic(1): Fix content nits, including no longer referring to pic.ms (closes: #1032227). - [tmac]: Define fallbacks for chars in Latin-[259] (closes: #782903). - [mdoc]: Drop thin and hair space escape sequences from several string definitions (closes: #1021795). - [mdoc]: Indent entire subsection heading by 3 ens, even if it breaks across output lines (closes: #1022179). * Build-depend on m4, texlive-base, and texlive-latex-base (closes: #1011666). * Override Lintian source-is-missing misfire (see #1019980). * Drop mapping of \(oq to ' on devices other than utf8; upstream does this now for latin1, which is probably good enough. * Adopt upstream's use of SGR escape sequences for man/mdoc (LP: #610609). I turned these off for Debian in 2002 because pagers didn't cope well at the time, but it's now 21 years later and things have changed; SGR escape sequences resolve some ambiguity (see #963490) and are required for new features such as clickable hyperlinks. * Honour /etc/papersize in PDF output, now that gropdf has the necessary support upstream (closes: #1030097). * Set doc-default-operating-system to "Debian" (closes: #284002). * Map "^" to "\[ha]" and "~" to "\[ti]" for man/mdoc on the utf8 device, to mitigate an upstream change likely to expose many glyph usage errors in manual pages (although those errors were already visible in PDF output). * Arrange to rebuild documentation from the original source. * Install groff.pdf (the PDF form of groff's Texinfo manual). * Only force time display to UTC when the time came from SOURCE_DATE_EPOCH (LP: #1908333). * Enable OSC 8 hyperlinks for man pages. Checksums-Sha1: b338da4208c93f666e9b6cc310c44b1dd4af19f1 2423 groff_1.23.0-1.dsc c18099667889873704f6f953ba501abc014fae85 7433031 groff_1.23.0.orig.tar.gz fbf11773b8cb8360a1ccc4a2c32630a95e436eb3 833 groff_1.23.0.orig.tar.gz.asc b9ba07b217b3ad50fb9d6f714b3424c790df1ec8 41836 groff_1.23.0-1.debian.tar.xz Checksums-Sha256: 285f87f2039258b6eab736fc7b00e80ff00193643281b05b91ee1527fc16fa3c 2423 groff_1.23.0-1.dsc 6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13 7433031 groff_1.23.0.orig.tar.gz 7ec23a8550fba8d942da06b1f84a090d80538ac062e8c73de6a4ad7a4f69e09f 833 groff_1.23.0.orig.tar.gz.asc ee30ffae50f09e7e8472d7d3b4c381c0722dd6a937102077dca02cff0dad0db7 41836 groff_1.23.0-1.debian.tar.xz Files: fd3add9cc538f774b52c333ceabff17f 2423 text important groff_1.23.0-1.dsc 5e4f40315a22bb8a158748e7d5094c7d 7433031 text important groff_1.23.0.orig.tar.gz cd738df56f7a4732ca4ed3725dab3604 833 text important groff_1.23.0.orig.tar.gz.asc dadca72be8b3fb4a4ab72fe8a360516a 41836 text important groff_1.23.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmSvfjMACgkQOTWH2X2G UAtTVg/+LFOgVtCcAdpPcjV6qW6gaSP5W33xjlY8w0zukWlAGmm4odGXObYRebjJ f0f7D/FwqJ8MufvqGtUri4A1ExL3MNjnmuFKYtNmb96X1qAOUyLOm0yvNrxm194q /dQt6S40bTbpngIAY0pBahl4T1+OONZL6XD8QVVOFfOKW/URQaeG0oV2jUgP7L29 8DEcczBwxXHokcVbP+DaVCxgBlO0F+D2bwaW+ffxO2gPK6PsARyvfEDnjT1bSJot +hCsvlAYrJ2XtvFd4DCU62gnANYvqmtDLwfBkhji+81gPWKFgLD2Ia9ZPMwCvyQ/ tSEiWM/Sp918XkBx88VPpKSOWIhSPnWRHLMFbPpLD3NdBNn5widKWSg5NhHbPzhO e9Eu3eeVZK7dBLnxDt76C5+vFBqZkFjPqbOplc0fqHFSpusz4MLAc1ybRcOvzESm dXpbLU0wmfpw1Lmb2Q47wqrh9G0elSLLthodwy7FGAulHf9MxXRgXbkcZaDPw+li 11AMZ3Umw1OPDAJOnOSToXxFudIwxcyrqbcWp1t8YqZMtkbQ0vHjZQ5iotDJgDRB FvIFWpF2uSWj5PzGrL9dRyqgX60uAAWu/QQhXTVY65Ry+CtIK0UzNedt5Tv/odub iRmhVCcGVTbWr4M9jcZnviUnIScgNgC5gL5CiXd+Zbnh2fXaAfc= =WeCU -----END PGP SIGNATURE-----
--- End Message ---

