#!/usr/bin/make -f

override_dh_installchangelogs:
	dh_installchangelogs NEWS

%:
	dh $@ --fail-missing --with autoreconf,autotools_dev
