Your message dated Mon, 21 Aug 2023 12:34:52 +0000
with message-id <[email protected]>
and subject line Bug#1047735: fixed in neutron-vpnaas 2:22.0.0-3
has caused the Debian Bug report #1047735,
regarding neutron-vpnaas-dashboard: Fails to build source 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.)


-- 
1047735: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047735
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: neutron-vpnaas-dashboard
Version: 8.0.0-2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

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/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> -------------------------------------------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package neutron-vpnaas-dashboard
> dpkg-buildpackage: info: source version 8.0.0-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Thomas Goirand <[email protected]>
>  dpkg-source --before-build .
> dpkg-source: info: using options from 
> neutron-vpnaas-dashboard-8.0.0/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
>  fakeroot debian/rules clean
> make: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh clean --buildsystem=python_distutils --with python3
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> python3 setup.py clean
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'author-email' will not be supported in future
>         versions. Please use the underscore name 'author_email' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'home-page' will not be supported in future
>         versions. Please use the underscore name 'home_page' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'python-requires' will not be supported in 
> future
>         versions. Please use the underscore name 'python_requires' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:40: 
> EasyInstallDeprecationWarning: easy_install command is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` and ``easy_install``.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://github.com/pypa/setuptools/issues/917 for details.
>         
> ********************************************************************************
> 
> !!
>   easy_install.initialize_options(self)
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` directly.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
> for details.
>         
> ********************************************************************************
> 
> !!
>   self.initialize_options()
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'author-email' will not be supported in future
>         versions. Please use the underscore name 'author_email' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'home-page' will not be supported in future
>         versions. Please use the underscore name 'home_page' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'python-requires' will not be supported in 
> future
>         versions. Please use the underscore name 'python_requires' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running clean
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean -O--buildsystem=python_distutils
>    debian/rules override_dh_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh_clean
> rm -rf .coverage*
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>  dpkg-source -b .
> dpkg-source: info: using options from 
> neutron-vpnaas-dashboard-8.0.0/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building neutron-vpnaas-dashboard using existing 
> ./neutron-vpnaas-dashboard_8.0.0.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: newly created empty file 
> 'build/lib/neutron_vpnaas_dashboard/__init__.py' will not be represented in 
> diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/neutron_vpnaas_dashboard/api/__init__.py' will not be represented 
> in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/neutron_vpnaas_dashboard/dashboards/__init__.py' will not be 
> represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/neutron_vpnaas_dashboard/dashboards/project/__init__.py' will not 
> be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/__init__.py' will 
> not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/neutron_vpnaas_dashboard/enabled/__init__.py' will not be 
> represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/neutron_vpnaas_dashboard/locale/.placeholder' will not be 
> represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/neutron_vpnaas_dashboard/test/__init__.py' will not be represented 
> in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/neutron_vpnaas_dashboard/test/api_tests/__init__.py' will not be 
> represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/neutron_vpnaas_dashboard/test/test_data/__init__.py' will not be 
> represented in diff
> dpkg-source: info: local changes detected, the modified files are:
>  neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/api/vpn.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/forms.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/tables.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/tabs.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_add_endpoint_group_help.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_add_ike_policy_help.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_add_ipsec_policy_help.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_add_vpn_service_help.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_endpointgroup_details.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_ikepolicy_details.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_ipsecpolicy_details.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_ipsecsiteconnection_details.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_update_endpointgroup.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_update_ikepolicy.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_update_ipsecpolicy.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_update_ipsecsiteconnection.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_update_vpnservice.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_vpn_ips.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_vpnservice_details.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/index.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/update_endpointgroup.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/update_ikepolicy.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/update_ipsecpolicy.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/update_ipsecsiteconnection.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/update_vpnservice.html
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/tests.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/urls.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/views.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/workflows.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/enabled/_7100_project_vpn_panel.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/de/LC_MESSAGES/django.po
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/en_GB/LC_MESSAGES/django.po
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/id/LC_MESSAGES/django.po
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/ja/LC_MESSAGES/django.po
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/ko_KR/LC_MESSAGES/django.po
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/pt_BR/LC_MESSAGES/django.po
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/ru/LC_MESSAGES/django.po
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/tr_TR/LC_MESSAGES/django.po
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/zh_Hans/LC_MESSAGES/django.po
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/test/api_tests/test_vpnaas.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/test/helpers.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/test/settings.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/test/test_data/utils.py
>  
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/test/test_data/vpnaas_data.py
>  neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/version.py
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/neutron-vpnaas-dashboard_8.0.0-2.diff.TNKuXg
> dpkg-source: info: Hint: make sure the version in debian/changelog matches 
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/neutron-vpnaas-dashboard_8.0.0-2_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: neutron-vpnaas
Source-Version: 2:22.0.0-3
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
neutron-vpnaas, 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.
Thomas Goirand <[email protected]> (supplier of updated neutron-vpnaas 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: SHA256

Format: 1.8
Date: Mon, 21 Aug 2023 14:04:45 +0200
Source: neutron-vpnaas
Architecture: source
Version: 2:22.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1047735
Changes:
 neutron-vpnaas (2:22.0.0-3) unstable; urgency=medium
 .
   * Cleans better (Closes: #1047735).
Checksums-Sha1:
 23e8b4523ac5780ad86bc777590781d7f1066545 2889 neutron-vpnaas_22.0.0-3.dsc
 b166b290fa59cf9bda96d0b408611a7bc2b4b055 10028 
neutron-vpnaas_22.0.0-3.debian.tar.xz
 286687764709034466281a9fa48e0444a0b375e1 17537 
neutron-vpnaas_22.0.0-3_amd64.buildinfo
Checksums-Sha256:
 ce68e86ca5557f0fa72b80644b55ea4ed7bbd21a5bdbb8a3aff98336c3b52d04 2889 
neutron-vpnaas_22.0.0-3.dsc
 c661d1eaad51b6ee35baed3d9b91199d4e2d906c5470faebb8002efb5e9721b3 10028 
neutron-vpnaas_22.0.0-3.debian.tar.xz
 e1dfaaf838a621fbe842b26e70de2e907fceefbd2e814a57f6fb04a19bf9b24d 17537 
neutron-vpnaas_22.0.0-3_amd64.buildinfo
Files:
 b21c02ca29166b0e5f1766bd0c319ba3 2889 net optional neutron-vpnaas_22.0.0-3.dsc
 21156da1bb9e2a26ca997917ed5311c9 10028 net optional 
neutron-vpnaas_22.0.0-3.debian.tar.xz
 6daf91e21db50be20c32174bdb37c0f1 17537 net optional 
neutron-vpnaas_22.0.0-3_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmTjVhQACgkQ1BatFaxr
Q/6uEg//VrJPdlqvVs5npDWL1nlhEyEb2BAO9zoZXzliDjmw53Q9a60dfmTsx9S1
2p8Q4QVyFPmsmNcUPUAf0ysVsBOi8LsOSwI0L1u8mVkrpRkcWhtjcm8soGzkF1f5
QCU70PI9Vampz1SjNY2jOWLKGWe2K/SLjpv9Sf6d5IesVsRBXqcEI/dqJd89JDOp
8ZW+PoeikkWBI6jGE3xIQX6sirYpPZICTecD196tymDHhp9sKoHYQZW4YiPGjv7i
S0vjnv9/wmk0aX8FuxMQIL+3VqXFzUORLH3V0Mln8i800x6W+HrWpB0fLd7dg/hq
rf9NOQOcdb1M8Vu3mJTgMgnnVLan9fjx7HCjq4oNBWhdaLwp7/5+ji5MgQlha2IY
zcxPGdMXPL+xlXelLzyFpxnFQX7E7K1wNbC7crvnPe7tbgyF16i287M4n43Q0xNh
tOfrJiWa/whKPp8svuptyY7aNaQ8Ev9hXNRPpoQun5YMTW4NkUEvEf0JB4BaxJxB
lLz6rrbOMPlnJUjLB9G+0qzL7bXXqN84y+1/ej0KmKVuJh8jIJlTtfbw2bJ56d6Q
hauJk3MvhSubaz5Ib6HFChwfGdhErNvYrEvlumUB3NF/gWBI7Uhhhg3Zsous9Q6Q
av7XsLFh2UiK106p/c1tnmmoEg4w7iNwY1SXi8Q/sw6Xi1j3NMQ=
=Ml7e
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to