#!/usr/bin/make -f

DEB_CONFIGURE_EXTRA_FLAGS += --disable-pclmul
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --with autoreconf
