#!/usr/bin/make -f

# cf. #1133511
export DEB_CFLAGS_MAINT_APPEND = -std=c++17

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@
