#!/usr/bin/make -f %: dh $@ override_dh_auto_configure: dh_auto_configure -- -DSAIL_BUILD_APPS=OFF -DSAIL_BUILD_EXAMPLES=OFF -DCMAKE_C_FLAGS="-std=gnu11" -DCMAKE_BUILD_TYPE="RelWithDebInfo" # disable tests for now # https://github.com/HappySeaFox/sail/issues/204 override_dh_auto_test: