#!/usr/bin/make -f

# See https://lists.debian.org/debian-mentors/2013/11/msg00095.html
export DEB_LDFLAGS_MAINT_APPEND += -Wl,--as-needed

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@
