2013-06-02 13:05 Felix Geyer <[email protected]>: | Package: blhc | Version: 0.04+20130301+gitf840b1b-1 | Severity: normal | | Bug #689616 has re-appeared because the name of the Qt moc tool | has changed. | Previously it was /usr/bin/moc-qt4. | | Not it is: /usr/lib/<arch>/qt{4,5}/bin/moc | /usr/bin/moc-qt4 is still there for compatibility and there is | a /usr/bin/moc tool that calls the Qt 4 or 5 version depending | on your config/environment. | | So I think the check should be changed from | \S+/bin/moc-qt[45] | to something like | \S+/bin/moc(?:-qt[45])?
This could possible be generalized to: \S+/bin/moc\b Thanks, Felix. Simon, let me know when to pull, Jari -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

