#!/usr/bin/make -f

%:
	dh $@ --with quilt

override_dh_auto_configure:
	AUTOMATED_TESTING=1 dh_auto_configure
