#!/usr/bin/make -f export PYBUILD_NAME=etelemetry export PYBUILD_TEST_PYTEST = 1 ifeq ($(PYBUILD_AUTOPKGTEST),1) export PYBUILD_TEST_ARGS_python3=-v {dir}/etelemetry/tests/ endif # Should redirect remote access but does not help either # export https_proxy=http://127.0.0.1:9/ # DH_VERBOSE := 1 export LC_ALL=C.UTF-8 # for hardening you might like to uncomment this: # export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ --buildsystem=pybuild