View Single Post
too's Avatar
Posts: 122 | Thanked: 135 times | Joined on Dec 2009 @ Helsinki
#3
does your configure-stamp in debian/rules look like:

Code:
configure-stamp:
        dh_testdir
        # Add here commands to configure the package.

        qmake
        touch configure-stamp
so that qmake is run during package build.

and do you have files 'configure-stamp' and 'Makefile' removed
when creating the source package (just to be sure) ?
 

The Following User Says Thank You to too For This Useful Post: