#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

PYBUILD_NAME=python-protobuf.socketrpc

override_dh_compress:
	dh_compress -X.py

override_dh_auto_clean:
	dh_auto_clean
	rm -rf src/*.egg-info/

override_dh_installexamples:
	dh_installexamples -X.pyc

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