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

override_dh_auto_configure:
	cp -f debian/build.rs ./
	rm -f symbol-map
	dh_auto_configure
