#!/usr/bin/make -f

KTP_VERSION=15.08.3

override_dh_gencontrol:
	dh_gencontrol -- -Vktp:Version='$(KTP_VERSION)'

%:
	dh $@
