#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.10.0 at
# Wed, 15 Mar 2023 16:34:56 +0100
export PYBUILD_NAME=ufo-tofu
%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:

execute_after_dh_auto_install:
	for i in bin/* ; do PYTHONPATH=$(CURDIR) HOME=$(CURDIR) PATH=_build/bin:$$PATH help2man --output=$$(basename $$i).1 -N --version-string=$$(dpkg-parsechangelog -S Version | sed s/-[^-]*$$//) --help-option --help --no-discard-stderr --name "toolkit for tomographic data reconstruction" $$i ; done
