#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.10.0 at
# Sat, 05 Nov 2022 12:16:00 +0100
export PYBUILD_NAME=pymcuprog
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	python3 setup.py install --force --root=debian/python3-pymcuprog --no-compile -O0 --install-layout=deb  

override_dh_python2:
	dh_python2 --no-guessing-versions

override_dh_auto_test:
	: no test
