On 2023-07-28, at 18:59:45 +0200, Timo Röhling wrote:
> * Arturo Borrero Gonzalez <arturo@debian.org> [2023-07-28 18:38]:
> > I would appreciate additional suggestions and hints. Patches welcome.
>
> If you have bad interactions between the Python and non-Python parts
> of your package, you can try and build them independently, i.e.,
>
> override_dh_auto_build:
> dh_auto_build --package=python3-nftables --sourcedirectory=py --buildsystem=pybuild
> dh_auto_build --remaining-packages
>
> and similar for the other dh_auto_* commands. I did something like
> that for tinyobjloader and it worked quite nicely.
Thanks for the pointer, Timo. This does seem to do the trick.
Arturo, I'll push the changes to Salsa.
J.