#!/usr/bin/make -f

export DEB_BUILD_OPTIONS += noautodbgsym

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with coq,ocaml


override_dh_auto_clean:
	dh_auto_clean $@
	rm -f theories/Makefile.coq theories/Makefile.coq.conf
