=== mfisch is now known as Guest90369 [20:11] Is there a tool that checks and indents control files ? [20:12] like for the Depends field ? [20:12] Well, for that, recommends, and build-deps there is wrap-and-sort. [20:15] thanks [20:21] Unit193, that worked great Thanks ! [20:22] How do I run additional make commands ? do I have to do this from the rules file ? I am asking so that the docs to my lib get made ect [20:24] project is a Qt project. I have to package up about 7 in-house libs. But would like to make sure that the qch docs get installed. But not sure if it has to be a multi binary package ect [20:26] Like I do not want to use a .docs.install as the makefiles make all that when compile. [20:28] Do you need to run configure multiple times as well? [20:31] Unit193, no just qmake once [20:32] Unit193, most the time when I am compiling it. it goes like so. qmake ; make ; make install ; make docs ; make install docs [20:33] there are 3 rules for the docs html_docs qch_docs and docs(meta for the other two) [20:34] So I'd say override the dh_auto_build and dh_auto_install targets. Do you mean make install-docs or somesuch, too? [20:35] make install options are : install || install_docs || install_inst_html_docs || install_inst_qch_docs || install_subtargets