#!/usr/bin/make -f

override_dh_installdeb:
	dh_installdeb
	dh_noconffiles --all

%:
	dh $@
