#!/usr/bin/make -f

%:
	dh $@ --parallel --with elpa

override_dh_auto_test:
	@echo skipping tests in backports
