#! /usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --without autoreconf --builddirectory=debian/build

execute_before_dh_auto_configure:
	autoreconf -fvi
