#!/usr/bin/make -f

%:
	dh $@ --with kf5,python3

override_dh_auto_configure:
	dh_auto_configure --buildsystem=kf5 -- -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF

override_dh_auto_test:

execute_after_dh_auto_install:
	# remove .so symlinks, useless without headers
	find debian/tmp -name '*.so' -type l -print -delete

override_dh_python3:
	dh_python3 -p skrooge-common /usr/share/skrooge
