#!/usr/bin/make -f

export QT_SELECT=5
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@

override_dh_auto_test:
	# there are no tests, no need to try and find them

override_dh_installchangelogs:
	dh_installchangelogs NEWS
