#!/usr/bin/make -f

SHELL := sh -e

%:
	dh ${@}

override_dh_auto_build:
	debian/local/convert.pe --format ".otf" *.sfd

override_dh_builddeb:
	dh_builddeb -- -Zxz -z9
