#!/usr/bin/make -f

include /usr/share/ocaml/ocamlvars.mk

export DEB_BUILD_OPTIONS += noautodbgsym

%:
	dh $@ --with coq,ocaml

override_dh_auto_clean:
	make clean
	rm -f plugin/META.coq-bignums .lia.cache .nia.cache
	find . -name "*.aux" -delete
