#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

.PHONY: override_dh_fixperms
override_dh_fixperms:
	dh_fixperms
	chmod 644 debian/fonts-naver-d2coding/usr/share/fonts/truetype/naver-d2coding/*.ttf
