#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Can be dropped when updating to >= 4.0.0.0
export DEB_CFLAGS_MAINT_APPEND = -std=gnu17

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-static

override_dh_compress:
	dh_compress -i -X.g6
	dh_strip_nondeterminism -i
