#!/usr/bin/make -f

export PYBUILD_NAME=clamui

%:
	dh $@ --buildsystem=pybuild --with python3

override_dh_auto_test:
	

execute_after_dh_auto_install:
	find debian/clamui -type f -name 'AGENTS.md' -delete
	find debian/clamui -type d -empty -delete
	

	
