#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.9.0 at
# Sun, 31 May 2020 22:28:12 +0200

%:
	dh $@ --buildsystem=python_distutils


override_dh_auto_clean:
	python3 setup.py clean -a
	find . -name \*.pyc -exec rm {} \;



override_dh_auto_build:
	python3 setup.py build --force



override_dh_auto_install:
	python3 setup.py install --force --root=debian/python3-vici --no-compile -O0 --prefix=/usr



override_dh_python2:
	dh_python2 --no-guessing-versions




