#!/usr/bin/make -f
# -*- makefile -*-

export QT_SELECT := qt5
export DPKG_GENSYMBOLS_CHECK_LEVEL=4

%:
	dh $@ --parallel --fail-missing
