#!/usr/bin/make -f

%:
	dh ${@}

override_dh_install:
	dh_install -X.gitignore -X.pc -X.git* -Xdebian -XREADME* -Xdoc -XLICENSE . /usr/share/icingaweb2/modules/fileshipper

override_dh_fixperms:
	dh_fixperms
	find debian -name '*.php' -exec chmod -x {} +
