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

%:
	dh $@ --with kf6 --buildsystem kf6

dh_override_auto_configure:
	dh_auto_configure -- cmake -DPYTHON_EXECUTABLE=$(which python3)
