#!/usr/bin/make -f
%:
	dh $@ --with python3

# not stripping binaries as this will lead to random segfaults
override_dh_strip:
