#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND  = -fPIE
export DEB_LDFLAGS_MAINT_APPEND = -pie -Wl,-z,now

%:
	dh $@
