#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/michaelklishin/bel7-cli
include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@ --buildsystem cargo
