#!/usr/bin/make -f
# -*- makefile -*-

export GOVER := 1.14

%:
	dh $@

override_dh_gencontrol:
	dh_gencontrol -- -Vgolang:GOVER=$(GOVER)
