Your message dated Mon, 14 Sep 2026 14:34:29 +0000
with message-id <[email protected]>
and subject line Bug#1145592: fixed in pivy 0.6.10-5
has caused the Debian Bug report #1145592,
regarding pivy: FTBFS: pivy/coin_wrap.cpp:5628:15: error: 'PyInt_AsLong' was 
not declared in this scope; did you mean 'PyLong_AsLong'?
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.)


-- 
1145592: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145592
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pivy
Version: 0.6.10-4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, 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/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:pivy, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
Deprecated command line option: -py3. Ignored, this option is no longer 
supported.
Deprecated command line option: -modern. Ignored, this option is now always on.
Deprecated command line option: -py3. Ignored, this option is no longer 
supported.
Deprecated command line option: -modern. Ignored, this option is now always on.
pivy/coin_wrap.cpp: In function ‘void convert_SbVec2s_array(PyObject*, short 
int*)’:
pivy/coin_wrap.cpp:5628:15: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 5628 |     temp[0] = PyInt_AsLong(PySequence_GetItem(input, 0));
      |               ^~~~~~~~~~~~
      |               PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘SoCallbackAction::Response 
SoCallbackActionPythonCB(void*, SoCallbackAction*, const SoNode*)’:
pivy/coin_wrap.cpp:5818:15: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 5818 |     iresult = PyInt_AsLong(result);
      |               ^~~~~~~~~~~~
      |               PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘void convert_SbVec3s_array(PyObject*, short 
int*)’:
pivy/coin_wrap.cpp:6085:15: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 6085 |     temp[0] = PyInt_AsLong(PySequence_GetItem(input, 0));
      |               ^~~~~~~~~~~~
      |               PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘SoGLRenderAction::AbortCode 
SoGLRenderAbortPythonCB(void*)’:
pivy/coin_wrap.cpp:6199:38: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 6199 |   res = (SoGLRenderAction::AbortCode)PyInt_AsLong(result);
      |                                      ^~~~~~~~~~~~
      |                                      PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘SoCallbackAction::Response 
SoIntersectionVisitationPythonCB(void*, const SoPath*)’:
pivy/coin_wrap.cpp:6381:15: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 6381 |     iresult = PyInt_AsLong(result);
      |               ^~~~~~~~~~~~
      |               PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘SbBool SoIntersectionFilterPythonCB(void*, 
const SoPath*, const SoPath*)’:
pivy/coin_wrap.cpp:6412:15: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 6412 |     iresult = PyInt_AsLong(result);
      |               ^~~~~~~~~~~~
      |               PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘SoIntersectionDetectionAction::Resp 
SoIntersectionPythonCB(void*, const SoIntersectingPrimitive*, const 
SoIntersectingPrimitive*)’:
pivy/coin_wrap.cpp:6444:15: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 6444 |     iresult = PyInt_AsLong(result);
      |               ^~~~~~~~~~~~
      |               PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘void convert_SoMFBool_array(PyObject*, int, 
SbBool*)’:
pivy/coin_wrap.cpp:6705:26: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 6705 |       temp[i] = (SbBool) PyInt_AsLong(oi);
      |                          ^~~~~~~~~~~~
      |                          PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘void convert_SoMFEnum_array(PyObject*, int, 
int*)’:
pivy/coin_wrap.cpp:6733:23: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 6733 |       temp[i] = (int) PyInt_AsLong(oi);
      |                       ^~~~~~~~~~~~
      |                       PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘void convert_SoMFInt32_array(PyObject*, int, 
int32_t*)’:
pivy/coin_wrap.cpp:7053:27: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 7053 |       temp[i] = (int32_t) PyInt_AsLong(oi);
      |                           ^~~~~~~~~~~~
      |                           PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘void convert_SoMFShort_array(PyObject*, int, 
short int*)’:
pivy/coin_wrap.cpp:7105:25: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 7105 |       temp[i] = (short) PyInt_AsLong(oi);
      |                         ^~~~~~~~~~~~
      |                         PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘void convert_SoMFUInt32_array(PyObject*, 
int, uint32_t*)’:
pivy/coin_wrap.cpp:7141:28: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 7141 |       temp[i] = (uint32_t) PyInt_AsLong(oi);
      |                            ^~~~~~~~~~~~
      |                            PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘void convert_SoMFUShort_array(PyObject*, 
int, short unsigned int*)’:
pivy/coin_wrap.cpp:7169:25: error: ‘PyInt_AsLong’ was not declared in this 
scope; did you mean ‘PyLong_AsLong’?
 7169 |       temp[i] = (short) PyInt_AsLong(oi);
      |                         ^~~~~~~~~~~~
      |                         PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SoMFBool_getValues__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:171187:38: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
171187 |         PyList_SetItem(resultobj, i, PyInt_FromLong((long)result[i]));
       |                                      ^~~~~~~~~~~~~~
       |                                      PyLong_FromLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SoMFBool_getValues__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:171224:38: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
171224 |         PyList_SetItem(resultobj, i, PyInt_FromLong((long)result[i]));
       |                                      ^~~~~~~~~~~~~~
       |                                      PyLong_FromLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SoMFEnum_getValues__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:172322:38: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
172322 |         PyList_SetItem(resultobj, i, PyInt_FromLong((long)result[i]));
       |                                      ^~~~~~~~~~~~~~
       |                                      PyLong_FromLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SoMFEnum_getValues__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:172359:38: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
172359 |         PyList_SetItem(resultobj, i, PyInt_FromLong((long)result[i]));
       |                                      ^~~~~~~~~~~~~~
       |                                      PyLong_FromLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SoMFInt32_getValues__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:247382:38: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
247382 |         PyList_SetItem(resultobj, i, PyInt_FromLong((long)result[i]));
       |                                      ^~~~~~~~~~~~~~
       |                                      PyLong_FromLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SoMFInt32_getValues__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:247419:38: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
247419 |         PyList_SetItem(resultobj, i, PyInt_FromLong((long)result[i]));
       |                                      ^~~~~~~~~~~~~~
       |                                      PyLong_FromLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SoMFShort_getValues__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:251709:38: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
251709 |         PyList_SetItem(resultobj, i, PyInt_FromLong((long)result[i]));
       |                                      ^~~~~~~~~~~~~~
       |                                      PyLong_FromLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SoMFShort_getValues__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:251746:38: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
251746 |         PyList_SetItem(resultobj, i, PyInt_FromLong((long)result[i]));
       |                                      ^~~~~~~~~~~~~~
       |                                      PyLong_FromLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SoMFUInt32_getValues__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:253613:38: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
253613 |         PyList_SetItem(resultobj, i, PyInt_FromLong((long)result[i]));
       |                                      ^~~~~~~~~~~~~~
       |                                      PyLong_FromLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SoMFUInt32_getValues__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:253650:38: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
253650 |         PyList_SetItem(resultobj, i, PyInt_FromLong((long)result[i]));
       |                                      ^~~~~~~~~~~~~~
       |                                      PyLong_FromLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SoMFUShort_getValues__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:254575:38: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
254575 |         PyList_SetItem(resultobj, i, PyInt_FromLong((long)result[i]));
       |                                      ^~~~~~~~~~~~~~
       |                                      PyLong_FromLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SoMFUShort_getValues__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:254612:38: error: ‘PyInt_FromLong’ was not declared in 
this scope; did you mean ‘PyLong_FromLong’?
254612 |         PyList_SetItem(resultobj, i, PyInt_FromLong((long)result[i]));
       |                                      ^~~~~~~~~~~~~~
       |                                      PyLong_FromLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_new_SbImage__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:353874:12: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
353874 |     arg3 = PyInt_AsLong(nc);
       |            ^~~~~~~~~~~~
       |            PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_new_SbImage__SWIG_2(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:353919:12: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
353919 |     arg3 = PyInt_AsLong(nc);
       |            ^~~~~~~~~~~~
       |            PyLong_AsLong
pivy/coin_wrap.cpp:353920:9: error: ‘PyString_Check’ was not declared in 
this scope; did you mean ‘PyMapping_Check’?
353920 |     if (PyString_Check(buf)) {
       |         ^~~~~~~~~~~~~~
       |         PyMapping_Check
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SbImage_setValue__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:354095:12: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
354095 |     arg3 = PyInt_AsLong(nc);
       |            ^~~~~~~~~~~~
       |            PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SbImage_setValue__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:354147:12: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
354147 |     arg3 = PyInt_AsLong(nc);
       |            ^~~~~~~~~~~~
       |            PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SbImage_setValuePtr__SWIG_0(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:354277:12: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
354277 |     arg3 = PyInt_AsLong(nc);
       |            ^~~~~~~~~~~~
       |            PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘PyObject* 
_wrap_SbImage_setValuePtr__SWIG_1(PyObject*, Py_ssize_t, PyObject**)’:
pivy/coin_wrap.cpp:354329:12: error: ‘PyInt_AsLong’ was not declared in 
this scope; did you mean ‘PyLong_AsLong’?
354329 |     arg3 = PyInt_AsLong(nc);
       |            ^~~~~~~~~~~~
       |            PyLong_AsLong
pivy/coin_wrap.cpp: In function ‘int SWIG_mod_exec(PyObject*)’:
pivy/coin_wrap.cpp:456579:12: warning: converting to non-pointer type ‘int’ 
from NULL [-Wconversion-null]
456579 |     return NULL;
       |            ^~~~

                            _____
                        .-'`     '.                                     
                     __/  __       \                                   
                    /  \ /  \       |    ___                          
                   | /`\| /`\|      | .-'  /^\/^\                   
                   | \(/| \(/|      |/     |) |)|                     
                  .-\__/ \__/       |      \_/\_/__..._             
          _...---'-.                /   _              '.               
         /,      ,             \   '|  `\                \           
        | ))     ))           /`|   \    `.       /)  /) |             
        | `      `          .'       |     `-._         /               
        \                 .'         |     ,_  `--....-'               
         `.           __.' ,         |     / /`'''`                     
           `'-.____.-' /  /,         |    / /                           
               `. `-.-` .'  \        /   / |                           
                 `-.__.'|    \      |   |  |-.                         
                    _.._|     |     /   |  |  `'.                       
              .-''``    |     |     |   /  |     `-.                    
           .'`         /      /     /  |   |        '.                  
         /`           /      /     |   /   |\         \               
        /            |      |      |   |   /\          |               
       ||            |      /      |   /     '.        |                
       |\            \      |      /   |       '.      /              
       \ `.           '.    /      |    \        '---'/               
        \  '.           `-./        \    '.          /                
         '.  `'.            `-._     '.__  '-._____.'--'''''--.         
           '-.  `'--._          `.__     `';----`              \       
              `-.     `-.          `.''```                     ;        
                 `'-..,_ `-.         `'-.                     /         
                        '.  '.           '.                 .'          


                            ~~~ HISSSSSSSSSS ~~~
                           Welcome to Pivy 0.6.10!
                 Building Pivy has never been so much fun!

    
Platform...linux
Python version...3.14.7
Checking for swig...
'/usr/bin/swig'
Checking for SWIG version...
4.5.0
Warning: Pivy has only been tested with the following SWIG versions: 3.0.8 
3.0.10 3.0.12 4.0.0.
calling: cmake /<<PKGBUILDDIR>>/distutils_cmake
-- COIN_FOUND: TRUE
-- COIN_INCLUDE_DIR: /usr/include
-- COIN_LIB_DIR: /usr/lib/x86_64-linux-gnu
-- COIN_VERSION: 4.0.7
-- SOQT_FOUND: True
-- SOQT_INCLUDE_DIR: /usr/include;/usr/include
-- SOQT_LIB_DIR: /usr/lib/x86_64-linux-gnu
-- SOQT_VERSION: 1.6.4
-- Configuring done (0.1s)
-- Generating done (0.0s)
-- Build files have been written to: /<<PKGBUILDDIR>>

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.




checking for COIN via cmake
COIN_FOUND: TRUE
COIN_VERSION: 4.0.7
COIN_INCLUDE_DIR: /usr/include
COIN_LIB_DIR: /usr/lib/x86_64-linux-gnu

checking for SOQT via cmake
SOQT_FOUND: True
SOQT_VERSION: 1.6.4
SOQT_INCLUDE_DIR: /usr/include" -I"/usr/include
SOQT_LIB_DIR: /usr/lib/x86_64-linux-gnu

coin-features are not supported in this version
Preparing Inventor headers:.

=== Generating pivy/coin_wrap.cpp for coin ===

swig -w302,306,307,312,314,325,361,362,467,389,503,509,510 -py3 -c++ -python 
-includeall -modern -D__PIVY__ -I. -Ifake_headers -I"/usr/include" -Iinterfaces 
 -o pivy/coin_wrap.cpp interfaces/coin.i

=== Generating pivy/gui/soqt_wrap.cpp for soqt ===

swig -w302,306,307,312,314,325,361,362,467,389,503,509,510 -py3 -c++ -python 
-includeall -modern -D__PIVY__ -I. -Ifake_headers -I"/usr/include" 
-I"/usr/include" -Iinterfaces  -o pivy/gui/soqt_wrap.cpp interfaces/soqt.i
error: command '/usr/bin/x86_64-linux-gnu-g++' failed with exit code 1
E: pybuild pybuild:485: build: plugin distutils failed with: exit code=1: 
/usr/bin/python3-dbg setup.py build 
dh_auto_build: error: pybuild --build --parallel=2 returned exit code 13
make: *** [debian/rules:17: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: pivy
Source-Version: 0.6.10-5
Done: Santiago Vila <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pivy, 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.
Santiago Vila <[email protected]> (supplier of updated pivy 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: Mon, 14 Sep 2026 15:50:00 +0200
Source: pivy
Architecture: source
Version: 0.6.10-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1145592
Changes:
 pivy (0.6.10-5) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Rafael Laboissière ]
   * Fix FTBFS with swig 4.5.0. Closes: #1145592.
 .
   [ Santiago Vila ]
   * Drop "Priority: optional" (default).
   * Update standards-version.
   * Tidy up salsa-ci.yml.
Checksums-Sha1:
 77aa9b4c558d15265789323f8596ad03392ce1c3 1922 pivy_0.6.10-5.dsc
 317f9821e14db1c2003bc95b98f0361ea8a458be 7712 pivy_0.6.10-5.debian.tar.xz
 2a5d9201aa7b53207648091cfef738859cd3ebb3 6454 pivy_0.6.10-5_source.buildinfo
Checksums-Sha256:
 601f9b77b0a04a3128583eb7f9a7ab4a6167bf44c7ea20dba562131cca7467af 1922 
pivy_0.6.10-5.dsc
 97745097284198dd56ddab8731d21a31039f72ee3ebca09d9ecc53d98296247f 7712 
pivy_0.6.10-5.debian.tar.xz
 6d571a9841fb546b4965b2cfdcc351a81af10c27ba439c207df04b2c07a5a57d 6454 
pivy_0.6.10-5_source.buildinfo
Files:
 84e7a8123ff7845ea3bac8dbcadfce52 1922 python optional pivy_0.6.10-5.dsc
 366f93dd48ceebf7c9317280323ce2db 7712 python optional 
pivy_0.6.10-5.debian.tar.xz
 9d2f4fbdcb084054ef7657af5d55491a 6454 python optional 
pivy_0.6.10-5_source.buildinfo

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

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmqoAMcACgkQQc5/C58b
izKYFAf/TchkTL8HEbndJ4Vx+uNmdPmzGi3MzJPrzJz74vqBLsjNGLFIVydXXj0z
Xr23nrrUyzdgTl1mBfraz2VksN8CPOiW+DV3XNWd80YtjF47jenmealyhbm5Cj+w
isv34LPSH7j8qX4+d8kSm7k8jMixfRztKigP+xIRQK/cehtFewP4vnsh4PsD+SK+
K/szEydpBlhBggsnOgTnc+8FHWwdxcJN7X9LRyoBiVGoQs+0HCUyvfJ+JZt968Vm
o9P2EfKN8i/zY+5yY/6ZKKf4MWEUfkmpcvLvZQfjIWfarQh6gsVyYMCmJaG3Do7H
oSDduiAlXv9BOkcVKwKo/P37AndB9w==
=Ex8N
-----END PGP SIGNATURE-----

Attachment: pgpQuEO5aT0TE.pgp
Description: PGP signature


--- End Message ---

Reply via email to