#!/usr/bin/make -f
%:
	dh $@ 

override_dh_gencontrol:
	dh_gencontrol -- \
		-V'alpha=Alpha' \
		-V'beta=Beta'
