#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk
export DEB_VERSION_UPSTREAM
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=cmake --with elpa

override_dh_auto_configure:
	dh_auto_configure -- \
		-DRTAGS_NO_ELISP_FILES=1
