#!/usr/bin/make -f

export DH_VERBOSE = 1

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

override_dh_python3:
	chmod 0755 debian/metadata-cleaner/usr/bin/metadata-cleaner
	dh_python3
