#!/usr/bin/make -f

export PYBUILD_NAME=socks

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	# tests depend on 3proxy (binary only, removed from Debian package)
