#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	# No build step needed; it's a script.

override_dh_auto_test:
	# No test suite provided.
