#!/usr/bin/make -f

version := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p')

%:
	dh $@ --with kf5 --dbg-package=kubuntu-debug-installer-dbg

override_dh_auto_configure:
	dh_auto_configure -- -DVERSION_STRING_FULL=$(version)
