Build fail

Asked by Pavel-II

I was upload the package and get error on build "Can't exec "qmake": No such file or directory at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 215." How to fix it? Full log http://goo.gl/nxYFz
In debian/control :
Depends: ${shlibs:Depends}, ${misc:Depends}, libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.5.3), libstdc++6 (>= 4.1.1)

How to fix this error?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Pavel-II
Solved:
Last query:
Last reply:
Revision history for this message
Pavel-II (dzy4) said :
#1

probably i need to add qmake to debian/control:Build-Depends qmake. How to update package after edit debian/control file?

Revision history for this message
Pavel-II (dzy4) said :
#2

dch -i && debuild -S -sd
Case closed.

Revision history for this message
Mathieu Caldeira (canbusprojects) said :
#3

I have the same problem, how did you solved it ?

Revision history for this message
Pavel-II (dzy4) said :
#4

<<< how did you solved it ?
run
dch -i && debuild -S -sd
fix it