#!/usr/bin/make -f

%:
	dh $@ --with kf5

execute_after_dh_auto_install:
	# remove link for private lib
	find debian/tmp -name '*.so' -type l -print -delete

.PHONY: override_dh_auto_test
