#!/usr/bin/make -f

include /usr/share/dpkg/default.mk


RELEASE := $(shell lsb_release -i -s |   sed -e 's/\(.*\)/\L\1/')
%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DDISTR_BUILD=$(RELEASE)
