#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with ocaml --buildsystem ocaml_dune

override_dh_auto_install:
	dh_auto_install
	# copy the examples
	cp -R examples debian/tmp/usr/doc/crowbar
	rm -f debian/tmp/usr/doc/crowbar/examples/.gitignore
