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

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

override_dh_shlibdeps:
	dh_shlibdeps
	if [ ! -x /usr/bin/ocamlopt ]; then \
		echo "interpreter:Depends=ocaml-base-nox" >> debian/botch.substvars;\
	fi
