#!/usr/bin/make -f

export DH_ELPA_TEST_DISABLE=true

%:
	dh $@ --with elpa

override_dh_auto_build:
	/bin/true

override_dh_auto_test:
	/bin/true
