#!/usr/bin/make -f

# Enable all hardening features and the full set of reproducibility tweaks
# offered by dpkg-buildflags; the resulting flags are passed to the upstream
# autotools build through the standard debhelper machinery.
export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --sysconfdir=/etc/minicom
