#!/usr/bin/make -f

l10npkgs_firstversion_ok := 4:17.03.90-0~
include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk

%:
	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --with linktree

override_dh_gencontrol: l10npkgs_firstversion_ok
	dh_gencontrol

override_dh_auto_test:
	# Disable dh_auto_test at build time
	:
