#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS := hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --buildsystem=meson

override_dh_auto_configure:
	dh_auto_configure -- \
		-Duser=_tang \
		-Dgroup=_tang

override_dh_auto_install:
	dh_auto_install --buildsystem=meson
	[ -d debian/tmp/usr/share/licenses ]
	rm -rf debian/tmp/usr/share/licenses