Hi,
27/11/2021 19:32, Louis-Philippe Véronneau :
Sorry for being so slow to sponsor.
While trying to build, I get this error:
mv: will not overwrite just-created
'debian/tmp/usr/share/doc/python3-grammalecte/README.txt' with
'debian/tmp/usr/lib/python3.9/dist-packages/grammalecte/README.txt'
This happens because you are trying to move multiple files to the same path:
debian/tmp/usr/lib/python3.10/dist-packages/grammalecte/README.txt
debian/tmp/usr/lib/python3.9/dist-packages/grammalecte/README.txt
-> debian/tmp/usr/lib/python3.9/dist-packages/grammalecte/README.txt
I'd suggest singling out one python interpreter with `py3versions -d`?
Fixed by this commit:
https://salsa.debian.org/python-team/packages/grammalecte/-/commit/20e2d458b360c81d929d3d8cab7db64ca21e0d0a
New version available on salsa or on sponsors at your convenience:
https://mentors.debian.net/debian/pool/main/g/grammalecte/grammalecte_2.1.2+ds-1.dsc
Bests