#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_TESTING=OFF

# disable auto tests as they are failing on Test 11, upstream dev is aware and is fixing the problem
override_dh_auto_test:
