#!/usr/bin/make -f

# export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=cmake

execute_after_dh_install-arch:
	# set path to libfzf.so depending on arch
	sed -i 's|@DEB_HOST_MULTIARCH@|$(DEB_HOST_MULTIARCH)|g' \
		debian/neovim-telescope-fzf-native/usr/share/neovim-telescope-fzf-native/lua/fzf_lib.lua
