#!/usr/bin/make -f

%:
	dh $@ --with aspell-simple

override_dh_auto_configure:
	./configure
