Your message dated Sun, 23 Oct 2022 17:27:11 +0000
with message-id <e1omekh-0005po...@fasolo.debian.org>
and subject line Bug#1022367: fixed in node-deep-for-each 3.0.0-5
has caused the Debian Bug report #1022367,
regarding node-deep-for-each: FTBFS: dh_auto_test: error: /bin/sh -ex 
debian/tests/pkg-js/test returned exit code 1
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.)


-- 
1022367: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022367
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-deep-for-each
Version: 3.0.0-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> BABEL_ENV=commonjs babeljs-7 --presets '@babel/preset-env' --plugins 
> 'babel-plugin-add-module-exports' src -d lib
> Successfully compiled 1 file with Babel (565ms).
> BABEL_ENV=es babeljs-7 src -d es
> Successfully compiled 1 file with Babel (354ms).
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test --buildsystem=nodejs
>       mkdir -p node_modules
>       ln -s ../. node_modules/deep-for-each
>       /bin/sh -ex debian/tests/pkg-js/test
> + jest --ci
> FAIL test/test.js
>   ✓ should not call fn on primitive input (3 ms)
>   ✕ should iterate object entries recursively (11 ms)
>   ✕ should iterate arrays recursively (2 ms)
>   ✕ should iterate array/objects recursively (4 ms)
>   ✕ should use the up to date value (in case the forEach callback modified 
> it) (2 ms)
>   ✓ should make `this` equal to the subject on the iterator (1 ms)
> 
>   ● should iterate object entries recursively
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `should iterate object entries recursively 1`
> 
>     - Snapshot  - 3
>     + Received  + 3
> 
>     - Array [
>     -   Array [
>     + [
>     +   [
>           null,
>           "foo",
>     -     Object {
>     +     {
>             "foo": null,
>           },
>           "foo",
>         ],
>       ]
> 
>        6 |
>        7 | function takeSnapshot() {
>     >  8 |     expect(iterator.mock.calls).toMatchSnapshot();
>          |                                 ^
>        9 |     jest.resetAllMocks();
>       10 | }
>       11 |
> 
>       at takeSnapshot (test/test.js:8:33)
>       at Object.<anonymous> (test/test.js:31:5)
> 
>   ● should iterate object entries recursively
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `should iterate object entries recursively 2`
> 
>     - Snapshot  - 3
>     + Received  + 3
> 
>     - Array [
>     -   Array [
>     + [
>     +   [
>           undefined,
>           "foo",
>     -     Object {
>     +     {
>             "foo": undefined,
>           },
>           "foo",
>         ],
>       ]
> 
>        6 |
>        7 | function takeSnapshot() {
>     >  8 |     expect(iterator.mock.calls).toMatchSnapshot();
>          |                                 ^
>        9 |     jest.resetAllMocks();
>       10 | }
>       11 |
> 
>       at takeSnapshot (test/test.js:8:33)
>       at Object.<anonymous> (test/test.js:34:5)
> 
>   ● should iterate object entries recursively
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `should iterate object entries recursively 3`
> 
>     - Snapshot  - 7
>     + Received  + 7
> 
>     - Array [
>     -   Array [
>     -     Object {
>     + [
>     +   [
>     +     {
>             "bar": null,
>           },
>           "foo",
>     -     Object {
>     -       "foo": Object {
>     +     {
>     +       "foo": {
>               "bar": null,
>             },
>           },
>           "foo",
>         ],
>     -   Array [
>     +   [
>           null,
>           "bar",
>     -     Object {
>     +     {
>             "bar": null,
>           },
>           "foo.bar",
>         ],
>       ]
> 
>        6 |
>        7 | function takeSnapshot() {
>     >  8 |     expect(iterator.mock.calls).toMatchSnapshot();
>          |                                 ^
>        9 |     jest.resetAllMocks();
>       10 | }
>       11 |
> 
>       at takeSnapshot (test/test.js:8:33)
>       at Object.<anonymous> (test/test.js:37:5)
> 
>   ● should iterate object entries recursively
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `should iterate object entries recursively 4`
> 
>     - Snapshot  - 7
>     + Received  + 7
> 
>     - Array [
>     -   Array [
>     -     Object {
>     + [
>     +   [
>     +     {
>             "bar": undefined,
>           },
>           "foo",
>     -     Object {
>     -       "foo": Object {
>     +     {
>     +       "foo": {
>               "bar": undefined,
>             },
>           },
>           "foo",
>         ],
>     -   Array [
>     +   [
>           undefined,
>           "bar",
>     -     Object {
>     +     {
>             "bar": undefined,
>           },
>           "foo.bar",
>         ],
>       ]
> 
>        6 |
>        7 | function takeSnapshot() {
>     >  8 |     expect(iterator.mock.calls).toMatchSnapshot();
>          |                                 ^
>        9 |     jest.resetAllMocks();
>       10 | }
>       11 |
> 
>       at takeSnapshot (test/test.js:8:33)
>       at Object.<anonymous> (test/test.js:40:5)
> 
>   ● should iterate object entries recursively
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `should iterate object entries recursively 5`
> 
>     - Snapshot  - 11
>     + Received  + 11
> 
>     @@ -1,46 +1,46 @@
>     - Array [
>     -   Array [
>     -     Object {
>     + [
>     +   [
>     +     {
>             "bar": null,
>             "baz": 1,
>             "bez": "  ",
>           },
>           "foo",
>     -     Object {
>     -       "foo": Object {
>     +     {
>     +       "foo": {
>               "bar": null,
>               "baz": 1,
>               "bez": "  ",
>             },
>           },
>           "foo",
>         ],
>     -   Array [
>     +   [
>           null,
>           "bar",
>     -     Object {
>     +     {
>             "bar": null,
>             "baz": 1,
>             "bez": "  ",
>           },
>           "foo.bar",
>         ],
>     -   Array [
>     +   [
>           1,
>           "baz",
>     -     Object {
>     +     {
>             "bar": null,
>             "baz": 1,
>             "bez": "  ",
>           },
>           "foo.baz",
>         ],
>     -   Array [
>     +   [
>           "  ",
>           "bez",
>     -     Object {
>     +     {
>             "bar": null,
>             "baz": 1,
>             "bez": "  ",
>           },
>           "foo.bez",
> 
>        6 |
>        7 | function takeSnapshot() {
>     >  8 |     expect(iterator.mock.calls).toMatchSnapshot();
>          |                                 ^
>        9 |     jest.resetAllMocks();
>       10 | }
>       11 |
> 
>       at takeSnapshot (test/test.js:8:33)
>       at Object.<anonymous> (test/test.js:43:5)
> 
>   ● should iterate arrays recursively
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `should iterate arrays recursively 1`
> 
>     - Snapshot  - 3
>     + Received  + 3
> 
>     - Array [
>     -   Array [
>     + [
>     +   [
>           null,
>           0,
>     -     Array [
>     +     [
>             null,
>           ],
>           "[0]",
>         ],
>       ]
> 
>        6 |
>        7 | function takeSnapshot() {
>     >  8 |     expect(iterator.mock.calls).toMatchSnapshot();
>          |                                 ^
>        9 |     jest.resetAllMocks();
>       10 | }
>       11 |
> 
>       at takeSnapshot (test/test.js:8:33)
>       at Object.<anonymous> (test/test.js:48:5)
> 
>   ● should iterate arrays recursively
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `should iterate arrays recursively 2`
> 
>     - Snapshot  - 3
>     + Received  + 3
> 
>     - Array [
>     -   Array [
>     + [
>     +   [
>           undefined,
>           0,
>     -     Array [
>     +     [
>             undefined,
>           ],
>           "[0]",
>         ],
>       ]
> 
>        6 |
>        7 | function takeSnapshot() {
>     >  8 |     expect(iterator.mock.calls).toMatchSnapshot();
>          |                                 ^
>        9 |     jest.resetAllMocks();
>       10 | }
>       11 |
> 
>       at takeSnapshot (test/test.js:8:33)
>       at Object.<anonymous> (test/test.js:51:5)
> 
>   ● should iterate arrays recursively
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `should iterate arrays recursively 3`
> 
>     - Snapshot  - 16
>     + Received  + 16
> 
>     @@ -1,76 +1,76 @@
>     - Array [
>     -   Array [
>     + [
>     +   [
>           1,
>           0,
>     -     Array [
>     +     [
>             1,
>     -       Array [
>     +       [
>               "foo",
>               "",
>               null,
>               "  ",
>             ],
>           ],
>           "[0]",
>         ],
>     -   Array [
>     -     Array [
>     +   [
>     +     [
>             "foo",
>             "",
>             null,
>             "  ",
>           ],
>           1,
>     -     Array [
>     +     [
>             1,
>     -       Array [
>     +       [
>               "foo",
>               "",
>               null,
>               "  ",
>             ],
>           ],
>           "[1]",
>         ],
>     -   Array [
>     +   [
>           "foo",
>           0,
>     -     Array [
>     +     [
>             "foo",
>             "",
>             null,
>             "  ",
>           ],
>           "[1][0]",
>         ],
>     -   Array [
>     +   [
>           "",
>           1,
>     -     Array [
>     +     [
>             "foo",
>             "",
>             null,
>             "  ",
>           ],
>           "[1][1]",
>         ],
>     -   Array [
>     +   [
>           null,
>           2,
>     -     Array [
>     +     [
>             "foo",
>             "",
>             null,
>             "  ",
>           ],
>           "[1][2]",
>         ],
>     -   Array [
>     +   [
>           "  ",
>           3,
>     -     Array [
>     +     [
>             "foo",
>             "",
>             null,
>             "  ",
>           ],
> 
>        6 |
>        7 | function takeSnapshot() {
>     >  8 |     expect(iterator.mock.calls).toMatchSnapshot();
>          |                                 ^
>        9 |     jest.resetAllMocks();
>       10 | }
>       11 |
> 
>       at takeSnapshot (test/test.js:8:33)
>       at Object.<anonymous> (test/test.js:54:5)
> 
>   ● should iterate array/objects recursively
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `should iterate array/objects recursively 1`
> 
>     - Snapshot  - 57
>     + Received  + 57
> 
>     @@ -1,34 +1,34 @@
>     - Array [
>     -   Array [
>     -     Array [
>     -       Object {
>     -         "cars": Object {
>     + [
>     +   [
>     +     [
>     +       {
>     +         "cars": {
>                 "aston": "",
>                 "audi": "nice",
>                 "vw": "good",
>               },
>     -         "colors": Array [
>     +         "colors": [
>                 "red",
>                 " green ",
>                 "",
>               ],
>             },
>             undefined,
>             "",
>           ],
>           "something",
>     -     Object {
>     +     {
>             "foo": "bar",
>     -       "something": Array [
>     -         Object {
>     -           "cars": Object {
>     +       "something": [
>     +         {
>     +           "cars": {
>                   "aston": "",
>                   "audi": "nice",
>                   "vw": "good",
>                 },
>     -           "colors": Array [
>     +           "colors": [
>                   "red",
>                   " green ",
>                   "",
>                 ],
>               },
>     @@ -36,199 +36,199 @@
>               "",
>             ],
>           },
>           "something",
>         ],
>     -   Array [
>     -     Object {
>     -       "cars": Object {
>     +   [
>     +     {
>     +       "cars": {
>               "aston": "",
>               "audi": "nice",
>               "vw": "good",
>             },
>     -       "colors": Array [
>     +       "colors": [
>               "red",
>               " green ",
>               "",
>             ],
>           },
>           0,
>     -     Array [
>     -       Object {
>     -         "cars": Object {
>     +     [
>     +       {
>     +         "cars": {
>                 "aston": "",
>                 "audi": "nice",
>                 "vw": "good",
>               },
>     -         "colors": Array [
>     +         "colors": [
>                 "red",
>                 " green ",
>                 "",
>               ],
>             },
>             undefined,
>             "",
>           ],
>           "something[0]",
>         ],
>     -   Array [
>     -     Array [
>     +   [
>     +     [
>             "red",
>             " green ",
>             "",
>           ],
>           "colors",
>     -     Object {
>     -       "cars": Object {
>     +     {
>     +       "cars": {
>               "aston": "",
>               "audi": "nice",
>               "vw": "good",
>             },
>     -       "colors": Array [
>     +       "colors": [
>               "red",
>               " green ",
>               "",
>             ],
>           },
>           "something[0].colors",
>         ],
>     -   Array [
>     +   [
>           "red",
>           0,
>     -     Array [
>     +     [
>             "red",
>             " green ",
>             "",
>           ],
>           "something[0].colors[0]",
>         ],
>     -   Array [
>     +   [
>           " green ",
>           1,
>     -     Array [
>     +     [
>             "red",
>             " green ",
>             "",
>           ],
>           "something[0].colors[1]",
>         ],
>     -   Array [
>     +   [
>           "",
>           2,
>     -     Array [
>     +     [
>             "red",
>             " green ",
>             "",
>           ],
>           "something[0].colors[2]",
>         ],
>     -   Array [
>     -     Object {
>     +   [
>     +     {
>             "aston": "",
>             "audi": "nice",
>             "vw": "good",
>           },
>           "cars",
>     -     Object {
>     -       "cars": Object {
>     +     {
>     +       "cars": {
>               "aston": "",
>               "audi": "nice",
>               "vw": "good",
>             },
>     -       "colors": Array [
>     +       "colors": [
>               "red",
>               " green ",
>               "",
>             ],
>           },
>           "something[0].cars",
>         ],
>     -   Array [
>     +   [
>           "nice",
>           "audi",
>     -     Object {
>     +     {
>             "aston": "",
>             "audi": "nice",
>             "vw": "good",
>           },
>           "something[0].cars.audi",
>         ],
>     -   Array [
>     +   [
>           "good",
>           "vw",
>     -     Object {
>     +     {
>             "aston": "",
>             "audi": "nice",
>             "vw": "good",
>           },
>           "something[0].cars.vw",
>         ],
>     -   Array [
>     +   [
>           "",
>           "aston",
>     -     Object {
>     +     {
>             "aston": "",
>             "audi": "nice",
>             "vw": "good",
>           },
>           "something[0].cars.aston",
>         ],
>     -   Array [
>     +   [
>           undefined,
>           1,
>     -     Array [
>     -       Object {
>     -         "cars": Object {
>     +     [
>     +       {
>     +         "cars": {
>                 "aston": "",
>                 "audi": "nice",
>                 "vw": "good",
>               },
>     -         "colors": Array [
>     +         "colors": [
>                 "red",
>                 " green ",
>                 "",
>               ],
>             },
>             undefined,
>             "",
>           ],
>           "something[1]",
>         ],
>     -   Array [
>     +   [
>           "",
>           2,
>     -     Array [
>     -       Object {
>     -         "cars": Object {
>     +     [
>     +       {
>     +         "cars": {
>                 "aston": "",
>                 "audi": "nice",
>                 "vw": "good",
>               },
>     -         "colors": Array [
>     +         "colors": [
>                 "red",
>                 " green ",
>                 "",
>               ],
>             },
>             undefined,
>             "",
>           ],
>           "something[2]",
>         ],
>     -   Array [
>     +   [
>           "bar",
>           "foo",
>     -     Object {
>     +     {
>             "foo": "bar",
>     -       "something": Array [
>     -         Object {
>     -           "cars": Object {
>     +       "something": [
>     +         {
>     +           "cars": {
>                   "aston": "",
>                   "audi": "nice",
>                   "vw": "good",
>                 },
>     -           "colors": Array [
>     +           "colors": [
>                   "red",
>                   " green ",
>                   "",
>                 ],
>               },
> 
>        6 |
>        7 | function takeSnapshot() {
>     >  8 |     expect(iterator.mock.calls).toMatchSnapshot();
>          |                                 ^
>        9 |     jest.resetAllMocks();
>       10 | }
>       11 |
> 
>       at takeSnapshot (test/test.js:8:33)
>       at Object.<anonymous> (test/test.js:69:5)
> 
>   ● should use the up to date value (in case the forEach callback modified it)
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `should use the up to date value (in case the forEach 
> callback modified it) 1`
> 
>     - Snapshot  - 28
>     + Received  + 28
> 
>     @@ -1,69 +1,69 @@
>     - Array [
>     -   Array [
>     -     Array [
>     -       Array [
>     + [
>     +   [
>     +     [
>     +       [
>               1,
>     -         Object {},
>     +         {},
>             ],
>           ],
>           "arr",
>     -     Object {
>     -       "arr": Array [
>     -         Array [
>     +     {
>     +       "arr": [
>     +         [
>                 1,
>     -           Object {},
>     +           {},
>               ],
>             ],
>             "foo": "bar",
>           },
>           "arr",
>         ],
>     -   Array [
>     -     Array [
>     +   [
>     +     [
>             1,
>     -       Object {
>     +       {
>               "foo": "bar",
>             },
>           ],
>           0,
>     -     Array [
>     -       Array [
>     +     [
>     +       [
>               1,
>     -         Object {},
>     +         {},
>             ],
>           ],
>           "arr[0]",
>         ],
>     -   Array [
>     +   [
>           1,
>           0,
>     -     Array [
>     +     [
>             1,
>     -       Object {},
>     +       {},
>           ],
>           "arr[0][0]",
>         ],
>     -   Array [
>     -     Object {},
>     +   [
>     +     {},
>           1,
>     -     Array [
>     +     [
>             1,
>     -       Object {},
>     +       {},
>           ],
>           "arr[0][1]",
>         ],
>     -   Array [
>     -     Object {
>     +   [
>     +     {
>             "bar": "baz",
>           },
>           "foo",
>     -     Object {
>     -       "arr": Array [
>     -         Array [
>     +     {
>     +       "arr": [
>     +         [
>                 1,
>     -           Object {},
>     +           {},
>               ],
>             ],
>             "foo": "bar",
>           },
>           "foo",
> 
>        6 |
>        7 | function takeSnapshot() {
>     >  8 |     expect(iterator.mock.calls).toMatchSnapshot();
>          |                                 ^
>        9 |     jest.resetAllMocks();
>       10 | }
>       11 |
> 
>       at takeSnapshot (test/test.js:8:33)
>       at Object.<anonymous> (test/test.js:86:5)
> 
>  › 10 snapshots failed.
> Snapshot Summary
>  › 10 snapshots failed from 1 test suite. Inspect your code changes or re-run 
> jest with `-u` to update them.
> 
> Test Suites: 1 failed, 1 total
> Tests:       4 failed, 2 passed, 6 total
> Snapshots:   10 failed, 10 total
> Time:        1.004 s
> Ran all test suites.
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/node-deep-for-each_3.0.0-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: node-deep-for-each
Source-Version: 3.0.0-5
Done: Yadd <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-deep-for-each, 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 1022...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated node-deep-for-each 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: SHA512

Format: 1.8
Date: Sun, 23 Oct 2022 18:23:08 +0200
Source: node-deep-for-each
Built-For-Profiles: nocheck
Architecture: source
Version: 3.0.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1022367
Changes:
 node-deep-for-each (3.0.0-5) unstable; urgency=medium
 .
   * Team upload
   * Update standards version to 4.6.1, no changes needed.
   * Add fix for jest >= 29 (Closes: #1022367)
Checksums-Sha1: 
 0ca81d37c08cfafb82f6907d676fb078a715428c 2238 node-deep-for-each_3.0.0-5.dsc
 98bb52c5a82fb5521f67312220283d91e8726af8 3508 
node-deep-for-each_3.0.0-5.debian.tar.xz
Checksums-Sha256: 
 03753fb7774cb7dae5647e11682a2259e7c0da2fd219f20eb44a11ec2a46b44e 2238 
node-deep-for-each_3.0.0-5.dsc
 8054191737f0c9432fe6d8e29bf88f38679f52e385e5ae13c168af85df1e8d51 3508 
node-deep-for-each_3.0.0-5.debian.tar.xz
Files: 
 3251d54ca8dee02fe879b58d8bf03b42 2238 javascript optional 
node-deep-for-each_3.0.0-5.dsc
 f69e40abc9c913384357435a17de38b4 3508 javascript optional 
node-deep-for-each_3.0.0-5.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmNVbDAACgkQ9tdMp8mZ
7umXyw//Q8r+eFMqELiGjJ7kAIROWG1hQn9BQpF4M0Y/TDwjS9Gly/OdpmyoTWzy
z0sTT7GmwRabgLL21vWfYBgqxTDUqiyQcPP6B9l0yGfWI/4CzOdhSlGX8poi7uMk
X96qzIXkH9IjAo9yP/1f0xdZlYY9ZAOR/XC/LoerciEa0A4KI4uaK0JY1j5JQoHo
fYBWng20FVR0tdTjub+y9ems7NwAbb2KXtEj1N0knliBLHmDZKloXNB+qgUsaaMS
WowwciY+jHu+tT5m5NXB1DIVWWLT7+003Wyr7StY/chak1wzQ4nRWF4APguQzLBj
aiEVScH9Cny0A2G1mXi/GN1h6g8h/nKy/YI5lBwkFi1SOSTZX8r7bGwWkE/ZuNXv
gVPfPMyf/asJqigQ2DEeNXSH7rr6qoO6MMF73uhB9QV+4pd3Sl9W8dlhX8PswD3S
rth7Fgd/msiI9SqLrDmof9VlgDR73XpS5a24MNuuon0y0BrYj2EXf/lmAQa2ugXz
sATh1HF/zI2CM9KCnb/M1FG+CS4XUt8T+JkWPNseUrDtPBOqs2Ua9uepYAZGDYfX
BkZAjBoN6ooUmksDAbJZ7RxZnsIynQVgFS7JAOw4HHo+l6O4w24f5d08xFJlTUFk
F6LZMJfiXyHn1RGXe05Jx0dcGAjD+faDv2lNzIq77Ehn9WHBb4I=
=B3rD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to