#!/usr/bin/make -f

export PYBUILD_DESTDIR_python3=debian/code-of-conduct-signing-assistant
export PYBUILD_INSTALL_ARGS_python3=--install-scripts=/usr/share/code-of-conduct-signing-assistant \
	--install-lib=/usr/share/code-of-conduct-signing-assistant

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

