#!/usr/bin/make -f # Uncomment below to enable verbose build messages. #export DH_VERBOSE = 1 export PYBUILD_NAME = usb1 # Make the __pyinstaller test directory available for autopkgtest. export PYBUILD_BEFORE_TEST=cp -r {dir}/usb1/__pyinstaller {build_dir} export PYBUILD_AFTER_TEST=rm -rf {build_dir}/__pyinstaller %: dh $@ --buildsystem=pybuild