#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export KUBUNTU_DESKTOP_POT=extragear-multimedia_kaffeine

%:
	dh $@ --parallel --dbg-package=kaffeine-dbg --list-missing --with kde

.PHONY: override_dh_auto_test
