#!/usr/bin/make -f

# Check for changes in the symbols file.
export DPKG_GENSYMBOLS_CHECK_LEVEL=4

# TODO: see if this can be removed.  Also check if hardening=+all is needed.
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,now

%:
	dh $@

# TODO:  This if this can be removed or simplified.
override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-module-recovery \
		--enable-module-ecdh \
		--enable-module-extrakeys \
		--enable-module-schnorrsig
