#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	[ ! -f Makefile ] || dh_auto_clean

override_dh_auto_configure:
	./autogen.sh
	dh_auto_configure

override_dh_auto_test:
