#!/usr/bin/make -f

export PATH := $(PATH):/sbin

%:
	dh $@ --with python2

#override_dh_auto_test:
#	python -m testtools.run linaro_image_tools.tests.test_suite
