#!/usr/bin/make -f

export PYBUILD_NAME=asysocks
# there are no functioning tests left
# keeping patches in debian/patches for reference
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild
