#!/usr/bin/make -f export DH_VERBOSE = 1 export PYBUILD_NAME=zerorpc export ROOT=debian/tmp DEBIAN_DIR := $(CURDIR)/debian/tmp %: dh $@ --with python3 --buildsystem=pybuild ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: # FIXME: UTs run during packaging are currently broken echo "do nothing..." endif override_dh_install: python3 setup.py install -f --install-layout=deb \ --root=$(CURDIR)/debian/tmp python3 setup.py bdist_wheel \ --universal \ -d ${CURDIR}/debian/zerorpc-python-wheel/usr/share/python-wheels dh_install override_dh_python3: dh_python3 --shebang=/usr/bin/python3