#!/usr/bin/make -f

override_dh_fixperms:
	dh_fixperms -X etc

%:
	dh $@
