#!/usr/bin/make -f

%:
	dh $@ --with python3

# Do not run dh_installman
override_dh_installman:

