#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_clean:
	true
override_dh_auto_build:
	true
