/srv/irclogs.ubuntu.com/2015/02/08/#ubuntu-motu.txt

=== mfisch is now known as Guest90369
Brady4MVPIs there a tool that checks and indents control files ?20:11
Brady4MVPlike for the Depends field ?20:12
Unit193Well, for that, recommends, and build-deps there is wrap-and-sort.20:12
Brady4MVPthanks20:15
Brady4MVPUnit193,  that worked great Thanks !20:21
Brady4MVPHow 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 ect20:22
Brady4MVPproject 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 ect20:24
Brady4MVPLike I do not want to use a <packagename>.docs.install as the makefiles make all that when compile.20:26
Unit193Do you need to run configure multiple times as well?20:28
Brady4MVPUnit193,  no just qmake once20:31
Brady4MVPUnit193,   most the time when I am compiling it.  it goes like so.      qmake ; make ; make install ; make docs ; make install docs20:32
Brady4MVPthere are 3 rules for the docs html_docs qch_docs and docs(meta for the other two)20:33
Unit193So I'd say override the dh_auto_build and dh_auto_install targets.  Do you mean  make install-docs or somesuch, too?20:34
Brady4MVPmake install options are :  install  || install_docs || install_inst_html_docs || install_inst_qch_docs || install_subtargets20:35

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!