#!/usr/bin/make -f

%:
	dh $@ --with autoreconf,python2

override_dh_auto_test:

override_dh_installchangelogs:
	dh_installchangelogs NEWS
