Your message dated Wed, 11 Feb 2026 10:50:16 +0000
with message-id <[email protected]>
and subject line Bug#1048988: fixed in networking-l2gw 1:21.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:21.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: SHA512

Format: 1.8
Date: Wed, 11 Feb 2026 11:26:33 +0100
Source: networking-l2gw
Architecture: source
Version: 1:21.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1048988
Changes:
 networking-l2gw (1:21.0.0-2) unstable; urgency=medium
 .
   * Cleans better (Closes: #1048988).
Checksums-Sha1:
 64c66d95e03e6df4707e39b041585ebe46599bf0 2784 networking-l2gw_21.0.0-2.dsc
 ccda292b747697481efda153abf30002af775426 10600 
networking-l2gw_21.0.0-2.debian.tar.xz
 e5a75a37e2680f4b84da16d034068eba778ec8a1 16239 
networking-l2gw_21.0.0-2_amd64.buildinfo
Checksums-Sha256:
 5c2ba1de6d4ceda551ef994ec0e45f5ee08a717b7758b3537993fb405b98b42f 2784 
networking-l2gw_21.0.0-2.dsc
 aabddf89a1635ca16f459466fab2fed0f68ecc87026f5826ebce9e92fcbe26b9 10600 
networking-l2gw_21.0.0-2.debian.tar.xz
 97fcbca62c9e14346ebbf2aa7dfbd1b108e66d8be8dd9007694c45d00f41eb61 16239 
networking-l2gw_21.0.0-2_amd64.buildinfo
Files:
 0fb9eb251e847927c7a7ad913d54cfdf 2784 net optional networking-l2gw_21.0.0-2.dsc
 01d61252ed8b15204bb5a4d19b4013bf 10600 net optional 
networking-l2gw_21.0.0-2.debian.tar.xz
 a743d02c914d61a8747e4c5b86c3ee14 16239 net optional 
networking-l2gw_21.0.0-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmmMWhgACgkQ1BatFaxr
Q/74Dg//Yv6tcNhSQ9msnN8jrGCx69W2fJrmp05bE+HSVywHWXtcroMhSqNb0w8u
pCC9b3dlywOZdhy/bQu+Y3JZ+mLITKtu7CU1P/PvKjwHfZUtn3IeEQtG26VCYNgJ
fTny4CSt5oaKf+96kSQQ/dQYgc2jesVqF0OdegXhAeEczQDQsNWHSVZOOS3sxm4d
9RSOxBLrCtD/4KKDa+AWts0UkU4iB1b4JdJVrz8FWZhG5myMz1S73d5uqHwfc1yc
4JEo4uU/CEMZuHhh3paQy4R+95uyUR5PRK6ZfVH9pPYnmyd2edYpH00YskE4xG89
0LyD3B+qd7NfwF/rwJy6UUqhIrCIqrToXEhGzVl0ZB7MfHukkdSE+yk6z4WkdHBd
EvWx6lWNUGKBwHU1UInEPsmdQRwdXK5/66kivIaQtYYIZYcwQVogbXr/fbgu+HtI
Af46wZBP9GBP1KhOcpUDHGAV2laNTPwgHvzUQ0VtHRDbemozoypEWzB41Tm1KDRe
GHYFCSaMmayAMTa/eAbx4fbP1DDtn1hxsbRi7VzbKqy3wyw7HtQrqGSsvOi4CkV2
uq+7dUQBsc6bxLohEm2lOs9KxzdAdrn3YLEVXijpNYPN/Yl5HnTbwXjKphSh7n1N
ENCXxSPDEiwE7kAIivRSsykAoC0ejq5K24VgsFjD1CDxjvIEaz8=
=b24h
-----END PGP SIGNATURE-----

Attachment: pgpRvp1sHuOeM.pgp
Description: PGP signature


--- End Message ---

Reply via email to