#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
	dh $@ --parallel --with=kf5

override_dh_auto_install:
	dh_auto_install
	# shipped by systemsettings starting from 5.17
	rm debian/kde-config-systemd/usr/share/kservices5/settings-system-administration.desktop
