#!/usr/bin/make -f

# Uncomment to trace every command debhelper runs.
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-DBUILD_TESTING=ON \
		-DLIBCALENDARS_GIT_HOOKS=OFF
