#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.10.0 at
# Thu, 22 Apr 2021 17:32:15 +0200
export PYBUILD_NAME=certipy
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	PYTHONPATH=$$(echo debian/python3-certipy/usr/lib/python*/dist-packages) help2man --output=certipy.1 --name="Utility to create and sign CAs and certificates" --version-string=$$(dpkg-parsechangelog -S Version | sed s/-[^-]*$$//) debian/python3-certipy/usr/bin/certipy
