#!/usr/bin/make -f

%:
	dh $@

override_dh_python3:
	dh_python3 --shebang=/usr/bin/python3

override_dh_compress:
	# Do not compress local PDF, used in game
	dh_compress -X.pdf
