#!/usr/bin/make -f

%:
	dh $@

override_dh_clean:
	rm -rf debian/.debhelper
	dh_clean

override_dh_auto_test:
	true
