#!/usr/bin/make -f

%:
	dh $@

# no testing when building a package.
override_dh_auto_test:
	true
