Hi, with the current version in salsa at commit
5887efe0123f6ec72cc8ba892c8fc31447152d27 I can successfully build a
binary package and then a source package.
Attachments come from command below:
dpkg-buildpackage -b -uc -us | tee
../pyrle_0.0.42_amd64_binary_build.log && dpkg-buildpackage -S -uc -us |
tee ../pyrle_0.0.42_source_build.log
So I think, with the next upload of pyrle, this bug will be fixed.
Br,
Pieter
[1mdpkg-buildpackage: [0m[32minfo[0m: broncodepakket pyrle
[1mdpkg-buildpackage: [0m[32minfo[0m: broncodeversie 0.0.42-1
[1mdpkg-buildpackage: [0m[32minfo[0m: broncodedistributie unstable
[1mdpkg-buildpackage: [0m[32minfo[0m: broncode gewijzigd door Aryan Karamtoth <[email protected]>
[1mdpkg-source: [0m[32minfo[0m: patchlijst van debian/patches/series gebruiken
[1mdpkg-source: [0m[32minfo[0m: toepassen van extend-once-setup-starts.patch
[1mdpkg-source: [0m[32minfo[0m: toepassen van hypothesis-deprecation-rm.patch
[1mdpkg-source: [0m[32minfo[0m: toepassen van fix-rledict-equality.patch
[1mdpkg-source: [0m[32minfo[0m: toepassen van fix_setuptools_config.patch
dh clean --with python3 --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
[1mdpkg-source: [0m[32minfo[0m: broncode-indeling '3.0 (quilt)' wordt gebruikt
[1mdpkg-source: [0m[32minfo[0m: pyrle bouwen met bestaande ./pyrle_0.0.42.orig.tar.gz
[1mdpkg-source: [0m[32minfo[0m: patchlijst van debian/patches/series gebruiken
[1mdpkg-source: [0m[32minfo[0m: pyrle wordt in pyrle_0.0.42-1.debian.tar.xz gebouwd
[1mdpkg-source: [0m[32minfo[0m: pyrle wordt in pyrle_0.0.42-1.dsc gebouwd
[1mdpkg-genchanges: [0m[32minfo[0m: volledige broncode wordt inbegrepen in de upload
[1mdpkg-source: [0m[32minfo[0m: fix_setuptools_config.patch ongedaan maken
[1mdpkg-source: [0m[32minfo[0m: fix-rledict-equality.patch ongedaan maken
[1mdpkg-source: [0m[32minfo[0m: hypothesis-deprecation-rm.patch ongedaan maken
[1mdpkg-source: [0m[32minfo[0m: extend-once-setup-starts.patch ongedaan maken
[1mdpkg-buildpackage: [0m[32minfo[0m: upload van alleen broncode (originele broncode is inbegrepen)
[1mdpkg-buildpackage: [0m[32minfo[0m: broncodepakket pyrle
[1mdpkg-buildpackage: [0m[32minfo[0m: broncodeversie 0.0.42-1
[1mdpkg-buildpackage: [0m[32minfo[0m: broncodedistributie unstable
[1mdpkg-buildpackage: [0m[32minfo[0m: broncode gewijzigd door Aryan Karamtoth <[email protected]>
[1mdpkg-buildpackage: [0m[32minfo[0m: host-architectuur amd64
[1mdpkg-source: [0m[32minfo[0m: patchlijst van debian/patches/series gebruiken
[1mdpkg-source: [0m[32minfo[0m: toepassen van extend-once-setup-starts.patch
[1mdpkg-source: [0m[32minfo[0m: toepassen van hypothesis-deprecation-rm.patch
[1mdpkg-source: [0m[32minfo[0m: toepassen van fix-rledict-equality.patch
[1mdpkg-source: [0m[32minfo[0m: toepassen van fix_setuptools_config.patch
dh clean --with python3 --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
dh binary --with python3 --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
dh_auto_build -O--buildsystem=pybuild
* Building wheel...
Compiling pyrle/src/rle.pyx because it changed.
Compiling pyrle/src/coverage.pyx because it changed.
Compiling pyrle/src/getitem.pyx because it changed.
[1/3] Cythonizing pyrle/src/coverage.pyx
[2/3] Cythonizing pyrle/src/getitem.pyx
[3/3] Cythonizing pyrle/src/rle.pyx
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-314/pyrle
copying pyrle/__init__.py -> build/lib.linux-x86_64-cpython-314/pyrle
copying pyrle/rledict.py -> build/lib.linux-x86_64-cpython-314/pyrle
copying pyrle/rle.py -> build/lib.linux-x86_64-cpython-314/pyrle
copying pyrle/methods.py -> build/lib.linux-x86_64-cpython-314/pyrle
creating build/lib.linux-x86_64-cpython-314/pyrle/src
copying pyrle/src/__init__.py -> build/lib.linux-x86_64-cpython-314/pyrle/src
creating build/lib.linux-x86_64-cpython-314/tests
copying tests/test_hypothesis.py -> build/lib.linux-x86_64-cpython-314/tests
copying tests/test_subset_coverage.py -> build/lib.linux-x86_64-cpython-314/tests
copying tests/__init__.py -> build/lib.linux-x86_64-cpython-314/tests
copying tests/helpers.py -> build/lib.linux-x86_64-cpython-314/tests
copying tests/hypothesis_helper.py -> build/lib.linux-x86_64-cpython-314/tests
copying tests/test_hypothesis_coverage.py -> build/lib.linux-x86_64-cpython-314/tests
running egg_info
creating pyrle.egg-info
writing pyrle.egg-info/PKG-INFO
writing dependency_links to pyrle.egg-info/dependency_links.txt
writing requirements to pyrle.egg-info/requires.txt
writing top-level names to pyrle.egg-info/top_level.txt
writing manifest file 'pyrle.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'pyrle.egg-info/SOURCES.txt'
copying pyrle/src/coverage.c -> build/lib.linux-x86_64-cpython-314/pyrle/src
copying pyrle/src/coverage.pyx -> build/lib.linux-x86_64-cpython-314/pyrle/src
copying pyrle/src/getitem.c -> build/lib.linux-x86_64-cpython-314/pyrle/src
copying pyrle/src/getitem.pyx -> build/lib.linux-x86_64-cpython-314/pyrle/src
copying pyrle/src/rle.c -> build/lib.linux-x86_64-cpython-314/pyrle/src
copying pyrle/src/rle.pyx -> build/lib.linux-x86_64-cpython-314/pyrle/src
copying tests/compute_Rle.R -> build/lib.linux-x86_64-cpython-314/tests
copying tests/compute_coverage.R -> build/lib.linux-x86_64-cpython-314/tests
copying tests/subset_coverage.R -> build/lib.linux-x86_64-cpython-314/tests
running build_ext
building 'pyrle.src.rle' extension
creating build/temp.linux-x86_64-cpython-314/pyrle/src
building 'pyrle.src.coverage' extension
building 'pyrle.src.getitem' extension
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.14 -c pyrle/src/getitem.c -o build/temp.linux-x86_64-cpython-314/pyrle/src/getitem.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.14 -c pyrle/src/rle.c -o build/temp.linux-x86_64-cpython-314/pyrle/src/rle.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.14 -c pyrle/src/coverage.c -o build/temp.linux-x86_64-cpython-314/pyrle/src/coverage.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -fcf-protection -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-314/pyrle/src/coverage.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-314/pyrle/src/coverage.cpython-314-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -fcf-protection -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-314/pyrle/src/rle.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-314/pyrle/src/rle.cpython-314-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -fcf-protection -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-314/pyrle/src/getitem.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-314/pyrle/src/getitem.cpython-314-x86_64-linux-gnu.so
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pyrle
creating build/bdist.linux-x86_64/wheel/pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/rle.c -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/getitem.c -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/coverage.cpython-314-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/rle.cpython-314-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/getitem.cpython-314-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/getitem.pyx -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/__init__.py -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/rle.pyx -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/coverage.pyx -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/src/coverage.c -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-314/pyrle/__init__.py -> build/bdist.linux-x86_64/wheel/./pyrle
copying build/lib.linux-x86_64-cpython-314/pyrle/rledict.py -> build/bdist.linux-x86_64/wheel/./pyrle
copying build/lib.linux-x86_64-cpython-314/pyrle/rle.py -> build/bdist.linux-x86_64/wheel/./pyrle
copying build/lib.linux-x86_64-cpython-314/pyrle/methods.py -> build/bdist.linux-x86_64/wheel/./pyrle
creating build/bdist.linux-x86_64/wheel/tests
copying build/lib.linux-x86_64-cpython-314/tests/test_hypothesis.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/compute_Rle.R -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/compute_coverage.R -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/test_subset_coverage.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/subset_coverage.R -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/helpers.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/hypothesis_helper.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-314/tests/test_hypothesis_coverage.py -> build/bdist.linux-x86_64/wheel/./tests
running install_egg_info
Copying pyrle.egg-info to build/bdist.linux-x86_64/wheel/./pyrle-0.0.42.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pyrle-0.0.42.dist-info/WHEEL
creating '/home/pieter/src/deb/pyrle/pyrle/.pybuild/cpython3_3.14/.tmp-gap38d8g/pyrle-0.0.42-cp314-cp314-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pyrle/__init__.py'
adding 'pyrle/methods.py'
adding 'pyrle/rle.py'
adding 'pyrle/rledict.py'
adding 'pyrle/src/__init__.py'
adding 'pyrle/src/coverage.c'
adding 'pyrle/src/coverage.cpython-314-x86_64-linux-gnu.so'
adding 'pyrle/src/coverage.pyx'
adding 'pyrle/src/getitem.c'
adding 'pyrle/src/getitem.cpython-314-x86_64-linux-gnu.so'
adding 'pyrle/src/getitem.pyx'
adding 'pyrle/src/rle.c'
adding 'pyrle/src/rle.cpython-314-x86_64-linux-gnu.so'
adding 'pyrle/src/rle.pyx'
adding 'pyrle-0.0.42.dist-info/licenses/LICENSE'
adding 'tests/__init__.py'
adding 'tests/compute_Rle.R'
adding 'tests/compute_coverage.R'
adding 'tests/helpers.py'
adding 'tests/hypothesis_helper.py'
adding 'tests/subset_coverage.R'
adding 'tests/test_hypothesis.py'
adding 'tests/test_hypothesis_coverage.py'
adding 'tests/test_subset_coverage.py'
adding 'pyrle-0.0.42.dist-info/METADATA'
adding 'pyrle-0.0.42.dist-info/WHEEL'
adding 'pyrle-0.0.42.dist-info/top_level.txt'
adding 'pyrle-0.0.42.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pyrle-0.0.42-cp314-cp314-linux_x86_64.whl
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-313/pyrle
copying pyrle/__init__.py -> build/lib.linux-x86_64-cpython-313/pyrle
copying pyrle/rledict.py -> build/lib.linux-x86_64-cpython-313/pyrle
copying pyrle/rle.py -> build/lib.linux-x86_64-cpython-313/pyrle
copying pyrle/methods.py -> build/lib.linux-x86_64-cpython-313/pyrle
creating build/lib.linux-x86_64-cpython-313/pyrle/src
copying pyrle/src/__init__.py -> build/lib.linux-x86_64-cpython-313/pyrle/src
creating build/lib.linux-x86_64-cpython-313/tests
copying tests/test_hypothesis.py -> build/lib.linux-x86_64-cpython-313/tests
copying tests/test_subset_coverage.py -> build/lib.linux-x86_64-cpython-313/tests
copying tests/__init__.py -> build/lib.linux-x86_64-cpython-313/tests
copying tests/helpers.py -> build/lib.linux-x86_64-cpython-313/tests
copying tests/hypothesis_helper.py -> build/lib.linux-x86_64-cpython-313/tests
copying tests/test_hypothesis_coverage.py -> build/lib.linux-x86_64-cpython-313/tests
running egg_info
writing pyrle.egg-info/PKG-INFO
writing dependency_links to pyrle.egg-info/dependency_links.txt
writing requirements to pyrle.egg-info/requires.txt
writing top-level names to pyrle.egg-info/top_level.txt
adding license file 'LICENSE'
writing manifest file 'pyrle.egg-info/SOURCES.txt'
copying pyrle/src/coverage.c -> build/lib.linux-x86_64-cpython-313/pyrle/src
copying pyrle/src/coverage.pyx -> build/lib.linux-x86_64-cpython-313/pyrle/src
copying pyrle/src/getitem.c -> build/lib.linux-x86_64-cpython-313/pyrle/src
copying pyrle/src/getitem.pyx -> build/lib.linux-x86_64-cpython-313/pyrle/src
copying pyrle/src/rle.c -> build/lib.linux-x86_64-cpython-313/pyrle/src
copying pyrle/src/rle.pyx -> build/lib.linux-x86_64-cpython-313/pyrle/src
copying tests/compute_Rle.R -> build/lib.linux-x86_64-cpython-313/tests
copying tests/compute_coverage.R -> build/lib.linux-x86_64-cpython-313/tests
copying tests/subset_coverage.R -> build/lib.linux-x86_64-cpython-313/tests
running build_ext
building 'pyrle.src.rle' extension
creating build/temp.linux-x86_64-cpython-313/pyrle/src
building 'pyrle.src.getitem' extension
creating build/temp.linux-x86_64-cpython-313/pyrle/src
building 'pyrle.src.coverage' extension
creating build/temp.linux-x86_64-cpython-313/pyrle/src
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.13 -c pyrle/src/rle.c -o build/temp.linux-x86_64-cpython-313/pyrle/src/rle.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.13 -c pyrle/src/getitem.c -o build/temp.linux-x86_64-cpython-313/pyrle/src/getitem.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.13 -c pyrle/src/coverage.c -o build/temp.linux-x86_64-cpython-313/pyrle/src/coverage.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -fcf-protection -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-313/pyrle/src/coverage.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-313/pyrle/src/coverage.cpython-313-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -fcf-protection -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-313/pyrle/src/rle.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-313/pyrle/src/rle.cpython-313-x86_64-linux-gnu.so
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -fcf-protection -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/home/pieter/src/deb/pyrle/pyrle=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-313/pyrle/src/getitem.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-313/pyrle/src/getitem.cpython-313-x86_64-linux-gnu.so
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pyrle
creating build/bdist.linux-x86_64/wheel/pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/rle.c -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/getitem.c -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/getitem.cpython-313-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/getitem.pyx -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/__init__.py -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/rle.pyx -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/rle.cpython-313-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/coverage.cpython-313-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/coverage.pyx -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/src/coverage.c -> build/bdist.linux-x86_64/wheel/./pyrle/src
copying build/lib.linux-x86_64-cpython-313/pyrle/__init__.py -> build/bdist.linux-x86_64/wheel/./pyrle
copying build/lib.linux-x86_64-cpython-313/pyrle/rledict.py -> build/bdist.linux-x86_64/wheel/./pyrle
copying build/lib.linux-x86_64-cpython-313/pyrle/rle.py -> build/bdist.linux-x86_64/wheel/./pyrle
copying build/lib.linux-x86_64-cpython-313/pyrle/methods.py -> build/bdist.linux-x86_64/wheel/./pyrle
creating build/bdist.linux-x86_64/wheel/tests
copying build/lib.linux-x86_64-cpython-313/tests/test_hypothesis.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/compute_Rle.R -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/compute_coverage.R -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/test_subset_coverage.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/subset_coverage.R -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/helpers.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/hypothesis_helper.py -> build/bdist.linux-x86_64/wheel/./tests
copying build/lib.linux-x86_64-cpython-313/tests/test_hypothesis_coverage.py -> build/bdist.linux-x86_64/wheel/./tests
running install_egg_info
Copying pyrle.egg-info to build/bdist.linux-x86_64/wheel/./pyrle-0.0.42.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pyrle-0.0.42.dist-info/WHEEL
creating '/home/pieter/src/deb/pyrle/pyrle/.pybuild/cpython3_3.13/.tmp-zkwnhrof/pyrle-0.0.42-cp313-cp313-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pyrle/__init__.py'
adding 'pyrle/methods.py'
adding 'pyrle/rle.py'
adding 'pyrle/rledict.py'
adding 'pyrle/src/__init__.py'
adding 'pyrle/src/coverage.c'
adding 'pyrle/src/coverage.cpython-313-x86_64-linux-gnu.so'
adding 'pyrle/src/coverage.pyx'
adding 'pyrle/src/getitem.c'
adding 'pyrle/src/getitem.cpython-313-x86_64-linux-gnu.so'
adding 'pyrle/src/getitem.pyx'
adding 'pyrle/src/rle.c'
adding 'pyrle/src/rle.cpython-313-x86_64-linux-gnu.so'
adding 'pyrle/src/rle.pyx'
adding 'pyrle-0.0.42.dist-info/licenses/LICENSE'
adding 'tests/__init__.py'
adding 'tests/compute_Rle.R'
adding 'tests/compute_coverage.R'
adding 'tests/helpers.py'
adding 'tests/hypothesis_helper.py'
adding 'tests/subset_coverage.R'
adding 'tests/test_hypothesis.py'
adding 'tests/test_hypothesis_coverage.py'
adding 'tests/test_subset_coverage.py'
adding 'pyrle-0.0.42.dist-info/METADATA'
adding 'pyrle-0.0.42.dist-info/WHEEL'
adding 'pyrle-0.0.42.dist-info/top_level.txt'
adding 'pyrle-0.0.42.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pyrle-0.0.42-cp313-cp313-linux_x86_64.whl
[1mdh[0m: [33mcommand-omitted[0m: The call to "dh_auto_test -O--buildsystem=pybuild" was omitted due to "DEB_BUILD_OPTIONS=nocheck"
create-stamp debian/debhelper-build-stamp
dh_testroot -O--buildsystem=pybuild
dh_prep -O--buildsystem=pybuild
dh_auto_install --destdir=debian/python3-pyrle/ -O--buildsystem=pybuild
dh_installdocs -O--buildsystem=pybuild
dh_installchangelogs -O--buildsystem=pybuild
dh_python3 -O--buildsystem=pybuild
dh_installsystemduser -O--buildsystem=pybuild
dh_perl -O--buildsystem=pybuild
dh_link -O--buildsystem=pybuild
dh_strip_nondeterminism -O--buildsystem=pybuild
dh_compress -O--buildsystem=pybuild
dh_fixperms -O--buildsystem=pybuild
dh_missing -O--buildsystem=pybuild
dh_dwz -a -O--buildsystem=pybuild
dh_strip -a -O--buildsystem=pybuild
dh_makeshlibs -a -O--buildsystem=pybuild
dh_shlibdeps -a -O--buildsystem=pybuild
dh_installdeb -O--buildsystem=pybuild
dh_gencontrol -O--buildsystem=pybuild
dh_md5sums -O--buildsystem=pybuild
dh_builddeb -O--buildsystem=pybuild
dpkg-deb: building package 'python3-pyrle' in '../python3-pyrle_0.0.42-1_amd64.deb'.
dpkg-deb: building package 'python3-pyrle-dbgsym' in '../python3-pyrle-dbgsym_0.0.42-1_amd64.deb'.
[1mdpkg-genchanges: [0m[32minfo[0m: alleen binaire upload (er wordt geen broncode inbegrepen)
[1mdpkg-source: [0m[32minfo[0m: fix_setuptools_config.patch ongedaan maken
[1mdpkg-source: [0m[32minfo[0m: fix-rledict-equality.patch ongedaan maken
[1mdpkg-source: [0m[32minfo[0m: hypothesis-deprecation-rm.patch ongedaan maken
[1mdpkg-source: [0m[32minfo[0m: extend-once-setup-starts.patch ongedaan maken
[1mdpkg-buildpackage: [0m[32minfo[0m: alleen binaire upload (geen broncode inbegrepen)