#!/usr/bin/make -f

export PYBUILD_NAME = openclatura
export PYBUILD_TEST_ARGS = -k 'not test_retained_macrocycle_round_trips_through_opsin'

%:
	dh $@ --buildsystem pybuild

override_dh_installman:
	PYTHONPATH=src help2man debian/python3-openclatura/usr/bin/openclatura --name 'SMILES to IUPAC name generator' --no-info > debian/openclatura.1
	dh_installman debian/openclatura.1
