Your message dated Wed, 11 Feb 2026 09:19:31 +0000
with message-id <[email protected]>
and subject line Bug#1047819: fixed in python-os-win 5.9.0-8
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-8
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: SHA512

Format: 1.8
Date: Wed, 11 Feb 2026 09:54:53 +0100
Source: python-os-win
Architecture: source
Version: 5.9.0-8
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1047819
Changes:
 python-os-win (5.9.0-8) unstable; urgency=medium
 .
   * Cleans better (Closes: #1047819).
Checksums-Sha1:
 aef5c90e0988aefc712c94ab8adce0d7bb6ad707 2476 python-os-win_5.9.0-8.dsc
 3944f4cd4096f8957f65c11f21b219a3d2d0cbae 4220 
python-os-win_5.9.0-8.debian.tar.xz
 2b22bb4acf5dedb9e01b0f276028859c98ba3e32 11031 
python-os-win_5.9.0-8_amd64.buildinfo
Checksums-Sha256:
 4233b65e2316e0e30058923e439d4a23f57784b6ef4bb2ccd0b626af6f3eb2ad 2476 
python-os-win_5.9.0-8.dsc
 317274325bc9981200f4ab3b50dc6561ec655c068f8850837f06a5f821a2b7c0 4220 
python-os-win_5.9.0-8.debian.tar.xz
 315bafacf17f7ccbf1edf11821562609d32261db7bb1450a7f4ce814696f59fe 11031 
python-os-win_5.9.0-8_amd64.buildinfo
Files:
 ebfa00e7356eac5a9164724efd461f18 2476 python optional python-os-win_5.9.0-8.dsc
 179445b607530eb649f69e148343fdd1 4220 python optional 
python-os-win_5.9.0-8.debian.tar.xz
 0bcf4e97ddb9f001ecca313304730398 11031 python optional 
python-os-win_5.9.0-8_amd64.buildinfo

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

iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmmMRJUACgkQ1BatFaxr
Q/5dyA//WFnFP8YBnpgKAJ1KgNQ64ESmGY7nOag/5k859zvyColqkGaocmTWi1w1
+Xcck51Mgn4yJe0MmXHRnX2+glUH7NoFTqADPRv8ng8FqWwjxXuUl5VV7WqosbgX
CTdFNL8rYUynQoLy4a5J9I/IRtOBVZrQsETHyLRR0A9FJor39IOfU0Lfq0EMDDdG
NK7eT88zmsYODrphY0EB3NX6hBUlv4xs7V819p6Uoak1juybKGL6nzoHoA84cVfT
e6ScUUawfQOnbls1b8D9JH0v5KKgk2yvGAacxsbn5qlNu/NnFAECBCBojwcwN6uX
NfxjIzQa9x0kE5QoBfeZLWne2agvnlaNvDagM6DUhOHFzn/BAsTaO4t8ReCT/t6u
JTvp58zQxaBx9RZp/oO5xBQoTA92TAuLzLyRy9TQrcCKIVc9izKgZtMlYvS7wgVn
cV3NdQbMnB0JjfXvh+eKneFU12S0Zc3dhUAa7k4kGmea3g46uswZ0tcCnAOTJfuB
3/xPTefLIxdEFU1LpOuaQwz/53Ie0JzZ9PsQtXJIFW+iseRKR3qi5xGOhKogYIqB
v0+deNGBzRue3lUNyD05jGn6BC3f2/5NZtu1VLP6hT3uPMquNndy9bc5ImN7dKIG
9k+u9ZdkAl/7VM+T3nGqAxvl5x1JKbss2si1CR2tH5cstMlUM2Y=
=rx1k
-----END PGP SIGNATURE-----

Attachment: pgpoaLQhYHYcF.pgp
Description: PGP signature


--- End Message ---

Reply via email to