Re: packaging qt apps for debian

2010-10-02 Thread David Kalnischkies
Hi Rustom, 2010/10/2 Rustom Mody rustompm...@gmail.com: Are there any pointers/policy/howtos for using qmake (rather than configure) for deb-packaging? Do you know debhelper? debhelper (= 7.4.12) should have support for the qmake buildsystem built-in, so you should be able to use its tiny

Re: packaging qt apps for debian

2010-10-02 Thread Rustom Mody
On Sat, Oct 2, 2010 at 12:16 PM, David Kalnischkies kalnischkies+deb...@gmail.com wrote: Hi Rustom, 2010/10/2 Rustom Mody rustompm...@gmail.com: Are there any pointers/policy/howtos for using qmake (rather than configure) for deb-packaging? Do you know debhelper? debhelper (= 7.4.12) should

Re: packaging qt apps for debian

2010-10-02 Thread David Bremner
On Sat, 2 Oct 2010 13:46:40 +0530, Rustom Mody rustompm...@gmail.com wrote: http://build-common.alioth.debian.org/cdbs-doc.html#id2561450 So you think it maybe better to go the cdbs-qmake-class way? Without wishing to speak ill of CDBS, you will find that more people can help you with

packaging qt apps for debian

2010-10-01 Thread Rustom Mody
I am trying to package the musical analysis qt app tartini ( http://miracle.otago.ac.nz/tartini/ ) for debian Like typical qt apps it uses the qmake; make sequence (rather than configure; make) Are there any pointers/policy/howtos for using qmake (rather than configure) for deb-packaging? --