#!/usr/bin/make -f

%:
	dh $@ --with bash-completion

override_dh_gencontrol:
	dh_gencontrol -- -Tdebian/substvars
