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

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

export QT_SELECT=5

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

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

override_dh_auto_configure:
	dh_auto_configure

override_dh_auto_install:
	dh_auto_install
	rm $(CURDIR)/debian/cantata/usr/share/cantata/icons/cantata/LICENSE

override_dh_installexamples:
	dh_installexamples
	chmod -x $(CURDIR)/debian/cantata/usr/share/doc/cantata/examples/cantata-dynamic.service

override_dh_auto_clean:
	dh_auto_clean
