#!/usr/bin/make -f

%:
	dh --buildsystem=autoconf --with autotools_dev  $@

override_dh_installchangelogs:
	dh_installchangelogs NEWS
