#! /usr/bin/make -f

%:
	dh $@ -Smeson

override_dh_auto_configure:
	dh_auto_configure -- \
	-Ddemos=false \
	-Dtests=false

override_dh_install:
	${RM} debian/tmp/usr/bin/plplay


	dh_install
