Hi Paolo, On Fri, 28 Aug 2020 10:05:33 +0200, Paolo Greppi <[email protected]> wrote: > while rebuilding the build dependencies of doxygen with the upcoming > doxygen 1.8.19 > (https://salsa.debian.org/debian/doxygen/-/wikis/ratt_doxygen_1.8.19-1_amd64-partial) > this package FTBFS. > > This is the error: > > dh_doxygen: error: Doxygen documentation not found > make[1]: *** [debian/rules:31: override_dh_installdocs-indep] Error 25 > > This requires further investigation; I thought I had fixed dh_doxygen with > this commit: > https://salsa.debian.org/debian/doxygen/-/commit/6e3577327a78d060268c7e32adac1d9b1051bf0f > > But this seems to fail on your package. > Can you find the doxygen.css, doxygen.svg and index.html files in the > doxygen-built doc dir after the doxygen command is run by the build script ?
After building the package with doxygen from experimental, I get $ find . -name doxygen.\* ./docs/doxygen/doxygen.stamp ./docs/doxygen/html/doxygen.css ./docs/doxygen/html/doxygen.svg ./docs/doxygen/latex/doxygen.sty ./debian/libfcml-doc/usr/share/doc/libfcml-doc/html/doxygen.css ./debian/tmp/usr/share/doc/fcml/html/doxygen.css ./debian/tmp/usr/share/doc/fcml/html/doxygen.svg dh_doxygen is invoked with -plibfcml-doc so this happens because the SVG file isn’t installed there. Fixing that allows the build to complete. Regards, Stephen
pgpOrwvcfpbSt.pgp
Description: OpenPGP digital signature

