#!/usr/bin/make -f

export DEB_BUILD_OPTIONS += noautodbgsym

%:
	dh $@ --with coq,ocaml

override_dh_auto_clean:
	make clean
	rm -f Makefile.coq.conf

override_dh_auto_install:
	make install DESTDIR=$(CURDIR)/debian/tmp
