Your message dated Mon, 21 Aug 2023 13:34:45 +0000
with message-id <[email protected]>
and subject line Bug#1047819: fixed in python-os-win 5.9.0-3
has caused the Debian Bug report #1047819,
regarding python-os-win: 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.)


-- 
1047819: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047819
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-os-win
Version: 5.9.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 python-os-win
> dpkg-buildpackage: info: source version 5.9.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 
> python-os-win-5.9.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,sphinxdoc
>    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
> rm -rf build
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean -O--buildsystem=python_distutils
>    dh_clean -O--buildsystem=python_distutils
>  dpkg-source -b .
> dpkg-source: info: using options from 
> python-os-win-5.9.0/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-os-win using existing 
> ./python-os-win_5.9.0.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to 
> os_win/__pycache__/__init__.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add os_win/__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 
> os_win/__pycache__/_i18n.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add os_win/__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 
> os_win/__pycache__/_utils.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add os_win/__pycache__/_utils.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 
> os_win/__pycache__/conf.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add os_win/__pycache__/conf.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 
> os_win/__pycache__/constants.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add os_win/__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 
> os_win/__pycache__/exceptions.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add os_win/__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 
> os_win/__pycache__/utilsfactory.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add os_win/__pycache__/utilsfactory.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 
> os_win/_hacking/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/_hacking/__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 
> os_win/_hacking/__pycache__/checks.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/_hacking/__pycache__/checks.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 
> os_win/tests/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/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 
> os_win/tests/functional/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/tests/functional/__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 
> os_win/tests/functional/__pycache__/test_base.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/tests/functional/__pycache__/test_base.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 
> os_win/tests/functional/__pycache__/test_mutex.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/tests/functional/__pycache__/test_mutex.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 
> os_win/tests/functional/__pycache__/test_pathutils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/functional/__pycache__/test_pathutils.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 
> os_win/tests/functional/__pycache__/test_vhdutils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/functional/__pycache__/test_vhdutils.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 
> os_win/tests/unit/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> os_win/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 
> os_win/tests/unit/__pycache__/test_base.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> os_win/tests/unit/__pycache__/test_base.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 
> os_win/tests/unit/__pycache__/test_hacking.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/tests/unit/__pycache__/test_hacking.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 
> os_win/tests/unit/__pycache__/test_processutils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/tests/unit/__pycache__/test_processutils.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 
> os_win/tests/unit/__pycache__/test_utils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/tests/unit/__pycache__/test_utils.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 
> os_win/tests/unit/__pycache__/test_utilsfactory.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/tests/unit/__pycache__/test_utilsfactory.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 
> os_win/tests/unit/utils/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/__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 
> os_win/tests/unit/utils/__pycache__/test_aclutils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/__pycache__/test_aclutils.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 
> os_win/tests/unit/utils/__pycache__/test_baseutils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/__pycache__/test_baseutils.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 
> os_win/tests/unit/utils/__pycache__/test_hostutils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/__pycache__/test_hostutils.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 
> os_win/tests/unit/utils/__pycache__/test_hostutils10.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/__pycache__/test_hostutils10.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 
> os_win/tests/unit/utils/__pycache__/test_jobutils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/__pycache__/test_jobutils.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 
> os_win/tests/unit/utils/__pycache__/test_pathutils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/__pycache__/test_pathutils.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 
> os_win/tests/unit/utils/__pycache__/test_win32utils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/__pycache__/test_win32utils.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 
> os_win/tests/unit/utils/__pycache__/test_wqlutils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/__pycache__/test_wqlutils.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 
> os_win/tests/unit/utils/compute/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/compute/__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 
> os_win/tests/unit/utils/compute/__pycache__/test_clusapi_utils.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/compute/__pycache__/test_clusapi_utils.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 
> os_win/tests/unit/utils/compute/__pycache__/test_clusterutils.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/compute/__pycache__/test_clusterutils.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 
> os_win/tests/unit/utils/compute/__pycache__/test_livemigrationutils.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/compute/__pycache__/test_livemigrationutils.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 
> os_win/tests/unit/utils/compute/__pycache__/test_migrationutils.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/compute/__pycache__/test_migrationutils.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 
> os_win/tests/unit/utils/compute/__pycache__/test_rdpconsoleutils.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/compute/__pycache__/test_rdpconsoleutils.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 
> os_win/tests/unit/utils/compute/__pycache__/test_vmutils.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/compute/__pycache__/test_vmutils.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 
> os_win/tests/unit/utils/compute/__pycache__/test_vmutils10.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/compute/__pycache__/test_vmutils10.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 
> os_win/tests/unit/utils/dns/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/dns/__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 
> os_win/tests/unit/utils/dns/__pycache__/test_dnsutils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/dns/__pycache__/test_dnsutils.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 
> os_win/tests/unit/utils/io/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/io/__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 
> os_win/tests/unit/utils/io/__pycache__/test_ioutils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/io/__pycache__/test_ioutils.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 
> os_win/tests/unit/utils/io/__pycache__/test_namedpipe.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/io/__pycache__/test_namedpipe.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 
> os_win/tests/unit/utils/metrics/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/metrics/__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 
> os_win/tests/unit/utils/metrics/__pycache__/test_metricsutils.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/metrics/__pycache__/test_metricsutils.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 
> os_win/tests/unit/utils/network/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/network/__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 
> os_win/tests/unit/utils/network/__pycache__/test_networkutils.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/network/__pycache__/test_networkutils.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 
> os_win/tests/unit/utils/network/__pycache__/test_nvgreutils.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/network/__pycache__/test_nvgreutils.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 
> os_win/tests/unit/utils/storage/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/storage/__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 
> os_win/tests/unit/utils/storage/__pycache__/test_diskutils.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/storage/__pycache__/test_diskutils.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 
> os_win/tests/unit/utils/storage/__pycache__/test_smbutils.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/storage/__pycache__/test_smbutils.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 
> os_win/tests/unit/utils/storage/initiator/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/storage/initiator/__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 
> os_win/tests/unit/utils/storage/initiator/__pycache__/test_fc_utils.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/storage/initiator/__pycache__/test_fc_utils.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 
> os_win/tests/unit/utils/storage/initiator/__pycache__/test_iscsi_utils.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/storage/initiator/__pycache__/test_iscsi_utils.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 
> os_win/tests/unit/utils/storage/target/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/storage/target/__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 
> os_win/tests/unit/utils/storage/target/__pycache__/test_iscsi_target_utils.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/storage/target/__pycache__/test_iscsi_target_utils.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 
> os_win/tests/unit/utils/storage/virtdisk/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/storage/virtdisk/__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 
> os_win/tests/unit/utils/storage/virtdisk/__pycache__/test_vhdutils.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> os_win/tests/unit/utils/storage/virtdisk/__pycache__/test_vhdutils.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 
> os_win/utils/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/__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 
> os_win/utils/__pycache__/_acl_utils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/__pycache__/_acl_utils.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 
> os_win/utils/__pycache__/_wqlutils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/__pycache__/_wqlutils.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 
> os_win/utils/__pycache__/baseutils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/__pycache__/baseutils.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 
> os_win/utils/__pycache__/hostutils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/__pycache__/hostutils.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 
> os_win/utils/__pycache__/hostutils10.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/__pycache__/hostutils10.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 
> os_win/utils/__pycache__/jobutils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/__pycache__/jobutils.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 
> os_win/utils/__pycache__/pathutils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/__pycache__/pathutils.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 
> os_win/utils/__pycache__/processutils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/__pycache__/processutils.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 
> os_win/utils/__pycache__/win32utils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/__pycache__/win32utils.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 
> os_win/utils/compute/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/compute/__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 
> os_win/utils/compute/__pycache__/_clusapi_utils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/compute/__pycache__/_clusapi_utils.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 
> os_win/utils/compute/__pycache__/clusterutils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/compute/__pycache__/clusterutils.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 
> os_win/utils/compute/__pycache__/livemigrationutils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/utils/compute/__pycache__/livemigrationutils.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 
> os_win/utils/compute/__pycache__/migrationutils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/compute/__pycache__/migrationutils.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 
> os_win/utils/compute/__pycache__/rdpconsoleutils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/compute/__pycache__/rdpconsoleutils.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 
> os_win/utils/compute/__pycache__/vmutils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/compute/__pycache__/vmutils.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 
> os_win/utils/compute/__pycache__/vmutils10.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/compute/__pycache__/vmutils10.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 
> os_win/utils/dns/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/dns/__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 
> os_win/utils/dns/__pycache__/dnsutils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/dns/__pycache__/dnsutils.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 
> os_win/utils/io/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/io/__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 
> os_win/utils/io/__pycache__/ioutils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/io/__pycache__/ioutils.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 
> os_win/utils/io/__pycache__/namedpipe.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add os_win/utils/io/__pycache__/namedpipe.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 
> os_win/utils/metrics/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/metrics/__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 
> os_win/utils/metrics/__pycache__/metricsutils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/metrics/__pycache__/metricsutils.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 
> os_win/utils/network/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/network/__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 
> os_win/utils/network/__pycache__/networkutils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/network/__pycache__/networkutils.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 
> os_win/utils/network/__pycache__/nvgreutils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/network/__pycache__/nvgreutils.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 
> os_win/utils/storage/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/storage/__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 
> os_win/utils/storage/__pycache__/diskutils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/storage/__pycache__/diskutils.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 
> os_win/utils/storage/__pycache__/smbutils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/storage/__pycache__/smbutils.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 
> os_win/utils/storage/initiator/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/utils/storage/initiator/__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 
> os_win/utils/storage/initiator/__pycache__/fc_utils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/utils/storage/initiator/__pycache__/fc_utils.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 
> os_win/utils/storage/initiator/__pycache__/iscsi_utils.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> os_win/utils/storage/initiator/__pycache__/iscsi_utils.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 
> os_win/utils/storage/target/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/storage/target/__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 
> os_win/utils/storage/target/__pycache__/iscsi_target_utils.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> os_win/utils/storage/target/__pycache__/iscsi_target_utils.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 
> os_win/utils/storage/virtdisk/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/utils/storage/virtdisk/__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 
> os_win/utils/storage/virtdisk/__pycache__/vhdutils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> os_win/utils/storage/virtdisk/__pycache__/vhdutils.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 
> os_win/utils/winapi/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/winapi/__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 
> os_win/utils/winapi/__pycache__/constants.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/winapi/__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 
> os_win/utils/winapi/__pycache__/wintypes.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/winapi/__pycache__/wintypes.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 
> os_win/utils/winapi/errmsg/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/winapi/errmsg/__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 
> os_win/utils/winapi/errmsg/__pycache__/iscsierr.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/winapi/errmsg/__pycache__/iscsierr.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 
> os_win/utils/winapi/libs/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/winapi/libs/__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 
> os_win/utils/winapi/libs/__pycache__/advapi32.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/winapi/libs/__pycache__/advapi32.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 
> os_win/utils/winapi/libs/__pycache__/clusapi.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/winapi/libs/__pycache__/clusapi.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 
> os_win/utils/winapi/libs/__pycache__/hbaapi.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/winapi/libs/__pycache__/hbaapi.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 
> os_win/utils/winapi/libs/__pycache__/iscsidsc.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/winapi/libs/__pycache__/iscsidsc.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 
> os_win/utils/winapi/libs/__pycache__/kernel32.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/winapi/libs/__pycache__/kernel32.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 
> os_win/utils/winapi/libs/__pycache__/virtdisk.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> os_win/utils/winapi/libs/__pycache__/virtdisk.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/python-os-win_5.9.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: python-os-win
Source-Version: 5.9.0-3
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-os-win, 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 python-os-win package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 21 Aug 2023 15:02:16 +0200
Source: python-os-win
Architecture: source
Version: 5.9.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1047819
Changes:
 python-os-win (5.9.0-3) unstable; urgency=medium
 .
   * Cleans better (Closes: #1047819).
Checksums-Sha1:
 74161473c38bcf2f031927bc45060f168847048c 2493 python-os-win_5.9.0-3.dsc
 5d287f3c23330aaa42df859aaee31bd05484f4c5 4096 
python-os-win_5.9.0-3.debian.tar.xz
 1c9c9ebc9b6f061087fbcb49735f104abfdd4738 11309 
python-os-win_5.9.0-3_amd64.buildinfo
Checksums-Sha256:
 68ac4d68392f31506ca763aadf16e1413f0ea1bcb5d12c75caebfca08e6eeaa7 2493 
python-os-win_5.9.0-3.dsc
 c0c79236dceeff19fb0f18289fb61a6221bd1e5b2c223fab6fae48c3f766a77d 4096 
python-os-win_5.9.0-3.debian.tar.xz
 058d23841ada934d688ec65ead7f5eccff16f47f38e7d672f6a76e07ee339ad1 11309 
python-os-win_5.9.0-3_amd64.buildinfo
Files:
 5c116cff3890d1df4c4e4bfd5b3bf9aa 2493 python optional python-os-win_5.9.0-3.dsc
 b43fb829d84a266ef26dee64ba297a0f 4096 python optional 
python-os-win_5.9.0-3.debian.tar.xz
 a8940cb7c149ce62c4181fbd83e91f59 11309 python optional 
python-os-win_5.9.0-3_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmTjYTgACgkQ1BatFaxr
Q/55ow//YdDuGtNtnU1lvSN48JyUs+a3KtIUG+DRg3t04z8Z17QcKP4V5YcQ28YI
xVd/Dd3QJIrefUTEqNoM2VERdsWlBxU06kH5Jzhh9hoas6mZ5c1IDeUikM2HexA+
LcCCE+gfaw/1lDXw7pqJMb8IlguxtrvX/p4lcrqud/hHI8hKmwjo+Pwrbl+nLpVz
nwikqVn7eox6IvaCUangLDXUGGoS6sA0bK5mTVnSMn9fvD9a3jkco2XYCe1okpfm
YohqU/hz8OwApWGE4gI1+n2lDsif0cI3VecIikiLgU5RwAY1HUz4XwnzPLtknZNG
DWJRLyMNyybpGabB6YuyO1TrvYhEShlr6JU28XDFpJ90S83vEa+Kh1eY9T5p1jGI
K6q5V1rHjidd5iznOwyvYQa2w7N72MvEERiM7nn3530MdOohwk1QwRfio/nUCU33
8gdo2fdLMeXOe36uhEqti6OzXTEe7EGooNnSSc/jiAKJ/al6mY7Y8V0iZiYX8JM5
oJ+CbMO8bjOykhU57QKItaKvxMh17wGjF0uyAmpfyKK55+YW41IwB6k8pp5sJF9P
SPdOMhLa3DiRn7mqZ2niMLgLUXXOc1bPx5AjlCTRXHb+HjcU/L9UN4ym90p5ajgT
lYX9TwLR1DdHdvz9+ptRTpN0caIDOQZcfTFdfyUPlo9rnm+LiRg=
=Kl2a
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to