#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

execute_before_dh_installman:
	help2man \
		--name="rust implementation of bmap image copying tool" \
		--no-info \
		debian/bmap-rs/usr/bin/bmap-rs > debian/bmap-rs.1
