Your message dated Thu, 13 Jul 2023 05:05:06 +0000
with message-id <[email protected]>
and subject line Bug#1009248: fixed in groff 1.23.0-1
has caused the Debian Bug report #1009248,
regarding groff: gropdf, unlike grops, does not understand com10 paper size
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.)


-- 
1009248: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009248
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: groff
Version: 1.22.4-8
Severity: normal

If one invokes groff with -Tpdf, it does not understand the com10 paper
size used in North American Commercial / Number 10 envelopes, and the
paper size used is A4.  However, if one uses -Tps, then the same
invocation is recognized, and the correct size is used.

For example, with the below envelope.me, running the first command below
produces a PDF with the wrong paper size, but running the second command
below produces a PostScript file with the correct paper size:

  groff -Tpdf -dpaper=com10l -P-pcom10 -P-l -k -KUTF-8 envelope.me >envelope.pdf

  groff -Tps -dpaper=com10l -P-pcom10 -P-l -k -KUTF-8 envelope.me >envelope.ps

I should point out that the system is not configured to use A4 because
that is not generally available here, although I understand that it is a
sensible default if the paper type is not understood.  The gropdf(1)
manual page directs users to groff_font(5), which does indeed document
the com10 format.  groff_tmac(5) documents the use of the "l" suffix for
landscape, which is usual for this form of envelope (and required by
local postal authorities), and suggests a command line similar to the
above.

Ideally, since this is supported in grops and it's documented to work, I
could indeed use -Tpdf for envelopes.  In the mean time, I've used
ps2pdf as a workaround.

envelope.me
----
.nf
.po 0.5c
.sp 0.5c
.ft P
Hôtel de Ville de Toronto
100 Rue Queen O
Toronto ON M5H 2N2
Canada
.sp 2c
.in 8.5c
New York City Hall
1 City Hall
New York NY 10007-1298
États-Unis
---


-- System Information:
Debian Release: bookworm/sid
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'unstable'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.15.0-3-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_WARN
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages groff depends on:
ii  groff-base  1.22.4-8
ii  libc6       2.33-7
ii  libgcc-s1   12-20220319-1
ii  libstdc++6  12-20220319-1
ii  libx11-6    2:1.7.5-1
ii  libxaw7     2:1.0.14-1
ii  libxmu6     2:1.1.3-3
ii  libxt6      1:1.2.1-1

Versions of packages groff recommends:
ii  ghostscript                      9.56.0~dfsg-1
ii  imagemagick                      8:6.9.11.60+dfsg-1.3+b2
ii  imagemagick-6.q16 [imagemagick]  8:6.9.11.60+dfsg-1.3+b2
ii  libpaper1                        1.1.28+b1
ii  netpbm                           2:10.97.00-2
ii  perl                             5.34.0-3
ii  psutils                          1.17.dfsg-4

groff suggests no packages.

-- no debconf information

-- 
brian m. carlson (he/him or they/them)
Toronto, Ontario, CA

Attachment: 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 ---

Reply via email to