#!/usr/bin/make -f

export DEB_BUILD_OPTIONS += noautodbgsym

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with coq,ocaml
