#!/usr/bin/make -f
%:
	dh $@
override_dh_fixperms:
	dh_fixperms
	find debian/s6-bundle-misc/etc/s6-rc/sv -type f -name run -exec chmod 755 {} +
