Your message dated Wed, 17 Jun 2026 22:18:57 +0000
with message-id <[email protected]>
and subject line Bug#1135912: fixed in avifile 1:0.7.48~20090503.ds-32
has caused the Debian Bug report #1135912,
regarding avifile: FTBFS with autoconf 2.73
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.)


-- 
1135912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135912
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:avifile
Version: 1:0.7.48~20090503.ds-31
Severity: important
Tags: forky sid ftbfs
User: [email protected]
Usertags: autoconf-2.73

Dear maintainer:

During a rebuild of all packages in unstable using autoconf 2.73
(available in experimental), this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/autoconf-2.73/

This bug will be raised to serious once autoconf 2.73 is uploaded for unstable.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean acinclude.m4
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   debian/rules override_dh_autoreconf
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_autoreconf ./autogen.sh -- --clean
Generating build information...

**Error**: You must have `libtool' installed.
Running libtoolize...
Running aclocal ...
aclocal: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
Running autoheader...
autoheader: warning: autoconf input should be named 'configure.ac', not 
'configure.in'

[... snipped ...]

      |     ^~~
      |     col
codeckeeper.cpp:416:11: error: 'RegReadString' was not declared in this scope
  416 |     sol = RegReadString("aviplay", "codecs-video", "ff");
      |           ^~~~~~~~~~~~~
codeckeeper.cpp:417:45: error: 'avm::sort_codec_list' cannot be used as a 
function
  417 |     sort_codec_list(video_order, sol.c_str());
      |                                             ^
codeckeeper.cpp:420:45: error: 'avm::sort_codec_list' cannot be used as a 
function
  420 |     sort_codec_list(audio_order, sol.c_str());
      |                                             ^
codeckeeper.cpp: At global scope:
codeckeeper.cpp:423:12: error: 'string' in namespace 'avm' does not name a type
  423 | const avm::string& CodecGetError()
      |            ^~~~~~
../include/avm_stl.h:42:17: note: 'avm::string' declared here
   42 | class AVMEXPORT string
      |                 ^~~~~~
codeckeeper.cpp:428:6: error: 'CodecInfo' has not been declared
  428 | void CodecInfo::Get(avm::vector<const CodecInfo*>& infos,
      |      ^~~~~~~~~
codeckeeper.cpp:428:39: error: ISO C++ forbids declaration of 'type name' with 
no type [-fpermissive]
  428 | void CodecInfo::Get(avm::vector<const CodecInfo*>& infos,
      |                                       ^~~~~~~~~
codeckeeper.cpp:428:49: error: template argument 1 is invalid
  428 | void CodecInfo::Get(avm::vector<const CodecInfo*>& infos,
      |                                                 ^
codeckeeper.cpp:428:39: error: ISO C++ forbids declaration of 'type name' with 
no type [-fpermissive]
  428 | void CodecInfo::Get(avm::vector<const CodecInfo*>& infos,
      |                                       ^~~~~~~~~
codeckeeper.cpp:428:49: error: template argument 1 is invalid
  428 | void CodecInfo::Get(avm::vector<const CodecInfo*>& infos,
      |                                                 ^
codeckeeper.cpp:428:39: error: ISO C++ forbids declaration of 'type name' with 
no type [-fpermissive]
  428 | void CodecInfo::Get(avm::vector<const CodecInfo*>& infos,
      |                                       ^~~~~~~~~
codeckeeper.cpp:428:49: error: template argument 1 is invalid
  428 | void CodecInfo::Get(avm::vector<const CodecInfo*>& infos,
      |                                                 ^
codeckeeper.cpp:428:6: error: variable or field 'Get' declared void
  428 | void CodecInfo::Get(avm::vector<const CodecInfo*>& infos,
      |      ^~~~~~~~~
codeckeeper.cpp:428:39: error: ISO C++ forbids declaration of 'type name' with 
no type [-fpermissive]
  428 | void CodecInfo::Get(avm::vector<const CodecInfo*>& infos,
      |                                       ^~~~~~~~~
codeckeeper.cpp:428:49: error: template argument 1 is invalid
  428 | void CodecInfo::Get(avm::vector<const CodecInfo*>& infos,
      |                                                 ^
codeckeeper.cpp:428:52: error: 'infos' was not declared in this scope; did you 
mean 'sincos'?
  428 | void CodecInfo::Get(avm::vector<const CodecInfo*>& infos,
      |                                                    ^~~~~
      |                                                    sincos
codeckeeper.cpp:429:21: error: 'CodecInfo' has not been declared
  429 |                     CodecInfo::Media media,
      |                     ^~~~~~~~~
codeckeeper.cpp:430:21: error: 'Direction' was not declared in this scope
  430 |                     Direction dir, fourcc_t fcc)
      |                     ^~~~~~~~~
codeckeeper.cpp:430:45: error: expected primary-expression before 'fcc'
  430 |                     Direction dir, fourcc_t fcc)
      |                                             ^~~
codeckeeper.cpp:457:1: error: 'IVideoDecoder' does not name a type
  457 | IVideoDecoder* CreateDecoderVideo(const BITMAPINFOHEADER& bh, int depth,
      | ^~~~~~~~~~~~~
codeckeeper.cpp:524:1: error: 'IVideoEncoder' does not name a type
  524 | IVideoEncoder* CreateEncoderVideo(const CodecInfo& ci,
      | ^~~~~~~~~~~~~
codeckeeper.cpp:560:1: error: 'IVideoEncoder' does not name a type
  560 | IVideoEncoder* CreateEncoderVideo(fourcc_t compressor,
      | ^~~~~~~~~~~~~
codeckeeper.cpp:590:1: error: 'IVideoEncoder' does not name a type
  590 | IVideoEncoder* CreateEncoderVideo(const VideoEncoderInfo& info)
      | ^~~~~~~~~~~~~
codeckeeper.cpp:596:1: error: 'IAudioEncoder' does not name a type
  596 | IAudioEncoder* CreateEncoderAudio(const CodecInfo& ci, const 
WAVEFORMATEX* fmt)
      | ^~~~~~~~~~~~~
codeckeeper.cpp:618:1: error: 'IAudioEncoder' does not name a type
  618 | IAudioEncoder* CreateEncoderAudio(fourcc_t compressor,
      | ^~~~~~~~~~~~~
codeckeeper.cpp:636:1: error: 'IAudioDecoder' does not name a type
  636 | IAudioDecoder* CreateDecoderAudio(const WAVEFORMATEX* format,
      | ^~~~~~~~~~~~~
codeckeeper.cpp:692:24: error: 'CodecInfo' does not name a type
  692 | int CodecGetAttr(const CodecInfo& info, const char* attribute, float* 
value)
      |                        ^~~~~~~~~
codeckeeper.cpp:704:24: error: 'CodecInfo' does not name a type
  704 | int CodecSetAttr(const CodecInfo& info, const char* attribute, float 
value)
      |                        ^~~~~~~~~
codeckeeper.cpp:716:24: error: 'CodecInfo' does not name a type
  716 | int CodecGetAttr(const CodecInfo& info, const char* attribute, int* 
value)
      |                        ^~~~~~~~~
codeckeeper.cpp:728:24: error: 'CodecInfo' does not name a type
  728 | int CodecSetAttr(const CodecInfo& info, const char* attribute, int 
value)
      |                        ^~~~~~~~~
codeckeeper.cpp:740:24: error: 'CodecInfo' does not name a type
  740 | int CodecGetAttr(const CodecInfo& info, const char* attribute,
      |                        ^~~~~~~~~
codeckeeper.cpp:753:24: error: 'CodecInfo' does not name a type
  753 | int CodecSetAttr(const CodecInfo& info, const char* attribute,
      |                        ^~~~~~~~~
codeckeeper.cpp:764:6: error: variable or field 'FreeDecoderAudio' declared void
  764 | void FreeDecoderAudio(IAudioDecoder* decoder)
      |      ^~~~~~~~~~~~~~~~
codeckeeper.cpp:764:38: error: 'decoder' was not declared in this scope
  764 | void FreeDecoderAudio(IAudioDecoder* decoder)
      |                                      ^~~~~~~
codeckeeper.cpp:775:6: error: variable or field 'FreeEncoderAudio' declared void
  775 | void FreeEncoderAudio(IAudioEncoder* encoder)
      |      ^~~~~~~~~~~~~~~~
codeckeeper.cpp:775:38: error: 'encoder' was not declared in this scope
  775 | void FreeEncoderAudio(IAudioEncoder* encoder)
      |                                      ^~~~~~~
codeckeeper.cpp:786:6: error: variable or field 'FreeDecoderVideo' declared void
  786 | void FreeDecoderVideo(IVideoDecoder* decoder)
      |      ^~~~~~~~~~~~~~~~
codeckeeper.cpp:786:38: error: 'decoder' was not declared in this scope
  786 | void FreeDecoderVideo(IVideoDecoder* decoder)
      |                                      ^~~~~~~
codeckeeper.cpp:797:6: error: variable or field 'FreeEncoderVideo' declared void
  797 | void FreeEncoderVideo(IVideoEncoder* encoder)
      |      ^~~~~~~~~~~~~~~~
codeckeeper.cpp:797:38: error: 'encoder' was not declared in this scope
  797 | void FreeEncoderVideo(IVideoEncoder* encoder)
      |                                      ^~~~~~~
codeckeeper.cpp: In function 'int avm::SortVideoCodecs(const char*)':
codeckeeper.cpp:810:27: error: 'avm::sort_codec_list' cannot be used as a 
function
  810 |     return sort_codec_list(video_order, orderlist);
      |            ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
codeckeeper.cpp: In function 'int avm::SortAudioCodecs(const char*)':
codeckeeper.cpp:815:27: error: 'avm::sort_codec_list' cannot be used as a 
function
  815 |     return sort_codec_list(audio_order, orderlist);
      |            ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
codeckeeper.cpp: At global scope:
codeckeeper.cpp:818:30: error: 'CodecInfo' does not name a type
  818 | int PluginGetAttrFloat(const CodecInfo& info, const char* attribute,
      |                              ^~~~~~~~~
codeckeeper.cpp: In function 'int avm::PluginGetAttrFloat(const int&, const 
char*, float*)':
codeckeeper.cpp:821:11: error: 'AttributeInfo' does not name a type
  821 |     const AttributeInfo* attr = info.FindAttribute(attribute);
      |           ^~~~~~~~~~~~~
codeckeeper.cpp:822:26: error: request for member 'GetPrivateName' in 'info', 
which is of non-class type 'const int'
  822 |     const char* n = info.GetPrivateName();
      |                          ^~~~~~~~~~~~~~
codeckeeper.cpp:824:9: error: 'attr' was not declared in this scope; did you 
mean 'aptr'?
  824 |     if (attr && attr->GetKind() == AttributeInfo::Float)
      |         ^~~~
      |         aptr
codeckeeper.cpp:824:36: error: 'AttributeInfo' has not been declared
  824 |     if (attr && attr->GetKind() == AttributeInfo::Float)
      |                                    ^~~~~~~~~~~~~
codeckeeper.cpp:826:18: error: 'RegReadFloat' was not declared in this scope
  826 |         *value = RegReadFloat(n, attribute, attr->GetDefaultFloat());
      |                  ^~~~~~~~~~~~
codeckeeper.cpp: At global scope:
codeckeeper.cpp:833:30: error: 'CodecInfo' does not name a type
  833 | int PluginSetAttrFloat(const CodecInfo& info, const char* attribute, 
float value)
      |                              ^~~~~~~~~
codeckeeper.cpp: In function 'int avm::PluginSetAttrFloat(const int&, const 
char*, float)':
codeckeeper.cpp:835:11: error: 'AttributeInfo' does not name a type
  835 |     const AttributeInfo* attr = info.FindAttribute(attribute);
      |           ^~~~~~~~~~~~~
codeckeeper.cpp:836:26: error: request for member 'GetPrivateName' in 'info', 
which is of non-class type 'const int'
  836 |     const char* n = info.GetPrivateName();
      |                          ^~~~~~~~~~~~~~
codeckeeper.cpp:838:9: error: 'attr' was not declared in this scope; did you 
mean 'aptr'?
  838 |     if (attr && attr->GetKind() == AttributeInfo::Float
      |         ^~~~
      |         aptr
codeckeeper.cpp:838:36: error: 'AttributeInfo' has not been declared
  838 |     if (attr && attr->GetKind() == AttributeInfo::Float
      |                                    ^~~~~~~~~~~~~
codeckeeper.cpp:840:16: error: 'RegWriteFloat' was not declared in this scope
  840 |         return RegWriteFloat(n, attribute, value);
      |                ^~~~~~~~~~~~~
codeckeeper.cpp: At global scope:
codeckeeper.cpp:846:28: error: 'CodecInfo' does not name a type
  846 | int PluginGetAttrInt(const CodecInfo& info, const char* attribute, int* 
value)
      |                            ^~~~~~~~~
codeckeeper.cpp: In function 'int avm::PluginGetAttrInt(const int&, const 
char*, int*)':
codeckeeper.cpp:848:11: error: 'AttributeInfo' does not name a type
  848 |     const AttributeInfo* attr = info.FindAttribute(attribute);
      |           ^~~~~~~~~~~~~
codeckeeper.cpp:849:26: error: request for member 'GetPrivateName' in 'info', 
which is of non-class type 'const int'
  849 |     const char* n = info.GetPrivateName();
      |                          ^~~~~~~~~~~~~~
codeckeeper.cpp:851:9: error: 'attr' was not declared in this scope; did you 
mean 'aptr'?
  851 |     if (attr && (attr->GetKind() == AttributeInfo::Integer
      |         ^~~~
      |         aptr
codeckeeper.cpp:851:37: error: 'AttributeInfo' has not been declared
  851 |     if (attr && (attr->GetKind() == AttributeInfo::Integer
      |                                     ^~~~~~~~~~~~~
codeckeeper.cpp:852:40: error: 'AttributeInfo' has not been declared
  852 |                  || attr->GetKind() == AttributeInfo::Select))
      |                                        ^~~~~~~~~~~~~
codeckeeper.cpp:854:18: error: 'RegReadInt' was not declared in this scope
  854 |         *value = RegReadInt(n, attribute, attr->GetDefault());
      |                  ^~~~~~~~~~
codeckeeper.cpp: At global scope:
codeckeeper.cpp:861:28: error: 'CodecInfo' does not name a type
  861 | int PluginSetAttrInt(const CodecInfo& info, const char* attribute, int 
value)
      |                            ^~~~~~~~~
codeckeeper.cpp: In function 'int avm::PluginSetAttrInt(const int&, const 
char*, int)':
codeckeeper.cpp:863:11: error: 'AttributeInfo' does not name a type
  863 |     const AttributeInfo* attr = info.FindAttribute(attribute);
      |           ^~~~~~~~~~~~~
codeckeeper.cpp:864:26: error: request for member 'GetPrivateName' in 'info', 
which is of non-class type 'const int'
  864 |     const char* n = info.GetPrivateName();
      |                          ^~~~~~~~~~~~~~
codeckeeper.cpp:866:9: error: 'attr' was not declared in this scope; did you 
mean 'aptr'?
  866 |     if (attr && (attr->GetKind() == AttributeInfo::Integer
      |         ^~~~
      |         aptr
codeckeeper.cpp:866:37: error: 'AttributeInfo' has not been declared
  866 |     if (attr && (attr->GetKind() == AttributeInfo::Integer
      |                                     ^~~~~~~~~~~~~
codeckeeper.cpp:867:40: error: 'AttributeInfo' has not been declared
  867 |                  || attr->GetKind() == AttributeInfo::Select)
      |                                        ^~~~~~~~~~~~~
codeckeeper.cpp:870:16: error: 'RegWriteInt' was not declared in this scope
  870 |         return RegWriteInt(n, attribute, value);
      |                ^~~~~~~~~~~
codeckeeper.cpp: At global scope:
codeckeeper.cpp:877:31: error: 'CodecInfo' does not name a type
  877 | int PluginGetAttrString(const CodecInfo& info, const char* attribute,
      |                               ^~~~~~~~~
codeckeeper.cpp: In function 'int avm::PluginGetAttrString(const int&, const 
char*, const char**)':
codeckeeper.cpp:880:11: error: 'AttributeInfo' does not name a type
  880 |     const AttributeInfo* attr = info.FindAttribute(attribute);
      |           ^~~~~~~~~~~~~
codeckeeper.cpp:881:26: error: request for member 'GetPrivateName' in 'info', 
which is of non-class type 'const int'
  881 |     const char* n = info.GetPrivateName();
      |                          ^~~~~~~~~~~~~~
codeckeeper.cpp:883:18: error: 'attr' was not declared in this scope; did you 
mean 'aptr'?
  883 |     if (value && attr && (attr->GetKind() == AttributeInfo::String))
      |                  ^~~~
      |                  aptr
codeckeeper.cpp:883:46: error: 'AttributeInfo' has not been declared
  883 |     if (value && attr && (attr->GetKind() == AttributeInfo::String))
      |                                              ^~~~~~~~~~~~~
codeckeeper.cpp:885:18: error: 'RegReadString' was not declared in this scope
  885 |         *value = RegReadString(n, attribute, "");
      |                  ^~~~~~~~~~~~~
codeckeeper.cpp: At global scope:
codeckeeper.cpp:892:31: error: 'CodecInfo' does not name a type
  892 | int PluginSetAttrString(const CodecInfo& info, const char* attribute,
      |                               ^~~~~~~~~
codeckeeper.cpp: In function 'int avm::PluginSetAttrString(const int&, const 
char*, const char*)':
codeckeeper.cpp:895:11: error: 'AttributeInfo' does not name a type
  895 |     const AttributeInfo* attr = info.FindAttribute(attribute);
      |           ^~~~~~~~~~~~~
codeckeeper.cpp:896:26: error: request for member 'GetPrivateName' in 'info', 
which is of non-class type 'const int'
  896 |     const char* n = info.GetPrivateName();
      |                          ^~~~~~~~~~~~~~
codeckeeper.cpp:898:18: error: 'attr' was not declared in this scope; did you 
mean 'aptr'?
  898 |     if (value && attr && (attr->GetKind() == AttributeInfo::String))
      |                  ^~~~
      |                  aptr
codeckeeper.cpp:898:46: error: 'AttributeInfo' has not been declared
  898 |     if (value && attr && (attr->GetKind() == AttributeInfo::String))
      |                                              ^~~~~~~~~~~~~
codeckeeper.cpp:899:16: error: 'RegWriteString' was not declared in this scope
  899 |         return RegWriteString(n, attribute, value);
      |                ^~~~~~~~~~~~~~
codeckeeper.cpp: At global scope:
codeckeeper.cpp:905:7: error: 'CodecInfo' does not name a type
  905 | const CodecInfo* CodecInfo::match(fourcc_t fcccodec, CodecInfo::Media 
cimedia,
      |       ^~~~~~~~~
codeckeeper.cpp:954:7: error: 'CodecInfo' does not name a type
  954 | const CodecInfo* CodecInfo::match(CodecInfo::Media cimedia, const char* 
pname)
      |       ^~~~~~~~~
make[2]: *** [Makefile:868: codeckeeper.lo] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[1]: *** [Makefile:917: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:46: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: avifile
Source-Version: 1:0.7.48~20090503.ds-32
Done: Ying-Chun Liu (PaulLiu) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
avifile, 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.
Ying-Chun Liu (PaulLiu) <[email protected]> (supplier of updated avifile 
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: Wed, 17 Jun 2026 22:56:16 +0100
Source: avifile
Architecture: source
Version: 1:0.7.48~20090503.ds-32
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) <[email protected]>
Changed-By: Ying-Chun Liu (PaulLiu) <[email protected]>
Closes: 1135912
Changes:
 avifile (1:0.7.48~20090503.ds-32) unstable; urgency=low
 .
   * debian/control: add libtool-bin to Build-Depends. (Closes: #1135912)
     - debian/clean: add ltmain.sh and include/config.h.in because we want
       these files to be re-generated.
   * debian/tests/control: Change pkg-config to pkgconf
Checksums-Sha1:
 7e64052ee15474afea45037099221bdc99598aa3 2476 avifile_0.7.48~20090503.ds-32.dsc
 1fcd225d3edcd5a2b1a298ac93643f8694c5a20f 42092 
avifile_0.7.48~20090503.ds-32.debian.tar.xz
 84e9f31e7d4e25a0db73e45d3fc35fdf010af940 11398 
avifile_0.7.48~20090503.ds-32_source.buildinfo
Checksums-Sha256:
 90f5f3f3d57c7b07d06aa9103b4a2a740c62dd1c680e3268f862ebda83f64c57 2476 
avifile_0.7.48~20090503.ds-32.dsc
 83d4b61b6aeb1f7c228a1c1f373cd3141af94d3d3e18bb4dcb51735e596a222d 42092 
avifile_0.7.48~20090503.ds-32.debian.tar.xz
 a0f4f844a01b394c6f3943ad85291467c9c730855b387f6457a199cd4728768a 11398 
avifile_0.7.48~20090503.ds-32_source.buildinfo
Files:
 a3d41fb1e8a7fabc317ea157e93632d7 2476 libs optional 
avifile_0.7.48~20090503.ds-32.dsc
 ee4e2e26102b8ab8fef371ca584c47fc 42092 libs optional 
avifile_0.7.48~20090503.ds-32.debian.tar.xz
 f34c51f45e4fece1832a0d497da024a8 11398 libs optional 
avifile_0.7.48~20090503.ds-32_source.buildinfo

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

iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAmozGEwTHHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiPkJEADPE8N9Q41pT4UKOBj7wRYsCV0klctb
HYWJvpv5C87oa6lv2cPzV/wQVQeQjYADtoYWhp/MUcU6UdBr5w4O1mj434vPKkRB
uaGtMdMqEOZoyPVOOjZVDoq31G7F4Xr59Gr6bP/kkFACXUcy0Vf1f7YC3kaBawQs
XwXSnP+HvJ7u+I11Uf+qU6CElfxEqbk4Ej4trgJNDEXIGWot3AycuIyWaL17bSfl
Cbzl5jHJXlDxPMb2MSYPz8o4mQL4b+YntVyL7pTTmCajVZuvgTggR++EDnqxcl85
gmQatHjF8MeoxgEbAazj8LJnYQBPk/jH3qRLDdWkx8ATgmaAWrLYTlHm0fe+Fr9V
6uvIwnhEjRLvFzARB5TAuc+Jgf0DUd1u9Cedq2snqqW3KDFawg3hJenxZqC0S/yK
BTKZ2iJQ183W9duXTf2mnuF8pf/UdXCxU5f5ybMlXZ/IE8msYhZrTYZcivuxuCbo
4RrQNiJUYD1e09PwZ5OmS3GI24sij7HWkEZC3JJVyzTS66q9cjCNjVGUCW5k3qSr
ERW/9zYWANU74dMuM8dhlX1pBLs1j7Bbw3qgAo3hCFW8VbP7lkGm5WX9rUOH8Iyu
EZEb5Dkr/+Mw5gi5884COOFHA1yCMTGcf+qfUDyi1i6ay1LB41VXACmehmVy3zg3
1gHXSd7+3SKz0w==
=e3KF
-----END PGP SIGNATURE-----

Attachment: pgpKm9B2CVqrF.pgp
Description: PGP signature


--- End Message ---

Reply via email to