#!/usr/bin/make -f CMAKE_OPTS:= \ -DENABLE_MODEL=@ENABLE_MODEL@ \ -DCMAKE_INSTALL_PREFIX=@CMAKE_INSTALL_PREFIX@ \ -DCMAKE_INSTALL_SYSCONFDIR=etc \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_DATAROOTDIR=share \ -DCMAKE_BUILD_TYPE=Release %: dh $@ --buildsystem=cmake -builddirectory=build --parallel override_dh_auto_configure: dh_auto_configure -- $(CMAKE_OPTS) override_dh_auto_test: true override_dh_strip: dh_strip --no-automatic-dbgsym