On Thu, Nov 25, 2021 at 07:25:35AM +0000, Julian Gilbey wrote: > Package: python3-numpy > Version: 1:1.21.4-2 > Severity: minor > Tags: patch > > Hi! > > The dh_numpy3.1 manpage isn't actually installed; this can be easily > fixed by adding debian/python3-numpy.manpages with the one line: > > debian/dh_numpy3.1 > > Also, the documentation is out-of-date; it still uses Python 2 names > and paths. Attached are patches for dh_numpy3.1 and > README.DebianMaints to address this.
Ah, I missed two python -> python3 changes in the manpage; updated patch attached. One other suggestion is that the README.DebianMaints could add a sentence explaining *how* to include dh_numpy3 in the build. Something like: To call dh_numpy3 when using dh, use the "--with" option, for example: dh $@ --with python3,numpy3 --buildsystem=pybuild Best wishes, Julian