#!/usr/bin/make -f

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

override_dh_auto_install:
	python3 -m pip install --no-deps --target=debian/lift/usr/lib/python3/dist-packages .

override_dh_auto_test:
	# Skip tests during package build to avoid test dependencies
