#!/usr/bin/make -f

export CXX=g++%DEBGCC%
export CC=gcc%DEBGCC%

%:
	dh $@

override_dh_builddeb:
	dh_builddeb -- $(DEB_BUILDDEB_OPTIONS)
