#!/usr/bin/make -f # DH_VERBOSE := 1 export LC_ALL=C.UTF-8 %: dh $@ --with python3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean rm -rf seqmagick/data rm -rf seqmagick.egg-info before-pybuild-autopkgtest: # Pull test items that are otherwise uncaught by pybuild-autodep8. mkdir -p ../../autopkgtest_tmp/build/seqmagick cp -r /usr/lib/python3/dist-packages/seqmagick/test \ ../../autopkgtest_tmp/build/seqmagick