#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-fortify
export DEB_CFLAGS_MAINT_APPEND = -D_FORTIFY_SOURCE=0

%:
	dh $@ --buildsystem=perl_makemaker
