#!/usr/bin/make -f

l10npkgs_firstversion_ok := 4:17.03.90-0~

CMAKE_ARGS = -G Ninja

%:
	dh $@ --with pkgkde_symbolshelper

override_dh_auto_configure:
	dh_auto_configure -- $(CMAKE_ARGS)

override_dh_strip:
	$(overridden_command) --dbgsym-migration='libkf5pimtextedit-dbg (<= 15.12.0-1~~)'

override_dh_auto_test:
	# Disable auto test at build time, fakeroot breaks them
	:
