Their presence combined with dh_install --fail-missing cause FTBFS on
bytecode architectures...
$(INSTDIR)/share/man/man1/ocamlopt.opt.1 \
$(INSTDIR)/share/man/man1/ocamlc.opt.1 \
$(INSTDIR)/bin/camlp4boot
+ifeq ($(OCAML_HAVE_OCAMLOPT),no)
+# Remove files that make no sense without ocamlopt
+ rm -f \
+ $(INSTDIR)/share/man/man1/ocamloptp.1 \
+ $(INSTDIR)/share/man/man1/ocamlopt.1 \
+ $(INSTDIR)/bin/ocamloptp
+endif
# Dispatch files with dh_install
cd debian && \
for u in ocaml ocaml-nox; do \