#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

execute_after_dh_fixperms:
	chmod -R o-rwx debian/openfire/usr/share/openfire
	chmod -R o-rwx debian/openfire/var/lib/openfire
	chmod -R o-rwx debian/openfire/var/log/openfire
	chmod -R o-rwx debian/openfire/etc/openfire
