#!/usr/bin/make -f

tmp = $(CURDIR)/debian/$(shell dh_listpackages)

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	chmod 755 $(tmp)/usr/share/man/man5/foo.5.gz
