Package: debhelper Version: 11.3.2 Severity: normal In compat 9 on stretch and earlier, dh_installdocs fails if it cannot install files from debian/docs:
dh_installdocs cp: cannot stat 'docs/_build/html': No such file or directory dh_installdocs: cp -a docs/_build/html debian/pgloader/usr/share/doc/pgloader returned exit code 1 debian/rules:48: recipe for target 'binary' failed On buster, it ignores that error now: dh_installdocs dh_installdocs: Cannot find (any matches for) "docs/_build/html" (tried in .) Please make it fail with compat 9 again so we don't build packages with missing files. Christoph

