On Mon, Oct 13, 2025 at 04:07:12PM +0100, Colin Watson wrote:

> It wasn't just a git problem.  You can tell that the file was _not_ a
> "normal" file as follows:
> 
>   $ tar xOf python-odmantic_1.0.2.orig.tar.gz 
> python-odmantic-1.0.2/docs/img/usage_fastapi_swagger.png
>   version https://git-lfs.github.com/spec/v1
>   oid sha256:8b4ce248fa26e05f17accc3bbadf995f5afb973fd0e6b50c2140fbcd49fec1d6
>   size 75423
> 
> That's clearly a bug.  We shouldn't have objects like that in source
> packages.

More to the point: The autobuilders were using a broken orig.tar.gz
to build broken binaries, and this may be checked easily in a trixie
chroot by doing this:

apt-get download python-odmantic-doc
dpkg -c python-odmantic-doc_1.0.2-4_all.deb | grep usage_fastapi_swagger.png

-rw-r--r-- root/root       130 2025-07-22 06:12 
./usr/share/doc/python-odmantic-doc/html/img/usage_fastapi_swagger.png

That was not the intended PNG file to be distributed inside 
python-odmantic-doc.deb.

Thanks.

Reply via email to