Control: tags -1 + patch The attached patch fixes the FTBFS. The problem was that the original Makefile was invoked at the beginning during dh_autoclean, and not the generated one from qmake. I changed the override_dh_auto_clean to manually clean the remaining files.
diff -Nru faustworks-0.5~repack0/debian/rules faustworks-0.5~repack0/debian/rules --- faustworks-0.5~repack0/debian/rules 2017-10-08 16:19:06.000000000 +0200 +++ faustworks-0.5~repack0/debian/rules 2018-10-28 00:13:55.000000000 +0200 @@ -14,10 +14,10 @@ dh $@ --buildsystem=qmake --no-parallel override_dh_auto_clean: - dh_auto_clean rm -f .qmake.stash rm -f Makefile_QT rm -f Resources/translations/i18n_*.qm + rm -f *.o moc_* qrc_* ui_* FaustWorks Makefile override_dh_fixperms: dh_fixperms
signature.asc
Description: PGP signature

