#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	echo "(tests disabled because shared library fails to load for some reason)" #TODO
