#!/usr/bin/make -f

%:
	autoreconf -i
	dh $@

