#!/usr/bin/make -f

%:
	dh $@ --parallel --with autoreconf

override_dh_auto_configure:
	dh_auto_configure
	cp debian/dirac-stdint.h libdirac_common/
