Your message dated Sun, 29 Sep 2024 12:32:11 +0000
with message-id <e1sut5v-006jzs...@fasolo.debian.org>
and subject line Bug#1078897: fixed in node-tap 16.3.2+ds1+~cs50.8.16-1+deb12u1
has caused the Debian Bug report #1078897,
regarding node-tap: FTBFS: SyntaxError: Cannot use import statement outside a
module
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 ow...@bugs.debian.org
immediately.)
--
1078897: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078897
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:node-tap
Version: 16.3.2+ds1+~cs50.8.16-1
Severity: serious
Control: close -1 16.3.7+ds1+~cs50.9.19-7
Tags: ftbfs bookworm
Dear maintainer:
During a rebuild of all packages in bookworm, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=nodejs
Link ./node_modules/callsites -> /usr/share/nodejs/callsites
Link ./node_modules/tape -> /usr/share/nodejs/tape
Link ./node_modules/ts-node -> /usr/share/nodejs/ts-node
Link ./node_modules/@types/diff -> /usr/share/nodejs/@types/diff
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link node_modules/async-hook-domain -> ../module-async-hook-domain
Link node_modules/bind-obj-methods -> ../module-bind-obj-methods
Link node_modules/caller-callsite -> ../module-caller-callsite
Link node_modules/caller-path -> ../module-caller-path
Link node_modules/findit -> ../module-findit
Link node_modules/fs-exists-cached -> ../module-fs-exists-cached
Link node_modules/function-loop -> ../module-function-loop
Link node_modules/@isaacs/import-jsx -> ../../module-isaacs-import-jsx
Link node_modules/jackspeak -> ../module-jackspeak
Link node_modules/libtap -> ../module-libtap
Link node_modules/own-or -> ../module-own-or
Link node_modules/own-or-env -> ../module-own-or-env
Link node_modules/tcompare -> ../module-tcompare
Link node_modules/trivial-deferred -> ../module-trivial-deferred
Link node_modules/@types/tap -> ../../types-tap
dh_auto_build --buildsystem=nodejs
Found debian/nodejs/module-caller-path/build
cd ./module-caller-path && sh -ex
../debian/nodejs/module-caller-path/build
+ mjs2cjs index.js
[36m
[1mindex.js[22m → [1m./index.cjs[22m...[39m
[32mcreated [1m./index.cjs[22m in [1m44ms[22m[39m
+ perl -i -pe s/node:// index.cjs
No build command found, searching known files
No build command found, searching known files
Found debian/nodejs/module-tcompare/build
cd ./module-tcompare && sh -ex ../debian/nodejs/module-tcompare/build
+ tsc -p tsconfig-cjs.json
+ tsc -p tsconfig-esm.json
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
Found debian/nodejs/module-caller-callsite/build
cd ./module-caller-callsite && sh -ex
../debian/nodejs/module-caller-callsite/build
+ mjs2cjs index.js
[36m
[1mindex.js[22m → [1m./index.cjs[22m...[39m
[32mcreated [1m./index.cjs[22m in [1m52ms[22m[39m
+ perl -i -pe s/node:// index.cjs
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
dh_auto_test --buildsystem=nodejs
ln -s ../debian/tests/test_modules/touch node_modules/touch
ln -s ../. node_modules/tap
/bin/sh -ex debian/tests/pkg-js/test
+ pwd
+ TAP=/<<PKGBUILDDIR>>/bin/run.js
+ pkgjs-utils root_components_list
+ grep -v types-
+ grep -v module-isaacs-import-jsx
+ grep -v module-findit
+ grep -v module-libtap
+ grep -v module-jackspeak
+ LIST=module-async-hook-domain
module-bind-obj-methods
module-caller-callsite
module-caller-path
module-fs-exists-cached
module-function-loop
module-own-or
module-own-or-env
module-tcompare
module-trivial-deferred
+ test !=
+ TAP=/<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000
+ test -e module-async-hook-domain
+ cd module-async-hook-domain
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage
test
test/fixtures/basic.js
✓ error
✓ output
✓ stderr
test/fixtures/child.js
✓ error
✓ output
✓ stderr
test/fixtures/debug.js
✓ error
✓ output
✓ stderr
test/fixtures/destroy.js
✓ error
✓ output
✓ stderr
test/fixtures/multiple-destroy.js
✓ error
✓ output
✓ stderr
test/fixtures/no-handler.js
✓ error
✓ output
✓ stderr
test/fixtures/other-handler.js
✓ error
✓ output
✓ stderr
test/fixtures/process-clubbing.js
✓ error
✓ output
✓ stderr
test/fixtures/process-missing.js
✓ error
✓ output
✓ stderr
test/fixtures/promise-no-domain.js
✓ error
✓ output
✓ stderr
test/fixtures/promise-rejections-unhandled-none.js
✓ error
✓ output
✓ stderr
test/fixtures/promise-rejections-unhandled-strict-with-space.js
✓ error
✓ output
✓ stderr
test/fixtures/promise-rejections-unhandled-strict.js
✓ error
✓ output
✓ stderr
test/fixtures/promise-rejections-unhandled-throw.js
✓ error
✓ output
✓ stderr
test/fixtures/promise-rejections-unhandled-warn-with-error-code.js
✓ error
✓ output
✓ stderr
test/fixtures/promise-rejections-unhandled-warn.js
✓ error
✓ output
✓ stderr
test/fixtures/promise-rejections.js
✓ error
✓ output
✓ stderr
test/fixtures/promise-throwing-handler.js
✓ error
✓ output
✓ stderr
test/fixtures/promise-timing.js
✓ error
✓ output
✓ stderr
test/fixtures/promise.js
✓ error
✓ output
✓ stderr
test/fixtures/throw-in-handler.js
✓ error
✓ output
✓ stderr
test/fixtures/uncaught.js
✓ error
✓ output
✓ stderr
test/run.js
✓ error
✓ output
✓ stderr
test/sms.js
✓ error
✓ output
✓ stderr
72 passing (9s)
+ test -e module-bind-obj-methods
+ cd module-bind-obj-methods
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage
test.js
test.js
✓ should be equal
✓ expected to throw
✓ should be equal
✓ expected to throw
✓ should be equal
✓ should be equal
✓ should be equal
✓ should be equal
✓ should be equal
✓ should be equal
10 passing (213.482ms)
+ test -e module-caller-callsite
+ cd module-caller-callsite
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage
test.js
test.js
✓ should be strictly equal
✓ should be strictly equal
✓ should be strictly equal
3 passing (205.6ms)
+ test -e module-caller-path
+ cd module-caller-path
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage
test.js
test.js
✓ should be strictly equal
✓ should be strictly equal
✓ should be strictly equal
3 passing (206.314ms)
+ test -e module-fs-exists-cached
+ cd module-fs-exists-cached
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage
test.js
test.js
✓ setup
existing file same way
✓ expect truthy value
✓ expect truthy value
✓ expect truthy value
✓ expect truthy value
existing file different ways
✓ expect truthy value
✓ expect truthy value
✓ expect truthy value
✓ expect truthy value
non-existing file same way
✓ expect falsey value
✓ expect falsey value
✓ expect falsey value
✓ expect falsey value
non-existing file different ways
✓ expect falsey value
✓ expect falsey value
✓ expect falsey value
✓ expect falsey value
✓ cleanup
18 passing (258.8ms)
+ test -e module-function-loop
+ cd module-function-loop
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage
test.js
test.js
basic passing operation
✓ this is correct 1
✓ 0
✓ this is correct 2
✓ 1
✓ 2, after loop() call
✓ this is correct 3
✓ 2
✓ this is correct 4
✓ 3
✓ this is correct 5
✓ 4
throws
✓ this is correct
✓ should match pattern provided
all sync
✓ should be equal
✓ should be equal
✓ should be equal
✓ should be equal
✓ should be equal
✓ should be equal
✓ should be equal
broken promise
✓ this is correct
✓ this is correct
✓ should match pattern provided
23 passing (244.065ms)
+ test -e module-own-or
+ cd module-own-or
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage
test.js
test.js
✓ undefined
1 passing (130.548ms)
+ test -e module-own-or-env
+ cd module-own-or-env
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage
test.js
test.js
✓ undefined
1 passing (128.368ms)
+ test -e module-tcompare
+ cd module-tcompare
+ TAP_SNAPSHOT=1 /<<PKGBUILDDIR>>/bin/run.js -J -R spec -t 30000 --no-coverage
test
/<<PKGBUILDDIR>>/module-tcompare/test/has-strict.ts:1
import t from 'tap'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1274:20)
at Module._compile (node:internal/modules/cjs/loader:1320:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:29)
at ModuleJob.run (node:internal/modules/esm/module_job:195:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at async loadESM (node:internal/process/esm_loader:34:7)
Node.js v18.19.0
/<<PKGBUILDDIR>>/module-tcompare/test/format.ts:1
import t from 'tap'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1274:20)
at Module._compile (node:internal/modules/cjs/loader:1320:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:29)
at ModuleJob.run (node:internal/modules/esm/module_job:195:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at async loadESM (node:internal/process/esm_loader:34:7)
Node.js v18.19.0
test/format.ts
1) test/format.ts
/<<PKGBUILDDIR>>/module-tcompare/test/has.ts:1
import t from 'tap'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1274:20)
at Module._compile (node:internal/modules/cjs/loader:1320:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:29)
at ModuleJob.run (node:internal/modules/esm/module_job:195:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at async loadESM (node:internal/process/esm_loader:34:7)
Node.js v18.19.0
/<<PKGBUILDDIR>>/module-tcompare/test/index.ts:1
import t from 'tap'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1274:20)
at Module._compile (node:internal/modules/cjs/loader:1320:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:29)
at ModuleJob.run (node:internal/modules/esm/module_job:195:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at async loadESM (node:internal/process/esm_loader:34:7)
Node.js v18.19.0
test/has-strict.ts
2) test/has-strict.ts
test/has.ts
3) test/has.ts
/<<PKGBUILDDIR>>/module-tcompare/test/match-strict.ts:1
import t from 'tap'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1274:20)
at Module._compile (node:internal/modules/cjs/loader:1320:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:29)
at ModuleJob.run (node:internal/modules/esm/module_job:195:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at async loadESM (node:internal/process/esm_loader:34:7)
/<<PKGBUILDDIR>>/module-tcompare/test/match-only.ts:1
import t from 'tap'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1274:20)
at Module._compile (node:internal/modules/cjs/loader:1320:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:29)
at ModuleJob.run (node:internal/modules/esm/module_job:195:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at async loadESM (node:internal/process/esm_loader:34:7)
Node.js v18.19.0
Node.js v18.19.0
test/index.ts
4) test/index.ts
test/match-only.ts
5) test/match-only.ts
/<<PKGBUILDDIR>>/module-tcompare/test/match.ts:1
import t from 'tap'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1274:20)
at Module._compile (node:internal/modules/cjs/loader:1320:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:29)
at ModuleJob.run (node:internal/modules/esm/module_job:195:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at async loadESM (node:internal/process/esm_loader:34:7)
Node.js v18.19.0
/<<PKGBUILDDIR>>/module-tcompare/test/same.ts:1
import t from 'tap'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1274:20)
at Module._compile (node:internal/modules/cjs/loader:1320:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:29)
at ModuleJob.run (node:internal/modules/esm/module_job:195:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at async loadESM (node:internal/process/esm_loader:34:7)
Node.js v18.19.0
test/match-strict.ts
6) test/match-strict.ts
test/match.ts
7) test/match.ts
/<<PKGBUILDDIR>>/module-tcompare/test/strict.ts:1
import t from 'tap'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1274:20)
at Module._compile (node:internal/modules/cjs/loader:1320:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:29)
at ModuleJob.run (node:internal/modules/esm/module_job:195:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at async loadESM (node:internal/process/esm_loader:34:7)
Node.js v18.19.0
test/same.ts
8) test/same.ts
test/strict.ts
9) test/strict.ts
0 passing (3s)
9 failing
1) test/format.ts test/format.ts:
test/format.ts
2) test/has-strict.ts test/has-strict.ts:
test/has-strict.ts
3) test/has.ts test/has.ts:
test/has.ts
4) test/index.ts test/index.ts:
test/index.ts
5) test/match-only.ts test/match-only.ts:
test/match-only.ts
6) test/match-strict.ts test/match-strict.ts:
test/match-strict.ts
7) test/match.ts test/match.ts:
test/match.ts
8) test/same.ts test/same.ts:
test/same.ts
9) test/strict.ts test/strict.ts:
test/strict.ts
dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1
make: *** [debian/rules:20: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/bookworm/
About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: node-tap
Source-Version: 16.3.2+ds1+~cs50.8.16-1+deb12u1
Done: Jérémy Lal <kapo...@melix.org>
We believe that the bug you reported is fixed in the latest version of
node-tap, 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 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jérémy Lal <kapo...@melix.org> (supplier of updated node-tap 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 11 Sep 2024 14:16:07 +0200
Source: node-tap
Architecture: source
Version: 16.3.2+ds1+~cs50.8.16-1+deb12u1
Distribution: bookworm
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Jérémy Lal <kapo...@melix.org>
Closes: 1078897
Changes:
node-tap (16.3.2+ds1+~cs50.8.16-1+deb12u1) bookworm; urgency=medium
.
* Backport patch to support tsnode imports by default.
Closes: #1078897.
Checksums-Sha1:
9ce53688cfa38c69524ee53b212f460e23f0b46c 8630
node-tap_16.3.2+ds1+~cs50.8.16-1+deb12u1.dsc
be7c2368c45ccb6a90cd1971a3ad64d8a2eed7dc 13480
node-tap_16.3.2+ds1+~cs50.8.16-1+deb12u1.debian.tar.xz
3ef414ecf31c81606f106298ef88908cdac70b19 19441
node-tap_16.3.2+ds1+~cs50.8.16-1+deb12u1_source.buildinfo
Checksums-Sha256:
7158adc2310cfa67a5ad0d908e300082f1bfb4349b5e49091a5c95c5dbc7f6a3 8630
node-tap_16.3.2+ds1+~cs50.8.16-1+deb12u1.dsc
0dc6321410e562bddcbf17bde1fa04cb3aacbd38aa904fc3fceccb42f24d52ce 13480
node-tap_16.3.2+ds1+~cs50.8.16-1+deb12u1.debian.tar.xz
7aeeaebd65e03ca7977e9f38436b01e6d008957846a69aef54a04ec742897dfa 19441
node-tap_16.3.2+ds1+~cs50.8.16-1+deb12u1_source.buildinfo
Files:
4cd6492afbe3f7c20f3b1b2ba9683153 8630 javascript optional
node-tap_16.3.2+ds1+~cs50.8.16-1+deb12u1.dsc
d62d873ecffbab701d58b8c1ad41fcc1 13480 javascript optional
node-tap_16.3.2+ds1+~cs50.8.16-1+deb12u1.debian.tar.xz
1ad7cf898e2e23727154befc12144087 19441 javascript optional
node-tap_16.3.2+ds1+~cs50.8.16-1+deb12u1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAwFiEEA8Tnq7iA9SQwbkgVZhHAXt0583QFAmb4cE0SHGthcG91ZXJA
bWVsaXgub3JnAAoJEGYRwF7dOfN0LUUP9Rfr0qmcwgxwG+fT/Ze3Cp9NDYUkfggi
94F8BFWZW5thEV3xcqsuo71RFR20YXAQDM77YXaQSm0paXNjp4FRJCMB3Vx8bulZ
d+wNb8ndSyfLpVnCogWsKjMRddzW7rW4ZUeaDAQnh7nw1nyFwxPXXm7QMiVAHDQI
vvkOr2M3EuQFdYx3IvRkdRSC/qJjXKtWI4WGZOugAWMHT7ysQUlTvhdqNxbDgKvB
6mt7TUgXq9YWT3DEGr3qUWr98y6Vta1DJ5ILdoVdyxM75M5Ql6q8nnVtonl5U2pG
wluaWJwRutYqcVeM+ClClsVm42Uag9TaODw+zT0ZY11swE56WLRmqHNwNjcIUYVt
fdAFRCf3OGnrasJVC8wM84zOWbn9L4Q/ql3SBvbafjMOD/nflFd15jbTt74hApJw
a64lRYURVM+yRlMthlAnlaxpZ90cBHkHVdrdMU+2mVdAfWPHANwuSzpESdIzbdzp
7s+SKI4G9Oj5S1QwdrtffGZWZohnyZBqeP+eknaNJ8CwS/dUk7JYvE6jx4+3BVQ1
tFqjaGGy0cEegfP3028f5Twix/zaU/Dwz4eCRDZb1G+VjYyqyY2oYHvof2mtkhy1
8in04ooMqUtLE8gNz9pwuXa4gMajYMivZdvFyZCE9B6wsy0Q6rGXQBzjQb8iT0PK
wRcWLZeAd8g=
=q6nb
-----END PGP SIGNATURE-----
pgpfJxCHu0fn0.pgp
Description: PGP signature
--- End Message ---
--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel