#!/usr/bin/make -f

DH_VERBOSE=1

%:
	dh $@ 

override_dh_auto_configure:
	cmake -DCMAKE_BUILD_TYPE=Debug .

override_dh_auto_install:
	dh_environment
	dh_auto_install
