#!/usr/bin/make -f

export DEB_CXXFLAGS_MAINT_APPEND = -std=c++17

%:
	dh $@
