#!/usr/bin/make -f

%:
	dh $@


debian/control: debian/gencontrol.py debian/control.head
	python3 debian/gencontrol.py

.PHONY: debian/control
