#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# check_max.c is sensitive to TZ, making the build unreproducible
# the results get embedded in y2038/time64_limits.h by munge_config
export TZ=UTC

%:
	dh $@
