#!/usr/bin/make -f

%:
	dh $@

override_dh_shlibdeps:
	dh_shlibdeps -- -l. --ignore-missing-info

override_dh_fixperms:
	dh_fixperms
	find debian -type f -name 'zenit.ogg' -exec chmod -x {} +

