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.

Reply via email to