#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DSAIL_BUILD_APPS=OFF -DSAIL_BUILD_EXAMPLES=OFF

# disable tests for now
# https://github.com/HappySeaFox/sail/issues/204
override_dh_auto_test: