#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	# The configure script is so old that it fails with the options
	# that dh_auto_configure feeds it...
	./configure --prefix=/usr --mandir=/usr/share/man
