#!/usr/bin/make -f %: dh $@ override_dh_auto_build: dh_prep dh_installdirs bash -c "pyvenv --system-site-packages env && source env/bin/activate && pip install -r requirements.txt && python3 build.py --clean && python3 package.py --runtime-pkg"