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

override_dh_auto_test:
	true
# tests fail due to https://github.com/mmstick/numtoa/issues/14
#	dh_auto_test -- test --all
