#!/usr/bin/make -f

ELPA_NAME=mastodon
export ELPA_NAME

%:
	dh $@ --with elpa

override_dh_elpa_test:
