#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DWITH_LIBTOMCRYPT=ON -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON -DSTORM_BUILD_TESTS=ON

override_dh_auto_test:
	echo "Skip test since it seems to require data which are not shipped in source."
