>>  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 debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/312381334907...@web25e.yandex.ru

Reply via email to