>> You need to add doxygen-latex and graphviz as build-deps. > > Rather as Build-Depends-Indep. > >> override_dh_auto_build: > > which would also run when building only the arch-dep packages. rather: > > build-doc: > >> cd doc ;\ >> rm -rf html/ ;\ >> qmake ;\ >> make ;\ >> ./doxyfilter -g ;\ >> sed -i -e's/GENERATE_LATEX.*= NO/GENERATE_LATEX = YES/' ;\ >> -e's/GENERATE_MAN.*= NO/GENERATE_MAN = YES/' ./Doxyfile ;\ >> doxygen ./Doxyfile > > build-indep: build-doc > dh $@
I just use override_dh_auto_build-indep, override_dh_auto_install-indep and etc in such cases. Best regards, Boris -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

