#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed

# Needed otherwise tests fail trying to write to the cache dir
export XDG_CACHE_HOME=$(CURDIR)/debian/gnome-calculator

%:
	dh $@
