#!/usr/bin/make -f

%:
	dh $@ --parallel

override_dh_auto_configure:
	./autogen.sh --prefix=/usr
