#!/usr/bin/make -f

%:
	dh $@ --with autotools_dev,ocaml

override_dh_auto_configure:
	dh_auto_configure -- --enable-utf8

override_dh_auto_install:
	dh_auto_install
	#rm $(CURDIR)/debian/wyrd/usr/share/doc/wyrd/README

clean:
	find . -name '*.cm[iox]' -o -name '*.o'  | xargs rm -f
	-rm -f $(CURDIR)/debian/stamp*
	-rm -f $(CURDIR)/config.status $(CURDIR)/config.log $(CURDIR)/config.cache
