Your message dated Wed, 12 Jan 2022 16:49:31 +0000
with message-id <[email protected]>
and subject line Bug#1003600: fixed in node-marked 4.0.9+ds+~4.0.1-1
has caused the Debian Bug report #1003600,
regarding libjs-marked: loading marked.js from the browser gives "export is not 
defined"
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.)


-- 
1003600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003600
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libjs-marked
Version: 4.0.5+ds-5
Severity: important
Tags: patch

Hi,

marked.js currently links to marked.cjs, which seems to cause problems, see https://github.com/markedjs/marked/issues/2284 for the related upstream bug.

The fix could be to ship the .umd.js and minified .umd.js, as the patch I'm using locally below shows. Thisis slightly different but should be equivalent to the upstream fix.

My interest in this is because Jupyter Notebook (package: python3-notebook) seems to hit an error upon loading. (Sadly, not the only one.)

Best regards

Thomas



diff -Nru node-marked-4.0.5+ds/debian/changelog node-marked-4.0.5+ds/debian/changelog --- node-marked-4.0.5+ds/debian/changelog 2022-01-12 11:37:46.000000000 +0100 +++ node-marked-4.0.5+ds/debian/changelog 2022-01-09 11:47:31.000000000 +0100
@@ -1,10 +1,3 @@
-node-marked (4.0.5+ds-5.1) UNRELEASED; urgency=medium
-
-  * Non-maintainer upload.
-  * Fix browser use
-
- -- Thomas Viehmann <[email protected]>  Wed, 12 Jan 2022 11:37:46 +0100
-
 node-marked (4.0.5+ds-5) unstable; urgency=medium

   * Team upload
diff -Nru node-marked-4.0.5+ds/debian/libjs-marked.install node-marked-4.0.5+ds/debian/libjs-marked.install --- node-marked-4.0.5+ds/debian/libjs-marked.install 2022-01-12 11:37:46.000000000 +0100 +++ node-marked-4.0.5+ds/debian/libjs-marked.install 2022-01-09 11:23:41.000000000 +0100
@@ -1,4 +1,2 @@
 lib/marked.cjs usr/share/javascript/marked/
-lib/marked.umd.js usr/share/javascript/marked/
-lib/marked.umd.min.js usr/share/javascript/marked/
 lib/marked.min.cjs usr/share/javascript/marked/
diff -Nru node-marked-4.0.5+ds/debian/libjs-marked.links node-marked-4.0.5+ds/debian/libjs-marked.links --- node-marked-4.0.5+ds/debian/libjs-marked.links 2022-01-12 11:37:46.000000000 +0100 +++ node-marked-4.0.5+ds/debian/libjs-marked.links 2022-01-09 11:27:30.000000000 +0100
@@ -1,2 +1,2 @@
-usr/share/javascript/marked/marked.umd.js usr/share/javascript/marked/marked.js -usr/share/javascript/marked/marked.umd.min.js usr/share/javascript/marked/marked.min.js +usr/share/javascript/marked/marked.cjs usr/share/javascript/marked/marked.js +usr/share/javascript/marked/marked.min.cjs usr/share/javascript/marked/marked.min.js diff -Nru node-marked-4.0.5+ds/debian/rules node-marked-4.0.5+ds/debian/rules
--- node-marked-4.0.5+ds/debian/rules   2022-01-12 11:37:46.000000000 +0100
+++ node-marked-4.0.5+ds/debian/rules   2022-01-09 11:23:41.000000000 +0100
@@ -10,7 +10,6 @@
 override_dh_auto_build:
        rollup -c rollup.config.js
cd lib && terser --comments '/\*[^\0]+?Copyright[^\0]+?\*/' -o marked.min.cjs marked.cjs - cd lib && terser --comments '/\*[^\0]+?Copyright[^\0]+?\*/' -o marked.umd.min.js marked.umd.js

 override_dh_fixperms:
        dh_fixperms

--- End Message ---
--- Begin Message ---
Source: node-marked
Source-Version: 4.0.9+ds+~4.0.1-1
Done: Yadd <[email protected]>

We believe that the bug you reported is fixed in the latest version of
node-marked, 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.
Yadd <[email protected]> (supplier of updated node-marked 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, 12 Jan 2022 17:35:00 +0100
Source: node-marked
Architecture: source
Version: 4.0.9+ds+~4.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<[email protected]>
Changed-By: Yadd <[email protected]>
Closes: 1003600
Changes:
 node-marked (4.0.9+ds+~4.0.1-1) unstable; urgency=medium
 .
   * Team upload
   * Install UMD files for browser, not cjs ones (Closes: #1003600)
   * Exclude lib from import
   * Use uscan group
   * New upstream version 4.0.9+ds+~4.0.1
   * Update copyright
Checksums-Sha1: 
 905066c75f891942374a5a0f20d7990f6e248b0e 2672 node-marked_4.0.9+ds+~4.0.1-1.dsc
 7f3503c715f61e9e05abb20f6ba683b25e855f23 5084 
node-marked_4.0.9+ds+~4.0.1.orig-types-marked.tar.xz
 d865d841546f716600dd20a89a6cbf9b1b60a0c2 195000 
node-marked_4.0.9+ds+~4.0.1.orig.tar.xz
 9b7be018360a9c6bb29a72532886ecb1e4809c90 20572 
node-marked_4.0.9+ds+~4.0.1-1.debian.tar.xz
Checksums-Sha256: 
 f2938ab15ba2d3a060ec9a787ca89110b64a0cbf015c5aff68070d700d7e6e8d 2672 
node-marked_4.0.9+ds+~4.0.1-1.dsc
 5a1c5cd38232aeb79b704ff7855e411784b67e40eb3fd9c9dad63285c9f8a9c9 5084 
node-marked_4.0.9+ds+~4.0.1.orig-types-marked.tar.xz
 21869f14b5fb3b24ab73ec1b284a26589e1d779188e783a2d5e6841f0f4e98e7 195000 
node-marked_4.0.9+ds+~4.0.1.orig.tar.xz
 571f02e74b6c24f6dc066bb8019df012370e6617b0f98252e0fb488fcc8cb4f7 20572 
node-marked_4.0.9+ds+~4.0.1-1.debian.tar.xz
Files: 
 5653b71294b6fdeb910240978182f15b 2672 javascript optional 
node-marked_4.0.9+ds+~4.0.1-1.dsc
 d7832e6cc3d6f6b2fd1ee64b55e739b8 5084 javascript optional 
node-marked_4.0.9+ds+~4.0.1.orig-types-marked.tar.xz
 67610e1ed6da7f7264bc3387abefaf36 195000 javascript optional 
node-marked_4.0.9+ds+~4.0.1.orig.tar.xz
 c347ea667b6d34d9998cc998cf218494 20572 javascript optional 
node-marked_4.0.9+ds+~4.0.1-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmHfA4UACgkQ9tdMp8mZ
7ukPJw/6A5FEzwlsiqU46coZVrBlyBlfcFP7RksHpQggbvQ51+Ua+4bcmOp3Ypeo
H2dkW5AmZ8zT5M+T9zI3TbTA6JC6S2Ue9Vflvf4+WwHiTfoHCYgqs6+dq710XX0O
2uvGkh+nSwoPsiObv556mIo4aSu1TnNbR04UjBvOQNgjBas6JDytKlpyUJrwru/S
8zEcv8N0oX07AIsRttwFWkO9rz7f960epcC1lzD/07ig5katovgUtGM5h5FGHweV
ZjDzlAYwzmFy3ucafBIgOcpgQ7exmYa/JH5YyIiKZzKLzT4kc2ZLGZfIOV1yCanY
sKeY6fRLoVCV/PrrhJl8/UgLXnSt7XomhjoVlrGzugIGHzLdQx7Gu24Sd7CZ7cbe
zm0C+ev6IfMCUeeUbNM/DA1PVlfkFaHuAyGhGm/y4pQHEH40+wDXUSr6+w+7/YLF
o8OANJ1VrzNCMR/psY9jYF7dL6deQkXog6FLDeKgi8b+Z+mfZEIqIbsl9W1JVOUn
YhLxWm2IwbCSi/ACtSMCdA/LIca623zNkqVJdyjkXe67x2/YAPza+XjLt+yPJdwG
ASNrwc8u/7uwZMkT7hwoN7beEQzBdNJA29KfoKMvn4mmcXwaP4kZ0etDuCMopo5P
YoWm6OkbQ+scpgZfQ/6NyJLTavtz+GGmXuGNipWjgMlaWanuugs=
=WThX
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to