#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
BASEDIR=`pwd`/debian/aspell-bn

override_dh_auto_configure:
	./configure

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