#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export LC_ALL=C.UTF-8 export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=srsly %: dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: dh_auto_test || true