#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh "$@"

# named_dhparams_test takes very long
override_dh_auto_test::
	dh_auto_test -a -- --timeout-multiplier=50
