#! /usr/bin/make -f

export PYBUILD_NAME=audioop-lts
export PYBUILD_INTERPRETERS=python3.13
export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

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

override_dh_auto_test:
	dh_auto_test -- --system custom --test-args 'PYTHONPATH={build_dir} {interpreter} tests/test_audioop.py'
