Hello. While removing a py2 subpackage I noticed the following difference:
- in the old version -doc ships /usr/share/doc/python-foo/ 
- in the new version -doc ships /usr/share/doc/python-foo-doc/
During the new version build process, dh_installdocs complains about
main package auto-detection. You can add the following to rules:

override_dh_installdocs:
        dh_installdocs -ppython-foo-doc --doc-main-package=python3-foo
        dh_installdocs --remaining-packages

to make -doc ship /usr/share/doc/python3-foo/

Should we do this?

-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature

Reply via email to