Your message dated Tue, 15 Aug 2023 16:05:35 +0000
with message-id <[email protected]>
and subject line Bug#1045786: fixed in sahara-dashboard 18.0.0-3
has caused the Debian Bug report #1045786,
regarding sahara-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.)


-- 
1045786: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045786
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sahara-dashboard
Version: 18.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 sahara-dashboard
> dpkg-buildpackage: info: source version 18.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 
> sahara-dashboard-18.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 
> sahara-dashboard-18.0.0/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building sahara-dashboard using existing 
> ./sahara-dashboard_18.0.0.orig.tar.xz
> dpkg-source: warning: ignoring deletion of file .coveragerc, use 
> --include-removal to override
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/__init__.py' will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/__init__.py' will not be represented in 
> diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/__init__.py' will not be 
> represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/clusters/__init__.py' 
> will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/clusters/cluster_templates/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/clusters/cluster_templates/forms/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/clusters/cluster_templates/workflows/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/clusters/clusters/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/clusters/clusters/workflows/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/clusters/image_registry/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/clusters/nodegroup_templates/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/clusters/nodegroup_templates/forms/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/clusters/nodegroup_templates/workflows/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: file 
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/update.html
>  has no final newline (either original or modified version)
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/clusters/wizard/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/data_plugins/__init__.py' 
> will not be represented in diff
> dpkg-source: warning: file 
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/templates/data_plugins/update.html
>  has no final newline (either original or modified version)
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/data_plugins/workflows/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/jobs/__init__.py' will 
> not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/jobs/data_sources/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/jobs/data_sources/workflows/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/jobs/job_binaries/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/jobs/job_templates/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/jobs/job_templates/workflows/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/jobs/jobs/__init__.py' 
> will not be represented in diff
> dpkg-source: warning: file 
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/_create_job_libs_help.html
>  has no final newline (either original or modified version)
> dpkg-source: warning: file 
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/_launch_job_configure_help.html
>  has no final newline (either original or modified version)
> dpkg-source: warning: file 
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/_launch_job_help.html
>  has no final newline (either original or modified version)
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/jobs/wizard/__init__.py' 
> will not be represented in diff
> dpkg-source: warning: file 
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/static/dashboard/project/data_processing/css/clusters.scss
>  has no final newline (either original or modified version)
> dpkg-source: warning: file 
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/static/dashboard/project/data_processing/css/jobs.scss
>  has no final newline (either original or modified version)
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/content/data_processing/utils/__init__.py' will 
> not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/enabled/__init__.py' will not be represented in 
> diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/test/__init__.py' will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/test/api_tests/__init__.py' will not be 
> represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/test/integration_tests/__init__.py' will not be 
> represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/test/integration_tests/pages/__init__.py' will 
> not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/test/integration_tests/pages/project/__init__.py' 
> will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/test/integration_tests/pages/project/data_processing/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/test/integration_tests/pages/project/data_processing/clusters/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/test/integration_tests/pages/project/data_processing/jobs/__init__.py'
>  will not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/test/integration_tests/regions/__init__.py' will 
> not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/test/integration_tests/tests/__init__.py' will 
> not be represented in diff
> dpkg-source: warning: newly created empty file 
> 'build/lib/sahara_dashboard/test/test_data/__init__.py' will not be 
> represented in diff
> dpkg-source: info: local changes detected, the modified files are:
>  sahara-dashboard-18.0.0/build/lib/sahara_dashboard/api/__init__.py
>  sahara-dashboard-18.0.0/build/lib/sahara_dashboard/api/designate.py
>  sahara-dashboard-18.0.0/build/lib/sahara_dashboard/api/manila.py
>  sahara-dashboard-18.0.0/build/lib/sahara_dashboard/api/sahara.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/cluster_templates/forms/import_forms.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/cluster_templates/tables.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/cluster_templates/tabs.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/cluster_templates/tests.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/cluster_templates/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/cluster_templates/workflows/copy.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/cluster_templates/workflows/create.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/cluster_templates/workflows/edit.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/clusters/tables.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/clusters/tabs.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/clusters/tests.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/clusters/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/clusters/workflows/create.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/clusters/workflows/scale.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/clusters/workflows/update.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/image_registry/forms.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/image_registry/tables.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/image_registry/tabs.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/image_registry/tests.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/image_registry/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/nodegroup_templates/forms/import_forms.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/nodegroup_templates/tables.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/nodegroup_templates/tabs.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/nodegroup_templates/tests.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/nodegroup_templates/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/nodegroup_templates/workflows/copy.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/nodegroup_templates/workflows/create.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/nodegroup_templates/workflows/edit.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/panel.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_cluster_template_configs_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_config_domain_names_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_configure_general_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_create_general_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_import.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_import_nodegroups.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_nodegroups_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/_upload_file.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/cluster_node_groups_template.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/configure.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/create.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/import.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/import_nodegroups.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_templates/upload_file.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/_ngt_select.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/_ngt_select_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/_plugin_select.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/_plugin_select_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/cluster_guide.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/ngt_select.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/cluster_wizard/plugin_select.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/_cluster_configs_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/_configure_general_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/_create_cluster.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/_create_general_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/_event_log.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/_health_checks_table.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/_health_status.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/_in_progress.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/_instances_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/_nodegroups_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/_rich_status.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/configure.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/create.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/create_cluster.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/index.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/scale.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/clusters/update.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/image_registry/_edit_tags.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/image_registry/_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/image_registry/_list_tags.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/image_registry/_register_image.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/image_registry/_tag_form.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/image_registry/edit_tags.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/image_registry/register_image.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/_configure_general_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/_create_general_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/_fields_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/_import.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/_service_confs.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/configure.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/create.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/templates/nodegroup_templates/import.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/urls.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/wizard/forms.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/wizard/tests.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/clusters/wizard/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/panel.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/tables.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/tabs.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/templates/data_plugins/_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/templates/data_plugins/_label_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/templates/data_plugins/_list_versions.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/templates/data_plugins/plugins.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/templates/data_plugins/update.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/tests.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/urls.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/data_plugins/workflows/update.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/data_sources/tables.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/data_sources/tabs.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/data_sources/tests.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/data_sources/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/data_sources/workflows/create.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/data_sources/workflows/edit.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/job_binaries/forms.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/job_binaries/tables.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/job_binaries/tabs.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/job_binaries/tests.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/job_binaries/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/job_templates/tables.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/job_templates/tabs.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/job_templates/tests.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/job_templates/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/job_templates/workflows/create.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/job_templates/workflows/launch.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/jobs/tables.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/jobs/tabs.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/jobs/tests.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/jobs/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/panel.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/data_sources/_create_data_source_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/data_sources/_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/data_sources/create.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_binaries/_create.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_binaries/_create_job_binary_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_binaries/_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_binaries/create.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/_create_job_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/_create_job_libs_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/_launch_job_configure_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/_launch_job_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/config_template.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/create.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/job_interface_arguments_template.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/launch.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/launch_ajax.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_templates/library_template.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_wizard/_job_type_select.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_wizard/_job_type_select_help.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_wizard/job_type_select.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/job_wizard/jobex_guide.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/jobs/_details.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/jobs/index.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templates/jobs/job_executions.html
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/templatetags/__init__.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/urls.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/wizard/forms.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/wizard/tests.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/jobs/wizard/views.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/static/dashboard/project/data_processing/css/clusters.scss
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/static/dashboard/project/data_processing/css/jobs.scss
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/static/dashboard/project/data_processing/js/data_processing.event_log.js
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/static/dashboard/project/data_processing/js/data_processing.job_interface_arguments.js
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/static/dashboard/project/data_processing/js/data_processing.job_launching.js
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/static/dashboard/project/data_processing/js/data_processing.verifications.js
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/tables.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/tabs.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/utils/acl.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/utils/anti_affinity.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/utils/helpers.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/utils/neutron_support.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/content/data_processing/utils/workflow_helpers.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/enabled/_1810_data_processing_panel_group.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/enabled/_1820_data_processing_clusters_panel.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/enabled/_1830_data_processing_plugins_panel.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/enabled/_1840_data_processing_jobs_panel.py
>  sahara-dashboard-18.0.0/build/lib/sahara_dashboard/exceptions.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/api_tests/test_sahara.py
>  sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/helpers.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/helpers.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/pages/basepage.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/pages/mixins.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/pages/project/data_processing/clusters/clusterspage.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/pages/project/data_processing/clusters/clustertemplatespage.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/pages/project/data_processing/clusters/imageregistrypage.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/pages/project/data_processing/clusters/nodegrouptemplatespage.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/pages/project/data_processing/jobs/datasourcespage.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/pages/project/data_processing/jobs/jobbinariespage.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/pages/project/data_processing/jobs/jobspage.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/pages/project/data_processing/jobs/jobtemplatespage.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/regions/forms.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/tests/test_crud.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/tests/test_sahara_image_registry.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/integration_tests/tests/test_sahara_job_binaries.py
>  sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/settings.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/test_data/keystone_data.py
>  
> sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/test_data/sahara_data.py
>  sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/test_data/utils.py
>  sahara-dashboard-18.0.0/build/lib/sahara_dashboard/test/urls.py
>  sahara-dashboard-18.0.0/build/lib/sahara_dashboard/utils.py
>  sahara-dashboard-18.0.0/build/lib/sahara_dashboard/version.py
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/sahara-dashboard_18.0.0-2.diff.EBx2lM
> 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/sahara-dashboard_18.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: sahara-dashboard
Source-Version: 18.0.0-3
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sahara-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 sahara-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: SHA256

Format: 1.8
Date: Tue, 15 Aug 2023 17:28:02 +0200
Source: sahara-dashboard
Architecture: source
Version: 18.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1045786
Changes:
 sahara-dashboard (18.0.0-3) unstable; urgency=medium
 .
   * Cleans better (Closes: #1045786).
Checksums-Sha1:
 43c178ce92fada3fd8dbab72d328e65ce3f77db5 2742 sahara-dashboard_18.0.0-3.dsc
 9e797e9293f129cdb6720705614247826ed40bda 4816 
sahara-dashboard_18.0.0-3.debian.tar.xz
 df60dfc6d2db0dd4095f0b0342c13d4eea102f00 17421 
sahara-dashboard_18.0.0-3_amd64.buildinfo
Checksums-Sha256:
 6a47aa66f1e579ca48250d56f768b43e405a2a96980bbed1c1cb3737e564e149 2742 
sahara-dashboard_18.0.0-3.dsc
 ff7d7444b4f44bd4468a6d6c0c04066cd3267dced2a846aa7e212248956f4b0d 4816 
sahara-dashboard_18.0.0-3.debian.tar.xz
 e6f0feaf46174ee15a5684f0b6280cc3beaf28f40133e6b8b4cb0c8f5ea76d9f 17421 
sahara-dashboard_18.0.0-3_amd64.buildinfo
Files:
 381b6d87819c3316c3e6e3a666189019 2742 python optional 
sahara-dashboard_18.0.0-3.dsc
 f9e0db67aea322afa43da8194c2e15a1 4816 python optional 
sahara-dashboard_18.0.0-3.debian.tar.xz
 e6ec6567f6b18d00eb053a4454f1cb26 17421 python optional 
sahara-dashboard_18.0.0-3_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmTbmj8ACgkQ1BatFaxr
Q/7tCw/+PWH0adLRg4uJNGOCBE66XdGNS+c0aNiI0JvQo8JiKy9TUJdUyT0eJhr5
xTb7tMg8z+ID0Ex/TNp9ujFYyxEqW1gPslGEAQ5hf5UJmyInCqt7EYEQhuctRoGX
1wMbM3JDgLZ3buNtE2qI/yb7WwUvB6t6brdB4UfubhA6OQMMTiLTbzY3knf0nmZO
HJ9Q9CqKkFA8QF2V636l9zLUtnvzy/I8UEPf9TW8f8HHo5yW9yIr4iDJmg9gdN5v
zhw3zvbbBJwRK4iDHkXCH4vLcBv8BAx3hsjaL7TAGohWMbgZZhZ0o7nDFF2TPuOE
1cdujYx/APti/On/Uo8nj60fza9ipck4yyKwodXYrpbI898rGg6QSgxuIi6+Y4eY
ly4YVnjaBLwLHtMSotK97/2l0LnJt8nfNvBckiG6v7dP6bO9X9ox8a1mCmD/wkE1
iE2MVz4AHH2vuhfQ12A+/VsppigfEDLIINQykHodwy10iNQPVUiFgLmax72fMV+D
aoccTFMRti4SC6l4XqbllzrAMSUN0DWRu8ylojFtoFFu2E2+C3ZG7k1uknHXZe1Z
q5dCe9BZEhZ3mcUQCYll/bXhbL3QqeY7fSAvRsCp6RO54xB1gVHCtJhGLt5RwDsZ
vihoHkNoJg3L9svUNvam1O9qbIDD0nk0DcxXNkAOFMx6eGIyOeM=
=Y3wM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to