#!/usr/bin/make -f

%:
	dh $@ -Scmake

override_dh_installdocs:
	dh_installdocs -A CREDITS README.md TODO
