#!/usr/bin/make -f

# The test suite requires pytest-runner, not packaged yet for Debian,
# so it can't be enabled.
export PYBUILD_DISABLE=test
export PYBUILD_NAME=selection

export PYTHONWARNINGS=d

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

override_dh_auto_build:
	dh_auto_build

override_dh_auto_install:
	dh_auto_install
