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

override_dh_auto_test:
# Some tests needs network access
	dh_auto_test -- test --all || true
