#!/usr/bin/make -f

%:
	dh $@

# TODO: drop when Cargo.toml matches actual upstream relase version
override_dh_auto_clean:
	dh_auto_clean || true
