#!/usr/bin/make -f

%:
	./bootstrap.sh
	dh $@  --with autotools-dev
