#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

BASEDIR=`pwd`/debian/aspell-ta

override_dh_auto_configure:
	./configure

override_dh_install:
	gzip -9c ta.cwl > $(BASEDIR)/usr/share/aspell/ta.cwl.gz
	touch $(BASEDIR)/var/lib/aspell/ta.compat
	touch $(BASEDIR)/var/lib/aspell/ta.rws
	dh_installdirs
	installdeb-aspell
	dh_install
%:
	dh $@
