#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	rst2man debian/rhinote.1.rst rhinote.1
	dh_auto_build

override_dh_auto_clean:
	rm -f rhinote.1
	dh_auto_clean

override_dh_installchangelogs:
	# The upstream changelog doesn't contain any information that would
	# be relevant to end users
	dh_installchangelogs --exclude=ChangeLog
