#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

#override_dh_auto_configure:
#	dh_auto_configure -- --enable-appindicator=no

override_dh_installchangelogs:
	dh_installchangelogs -k doc/NEWS
