Your message dated Sat, 05 Dec 2015 14:01:48 +0000
with message-id <e1a5dpi-0003vd...@franck.debian.org>
and subject line Bug#801228: fixed in gdcm 2.6.0+dfsg-1
has caused the Debian Bug report #801228,
regarding libopenjp2-7-dev should conflict with src:gdcm
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.)


-- 
801228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gdcm
Version: 2.4.4-4
Severity: serious
Justification: FTBFS

One cannot compile gdcm when libopenjp2-7-dev is installed. Make sure
to add a Build-Conflict and/or fix the code upstream.

[ 61%] Building CXX object
Source/MediaStorageAndFileFormat/CMakeFiles/gdcmMSFF.dir/gdcmJPEG2000Codec.cxx.o
cd /tmp/gdcm-2.4.4/obj-x86_64-linux-gnu/Source/MediaStorageAndFileFormat
&& /usr/bin/c++   -DgdcmMSFF_EXPORTS -g -O2 -fstack-protector-strong
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -fPIC
-I/tmp/gdcm-2.4.4/Source/Common
-I/tmp/gdcm-2.4.4/obj-x86_64-linux-gnu/Source/Common
-I/tmp/gdcm-2.4.4/Source/DataStructureAndEncodingDefinition
-I/tmp/gdcm-2.4.4/Source/DataDictionary
-I/tmp/gdcm-2.4.4/Source/InformationObjectDefinition
-I/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat
-I/tmp/gdcm-2.4.4/Utilities
-I/tmp/gdcm-2.4.4/obj-x86_64-linux-gnu/Utilities
-I/usr/include/openjpeg-2.1 -I/usr/include/json-c -I/usr/include/json
  -o CMakeFiles/gdcmMSFF.dir/gdcmJPEG2000Codec.cxx.o -c
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:
In function ‘void**
gdcm::opj_stream_create_memory_stream(gdcm::myfile*, OPJ_UINT32,
bool)’:
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:193:42:
error: too few arguments to function ‘void
opj_stream_set_user_data(void**, void*, opj_stream_free_user_data_fn)’
   opj_stream_set_user_data(l_stream,p_mem);
                                          ^
In file included from /tmp/gdcm-2.4.4/Utilities/gdcm_openjpeg2.h:20:0,
                 from
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:29:
/usr/include/openjpeg-2.1/openjpeg.h:1154:27: note: declared here
 OPJ_API void OPJ_CALLCONV opj_stream_set_user_data (opj_stream_t*
p_stream, void * p_data, opj_stream_free_user_data_fn p_function);
                           ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:
In member function ‘std::pair<char*, long unsigned int>
gdcm::JPEG2000Codec::DecodeByStreamsCommon(char*, size_t)’:
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:465:35:
error: ‘CODEC_J2K’ was not declared in this scope
     dinfo = opj_create_decompress(CODEC_J2K);
                                   ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:468:35:
error: ‘CODEC_JP2’ was not declared in this scope
     dinfo = opj_create_decompress(CODEC_JP2);
                                   ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:509:46:
error: ‘J2K_STREAM_CHUNK_SIZE’ was not declared in this scope
   cio = opj_stream_create_memory_stream(fsrc,J2K_STREAM_CHUNK_SIZE, true);
                                              ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:525:8:
error: invalid conversion from ‘opj_image_t** {aka opj_image**}’ to
‘void**’ [-fpermissive]
     cio);
        ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:525:8:
error: cannot convert ‘OPJ_INT32* {aka int*}’ to ‘opj_image_t** {aka
opj_image**}’ for argument ‘3’ to ‘OPJ_BOOL opj_read_header(void**,
void**, opj_image_t**)’
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:531:54:
error: ‘opj_get_reversible’ was not declared in this scope
   reversible = opj_get_reversible(dinfo, &parameters );
                                                      ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:535:32:
error: too few arguments to function ‘OPJ_BOOL opj_decode(void**,
void**, opj_image_t*)’
   image = opj_decode(dinfo, cio);
                                ^
In file included from /tmp/gdcm-2.4.4/Utilities/gdcm_openjpeg2.h:20:0,
                 from
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:29:
/usr/include/openjpeg-2.1/openjpeg.h:1299:31: note: declared here
 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_decode(   opj_codec_t *p_decompressor,
                               ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:539:40:
error: ‘check_comp_valid’ was not declared in this scope
   if (!image || !check_comp_valid(image) )
                                        ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:
In function ‘opj_image_t* gdcm::rawtoimage(char*, opj_cparameters_t*,
int, int, int, int, int, int, int, int, int)’:
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:777:19:
error: ‘CLRSPC_GRAY’ was not declared in this scope
     color_space = CLRSPC_GRAY;
                   ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:782:19:
error: ‘CLRSPC_SRGB’ was not declared in this scope
     color_space = CLRSPC_SRGB;
                   ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:
In member function ‘bool
gdcm::JPEG2000Codec::CodeFrameIntoBuffer(char*, size_t, size_t&, const
char*, size_t)’:
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1012:31:
error: ‘CODEC_J2K’ was not declared in this scope
   cinfo = opj_create_compress(CODEC_J2K);
                               ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1019:31:
error: ‘image_len’ was not declared in this scope
   char *buffer_j2k = new char[image_len]; // overallocated
                               ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1025:46:
error: ‘J2K_STREAM_CHUNK_SIZE’ was not declared in this scope
   cio = opj_stream_create_memory_stream(fsrc,J2K_STREAM_CHUNK_SIZE,false);
                                              ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:
In member function ‘bool gdcm::JPEG2000Codec::GetHeaderInfo(const
char*, size_t, gdcm::TransferSyntax&)’:
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1243:35:
error: ‘CODEC_J2K’ was not declared in this scope
     dinfo = opj_create_decompress(CODEC_J2K);
                                   ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1246:35:
error: ‘CODEC_JP2’ was not declared in this scope
     dinfo = opj_create_decompress(CODEC_JP2);
                                   ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1280:46:
error: ‘J2K_STREAM_CHUNK_SIZE’ was not declared in this scope
   cio = opj_stream_create_memory_stream(fsrc,J2K_STREAM_CHUNK_SIZE, true);
                                              ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1296:8:
error: invalid conversion from ‘opj_image_t** {aka opj_image**}’ to
‘void**’ [-fpermissive]
     cio);
        ^
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1296:8:
error: cannot convert ‘OPJ_INT32* {aka int*}’ to ‘opj_image_t** {aka
opj_image**}’ for argument ‘3’ to ‘OPJ_BOOL opj_read_header(void**,
void**, opj_image_t**)’
/tmp/gdcm-2.4.4/Source/MediaStorageAndFileFormat/gdcmJPEG2000Codec.cxx:1331:54:
error: ‘opj_get_reversible’ was not declared in this scope
   reversible = opj_get_reversible(dinfo, &parameters );
                                                      ^
Source/MediaStorageAndFileFormat/CMakeFiles/gdcmMSFF.dir/build.make:2177:
recipe for target
'Source/MediaStorageAndFileFormat/CMakeFiles/gdcmMSFF.dir/gdcmJPEG2000Codec.cxx.o'
failed
make[3]: *** 
[Source/MediaStorageAndFileFormat/CMakeFiles/gdcmMSFF.dir/gdcmJPEG2000Codec.cxx.o]
Error 1
make[3]: Leaving directory '/tmp/gdcm-2.4.4/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:398: recipe for target
'Source/MediaStorageAndFileFormat/CMakeFiles/gdcmMSFF.dir/all' failed
make[2]: *** [Source/MediaStorageAndFileFormat/CMakeFiles/gdcmMSFF.dir/all]
Error 2
make[2]: Leaving directory '/tmp/gdcm-2.4.4/obj-x86_64-linux-gnu'

--- End Message ---
--- Begin Message ---
Source: gdcm
Source-Version: 2.6.0+dfsg-1

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

Debian distribution maintenance software
pp.
Gert Wollny <gw.foss...@gmail.com> (supplier of updated gdcm 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: Fri, 16 Oct 2015 18:21:58 +0200
Source: gdcm
Binary: libgdcm2.6 libgdcm-tools libgdcm2-dev libgdcm2.6-dbg libgdcm-cil 
php5-gdcm python-gdcm libvtkgdcm2.6 libvtkgdcm2-dev libvtkgdcm-cil php5-vtkgdcm 
python-vtkgdcm libvtkgdcm-tools gdcm-doc
Architecture: source all amd64
Version: 2.6.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Gert Wollny <gw.foss...@gmail.com>
Description:
 gdcm-doc   - Grassroots DICOM documentation
 libgdcm-cil - Grassroots DICOM CLI bindings
 libgdcm-tools - Grassroots DICOM tools and utilities
 libgdcm2-dev - Grassroots DICOM development libraries and headers
 libgdcm2.6 - Grassroots DICOM runtime libraries
 libgdcm2.6-dbg - Grassroots DICOM runtime libraries, debug version
 libvtkgdcm-cil - Grassroots DICOM VTK CLI bindings
 libvtkgdcm-tools - Grassroots DICOM VTK tools and utilities
 libvtkgdcm2-dev - Grassroots DICOM VTK development libraries and headers
 libvtkgdcm2.6 - Grassroots DICOM VTK runtime libraries
 php5-gdcm  - Grassroots DICOM PHP5 bindings
 php5-vtkgdcm - Grassroots DICOM VTK PHP bindings
 python-gdcm - Grassroots DICOM Python bindings
 python-vtkgdcm - Grassroots DICOM VTK/Python bindings
Closes: 797655 797673 797738 801228
Changes:
 gdcm (2.6.0+dfsg-1) unstable; urgency=medium
 .
   [Gert Wollny]
   * new upstream version. Closes: #797738
   * Apply patch provided by Mathieu (see below) Closes: #797673
   * d/* update all files to use 2.6 instead of 2.4
   * Transition to use vtk6, Related: #798164
   * remove java bindings because they depend on libvtk*-java but
     vtk6 currently doesn't provide these bindings Related: 798963
   * Add patch enable-vtk6-bindings.patch to correct bindings for VTK6
   * Add patch linkvtkdoc.patch to use compressed vtk6-doc helpers
     Related: #751395,  #751412
   * Add patches to properly sign C# files
   * d/copyright update copyrights to satisfy DEP5
   * add dependency on dh-python, Closes: #797655
   * removing some static VC++ libs from tarball to make it follow DFSG
   * add lintian overrides for
     - embedded javascript (rationale: src:doxygen/debian/Readme.jquery)
   * Add build-conflict: libopenjp2-7-dev, Closes: #801228
 .
   [Mathieu Malaterre]
   * Do not use activiz.net anymore
 .
   [Andreas Tille]
   * Switched to Sébastien Jodogne's correct e-mail
Checksums-Sha1:
 413b04540ca5a62c65e9c5682046f72461ecaae4 3587 gdcm_2.6.0+dfsg-1.dsc
 91c2341653ce57496e58cbd602664e9840a56348 3726006 gdcm_2.6.0+dfsg.orig.tar.bz2
 9b1873cea93b2947dbef0d3f76ff283bb9cc2d00 21032 gdcm_2.6.0+dfsg-1.debian.tar.xz
 93eeeb735e8edcf5e27bd0cf5faf210fe428f015 14108020 gdcm-doc_2.6.0+dfsg-1_all.deb
 249f672b45deee7bc193cc7aa8f5f350727e4fb6 272700 
libgdcm-cil_2.6.0+dfsg-1_amd64.deb
 44450c1b5d79a4de5b82060f414fec91fab1ccd4 432630 
libgdcm-tools_2.6.0+dfsg-1_amd64.deb
 44e75158e9d11b2451cf146e917a81d0c0fd7617 258106 
libgdcm2-dev_2.6.0+dfsg-1_amd64.deb
 96cacf41d393f294ebdbd241d149079f46b6fef6 28876334 
libgdcm2.6-dbg_2.6.0+dfsg-1_amd64.deb
 94329816f325c9e24dc81b31e55735e031ef539f 1799326 
libgdcm2.6_2.6.0+dfsg-1_amd64.deb
 10cc3966397f65a9f697f0e7b52555cd64647fd4 99640 
libvtkgdcm-cil_2.6.0+dfsg-1_amd64.deb
 6c7a283db52818a6274b8e27ff99c2179a8173f6 48682 
libvtkgdcm-tools_2.6.0+dfsg-1_amd64.deb
 186ffc9b24bf8b84c7ae1ca5fea80d823b22274a 27274 
libvtkgdcm2-dev_2.6.0+dfsg-1_amd64.deb
 90cd2c703c998462f72c8f9df6fe422e08c7bfa1 249490 
libvtkgdcm2.6_2.6.0+dfsg-1_amd64.deb
 be0df0031755e5d8dc59863e49a6f77743d923c6 351886 
php5-gdcm_2.6.0+dfsg-1_amd64.deb
 a0b0d153beb4327bf43260f47dcaae88afeb1aa5 161934 
php5-vtkgdcm_2.6.0+dfsg-1_amd64.deb
 1b2d5e8a26c99ca988b5076c3103a8ca872f539c 585924 
python-gdcm_2.6.0+dfsg-1_amd64.deb
 0118f65ada31d23b8939054afc43e85315a185c2 106412 
python-vtkgdcm_2.6.0+dfsg-1_amd64.deb
Checksums-Sha256:
 10bf957a28f434011bb1743875833ceb2daf67ff18c346f629b0a9a1d62dd65b 3587 
gdcm_2.6.0+dfsg-1.dsc
 f8f3a143f69447977357d5b4d8edca0dd5015a4f111c6aabd4a9e12d3170edd5 3726006 
gdcm_2.6.0+dfsg.orig.tar.bz2
 9ab431336814b335ed1975e86bf797cbd6fc0d124628793efd1e0d8674e470fd 21032 
gdcm_2.6.0+dfsg-1.debian.tar.xz
 a66707674c8aa60cb458b9f73207ab3601b620ff721e5cede16dbdc7cb5b7e21 14108020 
gdcm-doc_2.6.0+dfsg-1_all.deb
 8b761f62ae621e65959458bd25fdcaba1013c95f7acbbfa41cdcbaa3e0a12307 272700 
libgdcm-cil_2.6.0+dfsg-1_amd64.deb
 6c0c8eb88ee8face3442965d86bf530405246f030cf631e6e43f5429a8f060a2 432630 
libgdcm-tools_2.6.0+dfsg-1_amd64.deb
 89fd656f9a3845bb0f405b8588b2f28010b9cadda88c1845fb5b9c7d0f477ede 258106 
libgdcm2-dev_2.6.0+dfsg-1_amd64.deb
 3f95b1a60493ed949cca0c7f7f007e0bbee1087fc1eb1c229137df8401d37f68 28876334 
libgdcm2.6-dbg_2.6.0+dfsg-1_amd64.deb
 b5a490542fa1472ade8783876a6dd382225447b476e7467ce0723587f502e95e 1799326 
libgdcm2.6_2.6.0+dfsg-1_amd64.deb
 4bb4ee74090fb2678c8368db290adb94d2be8c7c73dc4f02580419e21e2c16c2 99640 
libvtkgdcm-cil_2.6.0+dfsg-1_amd64.deb
 4d18f47053cc7e8b1970e5e9e7836a7937d1495bb6e6bd4bc433e6c0e6057075 48682 
libvtkgdcm-tools_2.6.0+dfsg-1_amd64.deb
 0d5ce1987b09db0b871de73b5870a515f3f2d2003e0cea0132f32ea2ed94acf9 27274 
libvtkgdcm2-dev_2.6.0+dfsg-1_amd64.deb
 07c9ea14908181f8987300a3693bd0a84830e9ba7a1235cba1f17df17f9b98a8 249490 
libvtkgdcm2.6_2.6.0+dfsg-1_amd64.deb
 33cfa67c6f5e9e5e78faf51230870f8838cee65c2516b190f84550062d6380aa 351886 
php5-gdcm_2.6.0+dfsg-1_amd64.deb
 40c74e8f66db63589bd9224aa2573fff6bc61a2c708f8be2cfa80ceedd2f6a8d 161934 
php5-vtkgdcm_2.6.0+dfsg-1_amd64.deb
 c158e54a6ac722db532e31acee398fb9a1b14d0747f1c65c18720d048176fdca 585924 
python-gdcm_2.6.0+dfsg-1_amd64.deb
 f24596fb60f5f1392b8bf2f79379612de247cb3b3491a64a1a89de97c38ce09d 106412 
python-vtkgdcm_2.6.0+dfsg-1_amd64.deb
Files:
 5a3648f6a9604d870e71829fb7b1755c 3587 libs optional gdcm_2.6.0+dfsg-1.dsc
 7b7feb3dfee71ae687d5e8e9fef9fac5 3726006 libs optional 
gdcm_2.6.0+dfsg.orig.tar.bz2
 9b403c0d58d46c5d4c2e32092b27081c 21032 libs optional 
gdcm_2.6.0+dfsg-1.debian.tar.xz
 54072c1955cac62b01bf7e721c1e543f 14108020 doc optional 
gdcm-doc_2.6.0+dfsg-1_all.deb
 ea5e5c0678ccfcc42d45aa095d5e31f5 272700 cli-mono optional 
libgdcm-cil_2.6.0+dfsg-1_amd64.deb
 34e857fdfb7095d5e5219d46474e6f93 432630 utils optional 
libgdcm-tools_2.6.0+dfsg-1_amd64.deb
 177a06012f0b224dce1548f10783fa56 258106 libdevel optional 
libgdcm2-dev_2.6.0+dfsg-1_amd64.deb
 897da46b704464893c46f87f24fcd367 28876334 debug extra 
libgdcm2.6-dbg_2.6.0+dfsg-1_amd64.deb
 85e5fa56d11d8909cb692f549a876720 1799326 libs optional 
libgdcm2.6_2.6.0+dfsg-1_amd64.deb
 e133c237d90361dfb0dd1f18ef3f4f6a 99640 cli-mono optional 
libvtkgdcm-cil_2.6.0+dfsg-1_amd64.deb
 72c348aae8d3e585d4b1502940ddd8a6 48682 utils optional 
libvtkgdcm-tools_2.6.0+dfsg-1_amd64.deb
 4b6f7e2915bfac39fdc546a7bfa6448d 27274 libdevel optional 
libvtkgdcm2-dev_2.6.0+dfsg-1_amd64.deb
 216cb98cb8bd8bc6799dafbf9dd739d5 249490 libs optional 
libvtkgdcm2.6_2.6.0+dfsg-1_amd64.deb
 0a50c2a8fe6d0828e04fb4c2736d82ec 351886 php optional 
php5-gdcm_2.6.0+dfsg-1_amd64.deb
 a49e5b65e42c9cabaa9b0630a705adf4 161934 php optional 
php5-vtkgdcm_2.6.0+dfsg-1_amd64.deb
 5c7c3e7b4990da44df9d953339ed3906 585924 python optional 
python-gdcm_2.6.0+dfsg-1_amd64.deb
 a0f879fd4182f6a52459b05ac6b79029 106412 python optional 
python-vtkgdcm_2.6.0+dfsg-1_amd64.deb

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

iQIcBAEBCgAGBQJWU266AAoJEFeKBJTRxkbRs10P/jldDlKym1wrcPn4SHYrOb8q
jzMzYDvoqckXiCyTrbA6xP2mJ02il1Ws/a4AhVtvkv+YUEfLk5HL2Ue34aIQCUFF
WL/rgq5CtBfW/Ejqq08hmsUDdlrMxJ27bVIySJe+YxmlmlecxOwwTlupSV/8ZN1m
v508j+8Mcg6vmiyCBkzsLV1lGKnffIaZkQZ2QF15MmDXWKY2wC+Z7+ee7TCZY/Y2
v/TFjIf8Vs0+yyQvRgu3BbqU9vWfI/c3/6UosJXyy23mHgers8zN+51NWEM6lMlP
Jv3aJdScTCKy02Z+/yWU5z8jdeecGe1Y+GGnYwZeVat2572KmPDtEaeZidTB4wq+
VrPLdGtzgtQB8qVGskUCEJVHFXquIHqUpLf4Ancqv2nfPQcBHfkWw4uGZ53OWSd0
j9HhSqxemB4aQAIEyLjtYFS3gvkeS4dQ8q3FcL+VPJ+1s0JiTUPwBRk0T/XK8+BN
5MicbOLbl/7YXhb3Uq81r5u/dO9liHU8vYDVpeE+8Tug/9iSstrLFRSlftrJyeyU
KvjWHmWp8DHvp9PgZ5ptU9HeTuI+syxJ09rxCNZIGWsEF21XAazCQKM2LyqIJskA
AOWF6TfUiQw/n3bG2fx6YyzMWVaw3oYmvAdDRNKG+Wed6LWQE3vCQ6xd+34EKLCm
f7RH7nPAJ3m/xWvO0sSc
=ohVF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to