#!/usr/bin/make -f

ver_word=1.1.1
ver_base=1.1.0

%:
	dh $@

override_dh_auto_configure:
	mkdir build
	TZ=UTC unzip $(CURDIR)/STIXv$(ver_base).zip -d build/ && rm -rf 'debian/Fonts/STIX-Word License/STIX Font License 2010.pdf'
	TZ=UTC unzip -uo $(CURDIR)/STIXv$(ver_word)-word.zip -d build/
	dh_auto_configure
