#!/usr/bin/make -f

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

%:
	dh $@ --parallel --with kde --with xine

override_dh_xine:
	dh_xine -pkaffeine x ffmpeg

override_dh_strip:
	dh_strip --dbgsym-migration='kaffeine-dbg (<< 1.2.2-4~)'

.PHONY: override_dh_auto_test
