#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@ --buildsystem=cmake --parallel

override_dh_installman:
	docbook-to-man doc/man/claw-config.man.sgml > debian/claw-config.1
	dh_installman

override_dh_clean:
	rm -f debian/claw-config.1
	dh_clean

get-orig-source:
	uscan --download-current-version --force-download
