Your message dated Tue, 25 Mar 2025 09:24:55 +0000
with message-id <e1tx0wl-002bjo...@fasolo.debian.org>
and subject line Bug#1101245: fixed in openbabel 3.1.1+dfsg-12
has caused the Debian Bug report #1101245,
regarding twinkle: FTBFS: /usr/include/unicode/localpointer.h:561:26: error: 
parameter declared 'auto'
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.)


-- 
1101245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101245
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:twinkle
Version: 1:1.10.2+dfsg-2
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DWITH_QT5=ON -DWITH_ZRTP=OFF -DWITH_SPEEX=ON 
-DWITH_GSM=ON -DWITH_ALSA=ON
        cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb 
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
-DWITH_QT5=ON -DWITH_ZRTP=OFF -DWITH_SPEEX=ON -DWITH_GSM=ON -DWITH_ALSA=ON ..
CMake Warning (dev) at CMakeLists.txt:1 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:3 (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.


-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.14")
-- libmagic version: 5.46
-- Found LibMagic: /usr/lib/x86_64-linux-gnu/libmagic.so
-- Found LibSndfile: /usr/lib/x86_64-linux-gnu/libsndfile.so
-- Found Readline: /usr/include
-- Found BISON: /usr/bin/bison (found version "3.8.2")
-- Found FLEX: /usr/bin/flex (found version "2.6.4")
-- Found ucommon includes:      /usr/include/ucommon/ucommon.h
-- Found ucommon library:       
/usr/lib/x86_64-linux-gnu/libucommon.so;/usr/lib/x86_64-linux-gnu/libusecure.so
-- Found commoncpp includes:    /usr/include/commoncpp/config.h
-- Found commoncpp library:     /usr/lib/x86_64-linux-gnu/libcommoncpp.so
-- Found ccrtp includes:        /usr/include/ccrtp/rtp.h
-- Found ccrtp library: /usr/lib/x86_64-linux-gnu/libccrtp.so
-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.2.13")
-- libasound OK
-- Found speex includes:        /usr/include/speex/speex.h
-- Found speex library: 
/usr/lib/x86_64-linux-gnu/libspeex.so;/usr/lib/x86_64-linux-gnu/libspeexdsp.so
-- Speex OK
-- Found gsm includes:  /usr/include/gsm/config.h
-- Found gsm library:   /usr/lib/x86_64-linux-gnu/libgsm.so
-- gsm OK
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for linux/types.h
-- Looking for linux/types.h - found
-- Looking for include files sys/socket.h, linux/errqueue.h
-- Looking for include files sys/socket.h, linux/errqueue.h - found
-- Configuring done (0.6s)
-- Generating done (0.1s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LOCALSTATEDIR
    CMAKE_INSTALL_SYSCONFDIR
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
        cd obj-x86_64-linux-gnu && make -j2 VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f src/CMakeFiles/libtwinkle.dir/build.make 
src/CMakeFiles/libtwinkle.dir/depend
make  -f src/utils/CMakeFiles/libtwinkle-utils.dir/build.make 
src/utils/CMakeFiles/libtwinkle-utils.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src/utils 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/utils 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/utils/CMakeFiles/libtwinkle-utils.dir/DependInfo.cmake
 "--color="
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/libtwinkle.dir/DependInfo.cmake
 "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f src/utils/CMakeFiles/libtwinkle-utils.dir/build.make 
src/utils/CMakeFiles/libtwinkle-utils.dir/build
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f src/CMakeFiles/libtwinkle.dir/build.make 
src/CMakeFiles/libtwinkle.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  1%] Building CXX object 
src/utils/CMakeFiles/libtwinkle-utils.dir/file_utils.cpp.o
[  1%] Building CXX object src/CMakeFiles/libtwinkle.dir/abstract_dialog.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/utils && /usr/bin/c++ 
-DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB 
-DQT_QUICK_LIB -DQT_WIDGETS_LIB -I/usr/include/libxml2 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11   -MD -MT 
src/utils/CMakeFiles/libtwinkle-utils.dir/file_utils.cpp.o -MF 
CMakeFiles/libtwinkle-utils.dir/file_utils.cpp.o.d -o 
CMakeFiles/libtwinkle-utils.dir/file_utils.cpp.o -c 
/<<PKGBUILDDIR>>/src/utils/file_utils.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DQT_CORE_LIB 
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB 
-DQT_WIDGETS_LIB -I/usr/include/libxml2 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/src -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-std=c++11   -MD -MT src/CMakeFiles/libtwinkle.dir/abstract_dialog.cpp.o -MF 
CMakeFiles/libtwinkle.dir/abstract_dialog.cpp.o.d -o 
CMakeFiles/libtwinkle.dir/abstract_dialog.cpp.o -c 
/<<PKGBUILDDIR>>/src/abstract_dialog.cpp
In file included from /usr/include/unicode/uenum.h:25,
                 from /usr/include/unicode/ucnv.h:52,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:812,
                 from /usr/include/libxml2/libxml/globals.h:18,
                 from /usr/include/libxml2/libxml/threads.h:35,
                 from /usr/include/libxml2/libxml/xmlmemory.h:218,
                 from /usr/include/libxml2/libxml/tree.h:1307,
                 from /<<PKGBUILDDIR>>/src/parser/sip_body.h:24,
                 from /<<PKGBUILDDIR>>/src/parser/sip_message.h:87,
                 from /<<PKGBUILDDIR>>/src/sys_settings.h:24,
                 from /<<PKGBUILDDIR>>/src/user.h:28,
                 from /<<PKGBUILDDIR>>/src/redirect.h:22,
                 from /<<PKGBUILDDIR>>/src/client_request.h:26,
                 from /<<PKGBUILDDIR>>/src/abstract_dialog.h:30,
                 from /<<PKGBUILDDIR>>/src/abstract_dialog.cpp:21:
/usr/include/unicode/localpointer.h:561:26: error: parameter declared ‘auto’
  561 | template <typename Type, auto closeFunction>
      |                          ^~~~
/usr/include/unicode/localpointer.h:573:76: error: template argument 2 is 
invalid
  573 |     explicit LocalOpenPointer(std::unique_ptr<Type, 
decltype(closeFunction)> &&p)
      |                                                                         
   ^
/usr/include/unicode/localpointer.h:583:78: error: template argument 2 is 
invalid
  583 |     LocalOpenPointer &operator=(std::unique_ptr<Type, 
decltype(closeFunction)> &&p) {
      |                                                                         
     ^
/usr/include/unicode/localpointer.h:599:59: error: template argument 2 is 
invalid
  599 |     operator std::unique_ptr<Type, decltype(closeFunction)> () && {
      |                                                           ^
/usr/include/unicode/uenum.h:69:1: note: invalid template non-type parameter
   69 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, 
uenum_close);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/unicode/ucnv.h:597:1: note: invalid template non-type parameter
  597 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, 
ucnv_close);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[  1%] Building CXX object 
src/utils/CMakeFiles/libtwinkle-utils.dir/mime_database.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/utils && /usr/bin/c++ 
-DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB 
-DQT_QUICK_LIB -DQT_WIDGETS_LIB -I/usr/include/libxml2 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11   -MD -MT 
src/utils/CMakeFiles/libtwinkle-utils.dir/mime_database.cpp.o -MF 
CMakeFiles/libtwinkle-utils.dir/mime_database.cpp.o.d -o 
CMakeFiles/libtwinkle-utils.dir/mime_database.cpp.o -c 
/<<PKGBUILDDIR>>/src/utils/mime_database.cpp
make[3]: *** [src/CMakeFiles/libtwinkle.dir/build.make:82: 
src/CMakeFiles/libtwinkle.dir/abstract_dialog.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:412: src/CMakeFiles/libtwinkle.dir/all] 
Error 2
make[2]: *** Waiting for unfinished jobs....
In file included from /usr/include/unicode/uenum.h:25,
                 from /usr/include/unicode/ucnv.h:52,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:812,
                 from /usr/include/libxml2/libxml/globals.h:18,
                 from /usr/include/libxml2/libxml/threads.h:35,
                 from /usr/include/libxml2/libxml/xmlmemory.h:218,
                 from /usr/include/libxml2/libxml/tree.h:1307,
                 from /<<PKGBUILDDIR>>/src/parser/sip_body.h:24,
                 from /<<PKGBUILDDIR>>/src/parser/sip_message.h:87,
                 from /<<PKGBUILDDIR>>/src/sys_settings.h:24,
                 from /<<PKGBUILDDIR>>/src/utils/mime_database.cpp:23:
/usr/include/unicode/localpointer.h:561:26: error: parameter declared ‘auto’
  561 | template <typename Type, auto closeFunction>
      |                          ^~~~
/usr/include/unicode/localpointer.h:573:76: error: template argument 2 is 
invalid
  573 |     explicit LocalOpenPointer(std::unique_ptr<Type, 
decltype(closeFunction)> &&p)
      |                                                                         
   ^
/usr/include/unicode/localpointer.h:583:78: error: template argument 2 is 
invalid
  583 |     LocalOpenPointer &operator=(std::unique_ptr<Type, 
decltype(closeFunction)> &&p) {
      |                                                                         
     ^
/usr/include/unicode/localpointer.h:599:59: error: template argument 2 is 
invalid
  599 |     operator std::unique_ptr<Type, decltype(closeFunction)> () && {
      |                                                           ^
/usr/include/unicode/uenum.h:69:1: note: invalid template non-type parameter
   69 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, 
uenum_close);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/unicode/ucnv.h:597:1: note: invalid template non-type parameter
  597 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, 
ucnv_close);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [src/utils/CMakeFiles/libtwinkle-utils.dir/build.make:96: 
src/utils/CMakeFiles/libtwinkle-utils.dir/mime_database.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:840: 
src/utils/CMakeFiles/libtwinkle-utils.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 VERBOSE=1 returned 
exit code 2
make: *** [debian/rules:22: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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 could not 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:twinkle, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: openbabel
Source-Version: 3.1.1+dfsg-12
Done: Andrius Merkys <mer...@debian.org>

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

Debian distribution maintenance software
pp.
Andrius Merkys <mer...@debian.org> (supplier of updated openbabel 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: SHA512

Format: 1.8
Date: Tue, 25 Mar 2025 04:52:48 -0400
Source: openbabel
Architecture: source
Version: 3.1.1+dfsg-12
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Andrius Merkys <mer...@debian.org>
Closes: 1101245
Changes:
 openbabel (3.1.1+dfsg-12) unstable; urgency=medium
 .
   * Use default CXX standard version (Closes: #1101245)
   * Replace build dependency pkg-config with pkgconf.
Checksums-Sha1:
 f5de6166769be1d668251c39baf7ed85366629cb 2812 openbabel_3.1.1+dfsg-12.dsc
 46b3991735b104b9577eed230470789cd6ccc149 21764 
openbabel_3.1.1+dfsg-12.debian.tar.xz
 0885ea248f341ad10d6f45877ab15d126a38bc1e 13848 
openbabel_3.1.1+dfsg-12_source.buildinfo
Checksums-Sha256:
 f49f07b5f47912d09e755bb56f870513e4c687b08c2b6e53936b38704156dc03 2812 
openbabel_3.1.1+dfsg-12.dsc
 04f2ef15f781bdb3065189014c6774589df73bbbc116dc1bc4b2c5cf2d6d86aa 21764 
openbabel_3.1.1+dfsg-12.debian.tar.xz
 ef4d64ad04e755f1152134f82a95419fe9d57b7f0235752bef01e9869209c372 13848 
openbabel_3.1.1+dfsg-12_source.buildinfo
Files:
 3026eaae96d94b5a149d9e1520aed59e 2812 science optional 
openbabel_3.1.1+dfsg-12.dsc
 3b5c7af801ee8e5a028c817e21222608 21764 science optional 
openbabel_3.1.1+dfsg-12.debian.tar.xz
 8f0d9f7d86415d05cf53b2c8b3596a24 13848 science optional 
openbabel_3.1.1+dfsg-12_source.buildinfo


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

iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmficJYSHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHsN0P/3uWavCEnQb3F7/Skk1uhSRr13JpQ3m5
Ae1pJIYxNxf+W1ZUbppJkr/TiLFP6HybDsq1S0/LrZvNtvHEPtcdfV5mwDLi36Ev
d5etTlKMbCoV382Z71EADpcSlYW+c91UmnW+iTU9qL4JS8suFvqiOeZ1jxTwyN4c
86rLLzT6FUKienOLp+KmJwTTFEA6oi2mtpuTaUwABF/rhMEL+lv5IUjM/OLlBWQ/
9ko5Z/i0PgHhMFa0ha425w7dWCn8nZRMfssRBHjpMhRCK7EFKRB/TwG3U7ofbVH0
vGzg3e7sB2hKpsnOgtBpjj0RtIGUh2Y2FMxYJV7FDYnwlajXMoOZpWSKhGvaMKmC
GQ8fD6gM267JwyJdBcmW3JsACWMnglM98EV+dKCbMtyxuFcDh7DHthyl/uC2PInz
XNGc92Bgd180XwUhs/vxFdF+fx+g7bs6i8X2iW/E0Sgp7AQSJ98qTz0AOOD9zSh8
JpE3cbzToCJfJtgFKRc0fCz/av/yKsAxHIrjI+ZyccXGI+GCC3f6QdbUR8kcPiol
zX3AZwhsXvTTsbxCvUDH89ZaLY4IsVzMma0tSLdVG+E2Osqg0/8uG4adw7OXg0sN
emES8JGRslP8vVJ7w1dFmfmtgH2E9488OiEvI+a/wTQFX2beiE28Yv89hNu3d9wa
EabiwJFJS/BE
=dn/m
-----END PGP SIGNATURE-----

Attachment: pgpyiXcCJR5wz.pgp
Description: PGP signature


--- End Message ---

Reply via email to