#!/usr/bin/make -f

ELPA_NAME=pass
export ELPA_NAME

%:
	dh $@ --with elpa
