Your message dated Sat, 07 May 2016 16:33:41 +0000
with message-id <e1az5aj-0005d5...@franck.debian.org>
and subject line Bug#822178: fixed in cargo 0.9.0-1
has caused the Debian Bug report #822178,
regarding cargo: FTBFS: error: Cannot declare a non-inline module inside a 
block unless it has a path attribute
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.)


-- 
822178: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822178
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cargo
Version: 0.8.0-2
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> /libgit2-0_3_3.rlib --extern toml=/<<PKGBUILDDIR>>/deps/libtoml-0_1_25.rlib 
> --extern curl=/<<PKGBUILDDIR>>/deps/libcurl-0_2_14.rlib --extern 
> log=/<<PKGBUILDDIR>>/deps/liblog-0_3_4.rlib --extern 
> num_cpus=/<<PKGBUILDDIR>>/deps/libnum_cpus-0_2_10.rlib --extern 
> url=/<<PKGBUILDDIR>>/deps/liburl-0_2_38.rlib --extern 
> crates_io=/<<PKGBUILDDIR>>/deps/libcrates_io-0_1_0.rlib --extern 
> docopt=/<<PKGBUILDDIR>>/deps/libdocopt-0_6_78.rlib --extern 
> libgit2_sys=/<<PKGBUILDDIR>>/deps/liblibgit2_sys-0_3_8.rlib --extern 
> rustc_serialize=/<<PKGBUILDDIR>>/deps/librustc_serialize-0_3_16.rlib --extern 
> time=/<<PKGBUILDDIR>>/deps/libtime-0_1_34.rlib --extern 
> crossbeam=/<<PKGBUILDDIR>>/deps/libcrossbeam-0_1_6.rlib --extern 
> tar=/<<PKGBUILDDIR>>/deps/libtar-0_3_2.rlib --extern 
> semver=/<<PKGBUILDDIR>>/deps/libsemver-0_2_0.rlib --extern 
> flate2=/<<PKGBUILDDIR>>/deps/libflate2-0_2_11.rlib --extern 
> filetime=/<<PKGBUILDDIR>>/deps/libfiletime-0_1_8.rlib --extern 
> glob=/<<PKGBUILDDIR>>/deps/libglob-0_2_10.rlib --extern 
> regex=/<<PKGBUILDDIR>>/deps/libregex-0_1_44.rlib --extern 
> term=/<<PKGBUILDDIR>>/deps/libterm-0_2_14.rlib --extern 
> git2_curl=/<<PKGBUILDDIR>>/deps/libgit2_curl-0_3_0.rlib
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:64:15: 64:20 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:64         $mac!(bench);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:64:15: 64:20 note: Maybe `use` the 
> module `bench` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:64         $mac!(bench);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:65:15: 65:20 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:65         $mac!(build);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:65:15: 65:20 note: Maybe `use` the 
> module `build` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:65         $mac!(build);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:66:15: 66:20 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:66         $mac!(clean);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:66:15: 66:20 note: Maybe `use` the 
> module `clean` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:66         $mac!(clean);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:67:15: 67:18 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:67         $mac!(doc);
> cargo:                                                                   ^~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:67:15: 67:18 note: Maybe `use` the 
> module `doc` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:67         $mac!(doc);
> cargo:                                                                   ^~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:68:15: 68:20 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:68         $mac!(fetch);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:68:15: 68:20 note: Maybe `use` the 
> module `fetch` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:68         $mac!(fetch);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:69:15: 69:32 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:69         $mac!(generate_lockfile);
> cargo:                                                                   
> ^~~~~~~~~~~~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:69:15: 69:32 note: Maybe `use` the 
> module `generate_lockfile` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:69         $mac!(generate_lockfile);
> cargo:                                                                   
> ^~~~~~~~~~~~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:70:15: 70:27 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:70         $mac!(git_checkout);
> cargo:                                                                   
> ^~~~~~~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:70:15: 70:27 note: Maybe `use` the 
> module `git_checkout` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:70         $mac!(git_checkout);
> cargo:                                                                   
> ^~~~~~~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:71:15: 71:19 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:71         $mac!(help);
> cargo:                                                                   ^~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:71:15: 71:19 note: Maybe `use` the 
> module `help` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:71         $mac!(help);
> cargo:                                                                   ^~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:72:15: 72:22 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:72         $mac!(install);
> cargo:                                                                   
> ^~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:72:15: 72:22 note: Maybe `use` the 
> module `install` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:72         $mac!(install);
> cargo:                                                                   
> ^~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:73:15: 73:29 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:73         $mac!(locate_project);
> cargo:                                                                   
> ^~~~~~~~~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:73:15: 73:29 note: Maybe `use` the 
> module `locate_project` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:73         $mac!(locate_project);
> cargo:                                                                   
> ^~~~~~~~~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:74:15: 74:20 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:74         $mac!(login);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:74:15: 74:20 note: Maybe `use` the 
> module `login` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:74         $mac!(login);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:75:15: 75:18 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:75         $mac!(new);
> cargo:                                                                   ^~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:75:15: 75:18 note: Maybe `use` the 
> module `new` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:75         $mac!(new);
> cargo:                                                                   ^~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:76:15: 76:20 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:76         $mac!(owner);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:76:15: 76:20 note: Maybe `use` the 
> module `owner` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:76         $mac!(owner);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:77:15: 77:22 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:77         $mac!(package);
> cargo:                                                                   
> ^~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:77:15: 77:22 note: Maybe `use` the 
> module `package` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:77         $mac!(package);
> cargo:                                                                   
> ^~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:78:15: 78:20 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:78         $mac!(pkgid);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:78:15: 78:20 note: Maybe `use` the 
> module `pkgid` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:78         $mac!(pkgid);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:79:15: 79:22 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:79         $mac!(publish);
> cargo:                                                                   
> ^~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:79:15: 79:22 note: Maybe `use` the 
> module `publish` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:79         $mac!(publish);
> cargo:                                                                   
> ^~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:80:15: 80:28 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:80         $mac!(read_manifest);
> cargo:                                                                   
> ^~~~~~~~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:80:15: 80:28 note: Maybe `use` the 
> module `read_manifest` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:80         $mac!(read_manifest);
> cargo:                                                                   
> ^~~~~~~~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:81:15: 81:18 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:81         $mac!(run);
> cargo:                                                                   ^~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:81:15: 81:18 note: Maybe `use` the 
> module `run` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:81         $mac!(run);
> cargo:                                                                   ^~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:82:15: 82:20 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:82         $mac!(rustc);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:82:15: 82:20 note: Maybe `use` the 
> module `rustc` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:82         $mac!(rustc);
> cargo:                                                                   ^~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:83:15: 83:22 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:83         $mac!(rustdoc);
> cargo:                                                                   
> ^~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:83:15: 83:22 note: Maybe `use` the 
> module `rustdoc` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:83         $mac!(rustdoc);
> cargo:                                                                   
> ^~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:84:15: 84:21 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:84         $mac!(search);
> cargo:                                                                   
> ^~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:84:15: 84:21 note: Maybe `use` the 
> module `search` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:84         $mac!(search);
> cargo:                                                                   
> ^~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:85:15: 85:19 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:85         $mac!(test);
> cargo:                                                                   ^~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:85:15: 85:19 note: Maybe `use` the 
> module `test` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:85         $mac!(test);
> cargo:                                                                   ^~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:86:15: 86:24 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:86         $mac!(uninstall);
> cargo:                                                                   
> ^~~~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:86:15: 86:24 note: Maybe `use` the 
> module `uninstall` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:86         $mac!(uninstall);
> cargo:                                                                   
> ^~~~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:87:15: 87:21 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:87         $mac!(update);
> cargo:                                                                   
> ^~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:87:15: 87:21 note: Maybe `use` the 
> mod
> Exception:
>  from ./debian/bootstrap.py, line 966:
>  build command failed: 101
> 
> ule `update` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:87         $mac!(update);
> cargo:                                                                   
> ^~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:88:15: 88:29 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:88         $mac!(verify_project);
> cargo:                                                                   
> ^~~~~~~~~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:88:15: 88:29 note: Maybe `use` the 
> module `verify_project` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:88         $mac!(verify_project);
> cargo:                                                                   
> ^~~~~~~~~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:89:15: 89:22 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:89         $mac!(version);
> cargo:                                                                   
> ^~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:89:15: 89:22 note: Maybe `use` the 
> module `version` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:89         $mac!(version);
> cargo:                                                                   
> ^~~~~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:90:15: 90:19 error: Cannot declare a 
> non-inline module inside a block unless it has a path attribute
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:90         $mac!(yank);
> cargo:                                                                   ^~~~
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:90:15: 90:19 note: Maybe `use` the 
> module `yank` instead of redeclaring it
> cargo: /<<PKGBUILDDIR>>/src/bin/cargo.rs:90         $mac!(yank);
> cargo:                                                                   ^~~~
> cargo: error: aborting due to 27 previous errors
> debian/rules:37: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: cargo
Source-Version: 0.9.0-1

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

Debian distribution maintenance software
pp.
Luca Bruno <lu...@debian.org> (supplier of updated cargo 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: SHA1

Format: 1.8
Date: Sat, 07 May 2016 17:56:28 +0200
Source: cargo
Binary: cargo cargo-doc
Architecture: source
Version: 0.9.0-1
Distribution: unstable
Urgency: medium
Maintainer: Rust Maintainers <pkg-rust-maintain...@lists.alioth.debian.org>
Changed-By: Luca Bruno <lu...@debian.org>
Description:
 cargo      - Rust package manager
 cargo-doc  - Rust package manager, documentation
Closes: 822178 823652
Changes:
 cargo (0.9.0-1) unstable; urgency=medium
 .
   * New upstream version
     + Fix deprecation errors (Closes: #822178, #823652)
     + Updated deps tarball
     + Refreshed patches
Checksums-Sha1:
 29b93225fa2de4e71fe0915354d545524ad60d99 2494 cargo_0.9.0-1.dsc
 a4b87b21495ab592b351d7db38eb5ef6c820bb9b 8143234 cargo_0.9.0.orig-deps.tar.gz
 3881f932e025fe662ed6265fadb0d8867fa9a332 532747 cargo_0.9.0.orig.tar.gz
 52a714c0190ead617e51156c8d1ab189845b1225 26048 cargo_0.9.0-1.debian.tar.xz
Checksums-Sha256:
 811f09c33ffee019c7d115970319b55ae4f6b73960607ae538e22444db798cc2 2494 
cargo_0.9.0-1.dsc
 f559257733036adefbdcef55b56611ef063e6b8e76f68aa1fd83d1fdf63fef04 8143234 
cargo_0.9.0.orig-deps.tar.gz
 4cadc436be442505851f3a8e9ffff1ef10b6379101a7f8e0afa9fa80f5198f89 532747 
cargo_0.9.0.orig.tar.gz
 aa280b9e1fffb332879ac3f9ebabe1dc9322cb02de6310fa5c5342a873cbb480 26048 
cargo_0.9.0-1.debian.tar.xz
Files:
 004d8421e08b266db447fd776dc91835 2494 devel extra cargo_0.9.0-1.dsc
 e8947f982451e28f957a373daa7a94a3 8143234 devel extra 
cargo_0.9.0.orig-deps.tar.gz
 c3002e297f125ad40b2e0279219163bc 532747 devel extra cargo_0.9.0.orig.tar.gz
 dcdb791f846ddbb114d84e534ea30239 26048 devel extra cargo_0.9.0-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXLhTNAAoJEKmDSiJSB45OodoP/Ag5UmmD4wInTSTpHbnfJqt2
XATO3XEWkBRZu284mwXnWPT2iMlJvsniHO78FzG9hfdPfQ0vJpJ7wD20qmjpzdW1
Xo1BVRlARlOSYTWBsUfjA0GRm2QsrrCMcPR4yLtv85+cVuTlqyrlcrXDohIirTbT
uNnTZkPzakBqIyekF/rdmOqeAUrnh8hGv0CSmjR0qaQejGD23bvxhvRx/wqwCz5C
fkSpvpVm7vwbe7aM2KXUp3yhPy8N8420n0Pad35Z+LJEGOTsUOdAMOjr3nsmeylu
OnRmHe5tOoxkvrwmBHZBJaHSND3DuLzXYLR+lhQM1rE00RjM3v7Inbe2Z6A0LDoD
udnZofP+cC5pOqvzO6bgXlbwg6i1yR9tgVk7EWU+D23u7eDallX8iVW7yIYt015h
SlO8tT6/wL9wz11xmZcKUeNYuq4wKPo98Z6uA/4UVuWBfyh+39HztRmOAKuWb7Ng
gi6DrkS8inTB/NvdcHfVNsoZTzVPH1jFlWHjM9m0bhYGLDsxTQ1JKuJ5BfcQOUaV
01G3uHZ/ehCdshLoXluUNBRdgyTlOdUrcH2Y+q/lM2aR9ypAfYQ/lAGyjcZqkYyt
SUCszYc7pYddxp1sZJdNVNaIvFOiNs+Qa2mslzZSKTX252ENjtxgevU0PHw+Gxmt
oF1esDStX26y8cqZmFxf
=yzUV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to