Package: python-ncclient Version: 0.6.16-1 Severity: minor X-Debbugs-Cc: [email protected]
HiThe debian/rules for this package references the `python_distutils` buildsystem from debhelper. Said build system no longer works since it is only for python2.
# Split package and documentation
override_dh_sphinxdoc:
python3 -m sphinx -b html docs/source/
$(CURDIR)/debian/python-ncclient-doc/usr/share/doc/python-ncclient/html
dh_sphinxdoc -O--buildsystem=python_distutils
In the concrete case, it is passed to dh_sphinxdoc via -O. Since `dh_sphinxdoc` is not a build system command (dh_auto_*) and debhelper ignores unknown options passed to `-O` then this is most likely just dead weight and can be removed with no consequence.
Best regards, NielsPS: The `override_dh_auto_clean` target can be replaced by `execute_after_dh_auto_clean` removing the need to repeat `dh_auto_clean`, since the package is using a recent enough version of debhelper and a modern debhelper-compat level.
OpenPGP_signature.asc
Description: OpenPGP digital signature

