Your message dated Tue, 10 Feb 2026 17:50:10 +0000
with message-id <[email protected]>
and subject line Bug#1047735: fixed in neutron-vpnaas-dashboard 13.0.0-2
has caused the Debian Bug report #1047735,
regarding neutron-vpnaas-dashboard: Fails to build source after successful build
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1047735: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047735
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: neutron-vpnaas-dashboard
Version: 8.0.0-2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package neutron-vpnaas-dashboard
> dpkg-buildpackage: info: source version 8.0.0-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Thomas Goirand <[email protected]>
> dpkg-source --before-build .
> dpkg-source: info: using options from
> neutron-vpnaas-dashboard-8.0.0/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/
> fakeroot debian/rules clean
> make: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh clean --buildsystem=python_distutils --with python3
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> python3 setup.py clean
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'description-file' will not be supported in
> future
> versions. Please use the underscore name 'description_file' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'author-email' will not be supported in future
> versions. Please use the underscore name 'author_email' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'home-page' will not be supported in future
> versions. Please use the underscore name 'home_page' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'python-requires' will not be supported in
> future
> versions. Please use the underscore name 'python_requires' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> dist.fetch_build_eggs(dist.setup_requires)
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:40:
> EasyInstallDeprecationWarning: easy_install command is deprecated.
> !!
>
>
> ********************************************************************************
> Please avoid running ``setup.py`` and ``easy_install``.
> Instead, use pypa/build, pypa/installer or other
> standards-based tools.
>
> See https://github.com/pypa/setuptools/issues/917 for details.
>
> ********************************************************************************
>
> !!
> easy_install.initialize_options(self)
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66:
> SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
>
>
> ********************************************************************************
> Please avoid running ``setup.py`` directly.
> Instead, use pypa/build, pypa/installer or other
> standards-based tools.
>
> See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
> for details.
>
> ********************************************************************************
>
> !!
> self.initialize_options()
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'description-file' will not be supported in
> future
> versions. Please use the underscore name 'description_file' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'author-email' will not be supported in future
> versions. Please use the underscore name 'author_email' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'home-page' will not be supported in future
> versions. Please use the underscore name 'home_page' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'python-requires' will not be supported in
> future
> versions. Please use the underscore name 'python_requires' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> running clean
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--buildsystem=python_distutils
> debian/rules override_dh_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh_clean
> rm -rf .coverage*
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dpkg-source -b .
> dpkg-source: info: using options from
> neutron-vpnaas-dashboard-8.0.0/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building neutron-vpnaas-dashboard using existing
> ./neutron-vpnaas-dashboard_8.0.0.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: newly created empty file
> 'build/lib/neutron_vpnaas_dashboard/__init__.py' will not be represented in
> diff
> dpkg-source: warning: newly created empty file
> 'build/lib/neutron_vpnaas_dashboard/api/__init__.py' will not be represented
> in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/neutron_vpnaas_dashboard/dashboards/__init__.py' will not be
> represented in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/neutron_vpnaas_dashboard/dashboards/project/__init__.py' will not
> be represented in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/__init__.py' will
> not be represented in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/neutron_vpnaas_dashboard/enabled/__init__.py' will not be
> represented in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/neutron_vpnaas_dashboard/locale/.placeholder' will not be
> represented in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/neutron_vpnaas_dashboard/test/__init__.py' will not be represented
> in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/neutron_vpnaas_dashboard/test/api_tests/__init__.py' will not be
> represented in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/neutron_vpnaas_dashboard/test/test_data/__init__.py' will not be
> represented in diff
> dpkg-source: info: local changes detected, the modified files are:
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/api/vpn.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/forms.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/panel.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/tables.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/tabs.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_add_endpoint_group_help.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_add_ike_policy_help.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_add_ipsec_policy_help.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_add_vpn_service_help.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_endpointgroup_details.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_ikepolicy_details.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_ipsecpolicy_details.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_ipsecsiteconnection_details.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_update_endpointgroup.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_update_ikepolicy.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_update_ipsecpolicy.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_update_ipsecsiteconnection.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_update_vpnservice.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_vpn_ips.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_vpnservice_details.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/index.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/update_endpointgroup.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/update_ikepolicy.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/update_ipsecpolicy.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/update_ipsecsiteconnection.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/update_vpnservice.html
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/tests.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/urls.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/views.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/dashboards/project/vpn/workflows.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/enabled/_7100_project_vpn_panel.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/de/LC_MESSAGES/django.po
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/en_GB/LC_MESSAGES/django.po
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/id/LC_MESSAGES/django.po
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/ja/LC_MESSAGES/django.po
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/ko_KR/LC_MESSAGES/django.po
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/pt_BR/LC_MESSAGES/django.po
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/ru/LC_MESSAGES/django.po
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/tr_TR/LC_MESSAGES/django.po
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/locale/zh_Hans/LC_MESSAGES/django.po
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/test/api_tests/test_vpnaas.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/test/helpers.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/test/settings.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/test/test_data/utils.py
>
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/test/test_data/vpnaas_data.py
> neutron-vpnaas-dashboard-8.0.0/build/lib/neutron_vpnaas_dashboard/version.py
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/neutron-vpnaas-dashboard_8.0.0-2.diff.TNKuXg
> dpkg-source: info: Hint: make sure the version in debian/changelog matches
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/neutron-vpnaas-dashboard_8.0.0-2_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: neutron-vpnaas-dashboard
Source-Version: 13.0.0-2
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
neutron-vpnaas-dashboard, which is due to be installed in the Debian FTP
archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated neutron-vpnaas-dashboard
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: Tue, 10 Feb 2026 18:16:16 +0100
Source: neutron-vpnaas-dashboard
Architecture: source
Version: 13.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1047735
Changes:
neutron-vpnaas-dashboard (13.0.0-2) unstable; urgency=medium
.
* Cleans better (Closes: #1047735).
Checksums-Sha1:
f1865e8220718ffbd3fdf25215025c45c71ee621 2479
neutron-vpnaas-dashboard_13.0.0-2.dsc
647467dfd1d0e3fe0eb62b82af204681a9043652 4232
neutron-vpnaas-dashboard_13.0.0-2.debian.tar.xz
355bf51f3368cc96ed117ec78d9b515b69113634 15611
neutron-vpnaas-dashboard_13.0.0-2_amd64.buildinfo
Checksums-Sha256:
98ef23b224158d59100d02a82a072d69948d0003ca82135a8cb77a29ad960853 2479
neutron-vpnaas-dashboard_13.0.0-2.dsc
f4e1939e5bf7de588f280acb575bef219afab5aacf66e84edc6b8c36722876ee 4232
neutron-vpnaas-dashboard_13.0.0-2.debian.tar.xz
b127ab0d465aed5236d50f2b460bd7a2d9ad2653d75eb0a3c9f94062c35981fc 15611
neutron-vpnaas-dashboard_13.0.0-2_amd64.buildinfo
Files:
27307441fca970179ff0dbc0000c012e 2479 python optional
neutron-vpnaas-dashboard_13.0.0-2.dsc
4e10eb1d79bd6b7cea09008df6437134 4232 python optional
neutron-vpnaas-dashboard_13.0.0-2.debian.tar.xz
8c2d322cebb0f26b413224dfc63eb043 15611 python optional
neutron-vpnaas-dashboard_13.0.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmmLaM8ACgkQ1BatFaxr
Q/75Hg/9GqBnx3RvKU2M4axw4c6/ublmUb/EJnoXaD8+XvhbSmJHibULhPBN3j4P
va2cbNaC2b3oNoXnDhoKNrK+Yj/4Tbk6Q2Z5DALhmszdhBuky4Jm/zfudPC8AhCD
xSx8/xy/cd4Bh4bodwpkHff6VOKWfnwiBdLhHHkwxnjE/SRMH3vvG3IJuoVPVv5i
y+sYO/EwDxxlIFYzD1tRcKpC5FAylHUUNYK/PNiU7Gtn0LeaysmZRLHtDv2RyQbg
y7SgCiNvDVIdqn+hvpiIEtxBMG0VZz+OCJ2Xv9xwPmi7TKLJ049zgz/qWNljuJQA
SQ+dzj8yA7ix+xgPZVvvNglUv8/L2cSkMCxzLBmqVPCU4IllUtlN5b7xBRuEVcHX
+s+zOWFCvRqzuKc5u3UFqTdRLAiFl9INTuaG8YqFMCiozahx5eTYE720wMvi7FoR
WX+gJ7Mc3jiFB2crLvj0F9j4gGaHWxjL+fJNn8Nojy627cFW+ek8hc0ycoqpnB/d
84nhVinirWHiy0ZcD5O+jJ5CYuFpQ49o1TVL4Wcmq4+GP90417PGDDb7yCLnPOgc
NWMKGyFYzi+lMT9KuWK9F9LeiwdRutv5TDe9dl4QwiUh5ZjKZE8dsFv14BrSjoTR
Rtrofp+t33cQu87qIccVrTiuYc1gYYPXGpYXn2nTWqiWN+8j/YY=
=aV7/
-----END PGP SIGNATURE-----
pgpt_cyCx6vqF.pgp
Description: PGP signature
--- End Message ---