#!/usr/bin/make -f

# Disable the prompt to phone home to report package build.
export AUTOMATED_TESTING := 1

%:
	dh $@
