Source: pywavelets Version: 1.1.1-3 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 pywavelets > dpkg-buildpackage: info: source version 1.1.1-3 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Jelmer Vernooij <[email protected]> > dpkg-source --before-build . > debian/rules clean > date: invalid date '1665747460' > dh clean --with python3,sphinxdoc --buildsystem=pybuild > dh_auto_clean -O--buildsystem=pybuild > I: pybuild base:275: python3.11 setup.py clean --force > /usr/lib/python3/dist-packages/setuptools/command/test.py:11: > DeprecationWarning: pkg_resources is deprecated as an API. See > https://setuptools.pypa.io/en/latest/pkg_resources.html > from pkg_resources import ( > /usr/lib/python3/dist-packages/pkg_resources/__init__.py:2871: > DeprecationWarning: Deprecated call to > `pkg_resources.declare_namespace('mpl_toolkits')`. > Implementing implicit namespace packages (as specified in PEP 420) is > preferred to `pkg_resources.declare_namespace`. See > https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages > declare_namespace(pkg) > /<<PKGBUILDDIR>>/setup.py:60: DeprecationWarning: the imp module is > deprecated in favour of importlib and slated for removal in Python 3.12; see > the module's documentation for alternative uses > import imp > /usr/lib/python3/dist-packages/pythran/config.py:8: DeprecationWarning: > > `numpy.distutils` is deprecated since NumPy 1.23.0, as a result > of the deprecation of `distutils` itself. It will be removed for > Python >= 3.12. For older Python versions it will remain present. > It is recommended to use `setuptools < 60.0` for those Python versions. > For more details, see: > https://numpy.org/devdocs/reference/distutils_status_migration.html > > > import numpy.distutils.system_info as numpy_sys > /usr/lib/python3/dist-packages/setuptools/_distutils/msvccompiler.py:66: > DeprecationWarning: msvccompiler is deprecated and slated to be removed in > the future. Please discontinue use or file an issue with pypa/distutils > describing your use case. > warnings.warn( > /usr/lib/python3/dist-packages/pythran/tables.py:4530: FutureWarning: In the > future `np.bool` will be defined as the corresponding NumPy scalar. > if not hasattr(numpy, method): > /usr/lib/python3/dist-packages/pythran/tables.py:4563: FutureWarning: In the > future `np.bytes` will be defined as the corresponding NumPy scalar. > obj = getattr(themodule, elem) > Compiling pywt/_extensions/_pywt.pyx because it depends on > pywt/_extensions/config.pxi. > Compiling pywt/_extensions/_dwt.pyx because it depends on > pywt/_extensions/config.pxi. > Compiling pywt/_extensions/_swt.pyx because it depends on > pywt/_extensions/config.pxi. > Compiling pywt/_extensions/_cwt.pyx because it depends on > pywt/_extensions/config.pxi. > [1/4] Cythonizing pywt/_extensions/_dwt.pyx > [2/4] Cythonizing pywt/_extensions/_swt.pyx > [3/4] Cythonizing pywt/_extensions/_cwt.pyx > [4/4] Cythonizing pywt/_extensions/_pywt.pyx > /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) > WARNING: The wheel package is not available. > running clean > removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pywt/build' (and everything > under it) > 'build/bdist.linux-x86_64' does not exist -- can't clean it > 'build/scripts-3.11' does not exist -- can't clean it > dh_autoreconf_clean -O--buildsystem=pybuild > dh_clean -O--buildsystem=pybuild > dpkg-source -b . > dpkg-source: info: using source format '3.0 (quilt)' > dpkg-source: info: building pywavelets using existing > ./pywavelets_1.1.1.orig.tar.gz > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: warning: ignoring deletion of file pywt/_extensions/_dwt.c, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file pywt/_extensions/_cwt.c, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file pywt/_extensions/_pywt.h, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file pywt/_extensions/_swt.c, use > --include-removal to override > dpkg-source: warning: ignoring deletion of file pywt/_extensions/_pywt.c, use > --include-removal to override > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/common_refs.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/common_refs.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/contributing.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/contributing.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/dev/building_extension.doctree: binary file contents > changed > dpkg-source: error: add > doc/build/html/.doctrees/dev/building_extension.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/dev/conduct/code_of_conduct.doctree: binary file > contents changed > dpkg-source: error: add > doc/build/html/.doctrees/dev/conduct/code_of_conduct.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/dev/conduct/report_handling_manual.doctree: binary > file contents changed > dpkg-source: error: add > doc/build/html/.doctrees/dev/conduct/report_handling_manual.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/dev/how_to_release.doctree: binary file contents > changed > dpkg-source: error: add doc/build/html/.doctrees/dev/how_to_release.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/dev/index.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/dev/index.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/dev/installing_build_dependencies.doctree: binary > file contents changed > dpkg-source: error: add > doc/build/html/.doctrees/dev/installing_build_dependencies.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/dev/preparing_linux_build_environment.doctree: > binary file contents changed > dpkg-source: error: add > doc/build/html/.doctrees/dev/preparing_linux_build_environment.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/dev/preparing_windows_build_environment.doctree: > binary file contents changed > dpkg-source: error: add > doc/build/html/.doctrees/dev/preparing_windows_build_environment.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/dev/testing.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/dev/testing.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/environment.pickle: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/environment.pickle in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/index.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/index.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/install.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/install.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/2d-decompositions-overview.doctree: binary file > contents changed > dpkg-source: error: add > doc/build/html/.doctrees/ref/2d-decompositions-overview.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/2d-dwt-and-idwt.doctree: binary file contents > changed > dpkg-source: error: add doc/build/html/.doctrees/ref/2d-dwt-and-idwt.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/cwt.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/ref/cwt.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/dwt-coefficient-handling.doctree: binary file > contents changed > dpkg-source: error: add > doc/build/html/.doctrees/ref/dwt-coefficient-handling.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/dwt-discrete-wavelet-transform.doctree: binary > file contents changed > dpkg-source: error: add > doc/build/html/.doctrees/ref/dwt-discrete-wavelet-transform.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/idwt-inverse-discrete-wavelet-transform.doctree: > binary file contents changed > dpkg-source: error: add > doc/build/html/.doctrees/ref/idwt-inverse-discrete-wavelet-transform.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/index.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/ref/index.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/iswt-inverse-stationary-wavelet-transform.doctree: > binary file contents changed > dpkg-source: error: add > doc/build/html/.doctrees/ref/iswt-inverse-stationary-wavelet-transform.doctree > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/nd-dwt-and-idwt.doctree: binary file contents > changed > dpkg-source: error: add doc/build/html/.doctrees/ref/nd-dwt-and-idwt.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/other-functions.doctree: binary file contents > changed > dpkg-source: error: add doc/build/html/.doctrees/ref/other-functions.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/signal-extension-modes.doctree: binary file > contents changed > dpkg-source: error: add > doc/build/html/.doctrees/ref/signal-extension-modes.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/swt-stationary-wavelet-transform.doctree: binary > file contents changed > dpkg-source: error: add > doc/build/html/.doctrees/ref/swt-stationary-wavelet-transform.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/thresholding-functions.doctree: binary file > contents changed > dpkg-source: error: add > doc/build/html/.doctrees/ref/thresholding-functions.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/wavelet-packets.doctree: binary file contents > changed > dpkg-source: error: add doc/build/html/.doctrees/ref/wavelet-packets.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/ref/wavelets.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/ref/wavelets.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/regression/dwt-idwt.doctree: binary file contents > changed > dpkg-source: error: add doc/build/html/.doctrees/regression/dwt-idwt.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/regression/gotchas.doctree: binary file contents > changed > dpkg-source: error: add doc/build/html/.doctrees/regression/gotchas.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/regression/index.doctree: binary file contents > changed > dpkg-source: error: add doc/build/html/.doctrees/regression/index.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/regression/modes.doctree: binary file contents > changed > dpkg-source: error: add doc/build/html/.doctrees/regression/modes.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/regression/multilevel.doctree: binary file contents > changed > dpkg-source: error: add > doc/build/html/.doctrees/regression/multilevel.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/regression/wavelet.doctree: binary file contents > changed > dpkg-source: error: add doc/build/html/.doctrees/regression/wavelet.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/regression/wp.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/regression/wp.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/regression/wp2d.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/regression/wp2d.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/release.0.3.0.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/release.0.3.0.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/release.0.4.0.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/release.0.4.0.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/release.0.5.0.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/release.0.5.0.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/release.1.0.0.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/release.1.0.0.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/release.1.1.0.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/release.1.1.0.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/release.1.1.1.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/release.1.1.1.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/.doctrees/releasenotes.doctree: binary file contents changed > dpkg-source: error: add doc/build/html/.doctrees/releasenotes.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/_static/basic.css > has no final newline (either original or modified version) > dpkg-source: error: cannot represent change to > doc/build/html/_static/comments.png: binary file contents changed > dpkg-source: error: add doc/build/html/_static/comments.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/_static/documentation_options.js has no final > newline (either original or modified version) > dpkg-source: error: cannot represent change to > doc/build/html/_static/favicon.ico: binary file contents changed > dpkg-source: error: add doc/build/html/_static/favicon.ico in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/_static/file.png: binary file contents changed > dpkg-source: error: add doc/build/html/_static/file.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/_static/github.png: binary file contents changed > dpkg-source: error: add doc/build/html/_static/github.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/_static/minus.png: binary file contents changed > dpkg-source: error: add doc/build/html/_static/minus.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/_static/nature.css > has no final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/_static/opensearch.xml has no final newline > (either original or modified version) > dpkg-source: error: cannot represent change to > doc/build/html/_static/page_edit.png: binary file contents changed > dpkg-source: error: add doc/build/html/_static/page_edit.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/_static/plus.png: binary file contents changed > dpkg-source: error: add doc/build/html/_static/plus.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/_static/pygments.css has no final newline > (either original or modified version) > dpkg-source: error: cannot represent change to > doc/build/html/_static/twitter.png: binary file contents changed > dpkg-source: error: add doc/build/html/_static/twitter.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > doc/build/html/_static/wave.png: binary file contents changed > dpkg-source: error: add doc/build/html/_static/wave.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/common_refs.html > has no final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/contributing.html > has no final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/dev/building_extension.html has no final > newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/dev/conduct/code_of_conduct.html has no final > newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/dev/conduct/report_handling_manual.html has > no final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/dev/how_to_release.html has no final newline > (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/dev/index.html has > no final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/dev/installing_build_dependencies.html has no > final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/dev/preparing_linux_build_environment.html > has no final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/dev/preparing_windows_build_environment.html > has no final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/dev/testing.html > has no final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/genindex.html has > no final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/index.html has no > final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/install.html has > no final newline (either original or modified version) > dpkg-source: error: cannot represent change to doc/build/html/objects.inv: > binary file contents changed > dpkg-source: error: add doc/build/html/objects.inv in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/ref/2d-decompositions-overview.html has no > final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/ref/2d-dwt-and-idwt.html has no final newline > (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/ref/cwt.html has > no final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/ref/dwt-coefficient-handling.html has no > final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/ref/dwt-discrete-wavelet-transform.html has > no final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/ref/idwt-inverse-discrete-wavelet-transform.html > has no final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/ref/index.html has > no final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/ref/iswt-inverse-stationary-wavelet-transform.html > has no final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/ref/nd-dwt-and-idwt.html has no final newline > (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/ref/other-functions.html has no final newline > (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/ref/signal-extension-modes.html has no final > newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/ref/swt-stationary-wavelet-transform.html has > no final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/ref/thresholding-functions.html has no final > newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/ref/wavelet-packets.html has no final newline > (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/ref/wavelets.html > has no final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/regression/dwt-idwt.html has no final newline > (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/regression/gotchas.html has no final newline > (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/regression/index.html has no final newline > (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/regression/modes.html has no final newline > (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/regression/multilevel.html has no final > newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/regression/wavelet.html has no final newline > (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/regression/wp.html > has no final newline (either original or modified version) > dpkg-source: warning: file > pywavelets-1.1.1/doc/build/html/regression/wp2d.html has no final newline > (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/release.0.3.0.html > has no final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/release.0.4.0.html > has no final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/release.0.5.0.html > has no final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/release.1.0.0.html > has no final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/release.1.1.0.html > has no final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/release.1.1.1.html > has no final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/releasenotes.html > has no final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/search.html has no > final newline (either original or modified version) > dpkg-source: warning: file pywavelets-1.1.1/doc/build/html/searchindex.js has > no final newline (either original or modified version) > 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/pywavelets_1.1.1-3_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.

