Hi, I was working on packaging ont-fast5-api, and did a few workarounds (disabling tests needing sudo and copying data to .pybuild dir - weirdly enough it wasn't getting copied). The build time tests work fine, but the build fails with this weird error:
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 objcopy: Unable to recognise the format of the input file `debian/ont-fast5-api/usr/lib/debug/.dwz/x86_64-linux-gnu/ont-fast5-api.debug' dh_dwz: error: objcopy --compress-debug-sections debian/ont-fast5-api/usr/lib/debug/.dwz/x86_64-linux-gnu/ont-fast5-api.debug returned exit code 1 make: *** [debian/rules:9: binary] Error 25 dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- Build finished at 2020-06-18T10:07:10Z I admit, I've no idea what this means - could someone please take a look? That'd be great. Here's the repo: https://salsa.debian.org/med-team/ont-fast5-api Thanks and regards Nilesh