#!/usr/bin/make -f

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

BASEDIR=`pwd`/debian/aspell-mr

override_dh_auto_configure:
	./configure

override_dh_aspell-simple:
	dh_aspell-simple
	# Remove u-deva.cmap and u-deva.cset as it conflict with libaspell
	rm -f $(BASEDIR)/usr/lib/aspell/u-deva.*

%:
	dh $@ --with aspell-simple
