#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CMAKE_EXTRA_FLAGS = -DWANT_SHARED=OFF \ -DWANT_PORTAUDIO=ON \ -DWANT_PORTMIDI=ON \ -DWANT_RUBBERBAND=ON export QTDIR=/usr/lib/qt5 %: dh $@ override_dh_auto_configure: dh_auto_configure --buildsystem=cmake -- $(DEB_CMAKE_EXTRA_FLAGS) execute_after_dh_auto_build: mv ./data/img/h2-icon.bmp ./data/img/h2-icon.png make -C documentation \ manual_en.html tutorial_en.html tutorial_fr.html tutorial_it.html execute_before_dh_clean: mv ./data/img/h2-icon.png ./data/img/h2-icon.bmp || true