#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@ --with kf5,pkgkde_symbolshelper --cmake+ninja --without build_stamp 

#override_dh_auto_configure:
#	dh_auto_configure -- -DCMAKE_POSITION_INDEPENDENT_CODE=ON
