#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/michaelklishin/rabbitmq-http-api-rs
include /usr/share/openstack-pkg-tools/pkgos.make
 
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
	# Needs serde-aux, not in Debian
	echo "No tests."

override_dh_fixperms:
	rm -rf $(CURDIR)/debian/librust-rabbitmq-http-client-dev/usr/share/cargo/registry/rabbitmq_http_client-*/*.md
	dh_fixperms
