#!/usr/bin/make -f

TMP=debian/$(shell dh_listpackages)

%:
	dh $@

override_dh_builddeb:
	chmod 0644 "$(TMP)/DEBIAN/config"
	dh_builddeb
