#!/usr/bin/make -f

%:
	dh $@ --with python2,autotools-dev

override_dh_auto_configure:
	NOCONFIGURE=yes ./autogen.sh
	dh_auto_configure

override_dh_installchangelogs:
	dh_installchangelogs NEWS
