#!/usr/bin/make -f

%:
	dh $@ --buildsystem=meson --without autoreconf --without=single-binary

override_dh_auto_configure:
	dh_auto_configure -- -Dallow-network-access=false
