#! /usr/bin/make -f ## See debhelper(7) (uncomment to enable). ## Output every command that modifies files on the build system. export DH_VERBOSE = 1 override_dh_auto_configure: ./install-deps.sh && ./configure.sh --enable_systemd --prefix=debian/ananicy-cpp/usr/ && ./build.sh override_dh_auto_install: cmake --install build/RelWithDebInfo --component Runtime ## This here will start the build: %: dh $@