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

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	/usr/bin/convert-bdic ko.dic ko.bdic

override_dh_auto_clean:
	dh_auto_clean
	rm -f ko.bdic

override_dh_auto_install:
	dh_auto_install
	installdeb-hunspell
	installdeb-myspell

# disable 'test' target
override_dh_auto_test:

override_dh_installchangelogs:
	dh_installchangelogs NEWS.md
