Your message dated Thu, 25 Sep 2025 08:38:53 +0000
with message-id <[email protected]>
and subject line Bug#1096836: fixed in indi-eqmod 1.0+20230126190232-3
has caused the Debian Bug report #1096836,
regarding indi-eqmod: ftbfs with GCC-15
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.)
--
1096836: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096836
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:indi-eqmod
Version: 1.0+20230126190232-1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/indi-eqmod_1.0+20230126190232-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html
[...]
make[3]: *** Waiting for unfinished jobs....
[ 10%] Building C object
CMakeFiles/indi_azgti_telescope.dir/align/chull/chull.c.o
/usr/bin/cc
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232 -I/usr/include/libindi
-I/usr/include/libnova -I/usr/include/ahp -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/indi-eqmod-1.0+20230126190232=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -O1 -Wa,--noexecstack -Wall
-Wextra -Wno-unused-but-set-variable -Wno-format-truncation -g -fPIE -MD -MT
CMakeFiles/indi_azgti_telescope.dir/align/chull/chull.c.o -MF
CMakeFiles/indi_azgti_telescope.dir/align/chull/chull.c.o.d -o
CMakeFiles/indi_azgti_telescope.dir/align/chull/chull.c.o -c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c:29:30:
error: expected ‘;’, identifier or ‘(’ before ‘bool’
29 | typedef enum { FALSE, TRUE } bool;
| ^~~~
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c:29:30:
warning: useless type name in empty declaration
make[3]: *** [CMakeFiles/indi_azgti_telescope.dir/build.make:96:
CMakeFiles/indi_azgti_telescope.dir/align/chull/chull.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 11%] Building C object
CMakeFiles/indi_skyadventurergti_telescope.dir/align/chull/chull.c.o
/usr/bin/cc
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232 -I/usr/include/libindi
-I/usr/include/libnova -I/usr/include/ahp -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/indi-eqmod-1.0+20230126190232=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -O1 -Wa,--noexecstack -Wall
-Wextra -Wno-unused-but-set-variable -Wno-format-truncation -g -fPIE -MD -MT
CMakeFiles/indi_skyadventurergti_telescope.dir/align/chull/chull.c.o -MF
CMakeFiles/indi_skyadventurergti_telescope.dir/align/chull/chull.c.o.d -o
CMakeFiles/indi_skyadventurergti_telescope.dir/align/chull/chull.c.o -c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c:29:30:
error: expected ‘;’, identifier or ‘(’ before ‘bool’
29 | typedef enum { FALSE, TRUE } bool;
| ^~~~
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c:29:30:
warning: useless type name in empty declaration
make[3]: *** [CMakeFiles/indi_skyadventurergti_telescope.dir/build.make:96:
CMakeFiles/indi_skyadventurergti_telescope.dir/align/chull/chull.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 12%] Building C object
CMakeFiles/indi_eqmod_telescope.dir/align/chull/chull.c.o
/usr/bin/cc
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232 -I/usr/include/libindi
-I/usr/include/libnova -I/usr/include/ahp -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/indi-eqmod-1.0+20230126190232=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -O1 -Wa,--noexecstack -Wall
-Wextra -Wno-unused-but-set-variable -Wno-format-truncation -g -fPIE -MD -MT
CMakeFiles/indi_eqmod_telescope.dir/align/chull/chull.c.o -MF
CMakeFiles/indi_eqmod_telescope.dir/align/chull/chull.c.o.d -o
CMakeFiles/indi_eqmod_telescope.dir/align/chull/chull.c.o -c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c:29:30:
error: expected ‘;’, identifier or ‘(’ before ‘bool’
29 | typedef enum { FALSE, TRUE } bool;
| ^~~~
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c:29:30:
warning: useless type name in empty declaration
make[3]: *** [CMakeFiles/indi_eqmod_telescope.dir/build.make:96:
CMakeFiles/indi_eqmod_telescope.dir/align/chull/chull.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 13%] Building C object test/CMakeFiles/test_eqmod.dir/__/align/htm.c.o
cd
/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu/test
&& /usr/bin/cc
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232 -I/usr/include/libindi
-I/usr/include/libnova -I/usr/include/ahp -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/indi-eqmod-1.0+20230126190232=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -O1 -Wa,--noexecstack -Wall
-Wextra -Wno-unused-but-set-variable -Wno-format-truncation -g -fPIE
-DGTEST_HAS_PTHREAD=1 -MD -MT test/CMakeFiles/test_eqmod.dir/__/align/htm.c.o
-MF CMakeFiles/test_eqmod.dir/__/align/htm.c.o.d -o
CMakeFiles/test_eqmod.dir/__/align/htm.c.o -c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/htm.c
make[3]: Leaving directory
'/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:220:
CMakeFiles/indi_skyadventurergti_telescope.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 14%] Building C object test/CMakeFiles/test_eqmod.dir/__/align/chull/chull.c.o
cd
/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu/test
&& /usr/bin/cc
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232 -I/usr/include/libindi
-I/usr/include/libnova -I/usr/include/ahp -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/indi-eqmod-1.0+20230126190232=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -O1 -Wa,--noexecstack -Wall
-Wextra -Wno-unused-but-set-variable -Wno-format-truncation -g -fPIE
-DGTEST_HAS_PTHREAD=1 -MD -MT
test/CMakeFiles/test_eqmod.dir/__/align/chull/chull.c.o -MF
CMakeFiles/test_eqmod.dir/__/align/chull/chull.c.o.d -o
CMakeFiles/test_eqmod.dir/__/align/chull/chull.c.o -c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c
[ 15%] Building CXX object test/CMakeFiles/test_eqmod.dir/__/eqmod.cpp.o
cd
/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu/test
&& /usr/bin/c++
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232 -I/usr/include/libindi
-I/usr/include/libnova -I/usr/include/ahp -g -O2
-ffile-prefix-map=/build/reproducible-path/indi-eqmod-1.0+20230126190232=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -O1 -Wa,--noexecstack -Wall
-Wextra -Wno-unused-but-set-variable -Wno-format-truncation -g
-Wno-format-overflow -std=gnu++14 -fPIE -DGTEST_HAS_PTHREAD=1 -MD -MT
test/CMakeFiles/test_eqmod.dir/__/eqmod.cpp.o -MF
CMakeFiles/test_eqmod.dir/__/eqmod.cpp.o.d -o
CMakeFiles/test_eqmod.dir/__/eqmod.cpp.o -c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/eqmod.cpp
make[3]: Leaving directory
'/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:124:
CMakeFiles/indi_eqmod_telescope.dir/all] Error 2
make[3]: Leaving directory
'/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:188:
CMakeFiles/indi_azgti_telescope.dir/all] Error 2
[ 16%] Building CXX object test/CMakeFiles/test_eqmod.dir/__/eqmodbase.cpp.o
cd
/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu/test
&& /usr/bin/c++
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232 -I/usr/include/libindi
-I/usr/include/libnova -I/usr/include/ahp -g -O2
-ffile-prefix-map=/build/reproducible-path/indi-eqmod-1.0+20230126190232=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -O1 -Wa,--noexecstack -Wall
-Wextra -Wno-unused-but-set-variable -Wno-format-truncation -g
-Wno-format-overflow -std=gnu++14 -fPIE -DGTEST_HAS_PTHREAD=1 -MD -MT
test/CMakeFiles/test_eqmod.dir/__/eqmodbase.cpp.o -MF
CMakeFiles/test_eqmod.dir/__/eqmodbase.cpp.o.d -o
CMakeFiles/test_eqmod.dir/__/eqmodbase.cpp.o -c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/eqmodbase.cpp
[ 17%] Building CXX object test/CMakeFiles/test_eqmod.dir/__/eqmoderror.cpp.o
cd
/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu/test
&& /usr/bin/c++
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232 -I/usr/include/libindi
-I/usr/include/libnova -I/usr/include/ahp -g -O2
-ffile-prefix-map=/build/reproducible-path/indi-eqmod-1.0+20230126190232=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -O1 -Wa,--noexecstack -Wall
-Wextra -Wno-unused-but-set-variable -Wno-format-truncation -g
-Wno-format-overflow -std=gnu++14 -fPIE -DGTEST_HAS_PTHREAD=1 -MD -MT
test/CMakeFiles/test_eqmod.dir/__/eqmoderror.cpp.o -MF
CMakeFiles/test_eqmod.dir/__/eqmoderror.cpp.o.d -o
CMakeFiles/test_eqmod.dir/__/eqmoderror.cpp.o -c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/eqmoderror.cpp
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c:29:30:
error: expected ‘;’, identifier or ‘(’ before ‘bool’
29 | typedef enum { FALSE, TRUE } bool;
| ^~~~
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c:29:30:
warning: useless type name in empty declaration
make[3]: *** [test/CMakeFiles/test_eqmod.dir/build.make:110:
test/CMakeFiles/test_eqmod.dir/__/align/chull/chull.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 19%] Building C object
CMakeFiles/indi_ahpgt_telescope.dir/align/chull/chull.c.o
/usr/bin/cc
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232 -I/usr/include/libindi
-I/usr/include/libnova -I/usr/include/ahp -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/indi-eqmod-1.0+20230126190232=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -O1 -Wa,--noexecstack -Wall
-Wextra -Wno-unused-but-set-variable -Wno-format-truncation -g -fPIE -MD -MT
CMakeFiles/indi_ahpgt_telescope.dir/align/chull/chull.c.o -MF
CMakeFiles/indi_ahpgt_telescope.dir/align/chull/chull.c.o.d -o
CMakeFiles/indi_ahpgt_telescope.dir/align/chull/chull.c.o -c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c
[ 20%] Building CXX object CMakeFiles/indi_ahpgt_telescope.dir/ahpgt.cpp.o
/usr/bin/c++
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu
-I/build/reproducible-path/indi-eqmod-1.0+20230126190232 -I/usr/include/libindi
-I/usr/include/libnova -I/usr/include/ahp -g -O2
-ffile-prefix-map=/build/reproducible-path/indi-eqmod-1.0+20230126190232=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -O1 -Wa,--noexecstack -Wall
-Wextra -Wno-unused-but-set-variable -Wno-format-truncation -g
-Wno-format-overflow -std=gnu++14 -fPIE -MD -MT
CMakeFiles/indi_ahpgt_telescope.dir/ahpgt.cpp.o -MF
CMakeFiles/indi_ahpgt_telescope.dir/ahpgt.cpp.o.d -o
CMakeFiles/indi_ahpgt_telescope.dir/ahpgt.cpp.o -c
/build/reproducible-path/indi-eqmod-1.0+20230126190232/ahpgt.cpp
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c:29:30:
error: expected ‘;’, identifier or ‘(’ before ‘bool’
29 | typedef enum { FALSE, TRUE } bool;
| ^~~~
/build/reproducible-path/indi-eqmod-1.0+20230126190232/align/chull/chull.c:29:30:
warning: useless type name in empty declaration
make[3]: *** [CMakeFiles/indi_ahpgt_telescope.dir/build.make:96:
CMakeFiles/indi_ahpgt_telescope.dir/align/chull/chull.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
'/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:252:
CMakeFiles/indi_staradventurer2i_telescope.dir/all] Error 2
make[3]: Leaving directory
'/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:156:
CMakeFiles/indi_ahpgt_telescope.dir/all] Error 2
make[3]: Leaving directory
'/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:284: test/CMakeFiles/test_eqmod.dir/all]
Error 2
make[2]: Leaving directory
'/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory
'/build/reproducible-path/indi-eqmod-1.0+20230126190232/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: indi-eqmod
Source-Version: 1.0+20230126190232-3
Done: Thorsten Alteholz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
indi-eqmod, 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.
Thorsten Alteholz <[email protected]> (supplier of updated indi-eqmod 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: Thu, 25 Sep 2025 09:02:46 +0200
Source: indi-eqmod
Architecture: source
Version: 1.0+20230126190232-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team
<[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Closes: 1096836
Changes:
indi-eqmod (1.0+20230126190232-3) unstable; urgency=medium
.
* add gcc15.patch (Closes: #1096836)
Checksums-Sha1:
572f7197974f08f6e334df4493ceef4687a1dd20 2370
indi-eqmod_1.0+20230126190232-3.dsc
6895cdf7c6d5cfcb9d80c59b8aff70a612193908 144537
indi-eqmod_1.0+20230126190232.orig.tar.gz
3c8e22193e0812c8626e855dbd625192bb0a31e6 2944
indi-eqmod_1.0+20230126190232-3.debian.tar.xz
699ff0f7197ac907eb061d072f5de1a968dd430f 8991
indi-eqmod_1.0+20230126190232-3_amd64.buildinfo
Checksums-Sha256:
fc039ed6762131a91860a1ee23c30cf229dc58c0a3741efb276f70d82ce8ae7b 2370
indi-eqmod_1.0+20230126190232-3.dsc
8f34499875e983ba17573f3cb1ba43f6df7813d7f045b4ae96e3528f8e75a4f2 144537
indi-eqmod_1.0+20230126190232.orig.tar.gz
442b852fe438b14b404a549c4bb1580a744b5dd48a391d31f289db28faf3c277 2944
indi-eqmod_1.0+20230126190232-3.debian.tar.xz
c70ac70a515ab1ad12f2e08c6dfded6a5608ca59ad61266366d485cf3a69570a 8991
indi-eqmod_1.0+20230126190232-3_amd64.buildinfo
Files:
385bbf7cf302a40174d842a4de7fc36a 2370 science optional
indi-eqmod_1.0+20230126190232-3.dsc
05a78b9a739a841af69589bedf314311 144537 science optional
indi-eqmod_1.0+20230126190232.orig.tar.gz
0a67e771ac299d69a376c2bf3a2adf0b 2944 science optional
indi-eqmod_1.0+20230126190232-3.debian.tar.xz
169621d73d993c60a00fb0b71162a9cb 8991 science optional
indi-eqmod_1.0+20230126190232-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmjU+PJfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR7ihD/48zV424ACgGFnXutgiiaOZx7GcAlr0
ujwnKoZCZdyYi9rENf58PAKxar3WogKffMLrV8jDqCGTQtLPIomU4Edm7irb6TUE
Qdih/PBArpgNH+JT/Opqp2B0iJnHAccNE1GFy8uZwZksiNrilMqMGeb5fwj/Trzm
QsEjWeR2qbxh/E45A0v5kmmAv6N+xpfodpAvtDRQdP4VKsrDyeUQLLWm0DYjqCBe
Pua+jcylgKUiZmNk4Ng94p8w9nIkMfVyF0VmFNORiUqTM6P0liuawE4bhPeNjNn8
1gx/nawKYiLaiiex1VA7jXeglkhmEMD/GLcYNWvxidbXnsmLgYveu1ouSPwlz41V
KaDMUf5M0h0AXF4nnpFMuSy3ZqCxnVTCZtqblVcGR8QzrJVMRNTMUkdQ67d7aUvW
w256HSEBMKohDDf23gsikpI3Bp836gxfeDtDs1mheN4lVo/DUVrG6Xzj+ZFtv7Tk
a5yYUoiqduBcQPvGEzAcMQo9nLYcwLLuI51exePLy3ErBwj/q1i9ZawGLi1ZvtYQ
fS1FCZp4ELVh2TNyEBUggmT6zSkyiIRROjyhHMOwpETytHKXTK1k4FOOx/aLMZx6
1UirHQVD1B3ET6g57yiyox0qkxOmmm75QZk8ALGXr5ECOJclHiR5yFBbGSiy0Agq
fyXFUJb978ENFw==
=ng9g
-----END PGP SIGNATURE-----
pgp4UpAfgtF2M.pgp
Description: PGP signature
--- End Message ---