#!/usr/bin/make -f export QT_SELECT=qt5 %: dh $@ --with quilt override_dh_auto_configure: dh_auto_configure -- -r prefix=/usr plugins=/usr/lib monkeystudio.pro override_dh_auto_clean: $(RM) -rf bin/ build/ ctags/build fresh/build/ qCtagsSense/build monkey/src/main.h dh_auto_clean override_dh_auto_install: dh_auto_install find $(CURDIR)/debian/tmp/usr/share/monkeystudio/templates -type f -exec chmod -x {} \; find $(CURDIR)/debian/tmp/ -type d -empty -delete override_dh_strip: dh_strip -a --dbg-package=monkeystudio-dbg