[Debichem-devel] Bug#1122312: python-pymzml: FTBFS with the nocheck build profile

Santiago Vila sanvila at debian.org
Wed Dec 10 13:57:05 GMT 2025


noowner 1122312
thanks

> --------------------------------------------------------------------------------
> # Move the test.dat.igzip file erroneously installed to dist-packages/.
> mv debian/python3-pymzml/usr/lib/python3.13/dist-packages/test.dat.igzip \
> 	debian/python3-pymzml/usr/lib/python3.13/dist-packages/pymzml
> mv: cannot stat 'debian/python3-pymzml/usr/lib/python3.13/dist-packages/test.dat.igzip': No such file or directory

Hi.

This package does not have any <!nocheck> annotations in d/control, so
this probably fails when using DEB_BUILD_OPTIONS=nocheck alone.

In cases like this one, either the package is modified so that the
file is generated always (regardless of the value of
DEB_BUILD_OPTIONS) or maybe the file should be excluded from the
package contents to ensure that it builds the same with and without nocheck.

Thanks.



More information about the Debichem-devel mailing list