Your message dated Mon, 19 Sep 2022 22:04:34 +0000
with message-id <[email protected]>
and subject line Bug#1020283: fixed in leveldb 1.23-4
has caused the Debian Bug report #1020283,
regarding leveldb-doc: fenced code blocks in Markdown are not converted
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.)


-- 
1020283: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020283
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: leveldb-doc
Version: 1.22-3
Severity: normal
Tags: patch

Dear Maintainer,

Some html files in the leveldb-doc package are converted from markdown files,
but fenced code blocks (``` code ```) are not converted.


These files are converted by 'markdown' command (from the discount package).
But this command doesn't handle fenced code blocks by default.

>From manpage of markdown:
>     -f flags
>              Set or clear various translation flags.   The flags are in a
>              comma-delimited list, with an optional + (enable), - (disable),
>              or no (disable) lprefix on each flag.
(snip)
>              fencedcode      Allow fenced code blocks (not default).

Here is a patch to debian/rules:
---begin
@@ -45,7 +45,7 @@
        echo "Convert md files to HTML"
        for md in `ls debian/leveldb-doc/usr/share/doc/leveldb-doc/*.md`; do \
                html=`echo $${md} | cut -d. -f1`.html; \
-               markdown $${md} >$${html}; \
+               markdown -f fencedcode $${md} >$${html}; \
        done

 override_dh_auto_test:
---end


Regards,
Nobuhiro Ban

--- End Message ---
--- Begin Message ---
Source: leveldb
Source-Version: 1.23-4
Done: Laszlo Boszormenyi (GCS) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
leveldb, 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.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated leveldb 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: Mon, 19 Sep 2022 20:40:37 +0200
Source: leveldb
Architecture: source
Version: 1.23-4
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Closes: 1020283
Changes:
 leveldb (1.23-4) unstable; urgency=medium
 .
   [ Nobuhiro Ban <[email protected]> ]
   * Fence code blocks for leveldb-doc markdown files (closes: #1020283).
Checksums-Sha1:
 201d856e9c109d77d472b4278b77695aa2c05714 2044 leveldb_1.23-4.dsc
 9a6e4bcee59dfb392390c637f0f49582960232d7 10228 leveldb_1.23-4.debian.tar.xz
Checksums-Sha256:
 1eae53db8925a1d96f43673eb94c7a4f6b25b6edf283753b29fe80c1068f8173 2044 
leveldb_1.23-4.dsc
 fd0b3772e20b6c85a9f133cc21cb1bce9015fd66e4a516576e3efef9cca8428f 10228 
leveldb_1.23-4.debian.tar.xz
Files:
 597f81d76960477e289fd30cf52aba63 2044 database optional leveldb_1.23-4.dsc
 3480beab0375309618b75cfd0383a839 10228 database optional 
leveldb_1.23-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAmMoxQwACgkQ3OMQ54ZM
yL+qkQ//SNeQh/G3Z3OXBQJk8WCNNTClUpn0l0fbW4JucuLfbcTWigLFYtmOXZlM
OSIYfCj+e+ZipXTo0qxs4CR5QS6DV+RAuxo0v18UVIQ0ogS8s20A9b5XzucwodnU
szEzRhp0bWOJXtqbPYcEVC3fgiAdtEKRY6kXUAzigzLJFC+yfnE0mojnx/jdWRXR
VQJoYPQDSBKhAMy/jaoLI4achnC+2OKwtUVf4gWOoBMOq6aTnZxyq/NAaLasTJQe
J40/ha1zqy80T9olD67/52AVB7ogS6iv35GbYhnjb8YrgmFSQTQT6lDdk4IMHkkn
y+FwlJweuAO7xkZGHxOuITWmHN3iBcifjgGZ07FElZy7IVD3xYOjUNDTYsgzgxRl
Fg/gvUGDtQcsh52x7Ygrop1slon6vT7xc8b0gO9LM+AP62p0/+9CyD6s3Brb/UUQ
1hc9yu5Ob7ylsAxnXyuy973j2SptLqaSPBNvV1CPuD0ywYSCFxfqV3Xtqh7fM50o
+Jrjj0fu9jeI6iOMO2dHE1CaaIPzs1ayXzDemb0ij4FrX99PU6/sd2JELqGHsm7F
qZzTeY2s/bj2sHmYsdzvjcYrcsyxowXIg74J7x+nx6RFF1JU9fv5hiZGQwsbLSMf
/crNXZyNV79q6DgLqz0fGSy8yWyAzZsjDfUYp6ip5CKAm8AJSRQ=
=K32I
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to