#! /usr/bin/make -f

# Causes OOM → SIGKILL rather than the expected exception in CI.
export PYBUILD_TEST_ARGS := -k 'not test_mul_overflow'

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	# The namespace of two-character command names is extremely limited.
	# Be cautious about claiming entries in it.
	mv debian/python3-evalidate/usr/bin/jg \
	   debian/python3-evalidate/usr/bin/evalidate-jg
