#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

%:
	dh $@

override_dh_auto_build:
	git init
	FONTSHIP_GIT_VERSION=$(DEB_VERSION_UPSTREAM) fontship -v make
