#!/usr/bin/make -f #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export QT_SELECT=qt5 %: dh $@ override_dh_auto_configure: dh_auto_configure -- pokerth.pro override_dh_auto_install: # Ideally we should call make install here: # $(MAKE) install INSTALL_ROOT=$(CURDIR)/debian/tmp # but upstreams makefile does not work as intended here