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

%:
	dh $@ --with kf5

override_dh_auto_test:
	# Disable dh_auto_test
	:
