#!/usr/bin/make -f

ELPA_NAME=mpv
export ELPA_NAME

%:
	dh $@ --with elpa
