#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_autoreconf:
	cp debian/configure.ac debian/GNUmakefile.am .
	touch NEWS README ChangeLog AUTHORS
	dh_autoreconf
