#!/usr/bin/make -f

%:
	dh $@ --with=kf5

override_dh_install:
	dh_install --list-missing
