#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

verride_dh_missing:
	dh_missing --fail-missing
