Your message dated Tue, 16 Sep 2025 22:11:57 +0000
with message-id <[email protected]>
and subject line Bug#1049683: fixed in t50 5.8.7c-1
has caused the Debian Bug report #1049683,
regarding t50: Fails to build binary packages again after successful build
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.)
--
1049683: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1049683
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: t50
Version: 5.8.7b-1
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to do build a binary-only build (not source) after a
successful build (dpkg-buildpackage ; dpkg-buildpackage -b).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/DoubleBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -b
> --------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package t50
> dpkg-buildpackage: info: source version 5.8.7b-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Marcos Fouces <[email protected]>
> dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
> debian/rules clean
> dh clean
> dh_auto_clean
> make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Deleting .o files...
> find src/ -type f -name '*.o' -delete
> rm t50 dist/*.gz dist/*.asc
> rm: cannot remove 'dist/*.gz': No such file or directory
> rm: cannot remove 'dist/*.asc': No such file or directory
> make[1]: [Makefile:161: distclean] Error 1 (ignored)
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_clean
> debian/rules binary
> dh binary
> dh_update_autotools_config
> dh_autoreconf
> dh_auto_configure
> ./configure --build=x86_64-linux-gnu --prefix=/usr
> --includedir=\${prefix}/include --mandir=\${prefix}/share/man
> --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
> --disable-option-checking --disable-silent-rules
> --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run
> --disable-maintainer-mode --disable-dependency-tracking
> To comple and install:
>
> $ make
> $ sudo make install
>
> To uninstall:
>
> $ sudo make uninstall
> debian/rules override_dh_auto_build
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build --buildsystem=makefile
> make -j8 "INSTALL=install --strip-program=true"
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/cidr.o src/cidr.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/cksum.o src/cksum.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/config.o src/config.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/errors.o src/errors.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/main.o src/main.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/memalloc.o
> src/memalloc.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules.o src/modules.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/netio.o src/netio.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/randomizer.o
> src/randomizer.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/shuffle.o src/shuffle.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/usage.o src/usage.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/help/egp_help.o
> src/help/egp_help.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/help/eigrp_help.o
> src/help/eigrp_help.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/help/general_help.o
> src/help/general_help.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/help/gre_help.o
> src/help/gre_help.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/help/icmp_help.o
> src/help/icmp_help.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/help/igmp_help.o
> src/help/igmp_help.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/help/ip_help.o
> src/help/ip_help.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/help/ipsec_help.o
> src/help/ipsec_help.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/help/ospf_help.o
> src/help/ospf_help.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/help/rip_help.o
> src/help/rip_help.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/help/rsvp_help.o
> src/help/rsvp_help.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
> src/help/tcp_udp_dccp_help.o src/help/tcp_udp_dccp_help.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/dccp.o
> src/modules/dccp.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/egp.o
> src/modules/egp.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/eigrp.o
> src/modules/eigrp.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/gre.o
> src/modules/gre.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/icmp.o
> src/modules/icmp.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/igmpv1.o
> src/modules/igmpv1.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/igmpv3.o
> src/modules/igmpv3.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/ip.o
> src/modules/ip.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/ipsec.o
> src/modules/ipsec.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/ospf.o
> src/modules/ospf.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/ripv1.o
> src/modules/ripv1.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/ripv2.o
> src/modules/ripv2.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/rsvp.o
> src/modules/rsvp.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/tcp.o
> src/modules/tcp.c
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -Wformat -Werror=format-security -std=gnu11 -I src/include -O2 -DNDEBUG
> -ffast-math -Wdate-time -D_FORTIFY_SOURCE=2 -c -o src/modules/udp.o
> src/modules/udp.c
> cc -Wl,-z,relro -Wl,-z,now -s -O2 -o t50 src/cidr.o src/cksum.o src/config.o
> src/errors.o src/main.o src/memalloc.o src/modules.o src/netio.o
> src/randomizer.o src/shuffle.o src/usage.o src/help/egp_help.o
> src/help/eigrp_help.o src/help/general_help.o src/help/gre_help.o
> src/help/icmp_help.o src/help/igmp_help.o src/help/ip_help.o
> src/help/ipsec_help.o src/help/ospf_help.o src/help/rip_help.o
> src/help/rsvp_help.o src/help/tcp_udp_dccp_help.o src/modules/dccp.o
> src/modules/egp.o src/modules/eigrp.o src/modules/gre.o src/modules/icmp.o
> src/modules/igmpv1.o src/modules/igmpv3.o src/modules/ip.o
> src/modules/ipsec.o src/modules/ospf.o src/modules/ripv1.o
> src/modules/ripv2.o src/modules/rsvp.o src/modules/tcp.o src/modules/udp.o
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test
> create-stamp debian/debhelper-build-stamp
> dh_prep
> dh_auto_install --destdir=debian/t50/
> make -j8 install DESTDIR=/<<PKGBUILDDIR>>/debian/t50
> AM_UPDATE_INFO_DIR=no
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> install -d /<<PKGBUILDDIR>>/debian/t50/usr/sbin/
> /<<PKGBUILDDIR>>/debian/t50/usr/share/man/man8/
> install -m750 t50 /<<PKGBUILDDIR>>/debian/t50/usr/sbin/
> gzip -9 doc/t50.8;
> gzip: doc/t50.8: No such file or directory
> make[1]: *** [Makefile:175: install] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_install: error: make -j8 install DESTDIR=/<<PKGBUILDDIR>>/debian/t50
> AM_UPDATE_INFO_DIR=no returned exit code 2
> make: *** [debian/rules:5: binary] Error 25
> dpkg-buildpackage: error: debian/rules binary subprocess returned exit status
> 2
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -b' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/16/t50_5.8.7b-1_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: t50
Source-Version: 5.8.7c-1
Done: Marcos Fouces <[email protected]>
We believe that the bug you reported is fixed in the latest version of
t50, 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.
Marcos Fouces <[email protected]> (supplier of updated t50 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: Tue, 16 Sep 2025 23:35:34 +0200
Source: t50
Architecture: source
Version: 5.8.7c-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Marcos Fouces <[email protected]>
Closes: 1047444 1049683
Changes:
t50 (5.8.7c-1) unstable; urgency=medium
.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit.
.
[ Peter Wienemann ]
* Fix build failure after successful build (Closes: #1047444, #1049683)
.
[ Marcos Fouces ]
* New upstream version 5.8.7c
* Refresh/rework patches.
* Bump to Standards-Version 4.7.2 (no changes required).
* Update copyright dates.
Checksums-Sha1:
7b3bdb68026d72e7e2b5bd877d2de6701c847b91 2158 t50_5.8.7c-1.dsc
4c2e5abb7244b0e599cd997f3b03bd6a05698eba 99817 t50_5.8.7c.orig.tar.gz
b3300447d79c91169af517c0e37f58e59f291d2e 833 t50_5.8.7c.orig.tar.gz.asc
ca437051a31cfb9bb76c87a31cd203f691b3ca7d 8228 t50_5.8.7c-1.debian.tar.xz
8b7da20c30291dc874a26c9b46c5debadf9fe782 7263 t50_5.8.7c-1_source.buildinfo
Checksums-Sha256:
b48362eae1b495fa5fa5b648d2fa2222c801767e04261bad5b88ae3160a8f3ee 2158
t50_5.8.7c-1.dsc
3b64d5a1230f22d4f8ad7767aa7d807437f0e02c3cc67b156d219381bf411eab 99817
t50_5.8.7c.orig.tar.gz
68d335803b6fc348e4eb60a4fea67990d50562f5ddc0a37996178c00b3f17f8a 833
t50_5.8.7c.orig.tar.gz.asc
21ffe575dca04deac7edf22024940ea07358b706571666ec9291c63db50e53f4 8228
t50_5.8.7c-1.debian.tar.xz
8408759eb28d84af0e917f5d516fe58a73128f5d33e837fda816a45d9ab767fd 7263
t50_5.8.7c-1_source.buildinfo
Files:
282862c151d7018b3cf4b6aeba4935a6 2158 utils optional t50_5.8.7c-1.dsc
112975cf19165a769ee14742e8513899 99817 utils optional t50_5.8.7c.orig.tar.gz
68af3140043559eadbbb81180a4ab353 833 utils optional t50_5.8.7c.orig.tar.gz.asc
76fa80a5134c8929d5e2ad295a90ec44 8228 utils optional t50_5.8.7c-1.debian.tar.xz
8bf545bb7ff482a7ba40281f00068796 7263 utils optional
t50_5.8.7c-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfLiv/VYDL+NaNH0uasy9D6O3RHwFAmjJ2G4ACgkQasy9D6O3
RHwqQw/+NAw8K9f1Zq4zkKA7Z+1wcDNz/L0w99CzvVZu2l1A2SlA9GlnFT5k04lX
EYucSxphTFMqgSgtDgapgkSs4atfCncOLnCwvawlr17h3QbYQp1i3LQJ7BR/dogy
zln2bLVEXWGy8JiilCvh3rumURUua+KtTA/dMe/cmACZG57wtZMhbOVZnbZ6kf3f
5vXywTcbtW+Sh6oxcWn6NOQ3qjGH3qAc1b11LvU4+THe+stv60xhn9EnDcFP2uPm
RyVDNt7l49uFDDWcyz/H5XUNv/M4+jgKb+XUXLf7a+53od+xTpQIa4uInopza9lV
DvcscjbnUPFDMjfw7J46U/O7BAaxRX/hyg3qCVfw0334dA7xmOF5IdCCRdO/TgT0
9omnaQPAApUPoN2PBx/NtTGKZHyhHf1S9y2gL0uBCef6jEef5KWBk6cL+RnRHZlq
s3pVWjlmwVMs61uGtJ+PmYcnNXWlu36hs+AilV7uHb0eOnN6RcDAh8+MKyl/dwB/
qvB1b5BNorNr3oURWkUco6uttz9vTCHk1/heCPpm9DI352k5NICmr6fWFdX/9L3W
tSYdmgHTkGor4ZzBqsP4y5x7sOGenoXXjm52nIx2tPYkGRLRDQbRYJx4r18WLfJO
2p4jFHtGsQ9jqXTX3nUsuPEy4duV5/f8VtLjfEyap/2QXWPuRAY=
=JI0P
-----END PGP SIGNATURE-----
pgpSn4JxbfizO.pgp
Description: PGP signature
--- End Message ---