#!/usr/bin/make -f

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

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

#kubuntu remove skrooge library until its in the right directory
#https://bugs.kde.org/288683
override_dh_install:
	dh_install
	rm debian/skrooge-common/usr/share/kde4/apps/skrooge/plugins/grantlee/0.2/grantlee_skroogefilters.so

override_dh_auto_configure:
	dh_auto_configure --buildsystem=kde -- -DSKG_BUILD_TEST=false
