#!/usr/bin/make -f

# Build with all hardening options enabled
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export V = 1

%:
	dh $@
