#!/usr/bin/make -f

%:
	dh $@

before_dh_auto_clean:
	# check if debian/copyright is up-to-date
	debian/copyright.py | diff debian/copyright -

override_dh_auto_configure:
	cp build-plans.toml private-build-plans.toml

override_dh_auto_build:
#	npm install verda
	-npm run build -- contents::Iosevka --jCmd=1
	-npm run build -- contents::IosevkaTerm --jCmd=1
	-npm run build -- contents::IosevkaSlab --jCmd=1
#	-npm run build -- ttf::Iosevka
