#!/usr/bin/make -f

%:
	dh $@

override_dh_shlibdeps:
	dh_shlibdeps -- --ignore-missing-info -l. -xlibsdl1.2debian

