#!/usr/bin/make -f #export DH_VERBOSE = 1 %: dh $@ override_dh_auto_build: mkdir -p build/venv/bin ln -s /usr/bin/glyphspkg build/venv/bin/glyphspkg ln -s /usr/bin/python3 build/venv/bin/python touch build/venv/config2.stamp touch build/venv/bin/activate chmod +x build/venv/bin/activate dh_auto_build -- var static_otf override_dh_auto_test: @echo skipping test