#!/usr/bin/make -f

export DEB_CXXFLAGS_MAINT_APPEND = -Wall -std=c++11

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --libdir="\$${prefix}/lib/$(DEB_HOST_MULTIARCH)"
