Your message dated Sun, 23 Apr 2017 02:49:38 +0000
with message-id <e1d27ak-000i8h...@fasolo.debian.org>
and subject line Bug#831101: fixed in imms 3.1.0~svn301-4
has caused the Debian Bug report #831101,
regarding imms: FTBFS with GCC 6: stl_algobase.h:243:56: error: macro "min" 
passed 3 arguments, but takes just 2
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.)


-- 
831101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: imms
Version: 3.1.0~svn301-3.2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160713 qa-ftbfs
Justification: FTBFS with GCC 6 on amd64

Hi,

During a rebuild of all packages in sid using the gcc-defaults package
available in experimental to make GCC default to version 6, your package failed
to build on amd64. For more information about GCC 6 and Stretch, see:
- https://wiki.debian.org/GCC6
- https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html

Relevant part (hopefully):
> g++   -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -fno-rtti  -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -Wall -fPIC -D_REENTRANT 
> -I../ -I../immscore -I../clients -c  ../model/model.cc -o  model.o
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from ../model/model.cc:35:
> /usr/include/c++/6/bits/stl_algobase.h:243:56: error: macro "min" passed 3 
> arguments, but takes just 2
>      min(const _Tp& __a, const _Tp& __b, _Compare __comp)
>                                                         ^
> /usr/include/c++/6/bits/stl_algobase.h:265:56: error: macro "max" passed 3 
> arguments, but takes just 2
>      max(const _Tp& __a, const _Tp& __b, _Compare __comp)
>                                                         ^
> In file included from /usr/include/c++/6/bits/stl_algo.h:60:0,
>                  from /usr/include/c++/6/algorithm:62,
>                  from ../model/model.cc:37:
> /usr/include/c++/6/bits/algorithmfwd.h:362:41: error: macro "max" passed 3 
> arguments, but takes just 2
>      max(const _Tp&, const _Tp&, _Compare);
>                                          ^
> /usr/include/c++/6/bits/algorithmfwd.h:375:41: error: macro "min" passed 3 
> arguments, but takes just 2
>      min(const _Tp&, const _Tp&, _Compare);
>                                          ^
> /usr/include/c++/6/bits/algorithmfwd.h:403:30: error: macro "min" requires 2 
> arguments, but only 1 given
>      min(initializer_list<_Tp>);
>                               ^
> /usr/include/c++/6/bits/algorithmfwd.h:413:30: error: macro "max" requires 2 
> arguments, but only 1 given
>      max(initializer_list<_Tp>);
>                               ^
> In file included from /usr/include/c++/6/bits/uniform_int_dist.h:35:0,
>                  from /usr/include/c++/6/bits/stl_algo.h:66,
>                  from /usr/include/c++/6/algorithm:62,
>                  from ../model/model.cc:37:
> /usr/include/c++/6/limits:320:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
>            ^
> /usr/include/c++/6/limits:324:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
>            ^
> /usr/include/c++/6/limits:387:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return false; }
>            ^
> /usr/include/c++/6/limits:390:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return true; }
>            ^
> /usr/include/c++/6/limits:394:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:456:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min(char); }
>            ^
> /usr/include/c++/6/limits:459:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max(char); }
>            ^
> /usr/include/c++/6/limits:463:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:523:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return -__SCHAR_MAX__ - 1; }
>            ^
> /usr/include/c++/6/limits:526:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__; }
>            ^
> /usr/include/c++/6/limits:530:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:593:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return 0; }
>            ^
> /usr/include/c++/6/limits:596:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__ * 2U + 1; }
>            ^
> /usr/include/c++/6/limits:600:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:666:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min (wchar_t); }
>            ^
> /usr/include/c++/6/limits:669:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
>            ^
> /usr/include/c++/6/limits:673:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:735:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() noexcept { return __glibcxx_min (char16_t); }
>            ^
> /usr/include/c++/6/limits:738:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() noexcept { return __glibcxx_max (char16_t); }
>            ^
> /usr/include/c++/6/limits:741:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:796:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() noexcept { return __glibcxx_min (char32_t); }
>            ^
> /usr/include/c++/6/limits:799:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() noexcept { return __glibcxx_max (char32_t); }
>            ^
> /usr/include/c++/6/limits:802:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:858:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return -__SHRT_MAX__ - 1; }
>            ^
> /usr/include/c++/6/limits:861:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__; }
>            ^
> /usr/include/c++/6/limits:865:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:925:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return 0; }
>            ^
> /usr/include/c++/6/limits:928:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__ * 2U + 1; }
>            ^
> /usr/include/c++/6/limits:932:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:998:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return -__INT_MAX__ - 1; }
>            ^
> /usr/include/c++/6/limits:1001:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__; }
>            ^
> /usr/include/c++/6/limits:1005:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:1065:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return 0; }
>            ^
> /usr/include/c++/6/limits:1068:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__ * 2U + 1; }
>            ^
> /usr/include/c++/6/limits:1072:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:1137:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_MAX__ - 1; }
>            ^
> /usr/include/c++/6/limits:1140:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__; }
>            ^
> /usr/include/c++/6/limits:1144:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:1204:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return 0; }
>            ^
> /usr/include/c++/6/limits:1207:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__ * 2UL + 1; }
>            ^
> /usr/include/c++/6/limits:1211:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:1277:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_LONG_MAX__ - 1; }
>            ^
> /usr/include/c++/6/limits:1280:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__; }
>            ^
> /usr/include/c++/6/limits:1284:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:1347:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return 0; }
>            ^
> /usr/include/c++/6/limits:1350:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__ * 2ULL + 1; }
>            ^
> /usr/include/c++/6/limits:1354:38: error: macro "min" requires 2 arguments, 
> but only 1 given
>        lowest() noexcept { return min(); }
>                                       ^
> /usr/include/c++/6/limits:1570:85: error: macro "min" requires 2 arguments, 
> but only 1 given
>     __INT_N_201103 (__GLIBCXX_TYPE_INT_N_0), __INT_N_U201103 
> (__GLIBCXX_TYPE_INT_N_0))
>                                                                               
>        ^
> /usr/include/c++/6/limits:1570:85: error: macro "min" requires 2 arguments, 
> but only 1 given
> /usr/include/c++/6/limits:1570:85: error: macro "min" requires 2 arguments, 
> but only 1 given
> /usr/include/c++/6/limits:1570:85: error: macro "max" requires 2 arguments, 
> but only 1 given
> /usr/include/c++/6/limits:1570:85: error: macro "min" requires 2 arguments, 
> but only 1 given
> /usr/include/c++/6/limits:1570:85: error: macro "max" requires 2 arguments, 
> but only 1 given
> /usr/include/c++/6/limits:1598:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }
>            ^
> /usr/include/c++/6/limits:1601:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __FLT_MAX__; }
>            ^
> /usr/include/c++/6/limits:1673:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return __DBL_MIN__; }
>            ^
> /usr/include/c++/6/limits:1676:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __DBL_MAX__; }
>            ^
> /usr/include/c++/6/limits:1748:11: error: macro "min" requires 2 arguments, 
> but only 1 given
>        min() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MIN__; }
>            ^
> /usr/include/c++/6/limits:1751:11: error: macro "max" requires 2 arguments, 
> but only 1 given
>        max() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MAX__; }
>            ^
> In file included from /usr/include/c++/6/bits/stl_algo.h:66:0,
>                  from /usr/include/c++/6/algorithm:62,
>                  from ../model/model.cc:37:
> /usr/include/c++/6/bits/uniform_int_dist.h:73:56: error: macro "max" requires 
> 2 arguments, but only 1 given
>       _IntType __b = std::numeric_limits<_IntType>::max())
>                                                         ^
> /usr/include/c++/6/bits/uniform_int_dist.h:102:57: error: macro "max" 
> requires 2 arguments, but only 1 given
>        _IntType __b = std::numeric_limits<_IntType>::max())
>                                                          ^
> /usr/include/c++/6/bits/uniform_int_dist.h:146:11: error: macro "min" 
> requires 2 arguments, but only 1 given
>        min() const
>            ^
> /usr/include/c++/6/bits/uniform_int_dist.h:153:11: error: macro "max" 
> requires 2 arguments, but only 1 given
>        max() const
>            ^
> /usr/include/c++/6/bits/uniform_int_dist.h:224:40: error: macro "min" 
> requires 2 arguments, but only 1 given
>   const __uctype __urngmin = __urng.min();
>                                         ^
> /usr/include/c++/6/bits/uniform_int_dist.h:225:40: error: macro "max" 
> requires 2 arguments, but only 1 given
>   const __uctype __urngmax = __urng.max();
>                                         ^
> /usr/include/c++/6/bits/uniform_int_dist.h:293:40: error: macro "min" 
> requires 2 arguments, but only 1 given
>   const __uctype __urngmin = __urng.min();
>                                         ^
> /usr/include/c++/6/bits/uniform_int_dist.h:294:40: error: macro "max" 
> requires 2 arguments, but only 1 given
>   const __uctype __urngmax = __urng.max();
>                                         ^
> In file included from /usr/include/c++/6/algorithm:62:0,
>                  from ../model/model.cc:37:
> /usr/include/c++/6/bits/stl_algo.h:3447:34: error: macro "min" requires 2 
> arguments, but only 1 given
>      min(initializer_list<_Tp> __l)
>                                   ^
> /usr/include/c++/6/bits/stl_algo.h:3459:34: error: macro "max" requires 2 
> arguments, but only 1 given
>      max(initializer_list<_Tp> __l)
>                                   ^
> In file included from /usr/include/torch/Object.h:32:0,
>                  from /usr/include/torch/Machine.h:32,
>                  from /usr/include/torch/GradientMachine.h:32,
>                  from /usr/include/torch/ConnectedMachine.h:32,
>                  from ../model/model.cc:22:
> /usr/include/c++/6/bits/stl_algobase.h:195:5: error: expected unqualified-id 
> before 'const'
>      min(const _Tp& __a, const _Tp& __b)
>      ^
> /usr/include/c++/6/bits/stl_algobase.h:195:5: error: expected ')' before 
> 'const'
> /usr/include/c++/6/bits/stl_algobase.h:195:5: error: expected ')' before 
> 'const'
> /usr/include/c++/6/bits/stl_algobase.h:195:5: error: expected initializer 
> before 'const'
> /usr/include/c++/6/bits/stl_algobase.h:219:5: error: expected unqualified-id 
> before 'const'
>      max(const _Tp& __a, const _Tp& __b)
>      ^
> /usr/include/c++/6/bits/stl_algobase.h:219:5: error: expected ')' before 
> 'const'
> /usr/include/c++/6/bits/stl_algobase.h:219:5: error: expected ')' before 
> 'const'
> /usr/include/c++/6/bits/stl_algobase.h:219:5: error: expected initializer 
> before 'const'
> In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
>                  from /usr/include/c++/6/ios:40,
>                  from /usr/include/c++/6/ostream:38,
>                  from /usr/include/c++/6/iostream:39,
>                  from ../model/model.cc:35:
> /usr/include/c++/6/bits/stl_algobase.h:243:5: error: 'std::min' declared as 
> an 'inline' variable
>      min(const _Tp& __a, const _Tp& __b, _Compare __comp)
>      ^~~
> /usr/include/c++/6/bits/stl_algobase.h:246:7: error: expected 
> primary-expression before 'if'
>        if (__comp(__b, __a))
>        ^~
> /usr/include/c++/6/bits/stl_algobase.h:246:7: error: expected '}' before 'if'
> /usr/include/c++/6/bits/stl_algobase.h:246:7: error: expected ';' before 'if'
> /usr/include/c++/6/bits/stl_algobase.h:248:7: error: expected unqualified-id 
> before 'return'
>        return __a;
>        ^~~~~~
> /usr/include/c++/6/bits/stl_algobase.h:265:5: error: 'max' declared as an 
> 'inline' variable
>      max(const _Tp& __a, const _Tp& __b, _Compare __comp)
>      ^~~
> /usr/include/c++/6/bits/stl_algobase.h:268:7: error: expected 
> primary-expression before 'if'
>        if (__comp(__a, __b))
>        ^~
> /usr/include/c++/6/bits/stl_algobase.h:268:7: error: expected '}' before 'if'
> /usr/include/c++/6/bits/stl_algobase.h:268:7: error: expected ';' before 'if'
> /usr/include/c++/6/bits/stl_algobase.h:270:7: error: expected unqualified-id 
> before 'return'
>        return __a;
>        ^~~~~~
> /usr/include/c++/6/bits/stl_algobase.h:271:5: error: expected declaration 
> before '}' token
>      }
>      ^
> make[2]: *** [model.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/13/imms_3.1.0~svn301-3.2_unstable_gcc6.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: imms
Source-Version: 3.1.0~svn301-4

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

Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated imms 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: Sun, 23 Apr 2017 04:07:44 +0200
Source: imms
Binary: imms-common imms-audacious
Architecture: source
Version: 3.1.0~svn301-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Description:
 imms-audacious - Unobtrusive, automatic, and learning audacious playlist 
manager
 imms-common - Unobtrusive, automatic, and learning playlist manager
Closes: 831101 831896
Changes:
 imms (3.1.0~svn301-4) unstable; urgency=medium
 .
   * QA upload.
   * Set Maintainer to Debian QA Group.  (See: #809233)
   * use-xxd-for-svm_similarity.patch: New, fix FTBFS on mips64el, thanks to
     Dejan Latinovic.  (Closes: #831896)
   * gcc6.patch: New, fix FTBFS with GCC 6 by undefining min/max macros after
     including torch headers.  (Closes: #831101)
Checksums-Sha1:
 e85a06f1d73463aa83d9596f26f3d3f40d6e8fec 2043 imms_3.1.0~svn301-4.dsc
 8c996e8fd32a0bcbcd577a8c3588d4663be0039c 17828 
imms_3.1.0~svn301-4.debian.tar.xz
 478c2d5bb8bd968c0c19d566aa69f5f05e750944 12505 
imms_3.1.0~svn301-4_source.buildinfo
Checksums-Sha256:
 66d38ff0ba7b9284b754728da083c5f0bd3b8b12c896218957e4f02ca2e4e887 2043 
imms_3.1.0~svn301-4.dsc
 762a8273d9785de3908885a65d5375967261bbd4cc016f6965e5169fbc3fff00 17828 
imms_3.1.0~svn301-4.debian.tar.xz
 fecad210d37b44b076ae7370a45b70a63a20b075a24172679784e039a0a98b21 12505 
imms_3.1.0~svn301-4_source.buildinfo
Files:
 7ddac9e0264102e4244fa0d87babdcc0 2043 utils optional imms_3.1.0~svn301-4.dsc
 7bed6cdba6d11a6f75ca9972eaa30c7b 17828 utils optional 
imms_3.1.0~svn301-4.debian.tar.xz
 4b5b715e6775cbe8f3a28e80fff7e6be 12505 utils optional 
imms_3.1.0~svn301-4_source.buildinfo

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

iQIcBAEBCAAGBQJY/A4OAAoJEF+zP5NZ6e0IDhIP/jtYxw/wtgI6hXyV5PJvBLvV
keA2p51ghXeyYKd7vnUIoukbr+MUXSqMlWHaQwv7RrU0I7+2+K14+eLl9QbzW/bo
MYidII+OZt/0ErVLCnOo0xok2LxnSdb2HaPtJOUl5yzWyD3uG91s7UDcrn7bTsFk
TcWyORdaKG7y/i9uzDxUVVcXeeTDGwInWPS+ffX6NHbTgEJN7wT6QcxH+MB7en8n
dvBLHTkm0K1iHtxf1PeC0m3nTkLgxq/Pb/8dSL7LILiZ6BOhutBFkgX5cbuhSgLW
VAWDNKjBLqRvAzsQy0xypfsxfNgR4xiZ1On7luy7dH9b96jXgu3RobM/L7Km8M8V
36qIi18lXCyQNbXUq7lRaK3ni8EboZXYm845gttx4MFgT8o/qLX6ngv4wiz3WGAF
qdzGn1Wr3S/ZUH8XkBEyn9e48eXwUNJ2M+mW2CoOnOrVO9CoJgNG/vcoDHbMAuql
WAYagRrm7CkR1NeoBgOF/W9yw2UsG7X+aY9I2PCKTJMTTyvusshWk3nXtnnyNxJC
ZxR9Ly6B4mMsxvN/mqir2BVhC4YulWcQ9KcRvsixkzpXFRv/NCfo7ICjRNlmILrv
GqiZUsh/xrApOnOwc7bNc/ZzrxNDnaK9tzDs4bdeySdrV2UmBW5LQLrpkmL6R16e
qiY+l0cCbrCT8gIFxXyS
=WT83
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to