#!/usr/bin/make -f

%:
	dh $@

override_dh_shlibdeps:
	dh_shlibdeps -XlibGLEW.so.1.5 -- --ignore-missing-info -xlibsdl1.2debian

override_dh_fixperms:
	dh_fixperms
	find debian -type f -name 'resources.7z' -exec chmod -x {} +

