#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.10.0 at
# Thu, 21 Apr 2022 20:07:49 +0000

%:
	dh $@ --with python2 --buildsystem=python_distutils

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

override_dh_auto_build:
	python setup.py build --force

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

override_dh_python2:
	dh_python2 --no-guessing-versions
	sed -i "s/\([ =]\)python[0-9]\?\(\(:any\)\? (\)/\\1python\\2/g" debian/python-bloom.substvars

override_dh_python3:
	dh_python3 --no-guessing-deps

