#!/usr/bin/make -f d = $(CURDIR)/debian/tmuxp/usr/bin export PYBUILD_NAME=tmuxp export PYBUILD_AFTER_INSTALL_python3 = mkdir -pv $d && mv -v {destdir}/usr/bin/tmuxp $d export PYBUILD_DISABLE=test %: dh $@ --with python3 --buildsystem=pybuild