#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

override_dh_autoreconf:
	cp debian/configure.ac debian/GNUmakefile.am .
	dh_autoreconf

override_dh_auto_build:
	dh_auto_build -- V=1
