#!/usr/bin/make -f #export DH_VERBOSE = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --with python3 --buildsystem pybuild #override_dh_auto_test: #ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # python3 build/scripts-`py3versions -vd`/sniffles -m test_set/reads_region.bam -v test.vcf #endif override_dh_auto_clean: dh_auto_clean rm -rf src/sniffles.egg-info