#!/usr/bin/make -f

%:
	dh $@ -Scmake --with python3

override_dh_auto_configure:
	dh_auto_configure -- \
	-DPOST_INSTALL_HOOKS:BOOL=OFF
