File debian.rules of Package vaporizer2
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
DEBIAN_VERSION := $(shell cat /etc/debian_version)
ifeq ($(DEBIAN_VERSION),11.8)
export CXX=g++-9
endif
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- -DUSE_SYSTEM_JUCE=ON -DVST2_SDK_LOCATION=/usr/include
override_dh_auto_install:
install -p -s -D -m 0755 obj-*-linux-gnu/VASTvaporizer2_artefacts/None/Standalone/VASTvaporizer2 debian/vaporizer2/usr/bin/VASTvaporizer2
install -d debian/vaporizer2/usr/share/doc/vaporizer2/
install -p -D -m 0655 LICENSE debian/vaporizer2/usr/share/doc/vaporizer2/
install -p -D -m 0655 README.md debian/vaporizer2/usr/share/doc/vaporizer2/