On 2021-11-02 17:40, Sandro Tosi wrote:
>
> sorry but that's not how RC severity works, that's for policy
> violations, which in this case there are none.
>
> I understand you may want to see this fixed sooner rather than later,
> so maybe you can submit an MR against the numpy salsa repo to fix
> this? i'll then review, merge and upload as needed.
It's a trivial patch, isn't it?
Just add
usr/lib/python3*/*-packages/numpy/typing/
to debian/python3-numpy.install.
No need for an MR, I can patch it directly if needed.
The bigger question here is why are the subdirs listed separately?
Is it in order to handle the dbg libraries (python3-numpy-dbg.install) ?
Since python3-dbg is now deprecated (Bug#994316), do we want to simplify
the package by replacing all the subdirs in python3-numpy.install with
just
usr/lib/python3*/*-packages/numpy/
That would keep this bug from happening again with other new features in
the future.
Drew