#! /usr/bin/make -f

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

override_dh_auto_configure:
	dh_auto_configure -- -Duse-network=false
