#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:
	@echo skip upstream Makefile which uses Cask and rely on dh-elpa
