Your message dated Thu, 13 Jul 2023 05:05:06 +0000 with message-id <[email protected]> and subject line Bug#1011666: fixed in groff 1.23.0-1 has caused the Debian Bug report #1011666, regarding groff 1.23.0 build dependencies will change 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.) -- 1011666: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011666 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: groff Version: 1.23.0-1 Severity: wishlist I apologize for filing this bug report a bit prematurely, but I've been working on building groff in a bullseye chroot lately to prepare for groff 1.23.0.rc2, and I wanted to document some findings while they were fresh in my mind. Here is the current build-dependencies declaration for Debian's groff package. Build-Depends: bison (>= 1:1.875b), debhelper-compat (= 12), dh-exec, dpkg-dev (>= 1.17.0~), ghostscript, netpbm, psutils, x11proto-core-dev, libx11-dev, libxmu-dev, libxt-dev, libxaw7-dev, texinfo (>= 4.8), pkg-config, libuchardet-dev, gsfonts, poppler-utils <!nocheck> When packaging groff 1.23.0, some changes should be made. I'll quote the 'NEWS' file for rationales. * Drop the bison dependency. o Building groff from its distribution archive no longer requires byacc (or GNU Bison) to be installed. * Drop the texinfo dependency. o Because all generated forms of groff's Texinfo manual are now included in the distribution archive, building from that archive no longer depends on GNU Texinfo or a TeX installation (the latter was only required for the "doc" target, which had to be explicitly given). * Add a dependency on m4. o m4 is now required to build. Any m4 that implements the features documented in the Version 7 Unix m4(1) man page, and the `-D` option, should suffice. * Add a dependency on "cups-client | cups-bsd | lpr". This is not due to new development. I confess to being puzzled why this build dependency isn't already present. groff's configure script has for years looked for an installed "lpr" command, then fallen back to "lp". Only "groff -l" uses the detected spooler command, however, and maybe people just don't do that very often. I think it is possible that for chroot-built groff packages in Debian--for those done by the buildds, for instance--the compiled groff command is silently ignoring the flag. https://git.savannah.gnu.org/cgit/groff.git/tree/src/roff/groff/groff.cpp#n408 I looked at the BuildProfileSpec page[1], and while bootstrapping is discussed there, I couldn't find a spec that would be applicable to groff for bootstrapping it. ("nocheck" is already used in the event groff's test suite is not run.) But in case it's useful to know, here are all the (non-Debian-packaging-process-related) build-dependencies that could be dropped for such a profile. In other words, groff will still 'configure' and 'make' without these, albeit with reduced functionality. ghostscript netpbm psutils x11proto-core-dev libx11-dev libxmu-dev libxt-dev libxaw7-dev pkg-config libuchardet-dev gsfonts And of course the already-profiled "poppler-utils". The aforementioned "cups-client | cups-bsd | lpr" is also not necessary for bootstrapping. "m4" _is_ (or will be, in groff 1.23.0). Please let me know if I can be of assistance. Regards, Branden [1] https://wiki.debian.org/BuildProfileSpec
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 ---

