#!/usr/bin/make -f

%:
	dh $@ --buildsystem=cmake --parallel

override_dh_auto_test:
	# skip running the tests while building the debian packages because it crashes
	true
