#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# This variable is used for upstream tests (dh_auto_test):
export GOOD_BIN = $(CURDIR)/src

%:
	dh $@ --with autoreconf

# Kept for quick debug purposes.
override_dh_auto_test:
