Your message dated Mon, 25 Jul 2016 22:29:20 +0000
with message-id <[email protected]>
and subject line Bug#812031: fixed in prime-phylo 1.0.11-3
has caused the Debian Bug report #812031,
regarding prime-phylo: FTBFS with GCC 6: needed for in-class initialization
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.)


-- 
812031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812031
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: prime-phylo
Version: 1.0.11-2
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cxx/libraries/prime && 
> /usr/bin/c++   -DONLY_ONE_TIMESAMPLE -DPERTURBED_NODE -Dprime_phylo_EXPORTS 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cxx/libraries/prime 
> -I/<<PKGBUILDDIR>>/src/cxx/libraries/prime -I/usr/lib/openmpi/include 
> -I/usr/lib/openmpi/include/openmpi 
> -I/usr/lib/openmpi/include/openmpi/ompi/mpi/cxx -I/usr/include/libxml2 
> -I/<<PKGBUILDDIR>>/src/cxx/libraries 
> -I/usr/lib/openmpi/include/openmpi/openmpi/ompi/mpi/cxx  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2  -Wreorder -Wall -fexceptions -g -fPIC   -o 
> CMakeFiles/prime-phylo.dir/TreePerturbationEvent.cc.o -c 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/TreePerturbationEvent.cc
> In file included from 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.cc:4:0:
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:359:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::C2' of non-integral type [-fpermissive]
>   static const Real C2 =       1.0 /      5.0;
>                                           ^~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:360:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::C3' of non-integral type [-fpermissive]
>   static const Real C3 =       3.0 /     10.0;
>                                          ^~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:361:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::C4' of non-integral type [-fpermissive]
>   static const Real C4 =       4.0 /      5.0;
>                                           ^~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:362:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::C5' of non-integral type [-fpermissive]
>   static const Real C5 =       8.0 /      9.0;
>                                           ^~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:363:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A21' of non-integral type [-fpermissive]
>   static const Real A21 =      1.0 /      5.0;
>                                           ^~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:364:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A31' of non-integral type [-fpermissive]
>   static const Real A31 =      3.0 /     40.0;
>                                          ^~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:365:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A32' of non-integral type [-fpermissive]
>   static const Real A32 =      9.0 /     40.0;
>                                          ^~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:366:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A41' of non-integral type [-fpermissive]
>   static const Real A41 =     44.0 /     45.0;
>                                          ^~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:367:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A42' of non-integral type [-fpermissive]
>   static const Real A42 =    -56.0 /     15.0;
>                                          ^~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:368:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A43' of non-integral type [-fpermissive]
>   static const Real A43 =     32.0 /      9.0;
>                                           ^~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:369:39: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A51' of non-integral type [-fpermissive]
>   static const Real A51 =  19372.0 /   6561.0;
>                                        ^~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:370:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A52' of non-integral type [-fpermissive]
>      static const Real A52 = -25360.0 /   2187.0;
>                                           ^~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:371:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A53' of non-integral type [-fpermissive]
>      static const Real A53 =  64448.0 /   6561.0;
>                                           ^~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:372:43: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A54' of non-integral type [-fpermissive]
>      static const Real A54 =   -212.0 /    729.0;
>                                            ^~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:373:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A61' of non-integral type [-fpermissive]
>      static const Real A61 =   9017.0 /   3168.0;
>                                           ^~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:374:44: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A62' of non-integral type [-fpermissive]
>      static const Real A62 =   -355.0 /     33.0;
>                                             ^~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:375:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A63' of non-integral type [-fpermissive]
>      static const Real A63 =  46732.0 /   5247.0;
>                                           ^~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:376:43: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A64' of non-integral type [-fpermissive]
>      static const Real A64 =     49.0 /    176.0;
>                                            ^~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:377:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A65' of non-integral type [-fpermissive]
>      static const Real A65 =  -5103.0 /  18656.0;
>                                          ^~~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:378:43: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A71' of non-integral type [-fpermissive]
>      static const Real A71 =     35.0 /    384.0;
>                                            ^~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:379:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A73' of non-integral type [-fpermissive]
>      static const Real A73 =    500.0 /   1113.0;
>                                           ^~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:380:43: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A74' of non-integral type [-fpermissive]
>      static const Real A74 =    125.0 /    192.0;
>                                            ^~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:381:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A75' of non-integral type [-fpermissive]
>      static const Real A75 =  -2187.0 /   6784.0;
>                                           ^~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:382:44: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::A76' of non-integral type [-fpermissive]
>      static const Real A76 =     11.0 /     84.0;
>                                             ^~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:383:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::E1' of non-integral type [-fpermissive]
>      static const Real E1 =      71.0 /  57600.0;
>                                          ^~~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:384:41: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::E3' of non-integral type [-fpermissive]
>      static const Real E3 =     -71.0 /  16695.0;
>                                          ^~~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:385:42: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::E4' of non-integral type [-fpermissive]
>      static const Real E4 =      71.0 /   1920.0;
>                                           ^~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:386:40: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::E5' of non-integral type [-fpermissive]
>      static const Real E5 =  -17253.0 / 339200.0;
>                                         ^~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:387:43: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::E6' of non-integral type [-fpermissive]
>      static const Real E6 =      22.0 /    525.0;
>                                            ^~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:388:44: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::E7' of non-integral type [-fpermissive]
>      static const Real E7 =      -1.0 /     40.0;
>                                             ^~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:391:47: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::D1' of non-integral type [-fpermissive]
>      static const Real D1 =  -12715105075.0 /  11282082432.0;
>                                                ^~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:392:47: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::D3' of non-integral type [-fpermissive]
>      static const Real D3 =   87487479700.0 /  32700410799.0;
>                                                ^~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:393:48: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::D4' of non-integral type [-fpermissive]
>      static const Real D4 =  -10690763975.0 /   1880347072.0;
>                                                 ^~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:394:46: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::D5' of non-integral type [-fpermissive]
>      static const Real D5 =  701980252875.0 / 199316789632.0;
>                                               ^~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:395:49: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::D6' of non-integral type [-fpermissive]
>      static const Real D6 =   -1453857185.0 /    822651844.0;
>                                                  ^~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ODESolver.hh:396:50: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::ODESolver::D7' of non-integral type [-fpermissive]
>      static const Real D7 =      69997945.0 /     29380423.0;
>                                                   ^~~~~~~~~~
> 
> [ 28%] Building CXX object 
> src/cxx/libraries/prime/CMakeFiles/prime-phylo.dir/ConstRateModel.cc.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cxx/libraries/prime && 
> /usr/bin/c++   -DONLY_ONE_TIMESAMPLE -DPERTURBED_NODE -Dprime_phylo_EXPORTS 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cxx/libraries/prime 
> -I/<<PKGBUILDDIR>>/src/cxx/libraries/prime -I/usr/lib/openmpi/include 
> -I/usr/lib/openmpi/include/openmpi 
> -I/usr/lib/openmpi/include/openmpi/ompi/mpi/cxx -I/usr/include/libxml2 
> -I/<<PKGBUILDDIR>>/src/cxx/libraries 
> -I/usr/lib/openmpi/include/openmpi/openmpi/ompi/mpi/cxx  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2  -Wreorder -Wall -fexceptions -g -fPIC   -o 
> CMakeFiles/prime-phylo.dir/ConstRateModel.cc.o -c 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/ConstRateModel.cc
> [ 29%] Building CXX object 
> src/cxx/libraries/prime/CMakeFiles/prime-phylo.dir/Density2P_common.cc.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cxx/libraries/prime && 
> /usr/bin/c++   -DONLY_ONE_TIMESAMPLE -DPERTURBED_NODE -Dprime_phylo_EXPORTS 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cxx/libraries/prime 
> -I/<<PKGBUILDDIR>>/src/cxx/libraries/prime -I/usr/lib/openmpi/include 
> -I/usr/lib/openmpi/include/openmpi 
> -I/usr/lib/openmpi/include/openmpi/ompi/mpi/cxx -I/usr/include/libxml2 
> -I/<<PKGBUILDDIR>>/src/cxx/libraries 
> -I/usr/lib/openmpi/include/openmpi/openmpi/ompi/mpi/cxx  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2  -Wreorder -Wall -fexceptions -g -fPIC   -o 
> CMakeFiles/prime-phylo.dir/Density2P_common.cc.o -c 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/Density2P_common.cc
> [ 29%] Building CXX object 
> src/cxx/libraries/prime/CMakeFiles/prime-phylo.dir/Density2P_positive.cc.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cxx/libraries/prime && 
> /usr/bin/c++   -DONLY_ONE_TIMESAMPLE -DPERTURBED_NODE -Dprime_phylo_EXPORTS 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cxx/libraries/prime 
> -I/<<PKGBUILDDIR>>/src/cxx/libraries/prime -I/usr/lib/openmpi/include 
> -I/usr/lib/openmpi/include/openmpi 
> -I/usr/lib/openmpi/include/openmpi/ompi/mpi/cxx -I/usr/include/libxml2 
> -I/<<PKGBUILDDIR>>/src/cxx/libraries 
> -I/usr/lib/openmpi/include/openmpi/openmpi/ompi/mpi/cxx  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2  -Wreorder -Wall -fexceptions -g -fPIC   -o 
> CMakeFiles/prime-phylo.dir/Density2P_positive.cc.o -c 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/Density2P_positive.cc
> src/cxx/libraries/prime/CMakeFiles/prime-phylo.dir/build.make:293: recipe for 
> target 'src/cxx/libraries/prime/CMakeFiles/prime-phylo.dir/ODESolver.cc.o' 
> failed
> make[3]: *** 
> [src/cxx/libraries/prime/CMakeFiles/prime-phylo.dir/ODESolver.cc.o] Error 1
> make[3]: *** Waiting for unfinished jobs....
> In file included from 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/EpochTree.cc:7:0:
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/EpochTree.hh:54:39: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::EpochTree::MIN_SPLICE_DELTA' of non-integral type [-fpermissive]
>   static const Real MIN_SPLICE_DELTA = 0.0001;
>                                        ^~~~~~
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/EpochPtMaps.hh:9:0,
>                  from 
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/EpochPtMaps.cc:5:
> /<<PKGBUILDDIR>>/src/cxx/libraries/prime/EpochTree.hh:54:39: error: 
> 'constexpr' needed for in-class initialization of static data member 'const 
> Real beep::EpochTree::MIN_SPLICE_DELTA' of non-integral type [-fpermissive]
>   static const Real MIN_SPLICE_DELTA = 0.0001;
>                                        ^~~~~~

--- End Message ---
--- Begin Message ---
Source: prime-phylo
Source-Version: 1.0.11-3

We believe that the bug you reported is fixed in the latest version of
prime-phylo, 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.
Sascha Steinbiss <[email protected]> (supplier of updated prime-phylo 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: Mon, 25 Jul 2016 21:13:35 +0000
Source: prime-phylo
Binary: prime-phylo
Architecture: source amd64
Version: 1.0.11-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Sascha Steinbiss <[email protected]>
Description:
 prime-phylo - bayesian estimation of gene trees taking the species tree into ac
Closes: 812031
Changes:
 prime-phylo (1.0.11-3) unstable; urgency=medium
 .
   * Team upload.
   * Fix building with GCC 6 (Closes: #812031)
   * Enable full hardening.
   * Bump Standards-Version.
   * Use secure Vcs-Git.
   * Remove now unused Lintian override.
Checksums-Sha1:
 f8387679ab06884a7aa3901b37848afcb29e1374 2134 prime-phylo_1.0.11-3.dsc
 aae876e6b56f47b10130416ea44c5445056227d3 5516 
prime-phylo_1.0.11-3.debian.tar.xz
 2aaa2be75d328218f5a158be49aa3e9936d5321c 11616134 
prime-phylo-dbgsym_1.0.11-3_amd64.deb
 26fdbb570d26f52fcd470fe9e0ffdf6d0187ec74 859484 prime-phylo_1.0.11-3_amd64.deb
Checksums-Sha256:
 e907c93e45116ad88dbfd7659f38132590298780d5c8826e84bf945718a5fc4e 2134 
prime-phylo_1.0.11-3.dsc
 6baa782ac70bcdd3251d4d952a4ded7f8984da3da0e7e34ce60e5ca7a1de3591 5516 
prime-phylo_1.0.11-3.debian.tar.xz
 4a362ef34be2471d8d5fd43668563d8d5b78a73102f20f58a3dba9c39ecfe322 11616134 
prime-phylo-dbgsym_1.0.11-3_amd64.deb
 67fd68a2f08775a9ac12c7a6091c4fa3af022478712fb02ad309985d63ebc47f 859484 
prime-phylo_1.0.11-3_amd64.deb
Files:
 c17973525b79b270f746c0d15d2e2465 2134 science optional prime-phylo_1.0.11-3.dsc
 46a8c408e2e320ea25a73235a483ce4f 5516 science optional 
prime-phylo_1.0.11-3.debian.tar.xz
 b11783ce6c74c3f3b1c6f6cb1c0c90d9 11616134 debug extra 
prime-phylo-dbgsym_1.0.11-3_amd64.deb
 d472d40bc5eb1619e331e050ac21193d 859484 science optional 
prime-phylo_1.0.11-3_amd64.deb

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

iQIcBAEBCgAGBQJXloUPAAoJEOjTeuLwn0hy+IEP/2/1OHy7apd9O55CIh+KZxer
SouRmcXJUK5oj01oe7xHAh+x8GxOv6QgOVbYN05dH7fSpLvyB8yVDEsZsrnGiUeu
LZ8phxo+s5Fp7bTbvpd6LrSEQIRmiBH+pwi4ut9VMKoE0UUxqAR34wVHtW6z3v8U
n73B0TjXeC8cgq74wGC7Yi86zoVJNeC64LrpBi1TlX/vNgBdA8vqEkhajOGnO+ce
qb3XtbFk1yY6FBlfpcdx2bdtfvP2+Mdr/6eXRK/LiWz3EyHV4zx2RamnwKIGA6tf
b0f9t6O2/QTWd4XW2e3VQTSw9f1nsDHOIZ6zhr4WVZDDmec8J7PBeYfy++td1AzG
nmg4RBlFy3OFEn70tUl31aeK3ryN5KOAkbD9kXTRuLHESERuiwmbrNKkNt7v9mRP
Qa70jj/XYIYkHpU6z+cW4NTTejfNfWLt6CvvDlhKeSq54MCdlXdn9zbPC4++WWEC
d5m1YFnF1nZvwJY+lajsKVCt62pvM9WoxcOZ6GW9DHHt1lVCeXg2kQnfb/PgFQTi
ukU745A7LCxVIJUpnLxMNPOe6w3iiHY6rYtR68V3bkDo6w64MxfUJwA8TVYeaLck
pKK+J+9hvZAfO3Jld5Rkz+bkTqEFoY/AvW4bSIB6FpHwvHK+n/K3q/73qyGS0e8L
EEAAxeY6RTE23g8SYqq5
=RMUD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to