#!/usr/bin/make -f
# debian/rules file - for GNU Units (2.01).

%:
	dh $@ --with autoreconf,python2

override_dh_python2:
	dh_python2 --depends=unidecode
