#!/usr/bin/make -f

%:
	dh $@

# Most of the tests fail (confirmed by the upstream)
override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF
