#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

%:
	dh $@ --with kf5

override_dh_auto_configure:
	dh_auto_configure -- \
		-DVERSION_STRING_FULL=$(DEB_VERSION) \
		-DDEBUG_REPO_APPSTREAM_IDS="org.kde.neon.com.ubuntu.ddebs" \
		-DKDE_L10N_SYNC_TRANSLATIONS=true
