#!/usr/bin/make -f

%:
	dh $@  --with pkgkde_symbolshelper

override_dh_auto_test:
	# Disable dh_auto_test at build time
	:
