#!/usr/bin/make -f

%:
	dh $@


override_dh_gencontrol:
	dh_gencontrol -- \
		  -Vlib:Depends=$(shell dpkg-query -W -f '$${Depends}' libhamlib-dev \
				| sed -E 's/.*(libhamlib[[:alnum:].-]+).*/\1/')

