#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # enable all hardening except pie (ftbfs) export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie export PYBUILD_NAME=yenc %: dh $@ --with python2,python3 --buildsys=pybuild override_dh_auto_test: PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} {build_dir}/test/test.py" dh_auto_test override_dh_compress: dh_compress -X examples/