#!/usr/bin/make -f

MAJOR := 4.2

%:
	dh $@

override_dh_gencontrol:
	dh_gencontrol -- -Vversion:major="$(MAJOR)"


