[dropping the OP from CC] Santiago Vila wrote on Wed, Jun 27, 2018 at 12:50:53 +0000: > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > rm > debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting/COPYING.md > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_installdocs -i > debian/rules override_dh_installchangelogs > make[1]: Entering directory '/<<PKGBUILDDIR>>' > dh_installchangelogs > rm > debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting/changelog.md > rm: cannot remove > 'debian/zsh-syntax-highlighting/usr/share/doc/zsh-syntax-highlighting/changelog.md': > No such file or directory > debian/rules:14: recipe for target 'override_dh_installchangelogs' failed > make[1]: *** [override_dh_installchangelogs] Error 1
I'm guessing that debhelper on buster installs that file as /usr/share/doc/.../changelog.md.gz or something, but I don't have a buster build env handy to investigate. Is someone able to look into this? Thanks. Daniel