#!/usr/bin/make -f

export PYBUILD_DISABLE_python2=1
export PYBUILD_INTERPRETERS=python{version}
export PYBUILD_VERSIONS=3.3
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
#export PYBUILD_AFTER_INSTALL_python3=mv {destdir}/usr/share/code-of-conduct-signing-assistant/#codeOfConductSigningAssistant/code-of-conduct-signing-assistant {destdir}/usr/share/code-of-conduct-#signing-assistant/codeOfConductSigningAssistant/code-of-conduct-signing-assistant-run
%:
	dh $@ --with python3 --buildsystem=pybuild

