#!/usr/bin/make -f export QT_SELECT := 5 export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --with python2 --with bash-completion override_dh_auto_configure: $(MAKE) -C src -f Makefile.bootstrap dh_auto_configure override_dh_auto_build: $(MAKE) -C src dh_auto_build