#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=meson

# the -v flag needs to be set or else blhc detects that the logs are not verbose.
override_dh_auto_install:
	dh_auto_install -O--buildsystem=meson -- -v
