#!/usr/bin/make -f
export DEB_BUILD_HARDENING=1
%:
	dh $@ --with autotools-dev
