Your message dated Wed, 06 Oct 2021 12:48:33 +0000 with message-id <[email protected]> and subject line Bug#978051: fixed in node-consolidate 0.16.0-1 has caused the Debian Bug report #978051, regarding node-consolidate depends on babel-core 6 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.) -- 978051: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978051 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: node-consolidate Version: 0.15.1+repack-1 Severity: serious Enabling test proves that node-consolidate depends on node-babel-core 6: ``` function requireReact(module, filename) { var babel = requires.babel || (requires.babel = require('babel-core')); var compiled = babel.transformFileSync(filename, { presets: [ 'react' ] }).code; return module._compile(compiled, filename); } exports.requireReact = requireReact; /** * Converting a string into a node module. */ function requireReactString(src, filename) { var babel = requires.babel || (requires.babel = require('babel-core')); if (!filename) filename = ''; var m = new module.constructor(); filename = filename || ''; // Compile Using React var compiled = babel.transform(src, { presets: [ 'react' ] }).code; ```
--- End Message ---
--- Begin Message ---Source: node-consolidate Source-Version: 0.16.0-1 Done: Yadd <[email protected]> We believe that the bug you reported is fixed in the latest version of node-consolidate, 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-consolidate 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, 06 Oct 2021 13:48:25 +0200 Source: node-consolidate Architecture: source Version: 0.16.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Javascript Maintainers <[email protected]> Changed-By: Yadd <[email protected]> Closes: 978051 Changes: node-consolidate (0.16.0-1) unstable; urgency=medium . * Team upload * Update standards version to 4.6.0, no changes needed. * Add "Rules-Requires-Root: no" * Fix GitHub tags regex * Use dh-sequence-nodejs instead of pkg-js-tools * New upstream version 0.16.0 * Use babel7 instead of old babel6 (Closes: #978051) * Embed liquid-node, squirrelly, strftime and inyliquid for test only * Enable part of upstream test using mocha * Add test dependencies * Add lintian overrides Checksums-Sha1: bbdf483c1b0ba885428a9a8b11b56764f4f56af1 2354 node-consolidate_0.16.0-1.dsc e0223a5f8bc6db01c33ec839463da953f2fd2e87 22193 node-consolidate_0.16.0.orig.tar.gz e2d4a9b040b50849ff49c9a4d0c31ca7a6b07a58 53556 node-consolidate_0.16.0-1.debian.tar.xz Checksums-Sha256: 4834ec6f5e12e94b2e239360ff3fa071485b7dbbb5762ee0b473d995e1e384c3 2354 node-consolidate_0.16.0-1.dsc 2ba12467f6747c73f8c43a6ed3ce0b6e6fd62a9ca410dac6fe3f525733b0d1c8 22193 node-consolidate_0.16.0.orig.tar.gz dec13e11a772fbdcd4314835dff92c7db8a10b34658eefc9fbfc2226653d02af 53556 node-consolidate_0.16.0-1.debian.tar.xz Files: 654afe6ffd6024986a56e0b4254a012e 2354 javascript optional node-consolidate_0.16.0-1.dsc 8abc6639f81b7a2459c42104c22815c4 22193 javascript optional node-consolidate_0.16.0.orig.tar.gz 0ab98b3a061da498b1a36000d37c01ec 53556 javascript optional node-consolidate_0.16.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmFdmAMACgkQ9tdMp8mZ 7ulllg/8Ca8UpNo4laj7rtNCTVbYPubRpOJK40IjuYpRwEMCyJ/PqcDkFwMSJgNP IbIDgNgOYgvPdgBFVUZb4M783njUAG/Qmaw3fAGBmvO7GYa1k+03c5Ef07HPP3KX zyVIFviRxbhRj59KCRabBEa9RHooyiVXyZc4/CMS1RW1+sOGTJWT+bfvCOgF8BWD rSEkQ6Z49E+Iu4wmqAbUklbdh0KWi/KEEBNmXA4aUCpf5hQCqgX7AGhvrQ0I1Zkw tWXKZnq1fQGz0PtI0Yn7BrErqwG6WXOXhooTCIGeVjAmWzzdeRaTxrhJD59BhY3P KYrRgrMnCKbxRrBGWxbca+XxgNPNmnW+OrkPwmjHc7lI6UDcPmSulP5l7boQ/Hnb ixTLmaf6fnxGlyIIYc6qxbimuqSK+3sw0R1H6kPjPcoyWlKuVxhaYisOZL6vLwLC LuImLHlivTC7EI6u75txV2bRYEBgMQr2mL4jR8vo0Hp3eGMLgf7sM9jE0VOBRfmt 584G4aXEDhrFiUEkSn988jQf89KEXFXd76KAb4ZeYjnjCLAVAAe0UTlCvNLmkyB4 BcDBQ8vc2T1LeWZAl6yebQ0XWHWgDRDUuh89+8kcuKVYe8d/CeIZG85nCbhOhKK0 LhWcuU/+G+8FWv442mg0Yj/0NSREPDYM2AEMX7EoBe+bJWcZuPw= =W0yb -----END PGP SIGNATURE-----
--- End Message ---
-- Pkg-javascript-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
