#!/usr/bin/make -f

%:
	dh $@

override_dh_gencontrol:
	# Pretend this is a real debug package.
	dh_gencontrol -- -Dauto-built-package=debug-symbols
