#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# No dbgsyms for MX repos
export DEB_BUILD_OPTIONS = noddebs  

%:
	dh $@
