#!/usr/bin/make -f
%:
	dh $@
override_dh_fixperms:
	dh_fixperms
	chmod 755 debian/s6-rc-policy/etc/s6-rc/rc.local \
	          debian/s6-rc-policy/etc/s6-rc/current/scripts/*
