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

override_dh_auto_test:
	dh_auto_test -- test --all

override_dh_auto_clean:
	dh_auto_clean
	rm -rf debian/build_artifacts