#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

export GI_GIR_PATH
export DEB_HOST_MULTIARCH

%:
	dh $@ --buildsystem=meson --with=python3
