#!/usr/bin/make -f

export PYBUILD_NAME=python3-renardo
export PYBUILD_DISABLE_python3=test

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

include /usr/share/dpkg/pkg-info.mk
execute_before_dh_auto_build:
	txt2man -t renardo -s 1 -v "General Commands Manual" -r $(DEB_VERSION) debian/renardo.txt > debian/renardo.1
