Your message dated Tue, 22 Aug 2023 12:19:53 +0000
with message-id <[email protected]>
and subject line Bug#1048988: fixed in networking-l2gw 1:19.0.0-2
has caused the Debian Bug report #1048988,
regarding networking-l2gw: 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.)
--
1048988: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1048988
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: networking-l2gw
Version: 1:19.0.0-1
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 networking-l2gw
> dpkg-buildpackage: info: source version 1:19.0.0-1
> 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
> networking-l2gw-19.0.0/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/ --extend-diff-ignore=^[.]gitreview$
> 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 build
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dpkg-source -b .
> dpkg-source: info: using options from
> networking-l2gw-19.0.0/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/ --extend-diff-ignore=^[.]gitreview$
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building networking-l2gw using existing
> ./networking-l2gw_19.0.0.orig.tar.xz
> dpkg-source: error: cannot represent change to
> networking_l2gw/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add networking_l2gw/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/__pycache__/_i18n.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add networking_l2gw/__pycache__/_i18n.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/db/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> networking_l2gw/db/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/db/l2gateway/__pycache__/__init__.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_l2gw/db/l2gateway/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/db/l2gateway/__pycache__/db_query.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_l2gw/db/l2gateway/__pycache__/db_query.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/db/l2gateway/__pycache__/head.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_l2gw/db/l2gateway/__pycache__/head.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/db/l2gateway/__pycache__/l2gateway_db.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_l2gw/db/l2gateway/__pycache__/l2gateway_db.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/db/l2gateway/__pycache__/l2gateway_models.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/db/l2gateway/__pycache__/l2gateway_models.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/db/l2gateway/ovsdb/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/db/l2gateway/ovsdb/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/db/l2gateway/ovsdb/__pycache__/lib.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_l2gw/db/l2gateway/ovsdb/__pycache__/lib.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/db/l2gateway/ovsdb/__pycache__/models.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_l2gw/db/l2gateway/ovsdb/__pycache__/models.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/extensions/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_l2gw/extensions/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/extensions/__pycache__/l2gateway.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_l2gw/extensions/__pycache__/l2gateway.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/extensions/__pycache__/l2gatewayconnection.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/extensions/__pycache__/l2gatewayconnection.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/l2gatewayclient/__pycache__/__init__.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_l2gw/l2gatewayclient/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/l2gatewayclient/l2gw_client_ext/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/l2gatewayclient/l2gw_client_ext/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/l2gatewayclient/l2gw_client_ext/__pycache__/_l2_gateway.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/l2gatewayclient/l2gw_client_ext/__pycache__/_l2_gateway.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/l2gatewayclient/l2gw_client_ext/__pycache__/_l2_gateway_connection.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/l2gatewayclient/l2gw_client_ext/__pycache__/_l2_gateway_connection.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/l2gatewayclient/osc/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/l2gatewayclient/osc/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/l2gatewayclient/osc/__pycache__/l2gw.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_l2gw/l2gatewayclient/osc/__pycache__/l2gw.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/l2gatewayclient/osc/__pycache__/l2gw_connection.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/l2gatewayclient/osc/__pycache__/l2gw_connection.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_l2gw/services/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/__pycache__/agent_scheduler.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/__pycache__/agent_scheduler.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/__pycache__/exceptions.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/__pycache__/exceptions.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/__pycache__/l2gw_agent.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/__pycache__/l2gw_agent.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/__pycache__/plugin.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/__pycache__/plugin.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/__pycache__/agent_api.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/__pycache__/agent_api.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/__pycache__/base_agent_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/__pycache__/base_agent_manager.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/__pycache__/l2gateway_config.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/__pycache__/l2gateway_config.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/api.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/api.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/base_connection.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/base_connection.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/impl_idl.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/impl_idl.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/manager.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/ovsdb_common_class.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/ovsdb_common_class.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/ovsdb_monitor.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/ovsdb_monitor.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/ovsdb_writer.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/ovsdb_writer.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/ovsdb/native/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/ovsdb/native/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/ovsdb/native/__pycache__/commands.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/ovsdb/native/__pycache__/commands.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/agent/ovsdb/native/__pycache__/connection.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/agent/ovsdb/native/__pycache__/connection.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/common/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/common/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/common/__pycache__/config.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/common/__pycache__/config.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/common/__pycache__/constants.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/common/__pycache__/constants.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/common/__pycache__/l2gw_validators.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/common/__pycache__/l2gw_validators.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/common/__pycache__/ovsdb_schema.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/common/__pycache__/ovsdb_schema.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/common/__pycache__/topics.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/common/__pycache__/topics.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/common/__pycache__/tunnel_calls.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/common/__pycache__/tunnel_calls.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/ovsdb/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/ovsdb/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/ovsdb/__pycache__/data.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/ovsdb/__pycache__/data.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/service_drivers/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/service_drivers/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/service_drivers/__pycache__/agent_api.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/service_drivers/__pycache__/agent_api.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/services/l2gateway/service_drivers/__pycache__/rpc_l2gw.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/services/l2gateway/service_drivers/__pycache__/rpc_l2gw.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_l2gw/tests/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/db/__pycache__/__init__.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/db/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/db/__pycache__/test_l2gw_db.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/db/__pycache__/test_l2gw_db.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/db/__pycache__/test_migrations.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/db/__pycache__/test_migrations.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/db/ovsdb/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/db/ovsdb/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/db/ovsdb/__pycache__/test_idl_impl.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/db/ovsdb/__pycache__/test_idl_impl.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/db/ovsdb/__pycache__/test_lib.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/db/ovsdb/__pycache__/test_lib.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/test_cli20.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/test_cli20.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/test_cli20_l2gw_conn_ext.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/test_cli20_l2gw_conn_ext.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/test_cli20_l2gw_ext.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/test_cli20_l2gw_ext.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/fakes.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/fakes.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/test_osc_l2gw.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/test_osc_l2gw.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/test_osc_l2gw_connection.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/test_osc_l2gw_connection.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/__pycache__/test_agent_scheduler.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/__pycache__/test_agent_scheduler.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/__pycache__/test_plugin.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/__pycache__/test_plugin.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/test_agent_api.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/test_agent_api.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/test_base_agent_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/test_base_agent_manager.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/test_l2gw_agent.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/test_l2gw_agent.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_base_connection.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_base_connection.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_manager.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_ovsdb_monitor.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_ovsdb_monitor.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_ovsdb_writer.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_ovsdb_writer.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/common/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/common/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/common/__pycache__/test_l2gw_validators.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/common/__pycache__/test_l2gw_validators.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/common/__pycache__/test_tunnel_calls.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/common/__pycache__/test_tunnel_calls.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/ovsdb/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/ovsdb/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/ovsdb/__pycache__/test_data.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/ovsdb/__pycache__/test_data.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__pycache__/test_agent_api.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__pycache__/test_agent_api.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__pycache__/test_rpc_l2gw.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__pycache__/test_rpc_l2gw.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
>
> 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/networking-l2gw_19.0.0-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: networking-l2gw
Source-Version: 1:19.0.0-2
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
networking-l2gw, 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 networking-l2gw 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: Tue, 22 Aug 2023 13:39:17 +0200
Source: networking-l2gw
Architecture: source
Version: 1:19.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1048988
Changes:
networking-l2gw (1:19.0.0-2) unstable; urgency=medium
.
* Cleans better (Closes: #1048988).
* Removed lsb-base depends.
Checksums-Sha1:
5aad6eba318352dd127b6e2ad516e5bc4c02e2b8 2774 networking-l2gw_19.0.0-2.dsc
aa566ec838fe8d4265235b67e39f612be449b5f7 10472
networking-l2gw_19.0.0-2.debian.tar.xz
9de813b0577a84f5135bb1ed228c97c1c7390cd3 16724
networking-l2gw_19.0.0-2_amd64.buildinfo
Checksums-Sha256:
b8489fc2f31411b4b0b65759882818832b5c195a8f23da5c7403d9525c20467e 2774
networking-l2gw_19.0.0-2.dsc
a8705f9c0675ab6995a72033f2cc3478ae74eb94d09c4335b2e51107bb9b46fb 10472
networking-l2gw_19.0.0-2.debian.tar.xz
c82c13442ed49e9dfc7692ed024f865f037b6bc87ee8f5d465cce644071cf5d0 16724
networking-l2gw_19.0.0-2_amd64.buildinfo
Files:
4c0a0621f41ed6f4f48e962ae37d6ff9 2774 net optional networking-l2gw_19.0.0-2.dsc
5e087afa05f0bfd8aa41756f8d1daf12 10472 net optional
networking-l2gw_19.0.0-2.debian.tar.xz
aed4d05bfcef9acecccd1e2a3fca21d4 16724 net optional
networking-l2gw_19.0.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmTkn80ACgkQ1BatFaxr
Q/6BJRAAnfptCwPaHkmMZ6QwN+V25tjxmV8xvsdwxyiIaAortfpSEllQlXuG45hk
zEsrDmT5JYXh6NrBbJCxoaLV9SJfFfFzHjL4CN9dXo5mZLeWw7L/vE2tuRe0qPkP
QJFjODVp9OF9uMC3vlQoKq0jSZ6WY0o3TuI7BIUxT0mV1lyjIy2XxJmuyY0dTK0f
s/8MFFEauvdjuqvXZrN/DUENoyL7f6mn8wYtLNHZPZoVH/TCsX9/13DCG8LIDJPv
XfPGgZpUPD+aHabtE1GYrT+BLRXNgi9ertOLoDCcKTXpi4onbeZUAhhKDo00He0a
43h8+seVSEEkdZMsXe2ohhAZ/Lj052QI3MXRGjvvMrRXDOSCdVdJqHILydnhBa1G
pMDdMsTq7guQaGEels6xQYtYoHFY4crj6G0kiY9G+W47JxcN/rhUPVVYNRw2tQXU
ATBQq4EsrAyhbU4ir051JQd67XCqpF4wp2bjilrsLf7y3kCCGrh9RfNdyWOYUE5e
8lskGzyfhvDz+20iB94xeBmc1d1XyAYxWPRUZEby2zgXe4/iqzLjfBn9opoB/e4M
LxrYsSmi+9YD40DXw4PGacprckxBo+sQu2PPjLFkYTnt/tb9jOr79G6SAokjUFOY
EYATMju1e5csnnUDyc71MRJOlLqTA8s0/LO/kXKczAx7GaiHXo0=
=Q/6e
-----END PGP SIGNATURE-----
--- End Message ---